@charset "utf-8";/**
 * @copyright	(C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
 .js-calendar {
	box-shadow: 0 0 15px 4px rgba(0,0,0,.15) !important;
 }
.calendar-container {
	float: left;
	min-width: 160px;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	background-color: #ffffff !important;
	z-index: 1100 !important;
}
.calendar-container table {
	table-layout: fixed;
	max-width: 262px;
	border-radius: 5px;
	background-color: #ffffff !important;
	z-index: 1100 !important;
}
/* The main calendar widget.  DIV containing a table. */
div.calendar-container table th, .calendar-container table td {
	padding: 8px 0;
	line-height: 1.1em;
	text-align: center;
}

div.calendar-container table body td {
	line-height: 2em;
}

div.calendar-container table td.title { /* This holds the current "month, year" */
	vertical-align: middle;
	text-align: center;
}

.calendar-container table thead td.headrow { /* Row <TR> containing navigation buttons */
	background: #fff;
	color: #000;
}

.calendar-container table thead td.name { /* Cells <TD> containing the day names */
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #000;
}

.calendar-container table thead td.weekend { /* How a weekend day name shows in header */
	color: #999;
}

/* The body part -- contains all the days in month. */

.calendar-container table tbody td.day { /* Cells <TD> containing month days dates */
	text-align: right;
}

.calendar-container table tbody td.wn {
	background: #fff;
}

.calendar-container table tbody td.weekend { /* Cells showing weekend days */
	color: #999;
}

.calendar-container table tbody td.hilite { /* Hovered cells <TD> */
	background: #999999;
	color: #ffffff;
}

.calendar-container table tbody td.day {
	border: 0;
	cursor : pointer;
	font-size: 12px;
	min-width: 38px;
}

.calendar-container table tbody td.day.wn {
	text-align: center;
	background-color: #f4f4f4;
}

.calendar-container table tbody td.day.selected { /* Cell showing today date */
	background: #3071a9;
	color: #fff;
	border: 0;
}

.calendar-container table tbody td.today {
	position: relative;
	height: 100%;
	width: auto;
	font-weight: bold;
}
.calendar-container table tbody td.today:after {
	position: absolute;
	bottom: 3px;
	left: 3px;
	right: 3px;
	content: "";
	height: 3px;
	border-radius: 1.5px;
	background-color: #46a546;
}
.calendar-container table tbody td.today.selected:after {
	background-color: #fff;
}

.calendar-container table tbody td.day:hover {
	cursor: pointer;
	background: #3d8fd7;
	color: #fff;
}
.calendar-container table tbody td.day:hover:after {
	background-color: #fff;
}

.calendar-container table tbody .disabled {
	color: #999;
	background-color: #fafafa;
}

.calendar-container table tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar-container table tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}
.buttons-wrapper {
	padding: 5px 5px;
}
a.js-btn.btn.btn-exit, a.js-btn.btn.btn-today, a.js-btn.btn.btn-clear {
	cursor: pointer;
	text-decoration: none;
	min-width: 60px;
}
.calendar-container .calendar-head-row td {
    padding: 4px 0 !important;
}
.calendar-container .day-name {
	font-size: 0.7rem;
	font-weight: bold;
}
.calendar-container .time td {
	padding: 8px 0 8px 8px;
}
.time .time-title {
	background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNqklUsohFEUx7/5kgWGjEcRJULJSmJhITQLr8UoFko2k2SDLGZD2SglJcXOxo6Fx0ayUt4jWXgNG2rIwsgMJZPn/+o/dRvfa8yp33zfPfecM+e795x7bYqxtIAaUA2KgA3cgn3gBcsgrMQg3eAAfJtwBYa0Atg0dAugg+/3YAUcgkvqCkAVcIIy6raBCwT0/mRdymYG5Bt8VQoYBe+0Pwdpik6mwuAVNMawbJXgmr7e6FVokzKt1XBOZnYuneB54Jn+w/LEMZXTOo65nN80yNxNmyBIF4o6Ku6AXccpmzbzJstyQbs+FT/1VC6CFyU+mePTqbIBhBwp8csGn8UqO0qIz8AhstNBk8BP4As4RGCVyk8LgUVVlFvIXFXZ+4qUuZY8gn6W1QmYBKkadklM9PfLJriTYxYyEYFXpZp3s8Yj0kv9mhi0cuCTlsVMuqRWbpL0Xuo8YpAotaQnhgoQSzEAMjhuZoywfMb0UCmyKP1HmSXzJBQxpqIn9zhxA0piCJoFdqXu/bOpmeCMBiF+ZoJJ0E7gp0/AKCF71M1xCkZ4NRWSCjAIdiQ7v9UlHAcPUdfQh1QJEd7ArOg0K1dTRHJAO2hg8zhoH2IVbYElvaPgR4ABAFM/gtHnpJfxAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: center; 
}
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.ns-bs5 :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}.ns-bs5 *,.ns-bs5 ::after,.ns-bs5 ::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){.ns-bs5 :root{scroll-behavior:smooth}}.ns-bs5 body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.ns-bs5 hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}.ns-bs5 hr:not([size]){height:1px}.ns-bs5 .h1,.ns-bs5 .h2,.ns-bs5 .h3,.ns-bs5 .h4,.ns-bs5 .h5,.ns-bs5 .h6,.ns-bs5 h1,.ns-bs5 h2,.ns-bs5 h3,.ns-bs5 h4,.ns-bs5 h5,.ns-bs5 h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.ns-bs5 .h1,.ns-bs5 h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.ns-bs5 .h1,.ns-bs5 h1{font-size:2.5rem}}.ns-bs5 .h2,.ns-bs5 h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.ns-bs5 .h2,.ns-bs5 h2{font-size:2rem}}.ns-bs5 .h3,.ns-bs5 h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.ns-bs5 .h3,.ns-bs5 h3{font-size:1.75rem}}.ns-bs5 .h4,.ns-bs5 h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.ns-bs5 .h4,.ns-bs5 h4{font-size:1.5rem}}.ns-bs5 .h5,.ns-bs5 h5{font-size:1.25rem}.ns-bs5 .h6,.ns-bs5 h6{font-size:1rem}.ns-bs5 p{margin-top:0;margin-bottom:1rem}.ns-bs5 abbr[data-bs-original-title],.ns-bs5 abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.ns-bs5 address{margin-bottom:1rem;font-style:normal;line-height:inherit}.ns-bs5 ol,.ns-bs5 ul{padding-left:2rem}.ns-bs5 dl,.ns-bs5 ol,.ns-bs5 ul{margin-top:0;margin-bottom:1rem}.ns-bs5 ol ol,.ns-bs5 ol ul,.ns-bs5 ul ol,.ns-bs5 ul ul{margin-bottom:0}.ns-bs5 dt{font-weight:700}.ns-bs5 dd{margin-bottom:.5rem;margin-left:0}.ns-bs5 blockquote{margin:0 0 1rem}.ns-bs5 b,.ns-bs5 strong{font-weight:bolder}.ns-bs5 .small,.ns-bs5 small{font-size:.875em}.ns-bs5 .mark,.ns-bs5 mark{padding:.2em;background-color:#fcf8e3}.ns-bs5 sub,.ns-bs5 sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}.ns-bs5 sub{bottom:-.25em}.ns-bs5 sup{top:-.5em}.ns-bs5 a{color:#0d6efd;text-decoration:underline}.ns-bs5 a:hover{color:#0a58ca}.ns-bs5 a:not([href]):not([class]),.ns-bs5 a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.ns-bs5 code,.ns-bs5 kbd,.ns-bs5 pre,.ns-bs5 samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}.ns-bs5 pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}.ns-bs5 pre code{font-size:inherit;color:inherit;word-break:normal}.ns-bs5 code{font-size:.875em;color:#d63384;word-wrap:break-word}a>.ns-bs5 code{color:inherit}.ns-bs5 kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}.ns-bs5 kbd kbd{padding:0;font-size:1em;font-weight:700}.ns-bs5 figure{margin:0 0 1rem}.ns-bs5 img,.ns-bs5 svg{vertical-align:middle}.ns-bs5 table{caption-side:bottom;border-collapse:collapse}.ns-bs5 caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}.ns-bs5 th{text-align:inherit;text-align:-webkit-match-parent}.ns-bs5 tbody,.ns-bs5 td,.ns-bs5 tfoot,.ns-bs5 th,.ns-bs5 thead,.ns-bs5 tr{border-color:inherit;border-style:solid;border-width:0}.ns-bs5 label{display:inline-block}.ns-bs5 button{border-radius:0}.ns-bs5 button:focus:not(:focus-visible){outline:0}.ns-bs5 button,.ns-bs5 input,.ns-bs5 optgroup,.ns-bs5 select,.ns-bs5 textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.ns-bs5 button,.ns-bs5 select{text-transform:none}.ns-bs5 [role=button]{cursor:pointer}.ns-bs5 select{word-wrap:normal}.ns-bs5 select:disabled{opacity:1}.ns-bs5 [list]::-webkit-calendar-picker-indicator{display:none}.ns-bs5 [type=button],.ns-bs5 [type=reset],.ns-bs5 [type=submit],.ns-bs5 button{-webkit-appearance:button}.ns-bs5 [type=button]:not(:disabled),.ns-bs5 [type=reset]:not(:disabled),.ns-bs5 [type=submit]:not(:disabled),.ns-bs5 button:not(:disabled){cursor:pointer}.ns-bs5 ::-moz-focus-inner{padding:0;border-style:none}.ns-bs5 textarea{resize:vertical}.ns-bs5 fieldset{min-width:0;padding:0;margin:0;border:0}.ns-bs5 legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){.ns-bs5 legend{font-size:1.5rem}}.ns-bs5 legend+*{clear:left}.ns-bs5 ::-webkit-datetime-edit-day-field,.ns-bs5 ::-webkit-datetime-edit-fields-wrapper,.ns-bs5 ::-webkit-datetime-edit-hour-field,.ns-bs5 ::-webkit-datetime-edit-minute,.ns-bs5 ::-webkit-datetime-edit-month-field,.ns-bs5 ::-webkit-datetime-edit-text,.ns-bs5 ::-webkit-datetime-edit-year-field{padding:0}.ns-bs5 ::-webkit-inner-spin-button{height:auto}.ns-bs5 [type=search]{outline-offset:-2px;-webkit-appearance:textfield}.ns-bs5 ::-webkit-search-decoration{-webkit-appearance:none}.ns-bs5 ::-webkit-color-swatch-wrapper{padding:0}.ns-bs5 ::file-selector-button{font:inherit}.ns-bs5 ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.ns-bs5 output{display:inline-block}.ns-bs5 iframe{border:0}.ns-bs5 summary{display:list-item;cursor:pointer}.ns-bs5 progress{vertical-align:baseline}.ns-bs5 [hidden]{display:none!important}.ns-bs5 .lead{font-size:1.25rem;font-weight:300}.ns-bs5 .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-1{font-size:5rem}}.ns-bs5 .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-2{font-size:4.5rem}}.ns-bs5 .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-3{font-size:4rem}}.ns-bs5 .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-4{font-size:3.5rem}}.ns-bs5 .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-5{font-size:3rem}}.ns-bs5 .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.ns-bs5 .display-6{font-size:2.5rem}}.ns-bs5 .list-unstyled{padding-left:0;list-style:none}.ns-bs5 .list-inline{padding-left:0;list-style:none}.ns-bs5 .list-inline-item{display:inline-block}.ns-bs5 .list-inline-item:not(:last-child){margin-right:.5rem}.ns-bs5 .initialism{font-size:.875em;text-transform:uppercase}.ns-bs5 .blockquote{margin-bottom:1rem;font-size:1.25rem}.ns-bs5 .blockquote>:last-child{margin-bottom:0}.ns-bs5 .blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.ns-bs5 .blockquote-footer::before{content:"— "}.ns-bs5 .img-fluid{max-width:100%;height:auto}.ns-bs5 .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.ns-bs5 .figure{display:inline-block}.ns-bs5 .figure-img{margin-bottom:.5rem;line-height:1}.ns-bs5 .figure-caption{font-size:.875em;color:#6c757d}.ns-bs5 .container,.ns-bs5 .container-fluid,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm,.ns-bs5 .container-xl,.ns-bs5 .container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.ns-bs5 .container,.ns-bs5 .container-sm{max-width:540px}}@media (min-width:768px){.ns-bs5 .container,.ns-bs5 .container-md,.ns-bs5 .container-sm{max-width:720px}}@media (min-width:992px){.ns-bs5 .container,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm{max-width:960px}}@media (min-width:1200px){.ns-bs5 .container,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm,.ns-bs5 .container-xl{max-width:1140px}}@media (min-width:1400px){.ns-bs5 .container,.ns-bs5 .container-lg,.ns-bs5 .container-md,.ns-bs5 .container-sm,.ns-bs5 .container-xl,.ns-bs5 .container-xxl{max-width:1320px}}.ns-bs5 .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.ns-bs5 .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.ns-bs5 .col{flex:1 0 0%}.ns-bs5 .row-cols-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.ns-bs5 .row-cols-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.ns-bs5 .col-sm{flex:1 0 0%}.ns-bs5 .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-sm-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-sm-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.ns-bs5 .row-cols-sm-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-sm-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.ns-bs5 .col-md{flex:1 0 0%}.ns-bs5 .row-cols-md-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-md-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-md-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.ns-bs5 .row-cols-md-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-md-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.ns-bs5 .col-lg{flex:1 0 0%}.ns-bs5 .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-lg-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-lg-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.ns-bs5 .row-cols-lg-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-lg-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.ns-bs5 .col-xl{flex:1 0 0%}.ns-bs5 .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-xl-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-xl-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.ns-bs5 .row-cols-xl-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-xl-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.ns-bs5 .col-xxl{flex:1 0 0%}.ns-bs5 .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.ns-bs5 .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.ns-bs5 .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.ns-bs5 .row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.ns-bs5 .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.ns-bs5 .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.ns-bs5 .row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.ns-bs5 .col-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-3{flex:0 0 auto;width:25%}.ns-bs5 .col-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-6{flex:0 0 auto;width:50%}.ns-bs5 .col-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-9{flex:0 0 auto;width:75%}.ns-bs5 .col-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-1{margin-left:8.33333333%}.ns-bs5 .offset-2{margin-left:16.66666667%}.ns-bs5 .offset-3{margin-left:25%}.ns-bs5 .offset-4{margin-left:33.33333333%}.ns-bs5 .offset-5{margin-left:41.66666667%}.ns-bs5 .offset-6{margin-left:50%}.ns-bs5 .offset-7{margin-left:58.33333333%}.ns-bs5 .offset-8{margin-left:66.66666667%}.ns-bs5 .offset-9{margin-left:75%}.ns-bs5 .offset-10{margin-left:83.33333333%}.ns-bs5 .offset-11{margin-left:91.66666667%}.ns-bs5 .g-0,.ns-bs5 .gx-0{--bs-gutter-x:0}.ns-bs5 .g-0,.ns-bs5 .gy-0{--bs-gutter-y:0}.ns-bs5 .g-1,.ns-bs5 .gx-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-1,.ns-bs5 .gy-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-2,.ns-bs5 .gx-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-2,.ns-bs5 .gy-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-3,.ns-bs5 .gx-3{--bs-gutter-x:1rem}.ns-bs5 .g-3,.ns-bs5 .gy-3{--bs-gutter-y:1rem}.ns-bs5 .g-4,.ns-bs5 .gx-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-4,.ns-bs5 .gy-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-5,.ns-bs5 .gx-5{--bs-gutter-x:3rem}.ns-bs5 .g-5,.ns-bs5 .gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.ns-bs5 .col-sm-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-sm-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-sm-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-sm-3{flex:0 0 auto;width:25%}.ns-bs5 .col-sm-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-sm-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-sm-6{flex:0 0 auto;width:50%}.ns-bs5 .col-sm-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-sm-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-sm-9{flex:0 0 auto;width:75%}.ns-bs5 .col-sm-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-sm-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-sm-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-sm-0{margin-left:0}.ns-bs5 .offset-sm-1{margin-left:8.33333333%}.ns-bs5 .offset-sm-2{margin-left:16.66666667%}.ns-bs5 .offset-sm-3{margin-left:25%}.ns-bs5 .offset-sm-4{margin-left:33.33333333%}.ns-bs5 .offset-sm-5{margin-left:41.66666667%}.ns-bs5 .offset-sm-6{margin-left:50%}.ns-bs5 .offset-sm-7{margin-left:58.33333333%}.ns-bs5 .offset-sm-8{margin-left:66.66666667%}.ns-bs5 .offset-sm-9{margin-left:75%}.ns-bs5 .offset-sm-10{margin-left:83.33333333%}.ns-bs5 .offset-sm-11{margin-left:91.66666667%}.ns-bs5 .g-sm-0,.ns-bs5 .gx-sm-0{--bs-gutter-x:0}.ns-bs5 .g-sm-0,.ns-bs5 .gy-sm-0{--bs-gutter-y:0}.ns-bs5 .g-sm-1,.ns-bs5 .gx-sm-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-sm-1,.ns-bs5 .gy-sm-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-sm-2,.ns-bs5 .gx-sm-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-sm-2,.ns-bs5 .gy-sm-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-sm-3,.ns-bs5 .gx-sm-3{--bs-gutter-x:1rem}.ns-bs5 .g-sm-3,.ns-bs5 .gy-sm-3{--bs-gutter-y:1rem}.ns-bs5 .g-sm-4,.ns-bs5 .gx-sm-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-sm-4,.ns-bs5 .gy-sm-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-sm-5,.ns-bs5 .gx-sm-5{--bs-gutter-x:3rem}.ns-bs5 .g-sm-5,.ns-bs5 .gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.ns-bs5 .col-md-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-md-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-md-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-md-3{flex:0 0 auto;width:25%}.ns-bs5 .col-md-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-md-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-md-6{flex:0 0 auto;width:50%}.ns-bs5 .col-md-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-md-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-md-9{flex:0 0 auto;width:75%}.ns-bs5 .col-md-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-md-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-md-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-md-0{margin-left:0}.ns-bs5 .offset-md-1{margin-left:8.33333333%}.ns-bs5 .offset-md-2{margin-left:16.66666667%}.ns-bs5 .offset-md-3{margin-left:25%}.ns-bs5 .offset-md-4{margin-left:33.33333333%}.ns-bs5 .offset-md-5{margin-left:41.66666667%}.ns-bs5 .offset-md-6{margin-left:50%}.ns-bs5 .offset-md-7{margin-left:58.33333333%}.ns-bs5 .offset-md-8{margin-left:66.66666667%}.ns-bs5 .offset-md-9{margin-left:75%}.ns-bs5 .offset-md-10{margin-left:83.33333333%}.ns-bs5 .offset-md-11{margin-left:91.66666667%}.ns-bs5 .g-md-0,.ns-bs5 .gx-md-0{--bs-gutter-x:0}.ns-bs5 .g-md-0,.ns-bs5 .gy-md-0{--bs-gutter-y:0}.ns-bs5 .g-md-1,.ns-bs5 .gx-md-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-md-1,.ns-bs5 .gy-md-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-md-2,.ns-bs5 .gx-md-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-md-2,.ns-bs5 .gy-md-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-md-3,.ns-bs5 .gx-md-3{--bs-gutter-x:1rem}.ns-bs5 .g-md-3,.ns-bs5 .gy-md-3{--bs-gutter-y:1rem}.ns-bs5 .g-md-4,.ns-bs5 .gx-md-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-md-4,.ns-bs5 .gy-md-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-md-5,.ns-bs5 .gx-md-5{--bs-gutter-x:3rem}.ns-bs5 .g-md-5,.ns-bs5 .gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.ns-bs5 .col-lg-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-lg-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-lg-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-lg-3{flex:0 0 auto;width:25%}.ns-bs5 .col-lg-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-lg-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-lg-6{flex:0 0 auto;width:50%}.ns-bs5 .col-lg-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-lg-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-lg-9{flex:0 0 auto;width:75%}.ns-bs5 .col-lg-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-lg-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-lg-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-lg-0{margin-left:0}.ns-bs5 .offset-lg-1{margin-left:8.33333333%}.ns-bs5 .offset-lg-2{margin-left:16.66666667%}.ns-bs5 .offset-lg-3{margin-left:25%}.ns-bs5 .offset-lg-4{margin-left:33.33333333%}.ns-bs5 .offset-lg-5{margin-left:41.66666667%}.ns-bs5 .offset-lg-6{margin-left:50%}.ns-bs5 .offset-lg-7{margin-left:58.33333333%}.ns-bs5 .offset-lg-8{margin-left:66.66666667%}.ns-bs5 .offset-lg-9{margin-left:75%}.ns-bs5 .offset-lg-10{margin-left:83.33333333%}.ns-bs5 .offset-lg-11{margin-left:91.66666667%}.ns-bs5 .g-lg-0,.ns-bs5 .gx-lg-0{--bs-gutter-x:0}.ns-bs5 .g-lg-0,.ns-bs5 .gy-lg-0{--bs-gutter-y:0}.ns-bs5 .g-lg-1,.ns-bs5 .gx-lg-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-lg-1,.ns-bs5 .gy-lg-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-lg-2,.ns-bs5 .gx-lg-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-lg-2,.ns-bs5 .gy-lg-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-lg-3,.ns-bs5 .gx-lg-3{--bs-gutter-x:1rem}.ns-bs5 .g-lg-3,.ns-bs5 .gy-lg-3{--bs-gutter-y:1rem}.ns-bs5 .g-lg-4,.ns-bs5 .gx-lg-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-lg-4,.ns-bs5 .gy-lg-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-lg-5,.ns-bs5 .gx-lg-5{--bs-gutter-x:3rem}.ns-bs5 .g-lg-5,.ns-bs5 .gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.ns-bs5 .col-xl-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-xl-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-xl-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-xl-3{flex:0 0 auto;width:25%}.ns-bs5 .col-xl-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-xl-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-xl-6{flex:0 0 auto;width:50%}.ns-bs5 .col-xl-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-xl-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-xl-9{flex:0 0 auto;width:75%}.ns-bs5 .col-xl-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-xl-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-xl-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-xl-0{margin-left:0}.ns-bs5 .offset-xl-1{margin-left:8.33333333%}.ns-bs5 .offset-xl-2{margin-left:16.66666667%}.ns-bs5 .offset-xl-3{margin-left:25%}.ns-bs5 .offset-xl-4{margin-left:33.33333333%}.ns-bs5 .offset-xl-5{margin-left:41.66666667%}.ns-bs5 .offset-xl-6{margin-left:50%}.ns-bs5 .offset-xl-7{margin-left:58.33333333%}.ns-bs5 .offset-xl-8{margin-left:66.66666667%}.ns-bs5 .offset-xl-9{margin-left:75%}.ns-bs5 .offset-xl-10{margin-left:83.33333333%}.ns-bs5 .offset-xl-11{margin-left:91.66666667%}.ns-bs5 .g-xl-0,.ns-bs5 .gx-xl-0{--bs-gutter-x:0}.ns-bs5 .g-xl-0,.ns-bs5 .gy-xl-0{--bs-gutter-y:0}.ns-bs5 .g-xl-1,.ns-bs5 .gx-xl-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-xl-1,.ns-bs5 .gy-xl-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-xl-2,.ns-bs5 .gx-xl-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-xl-2,.ns-bs5 .gy-xl-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-xl-3,.ns-bs5 .gx-xl-3{--bs-gutter-x:1rem}.ns-bs5 .g-xl-3,.ns-bs5 .gy-xl-3{--bs-gutter-y:1rem}.ns-bs5 .g-xl-4,.ns-bs5 .gx-xl-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-xl-4,.ns-bs5 .gy-xl-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-xl-5,.ns-bs5 .gx-xl-5{--bs-gutter-x:3rem}.ns-bs5 .g-xl-5,.ns-bs5 .gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.ns-bs5 .col-xxl-auto{flex:0 0 auto;width:auto}.ns-bs5 .col-xxl-1{flex:0 0 auto;width:8.33333333%}.ns-bs5 .col-xxl-2{flex:0 0 auto;width:16.66666667%}.ns-bs5 .col-xxl-3{flex:0 0 auto;width:25%}.ns-bs5 .col-xxl-4{flex:0 0 auto;width:33.33333333%}.ns-bs5 .col-xxl-5{flex:0 0 auto;width:41.66666667%}.ns-bs5 .col-xxl-6{flex:0 0 auto;width:50%}.ns-bs5 .col-xxl-7{flex:0 0 auto;width:58.33333333%}.ns-bs5 .col-xxl-8{flex:0 0 auto;width:66.66666667%}.ns-bs5 .col-xxl-9{flex:0 0 auto;width:75%}.ns-bs5 .col-xxl-10{flex:0 0 auto;width:83.33333333%}.ns-bs5 .col-xxl-11{flex:0 0 auto;width:91.66666667%}.ns-bs5 .col-xxl-12{flex:0 0 auto;width:100%}.ns-bs5 .offset-xxl-0{margin-left:0}.ns-bs5 .offset-xxl-1{margin-left:8.33333333%}.ns-bs5 .offset-xxl-2{margin-left:16.66666667%}.ns-bs5 .offset-xxl-3{margin-left:25%}.ns-bs5 .offset-xxl-4{margin-left:33.33333333%}.ns-bs5 .offset-xxl-5{margin-left:41.66666667%}.ns-bs5 .offset-xxl-6{margin-left:50%}.ns-bs5 .offset-xxl-7{margin-left:58.33333333%}.ns-bs5 .offset-xxl-8{margin-left:66.66666667%}.ns-bs5 .offset-xxl-9{margin-left:75%}.ns-bs5 .offset-xxl-10{margin-left:83.33333333%}.ns-bs5 .offset-xxl-11{margin-left:91.66666667%}.ns-bs5 .g-xxl-0,.ns-bs5 .gx-xxl-0{--bs-gutter-x:0}.ns-bs5 .g-xxl-0,.ns-bs5 .gy-xxl-0{--bs-gutter-y:0}.ns-bs5 .g-xxl-1,.ns-bs5 .gx-xxl-1{--bs-gutter-x:0.25rem}.ns-bs5 .g-xxl-1,.ns-bs5 .gy-xxl-1{--bs-gutter-y:0.25rem}.ns-bs5 .g-xxl-2,.ns-bs5 .gx-xxl-2{--bs-gutter-x:0.5rem}.ns-bs5 .g-xxl-2,.ns-bs5 .gy-xxl-2{--bs-gutter-y:0.5rem}.ns-bs5 .g-xxl-3,.ns-bs5 .gx-xxl-3{--bs-gutter-x:1rem}.ns-bs5 .g-xxl-3,.ns-bs5 .gy-xxl-3{--bs-gutter-y:1rem}.ns-bs5 .g-xxl-4,.ns-bs5 .gx-xxl-4{--bs-gutter-x:1.5rem}.ns-bs5 .g-xxl-4,.ns-bs5 .gy-xxl-4{--bs-gutter-y:1.5rem}.ns-bs5 .g-xxl-5,.ns-bs5 .gx-xxl-5{--bs-gutter-x:3rem}.ns-bs5 .g-xxl-5,.ns-bs5 .gy-xxl-5{--bs-gutter-y:3rem}}.ns-bs5 .table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.ns-bs5 .table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.ns-bs5 .table>tbody{vertical-align:inherit}.ns-bs5 .table>thead{vertical-align:bottom}.ns-bs5 .table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.ns-bs5 .caption-top{caption-side:top}.ns-bs5 .table-sm>:not(caption)>*>*{padding:.25rem .25rem}.ns-bs5 .table-bordered>:not(caption)>*{border-width:1px 0}.ns-bs5 .table-bordered>:not(caption)>*>*{border-width:0 1px}.ns-bs5 .table-borderless>:not(caption)>*>*{border-bottom-width:0}.ns-bs5 .table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.ns-bs5 .table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.ns-bs5 .table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.ns-bs5 .table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.ns-bs5 .table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.ns-bs5 .table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.ns-bs5 .table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.ns-bs5 .table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.ns-bs5 .table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.ns-bs5 .table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.ns-bs5 .table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.ns-bs5 .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.ns-bs5 .table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.ns-bs5 .table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.ns-bs5 .table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.ns-bs5 .table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.ns-bs5 .table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.ns-bs5 .form-label{margin-bottom:.5rem}.ns-bs5 .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.ns-bs5 .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.ns-bs5 .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.ns-bs5 .form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.ns-bs5 .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-control{transition:none}}.ns-bs5 .form-control[type=file]{overflow:hidden}.ns-bs5 .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.ns-bs5 .form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-control::-webkit-date-and-time-value{height:1.5em}.ns-bs5 .form-control::-moz-placeholder{color:#6c757d;opacity:1}.ns-bs5 .form-control::placeholder{color:#6c757d;opacity:1}.ns-bs5 .form-control:disabled,.ns-bs5 .form-control[readonly]{background-color:#e9ecef;opacity:1}.ns-bs5 .form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-control::file-selector-button{transition:none}}.ns-bs5 .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.ns-bs5 .form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.ns-bs5 .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.ns-bs5 .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.ns-bs5 .form-control-plaintext.form-control-lg,.ns-bs5 .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.ns-bs5 .form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.ns-bs5 .form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.ns-bs5 .form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.ns-bs5 .form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.ns-bs5 .form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.ns-bs5 .form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.ns-bs5 textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}.ns-bs5 textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}.ns-bs5 textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.ns-bs5 .form-control-color{max-width:3rem;height:auto;padding:.375rem}.ns-bs5 .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.ns-bs5 .form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.ns-bs5 .form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.ns-bs5 .form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-select{transition:none}}.ns-bs5 .form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-select[multiple],.ns-bs5 .form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.ns-bs5 .form-select:disabled{background-color:#e9ecef}.ns-bs5 .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.ns-bs5 .form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.ns-bs5 .form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.ns-bs5 .form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.ns-bs5 .form-check .form-check-input{float:left;margin-left:-1.5em}.ns-bs5 .form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.ns-bs5 .form-check-input[type=checkbox]{border-radius:.25em}.ns-bs5 .form-check-input[type=radio]{border-radius:50%}.ns-bs5 .form-check-input:active{filter:brightness(90%)}.ns-bs5 .form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.ns-bs5 .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.ns-bs5 .form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.ns-bs5 .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.ns-bs5 .form-check-input:disabled~.form-check-label,.ns-bs5 .form-check-input[disabled]~.form-check-label{opacity:.5}.ns-bs5 .form-switch{padding-left:2.5em}.ns-bs5 .form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-switch .form-check-input{transition:none}}.ns-bs5 .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.ns-bs5 .form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.ns-bs5 .form-check-inline{display:inline-block;margin-right:1rem}.ns-bs5 .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.ns-bs5 .btn-check:disabled+.btn,.ns-bs5 .btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.ns-bs5 .form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ns-bs5 .form-range:focus{outline:0}.ns-bs5 .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .form-range::-moz-focus-outer{border:0}.ns-bs5 .form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.ns-bs5 .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.ns-bs5 .form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.ns-bs5 .form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.ns-bs5 .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.ns-bs5 .form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.ns-bs5 .form-range:disabled{pointer-events:none}.ns-bs5 .form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.ns-bs5 .form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.ns-bs5 .form-floating{position:relative}.ns-bs5 .form-floating>.form-control,.ns-bs5 .form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.ns-bs5 .form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .form-floating>label{transition:none}}.ns-bs5 .form-floating>.form-control{padding:1rem .75rem}.ns-bs5 .form-floating>.form-control::-moz-placeholder{color:transparent}.ns-bs5 .form-floating>.form-control::placeholder{color:transparent}.ns-bs5 .form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.ns-bs5 .form-floating>.form-control:focus,.ns-bs5 .form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.ns-bs5 .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.ns-bs5 .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.ns-bs5 .form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.ns-bs5 .form-floating>.form-control:focus~label,.ns-bs5 .form-floating>.form-control:not(:placeholder-shown)~label,.ns-bs5 .form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.ns-bs5 .form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.ns-bs5 .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.ns-bs5 .input-group>.form-control,.ns-bs5 .input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.ns-bs5 .input-group>.form-control:focus,.ns-bs5 .input-group>.form-select:focus{z-index:3}.ns-bs5 .input-group .btn{position:relative;z-index:2}.ns-bs5 .input-group .btn:focus{z-index:3}.ns-bs5 .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.ns-bs5 .input-group-lg>.btn,.ns-bs5 .input-group-lg>.form-control,.ns-bs5 .input-group-lg>.form-select,.ns-bs5 .input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.ns-bs5 .input-group-sm>.btn,.ns-bs5 .input-group-sm>.form-control,.ns-bs5 .input-group-sm>.form-select,.ns-bs5 .input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.ns-bs5 .input-group-lg>.form-select,.ns-bs5 .input-group-sm>.form-select{padding-right:3rem}.ns-bs5 .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.ns-bs5 .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.ns-bs5 .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.ns-bs5 .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.ns-bs5 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.ns-bs5 .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.ns-bs5 .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.ns-bs5.is-valid~.valid-feedback,.ns-bs5.is-valid~.valid-tooltip,.was-validated .ns-bs5:valid~.valid-feedback,.was-validated .ns-bs5:valid~.valid-tooltip{display:block}.ns-bs5 .form-control.is-valid,.was-validated .ns-bs5 .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.ns-bs5 .form-control.is-valid:focus,.was-validated .ns-bs5 .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.ns-bs5 textarea.form-control.is-valid,.was-validated .ns-bs5 textarea.form-control:valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.ns-bs5 .form-select.is-valid,.was-validated .ns-bs5 .form-select:valid{border-color:#198754}.ns-bs5 .form-select.is-valid:not([multiple]):not([size]),.ns-bs5 .form-select.is-valid:not([multiple])[size="1"],.was-validated .ns-bs5 .form-select:valid:not([multiple]):not([size]),.was-validated .ns-bs5 .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.ns-bs5 .form-select.is-valid:focus,.was-validated .ns-bs5 .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.ns-bs5 .form-check-input.is-valid,.was-validated .ns-bs5 .form-check-input:valid{border-color:#198754}.ns-bs5 .form-check-input.is-valid:checked,.was-validated .ns-bs5 .form-check-input:valid:checked{background-color:#198754}.ns-bs5 .form-check-input.is-valid:focus,.was-validated .ns-bs5 .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.ns-bs5 .form-check-input.is-valid~.form-check-label,.was-validated .ns-bs5 .form-check-input:valid~.form-check-label{color:#198754}.ns-bs5 .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.ns-bs5 .input-group .form-control.is-valid,.ns-bs5 .input-group .form-select.is-valid,.was-validated .ns-bs5 .input-group .form-control:valid,.was-validated .ns-bs5 .input-group .form-select:valid{z-index:1}.ns-bs5 .input-group .form-control.is-valid:focus,.ns-bs5 .input-group .form-select.is-valid:focus,.was-validated .ns-bs5 .input-group .form-control:valid:focus,.was-validated .ns-bs5 .input-group .form-select:valid:focus{z-index:3}.ns-bs5 .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.ns-bs5 .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.ns-bs5.is-invalid~.invalid-feedback,.ns-bs5.is-invalid~.invalid-tooltip,.was-validated .ns-bs5:invalid~.invalid-feedback,.was-validated .ns-bs5:invalid~.invalid-tooltip{display:block}.ns-bs5 .form-control.is-invalid,.was-validated .ns-bs5 .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.ns-bs5 .form-control.is-invalid:focus,.was-validated .ns-bs5 .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.ns-bs5 textarea.form-control.is-invalid,.was-validated .ns-bs5 textarea.form-control:invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.ns-bs5 .form-select.is-invalid,.was-validated .ns-bs5 .form-select:invalid{border-color:#dc3545}.ns-bs5 .form-select.is-invalid:not([multiple]):not([size]),.ns-bs5 .form-select.is-invalid:not([multiple])[size="1"],.was-validated .ns-bs5 .form-select:invalid:not([multiple]):not([size]),.was-validated .ns-bs5 .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.ns-bs5 .form-select.is-invalid:focus,.was-validated .ns-bs5 .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.ns-bs5 .form-check-input.is-invalid,.was-validated .ns-bs5 .form-check-input:invalid{border-color:#dc3545}.ns-bs5 .form-check-input.is-invalid:checked,.was-validated .ns-bs5 .form-check-input:invalid:checked{background-color:#dc3545}.ns-bs5 .form-check-input.is-invalid:focus,.was-validated .ns-bs5 .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.ns-bs5 .form-check-input.is-invalid~.form-check-label,.was-validated .ns-bs5 .form-check-input:invalid~.form-check-label{color:#dc3545}.ns-bs5 .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.ns-bs5 .input-group .form-control.is-invalid,.ns-bs5 .input-group .form-select.is-invalid,.was-validated .ns-bs5 .input-group .form-control:invalid,.was-validated .ns-bs5 .input-group .form-select:invalid{z-index:2}.ns-bs5 .input-group .form-control.is-invalid:focus,.ns-bs5 .input-group .form-select.is-invalid:focus,.was-validated .ns-bs5 .input-group .form-control:invalid:focus,.was-validated .ns-bs5 .input-group .form-select:invalid:focus{z-index:3}.ns-bs5 .btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .btn{transition:none}}.ns-bs5 .btn:hover{color:#212529}.btn-check:focus+.ns-bs5 .btn,.ns-bs5 .btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .btn.disabled,.ns-bs5 .btn:disabled,fieldset:disabled .ns-bs5 .btn{pointer-events:none;opacity:.65}.ns-bs5 .btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.ns-bs5 .btn-primary,.ns-bs5 .btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.ns-bs5 .btn-primary,.btn-check:checked+.ns-bs5 .btn-primary,.ns-bs5 .btn-primary.active,.ns-bs5 .btn-primary:active,.show>.ns-bs5 .btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.ns-bs5 .btn-primary:focus,.btn-check:checked+.ns-bs5 .btn-primary:focus,.ns-bs5 .btn-primary.active:focus,.ns-bs5 .btn-primary:active:focus,.show>.ns-bs5 .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.ns-bs5 .btn-primary.disabled,.ns-bs5 .btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.ns-bs5 .btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.ns-bs5 .btn-secondary,.ns-bs5 .btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.ns-bs5 .btn-secondary,.btn-check:checked+.ns-bs5 .btn-secondary,.ns-bs5 .btn-secondary.active,.ns-bs5 .btn-secondary:active,.show>.ns-bs5 .btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.ns-bs5 .btn-secondary:focus,.btn-check:checked+.ns-bs5 .btn-secondary:focus,.ns-bs5 .btn-secondary.active:focus,.ns-bs5 .btn-secondary:active:focus,.show>.ns-bs5 .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.ns-bs5 .btn-secondary.disabled,.ns-bs5 .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.ns-bs5 .btn-success{color:#fff;background-color:#198754;border-color:#198754}.ns-bs5 .btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.ns-bs5 .btn-success,.ns-bs5 .btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.ns-bs5 .btn-success,.btn-check:checked+.ns-bs5 .btn-success,.ns-bs5 .btn-success.active,.ns-bs5 .btn-success:active,.show>.ns-bs5 .btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.ns-bs5 .btn-success:focus,.btn-check:checked+.ns-bs5 .btn-success:focus,.ns-bs5 .btn-success.active:focus,.ns-bs5 .btn-success:active:focus,.show>.ns-bs5 .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.ns-bs5 .btn-success.disabled,.ns-bs5 .btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.ns-bs5 .btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.ns-bs5 .btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.ns-bs5 .btn-info,.ns-bs5 .btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.ns-bs5 .btn-info,.btn-check:checked+.ns-bs5 .btn-info,.ns-bs5 .btn-info.active,.ns-bs5 .btn-info:active,.show>.ns-bs5 .btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.ns-bs5 .btn-info:focus,.btn-check:checked+.ns-bs5 .btn-info:focus,.ns-bs5 .btn-info.active:focus,.ns-bs5 .btn-info:active:focus,.show>.ns-bs5 .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.ns-bs5 .btn-info.disabled,.ns-bs5 .btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.ns-bs5 .btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.ns-bs5 .btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.ns-bs5 .btn-warning,.ns-bs5 .btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.ns-bs5 .btn-warning,.btn-check:checked+.ns-bs5 .btn-warning,.ns-bs5 .btn-warning.active,.ns-bs5 .btn-warning:active,.show>.ns-bs5 .btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.ns-bs5 .btn-warning:focus,.btn-check:checked+.ns-bs5 .btn-warning:focus,.ns-bs5 .btn-warning.active:focus,.ns-bs5 .btn-warning:active:focus,.show>.ns-bs5 .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.ns-bs5 .btn-warning.disabled,.ns-bs5 .btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.ns-bs5 .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.ns-bs5 .btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.ns-bs5 .btn-danger,.ns-bs5 .btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.ns-bs5 .btn-danger,.btn-check:checked+.ns-bs5 .btn-danger,.ns-bs5 .btn-danger.active,.ns-bs5 .btn-danger:active,.show>.ns-bs5 .btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.ns-bs5 .btn-danger:focus,.btn-check:checked+.ns-bs5 .btn-danger:focus,.ns-bs5 .btn-danger.active:focus,.ns-bs5 .btn-danger:active:focus,.show>.ns-bs5 .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.ns-bs5 .btn-danger.disabled,.ns-bs5 .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.ns-bs5 .btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.ns-bs5 .btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.ns-bs5 .btn-light,.ns-bs5 .btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.ns-bs5 .btn-light,.btn-check:checked+.ns-bs5 .btn-light,.ns-bs5 .btn-light.active,.ns-bs5 .btn-light:active,.show>.ns-bs5 .btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.ns-bs5 .btn-light:focus,.btn-check:checked+.ns-bs5 .btn-light:focus,.ns-bs5 .btn-light.active:focus,.ns-bs5 .btn-light:active:focus,.show>.ns-bs5 .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.ns-bs5 .btn-light.disabled,.ns-bs5 .btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.ns-bs5 .btn-dark{color:#fff;background-color:#212529;border-color:#212529}.ns-bs5 .btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.ns-bs5 .btn-dark,.ns-bs5 .btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.ns-bs5 .btn-dark,.btn-check:checked+.ns-bs5 .btn-dark,.ns-bs5 .btn-dark.active,.ns-bs5 .btn-dark:active,.show>.ns-bs5 .btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.ns-bs5 .btn-dark:focus,.btn-check:checked+.ns-bs5 .btn-dark:focus,.ns-bs5 .btn-dark.active:focus,.ns-bs5 .btn-dark:active:focus,.show>.ns-bs5 .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.ns-bs5 .btn-dark.disabled,.ns-bs5 .btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.ns-bs5 .btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.ns-bs5 .btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.ns-bs5 .btn-outline-primary,.ns-bs5 .btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.ns-bs5 .btn-outline-primary,.btn-check:checked+.ns-bs5 .btn-outline-primary,.ns-bs5 .btn-outline-primary.active,.ns-bs5 .btn-outline-primary.dropdown-toggle.show,.ns-bs5 .btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.ns-bs5 .btn-outline-primary:focus,.btn-check:checked+.ns-bs5 .btn-outline-primary:focus,.ns-bs5 .btn-outline-primary.active:focus,.ns-bs5 .btn-outline-primary.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.ns-bs5 .btn-outline-primary.disabled,.ns-bs5 .btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.ns-bs5 .btn-outline-secondary{color:#6c757d;border-color:#6c757d}.ns-bs5 .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.ns-bs5 .btn-outline-secondary,.ns-bs5 .btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.ns-bs5 .btn-outline-secondary,.btn-check:checked+.ns-bs5 .btn-outline-secondary,.ns-bs5 .btn-outline-secondary.active,.ns-bs5 .btn-outline-secondary.dropdown-toggle.show,.ns-bs5 .btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.ns-bs5 .btn-outline-secondary:focus,.btn-check:checked+.ns-bs5 .btn-outline-secondary:focus,.ns-bs5 .btn-outline-secondary.active:focus,.ns-bs5 .btn-outline-secondary.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.ns-bs5 .btn-outline-secondary.disabled,.ns-bs5 .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.ns-bs5 .btn-outline-success{color:#198754;border-color:#198754}.ns-bs5 .btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.ns-bs5 .btn-outline-success,.ns-bs5 .btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.ns-bs5 .btn-outline-success,.btn-check:checked+.ns-bs5 .btn-outline-success,.ns-bs5 .btn-outline-success.active,.ns-bs5 .btn-outline-success.dropdown-toggle.show,.ns-bs5 .btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.ns-bs5 .btn-outline-success:focus,.btn-check:checked+.ns-bs5 .btn-outline-success:focus,.ns-bs5 .btn-outline-success.active:focus,.ns-bs5 .btn-outline-success.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.ns-bs5 .btn-outline-success.disabled,.ns-bs5 .btn-outline-success:disabled{color:#198754;background-color:transparent}.ns-bs5 .btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.ns-bs5 .btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.ns-bs5 .btn-outline-info,.ns-bs5 .btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.ns-bs5 .btn-outline-info,.btn-check:checked+.ns-bs5 .btn-outline-info,.ns-bs5 .btn-outline-info.active,.ns-bs5 .btn-outline-info.dropdown-toggle.show,.ns-bs5 .btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.ns-bs5 .btn-outline-info:focus,.btn-check:checked+.ns-bs5 .btn-outline-info:focus,.ns-bs5 .btn-outline-info.active:focus,.ns-bs5 .btn-outline-info.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.ns-bs5 .btn-outline-info.disabled,.ns-bs5 .btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.ns-bs5 .btn-outline-warning{color:#ffc107;border-color:#ffc107}.ns-bs5 .btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.ns-bs5 .btn-outline-warning,.ns-bs5 .btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.ns-bs5 .btn-outline-warning,.btn-check:checked+.ns-bs5 .btn-outline-warning,.ns-bs5 .btn-outline-warning.active,.ns-bs5 .btn-outline-warning.dropdown-toggle.show,.ns-bs5 .btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.ns-bs5 .btn-outline-warning:focus,.btn-check:checked+.ns-bs5 .btn-outline-warning:focus,.ns-bs5 .btn-outline-warning.active:focus,.ns-bs5 .btn-outline-warning.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.ns-bs5 .btn-outline-warning.disabled,.ns-bs5 .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.ns-bs5 .btn-outline-danger{color:#dc3545;border-color:#dc3545}.ns-bs5 .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.ns-bs5 .btn-outline-danger,.ns-bs5 .btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.ns-bs5 .btn-outline-danger,.btn-check:checked+.ns-bs5 .btn-outline-danger,.ns-bs5 .btn-outline-danger.active,.ns-bs5 .btn-outline-danger.dropdown-toggle.show,.ns-bs5 .btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.ns-bs5 .btn-outline-danger:focus,.btn-check:checked+.ns-bs5 .btn-outline-danger:focus,.ns-bs5 .btn-outline-danger.active:focus,.ns-bs5 .btn-outline-danger.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.ns-bs5 .btn-outline-danger.disabled,.ns-bs5 .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.ns-bs5 .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.ns-bs5 .btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.ns-bs5 .btn-outline-light,.ns-bs5 .btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.ns-bs5 .btn-outline-light,.btn-check:checked+.ns-bs5 .btn-outline-light,.ns-bs5 .btn-outline-light.active,.ns-bs5 .btn-outline-light.dropdown-toggle.show,.ns-bs5 .btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.ns-bs5 .btn-outline-light:focus,.btn-check:checked+.ns-bs5 .btn-outline-light:focus,.ns-bs5 .btn-outline-light.active:focus,.ns-bs5 .btn-outline-light.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.ns-bs5 .btn-outline-light.disabled,.ns-bs5 .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.ns-bs5 .btn-outline-dark{color:#212529;border-color:#212529}.ns-bs5 .btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.ns-bs5 .btn-outline-dark,.ns-bs5 .btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.ns-bs5 .btn-outline-dark,.btn-check:checked+.ns-bs5 .btn-outline-dark,.ns-bs5 .btn-outline-dark.active,.ns-bs5 .btn-outline-dark.dropdown-toggle.show,.ns-bs5 .btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.ns-bs5 .btn-outline-dark:focus,.btn-check:checked+.ns-bs5 .btn-outline-dark:focus,.ns-bs5 .btn-outline-dark.active:focus,.ns-bs5 .btn-outline-dark.dropdown-toggle.show:focus,.ns-bs5 .btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.ns-bs5 .btn-outline-dark.disabled,.ns-bs5 .btn-outline-dark:disabled{color:#212529;background-color:transparent}.ns-bs5 .btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.ns-bs5 .btn-link:hover{color:#0a58ca}.ns-bs5 .btn-link.disabled,.ns-bs5 .btn-link:disabled{color:#6c757d}.ns-bs5 .btn-group-lg>.btn,.ns-bs5 .btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.ns-bs5 .btn-group-sm>.btn,.ns-bs5 .btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.ns-bs5 .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.ns-bs5 .fade{transition:none}}.ns-bs5 .fade:not(.show){opacity:0}.ns-bs5 .collapse:not(.show){display:none}.ns-bs5 .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.ns-bs5 .collapsing{transition:none}}.ns-bs5 .dropdown,.ns-bs5 .dropend,.ns-bs5 .dropstart,.ns-bs5 .dropup{position:relative}.ns-bs5 .dropdown-toggle{white-space:nowrap}.ns-bs5 .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.ns-bs5 .dropdown-toggle:empty::after{margin-left:0}.ns-bs5 .dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.ns-bs5 .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.ns-bs5 .dropdown-menu-start{--bs-position:start}.ns-bs5 .dropdown-menu-start[data-bs-popper]{right:auto;left:0}.ns-bs5 .dropdown-menu-end{--bs-position:end}.ns-bs5 .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.ns-bs5 .dropdown-menu-sm-start{--bs-position:start}.ns-bs5 .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.ns-bs5 .dropdown-menu-sm-end{--bs-position:end}.ns-bs5 .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.ns-bs5 .dropdown-menu-md-start{--bs-position:start}.ns-bs5 .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.ns-bs5 .dropdown-menu-md-end{--bs-position:end}.ns-bs5 .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.ns-bs5 .dropdown-menu-lg-start{--bs-position:start}.ns-bs5 .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.ns-bs5 .dropdown-menu-lg-end{--bs-position:end}.ns-bs5 .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.ns-bs5 .dropdown-menu-xl-start{--bs-position:start}.ns-bs5 .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.ns-bs5 .dropdown-menu-xl-end{--bs-position:end}.ns-bs5 .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.ns-bs5 .dropdown-menu-xxl-start{--bs-position:start}.ns-bs5 .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.ns-bs5 .dropdown-menu-xxl-end{--bs-position:end}.ns-bs5 .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.ns-bs5 .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.ns-bs5 .dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.ns-bs5 .dropup .dropdown-toggle:empty::after{margin-left:0}.ns-bs5 .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.ns-bs5 .dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.ns-bs5 .dropend .dropdown-toggle:empty::after{margin-left:0}.ns-bs5 .dropend .dropdown-toggle::after{vertical-align:0}.ns-bs5 .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.ns-bs5 .dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.ns-bs5 .dropstart .dropdown-toggle::after{display:none}.ns-bs5 .dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.ns-bs5 .dropstart .dropdown-toggle:empty::after{margin-left:0}.ns-bs5 .dropstart .dropdown-toggle::before{vertical-align:0}.ns-bs5 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.ns-bs5 .dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.ns-bs5 .dropdown-item:focus,.ns-bs5 .dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.ns-bs5 .dropdown-item.active,.ns-bs5 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.ns-bs5 .dropdown-item.disabled,.ns-bs5 .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.ns-bs5 .dropdown-menu.show{display:block}.ns-bs5 .dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.ns-bs5 .dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.ns-bs5 .dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.ns-bs5 .dropdown-menu-dark .dropdown-item{color:#dee2e6}.ns-bs5 .dropdown-menu-dark .dropdown-item:focus,.ns-bs5 .dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.ns-bs5 .dropdown-menu-dark .dropdown-item.active,.ns-bs5 .dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.ns-bs5 .dropdown-menu-dark .dropdown-item.disabled,.ns-bs5 .dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.ns-bs5 .dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.ns-bs5 .dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.ns-bs5 .dropdown-menu-dark .dropdown-header{color:#adb5bd}.ns-bs5 .btn-group,.ns-bs5 .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.ns-bs5 .btn-group-vertical>.btn,.ns-bs5 .btn-group>.btn{position:relative;flex:1 1 auto}.ns-bs5 .btn-group-vertical>.btn-check:checked+.btn,.ns-bs5 .btn-group-vertical>.btn-check:focus+.btn,.ns-bs5 .btn-group-vertical>.btn.active,.ns-bs5 .btn-group-vertical>.btn:active,.ns-bs5 .btn-group-vertical>.btn:focus,.ns-bs5 .btn-group-vertical>.btn:hover,.ns-bs5 .btn-group>.btn-check:checked+.btn,.ns-bs5 .btn-group>.btn-check:focus+.btn,.ns-bs5 .btn-group>.btn.active,.ns-bs5 .btn-group>.btn:active,.ns-bs5 .btn-group>.btn:focus,.ns-bs5 .btn-group>.btn:hover{z-index:1}.ns-bs5 .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.ns-bs5 .btn-toolbar .input-group{width:auto}.ns-bs5 .btn-group>.btn-group:not(:first-child),.ns-bs5 .btn-group>.btn:not(:first-child){margin-left:-1px}.ns-bs5 .btn-group>.btn-group:not(:last-child)>.btn,.ns-bs5 .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.ns-bs5 .btn-group>.btn-group:not(:first-child)>.btn,.ns-bs5 .btn-group>.btn:nth-child(n+3),.ns-bs5 .btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.ns-bs5 .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropend .ns-bs5 .dropdown-toggle-split::after,.dropup .ns-bs5 .dropdown-toggle-split::after,.ns-bs5 .dropdown-toggle-split::after{margin-left:0}.dropstart .ns-bs5 .dropdown-toggle-split::before{margin-right:0}.ns-bs5 .btn-group-sm>.btn+.dropdown-toggle-split,.ns-bs5 .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.ns-bs5 .btn-group-lg>.btn+.dropdown-toggle-split,.ns-bs5 .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.ns-bs5 .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.ns-bs5 .btn-group-vertical>.btn,.ns-bs5 .btn-group-vertical>.btn-group{width:100%}.ns-bs5 .btn-group-vertical>.btn-group:not(:first-child),.ns-bs5 .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.ns-bs5 .btn-group-vertical>.btn-group:not(:last-child)>.btn,.ns-bs5 .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.ns-bs5 .btn-group-vertical>.btn-group:not(:first-child)>.btn,.ns-bs5 .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.ns-bs5 .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.ns-bs5 .nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .nav-link{transition:none}}.ns-bs5 .nav-link:focus,.ns-bs5 .nav-link:hover{color:#0a58ca}.ns-bs5 .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.ns-bs5 .nav-tabs{border-bottom:1px solid #dee2e6}.ns-bs5 .nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.ns-bs5 .nav-tabs .nav-link:focus,.ns-bs5 .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.ns-bs5 .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.ns-bs5 .nav-tabs .nav-item.show .nav-link,.ns-bs5 .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.ns-bs5 .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.ns-bs5 .nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.ns-bs5 .nav-pills .nav-link.active,.ns-bs5 .nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.ns-bs5 .nav-fill .nav-item,.ns-bs5 .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.ns-bs5 .nav-justified .nav-item,.ns-bs5 .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.ns-bs5 .nav-fill .nav-item .nav-link,.ns-bs5 .nav-justified .nav-item .nav-link{width:100%}.ns-bs5 .tab-content>.tab-pane{display:none}.ns-bs5 .tab-content>.active{display:block}.ns-bs5 .navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.ns-bs5 .navbar>.container,.ns-bs5 .navbar>.container-fluid,.ns-bs5 .navbar>.container-lg,.ns-bs5 .navbar>.container-md,.ns-bs5 .navbar>.container-sm,.ns-bs5 .navbar>.container-xl,.ns-bs5 .navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.ns-bs5 .navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.ns-bs5 .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.ns-bs5 .navbar-nav .nav-link{padding-right:0;padding-left:0}.ns-bs5 .navbar-nav .dropdown-menu{position:static}.ns-bs5 .navbar-text{padding-top:.5rem;padding-bottom:.5rem}.ns-bs5 .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.ns-bs5 .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .navbar-toggler{transition:none}}.ns-bs5 .navbar-toggler:hover{text-decoration:none}.ns-bs5 .navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.ns-bs5 .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.ns-bs5 .navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.ns-bs5 .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-sm .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.ns-bs5 .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.ns-bs5 .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-md .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.ns-bs5 .navbar-expand-md .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.ns-bs5 .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-lg .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.ns-bs5 .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.ns-bs5 .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-xl .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.ns-bs5 .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.ns-bs5 .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand-xxl .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.ns-bs5 .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand-xxl .navbar-toggler{display:none}}.ns-bs5 .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.ns-bs5 .navbar-expand .navbar-nav{flex-direction:row}.ns-bs5 .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.ns-bs5 .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.ns-bs5 .navbar-expand .navbar-nav-scroll{overflow:visible}.ns-bs5 .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.ns-bs5 .navbar-expand .navbar-toggler{display:none}.ns-bs5 .navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.ns-bs5 .navbar-light .navbar-brand:focus,.ns-bs5 .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.ns-bs5 .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.ns-bs5 .navbar-light .navbar-nav .nav-link:focus,.ns-bs5 .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.ns-bs5 .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.ns-bs5 .navbar-light .navbar-nav .nav-link.active,.ns-bs5 .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.ns-bs5 .navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.ns-bs5 .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.ns-bs5 .navbar-light .navbar-text{color:rgba(0,0,0,.55)}.ns-bs5 .navbar-light .navbar-text a,.ns-bs5 .navbar-light .navbar-text a:focus,.ns-bs5 .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.ns-bs5 .navbar-dark .navbar-brand{color:#fff}.ns-bs5 .navbar-dark .navbar-brand:focus,.ns-bs5 .navbar-dark .navbar-brand:hover{color:#fff}.ns-bs5 .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.ns-bs5 .navbar-dark .navbar-nav .nav-link:focus,.ns-bs5 .navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.ns-bs5 .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.ns-bs5 .navbar-dark .navbar-nav .nav-link.active,.ns-bs5 .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.ns-bs5 .navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.ns-bs5 .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.ns-bs5 .navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.ns-bs5 .navbar-dark .navbar-text a,.ns-bs5 .navbar-dark .navbar-text a:focus,.ns-bs5 .navbar-dark .navbar-text a:hover{color:#fff}.ns-bs5 .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.ns-bs5 .card>hr{margin-right:0;margin-left:0}.ns-bs5 .card>.list-group{border-top:inherit;border-bottom:inherit}.ns-bs5 .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.ns-bs5 .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.ns-bs5 .card>.card-header+.list-group,.ns-bs5 .card>.list-group+.card-footer{border-top:0}.ns-bs5 .card-body{flex:1 1 auto;padding:1rem 1rem}.ns-bs5 .card-title{margin-bottom:.5rem}.ns-bs5 .card-subtitle{margin-top:-.25rem;margin-bottom:0}.ns-bs5 .card-text:last-child{margin-bottom:0}.ns-bs5 .card-link:hover{text-decoration:none}.ns-bs5 .card-link+.card-link{margin-left:1rem}.ns-bs5 .card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.ns-bs5 .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.ns-bs5 .card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.ns-bs5 .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.ns-bs5 .card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.ns-bs5 .card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.ns-bs5 .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.ns-bs5 .card-img,.ns-bs5 .card-img-bottom,.ns-bs5 .card-img-top{width:100%}.ns-bs5 .card-img,.ns-bs5 .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.ns-bs5 .card-img,.ns-bs5 .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.ns-bs5 .card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.ns-bs5 .card-group{display:flex;flex-flow:row wrap}.ns-bs5 .card-group>.card{flex:1 0 0%;margin-bottom:0}.ns-bs5 .card-group>.card+.card{margin-left:0;border-left:0}.ns-bs5 .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ns-bs5 .card-group>.card:not(:last-child) .card-header,.ns-bs5 .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.ns-bs5 .card-group>.card:not(:last-child) .card-footer,.ns-bs5 .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.ns-bs5 .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ns-bs5 .card-group>.card:not(:first-child) .card-header,.ns-bs5 .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.ns-bs5 .card-group>.card:not(:first-child) .card-footer,.ns-bs5 .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.ns-bs5 .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.ns-bs5 .accordion-button{transition:none}}.ns-bs5 .accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.ns-bs5 .accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.ns-bs5 .accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .accordion-button::after{transition:none}}.ns-bs5 .accordion-button:hover{z-index:2}.ns-bs5 .accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .accordion-header{margin-bottom:0}.ns-bs5 .accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.ns-bs5 .accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.ns-bs5 .accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.ns-bs5 .accordion-item:not(:first-of-type){border-top:0}.ns-bs5 .accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.ns-bs5 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.ns-bs5 .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.ns-bs5 .accordion-body{padding:1rem 1.25rem}.ns-bs5 .accordion-flush .accordion-collapse{border-width:0}.ns-bs5 .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.ns-bs5 .accordion-flush .accordion-item:first-child{border-top:0}.ns-bs5 .accordion-flush .accordion-item:last-child{border-bottom:0}.ns-bs5 .accordion-flush .accordion-item .accordion-button{border-radius:0}.ns-bs5 .breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.ns-bs5 .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.ns-bs5 .breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.ns-bs5 .breadcrumb-item.active{color:#6c757d}.ns-bs5 .pagination{display:flex;padding-left:0;list-style:none}.ns-bs5 .page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .page-link{transition:none}}.ns-bs5 .page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.ns-bs5 .page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ns-bs5 .page-item:not(:first-child) .page-link{margin-left:-1px}.ns-bs5 .page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.ns-bs5 .page-link{padding:.375rem .75rem}.ns-bs5 .page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.ns-bs5 .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.ns-bs5 .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.ns-bs5 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.ns-bs5 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.ns-bs5 .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.ns-bs5 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.ns-bs5 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.ns-bs5 .badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.ns-bs5 .badge:empty{display:none}.ns-bs5 .btn .badge{position:relative;top:-1px}.ns-bs5 .alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.ns-bs5 .alert-heading{color:inherit}.ns-bs5 .alert-link{font-weight:700}.ns-bs5 .alert-dismissible{padding-right:3rem}.ns-bs5 .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.ns-bs5 .alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.ns-bs5 .alert-primary .alert-link{color:#06357a}.ns-bs5 .alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.ns-bs5 .alert-secondary .alert-link{color:#34383c}.ns-bs5 .alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.ns-bs5 .alert-success .alert-link{color:#0c4128}.ns-bs5 .alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.ns-bs5 .alert-info .alert-link{color:#04414d}.ns-bs5 .alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.ns-bs5 .alert-warning .alert-link{color:#523e02}.ns-bs5 .alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.ns-bs5 .alert-danger .alert-link{color:#6a1a21}.ns-bs5 .alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.ns-bs5 .alert-light .alert-link{color:#4f5050}.ns-bs5 .alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.ns-bs5 .alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.ns-bs5 .progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.ns-bs5 .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.ns-bs5 .progress-bar{transition:none}}.ns-bs5 .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.ns-bs5 .progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.ns-bs5 .progress-bar-animated{-webkit-animation:none;animation:none}}.ns-bs5 .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.ns-bs5 .list-group-numbered{list-style-type:none;counter-reset:section}.ns-bs5 .list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.ns-bs5 .list-group-item-action{width:100%;color:#495057;text-align:inherit}.ns-bs5 .list-group-item-action:focus,.ns-bs5 .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.ns-bs5 .list-group-item-action:active{color:#212529;background-color:#e9ecef}.ns-bs5 .list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.ns-bs5 .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.ns-bs5 .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.ns-bs5 .list-group-item.disabled,.ns-bs5 .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.ns-bs5 .list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.ns-bs5 .list-group-item+.ns-bs5 .list-group-item{border-top-width:0}.ns-bs5 .list-group-item+.ns-bs5 .list-group-item.active{margin-top:-1px;border-top-width:1px}.ns-bs5 .list-group-horizontal{flex-direction:row}.ns-bs5 .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.ns-bs5 .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.ns-bs5 .list-group-horizontal>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.ns-bs5 .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.ns-bs5 .list-group-horizontal-sm{flex-direction:row}.ns-bs5 .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.ns-bs5 .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.ns-bs5 .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.ns-bs5 .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.ns-bs5 .list-group-horizontal-md{flex-direction:row}.ns-bs5 .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.ns-bs5 .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.ns-bs5 .list-group-horizontal-md>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.ns-bs5 .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.ns-bs5 .list-group-horizontal-lg{flex-direction:row}.ns-bs5 .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.ns-bs5 .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.ns-bs5 .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.ns-bs5 .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.ns-bs5 .list-group-horizontal-xl{flex-direction:row}.ns-bs5 .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.ns-bs5 .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.ns-bs5 .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.ns-bs5 .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.ns-bs5 .list-group-horizontal-xxl{flex-direction:row}.ns-bs5 .list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.ns-bs5 .list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.ns-bs5 .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.ns-bs5 .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.ns-bs5 .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.ns-bs5 .list-group-flush{border-radius:0}.ns-bs5 .list-group-flush>.list-group-item{border-width:0 0 1px}.ns-bs5 .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.ns-bs5 .list-group-item-primary{color:#084298;background-color:#cfe2ff}.ns-bs5 .list-group-item-primary.list-group-item-action:focus,.ns-bs5 .list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.ns-bs5 .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.ns-bs5 .list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.ns-bs5 .list-group-item-secondary.list-group-item-action:focus,.ns-bs5 .list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.ns-bs5 .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.ns-bs5 .list-group-item-success{color:#0f5132;background-color:#d1e7dd}.ns-bs5 .list-group-item-success.list-group-item-action:focus,.ns-bs5 .list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.ns-bs5 .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.ns-bs5 .list-group-item-info{color:#055160;background-color:#cff4fc}.ns-bs5 .list-group-item-info.list-group-item-action:focus,.ns-bs5 .list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.ns-bs5 .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.ns-bs5 .list-group-item-warning{color:#664d03;background-color:#fff3cd}.ns-bs5 .list-group-item-warning.list-group-item-action:focus,.ns-bs5 .list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.ns-bs5 .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.ns-bs5 .list-group-item-danger{color:#842029;background-color:#f8d7da}.ns-bs5 .list-group-item-danger.list-group-item-action:focus,.ns-bs5 .list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.ns-bs5 .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.ns-bs5 .list-group-item-light{color:#636464;background-color:#fefefe}.ns-bs5 .list-group-item-light.list-group-item-action:focus,.ns-bs5 .list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.ns-bs5 .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.ns-bs5 .list-group-item-dark{color:#141619;background-color:#d3d3d4}.ns-bs5 .list-group-item-dark.list-group-item-action:focus,.ns-bs5 .list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.ns-bs5 .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.ns-bs5 .btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.ns-bs5 .btn-close:hover{color:#000;text-decoration:none;opacity:.75}.ns-bs5 .btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.ns-bs5 .btn-close.disabled,.ns-bs5 .btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.ns-bs5 .btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.ns-bs5 .toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.ns-bs5 .toast:not(.showing):not(.show){opacity:0}.ns-bs5 .toast.hide{display:none}.ns-bs5 .toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.ns-bs5 .toast-container>:not(:last-child){margin-bottom:.75rem}.ns-bs5 .toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.ns-bs5 .toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.ns-bs5 .toast-body{padding:.75rem;word-wrap:break-word}.ns-bs5 .modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.ns-bs5 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .ns-bs5 .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .ns-bs5 .modal-dialog{transition:none}}.modal.show .ns-bs5 .modal-dialog{transform:none}.modal.modal-static .ns-bs5 .modal-dialog{transform:scale(1.02)}.ns-bs5 .modal-dialog-scrollable{height:calc(100% - 1rem)}.ns-bs5 .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.ns-bs5 .modal-dialog-scrollable .modal-body{overflow-y:auto}.ns-bs5 .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.ns-bs5 .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.ns-bs5 .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.ns-bs5 .modal-backdrop.fade{opacity:0}.ns-bs5 .modal-backdrop.show{opacity:.5}.ns-bs5 .modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.ns-bs5 .modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.ns-bs5 .modal-title{margin-bottom:0;line-height:1.5}.ns-bs5 .modal-body{position:relative;flex:1 1 auto;padding:1rem}.ns-bs5 .modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.ns-bs5 .modal-footer>*{margin:.25rem}@media (min-width:576px){.ns-bs5 .modal-dialog{max-width:500px;margin:1.75rem auto}.ns-bs5 .modal-dialog-scrollable{height:calc(100% - 3.5rem)}.ns-bs5 .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.ns-bs5 .modal-sm{max-width:300px}}@media (min-width:992px){.ns-bs5 .modal-lg,.ns-bs5 .modal-xl{max-width:800px}}@media (min-width:1200px){.ns-bs5 .modal-xl{max-width:1140px}}.ns-bs5 .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.ns-bs5 .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.ns-bs5 .modal-fullscreen .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen .modal-body{overflow-y:auto}.ns-bs5 .modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.ns-bs5 .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.ns-bs5 .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.ns-bs5 .modal-fullscreen-sm-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-sm-down .modal-body{overflow-y:auto}.ns-bs5 .modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.ns-bs5 .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.ns-bs5 .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.ns-bs5 .modal-fullscreen-md-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-md-down .modal-body{overflow-y:auto}.ns-bs5 .modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.ns-bs5 .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.ns-bs5 .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.ns-bs5 .modal-fullscreen-lg-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-lg-down .modal-body{overflow-y:auto}.ns-bs5 .modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.ns-bs5 .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.ns-bs5 .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.ns-bs5 .modal-fullscreen-xl-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-xl-down .modal-body{overflow-y:auto}.ns-bs5 .modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.ns-bs5 .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.ns-bs5 .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.ns-bs5 .modal-fullscreen-xxl-down .modal-header{border-radius:0}.ns-bs5 .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.ns-bs5 .modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.ns-bs5 .tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.ns-bs5 .tooltip.show{opacity:.9}.ns-bs5 .tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.ns-bs5 .tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=top],.ns-bs5 .bs-tooltip-top{padding:.4rem 0}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.ns-bs5 .bs-tooltip-top .tooltip-arrow{bottom:0}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.ns-bs5 .bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=right],.ns-bs5 .bs-tooltip-end{padding:0 .4rem}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.ns-bs5 .bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.ns-bs5 .bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=bottom],.ns-bs5 .bs-tooltip-bottom{padding:.4rem 0}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.ns-bs5 .bs-tooltip-bottom .tooltip-arrow{top:0}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.ns-bs5 .bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=left],.ns-bs5 .bs-tooltip-start{padding:0 .4rem}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.ns-bs5 .bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.ns-bs5 .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.ns-bs5 .bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.ns-bs5 .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.ns-bs5 .popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.ns-bs5 .popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.ns-bs5 .popover .popover-arrow::after,.ns-bs5 .popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.ns-bs5 .bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.ns-bs5 .bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.ns-bs5 .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.ns-bs5 .bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.ns-bs5 .bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.ns-bs5 .bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.ns-bs5 .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.ns-bs5 .bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.ns-bs5 .bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.ns-bs5 .bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.ns-bs5 .bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.ns-bs5 .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.ns-bs5 .bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.ns-bs5 .bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.ns-bs5 .bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.ns-bs5 .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.ns-bs5 .bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.ns-bs5 .popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.ns-bs5 .popover-header:empty{display:none}.ns-bs5 .popover-body{padding:1rem 1rem;color:#212529}.ns-bs5 .carousel{position:relative}.ns-bs5 .carousel.pointer-event{touch-action:pan-y}.ns-bs5 .carousel-inner{position:relative;width:100%;overflow:hidden}.ns-bs5 .carousel-inner::after{display:block;clear:both;content:""}.ns-bs5 .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-item{transition:none}}.ns-bs5 .carousel-item-next,.ns-bs5 .carousel-item-prev,.ns-bs5 .carousel-item.active{display:block}.ns-bs5 .active.carousel-item-end,.ns-bs5 .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.ns-bs5 .active.carousel-item-start,.ns-bs5 .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.ns-bs5 .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.ns-bs5 .carousel-fade .carousel-item-next.carousel-item-start,.ns-bs5 .carousel-fade .carousel-item-prev.carousel-item-end,.ns-bs5 .carousel-fade .carousel-item.active{z-index:1;opacity:1}.ns-bs5 .carousel-fade .active.carousel-item-end,.ns-bs5 .carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-fade .active.carousel-item-end,.ns-bs5 .carousel-fade .active.carousel-item-start{transition:none}}.ns-bs5 .carousel-control-next,.ns-bs5 .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-control-next,.ns-bs5 .carousel-control-prev{transition:none}}.ns-bs5 .carousel-control-next:focus,.ns-bs5 .carousel-control-next:hover,.ns-bs5 .carousel-control-prev:focus,.ns-bs5 .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.ns-bs5 .carousel-control-prev{left:0}.ns-bs5 .carousel-control-next{right:0}.ns-bs5 .carousel-control-next-icon,.ns-bs5 .carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.ns-bs5 .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.ns-bs5 .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.ns-bs5 .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.ns-bs5 .carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.ns-bs5 .carousel-indicators [data-bs-target]{transition:none}}.ns-bs5 .carousel-indicators .active{opacity:1}.ns-bs5 .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.ns-bs5 .carousel-dark .carousel-control-next-icon,.ns-bs5 .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.ns-bs5 .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.ns-bs5 .carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.ns-bs5 .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.ns-bs5 .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.ns-bs5 .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.ns-bs5 .spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.ns-bs5 .spinner-border,.ns-bs5 .spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.ns-bs5 .offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ns-bs5 .offcanvas{transition:none}}.ns-bs5 .offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.ns-bs5 .offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.ns-bs5 .offcanvas-title{margin-bottom:0;line-height:1.5}.ns-bs5 .offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.ns-bs5 .offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.ns-bs5 .offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.ns-bs5 .offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.ns-bs5 .offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.ns-bs5 .offcanvas.show{transform:none}.ns-bs5 .clearfix::after{display:block;clear:both;content:""}.ns-bs5 .link-primary{color:#0d6efd}.ns-bs5 .link-primary:focus,.ns-bs5 .link-primary:hover{color:#0a58ca}.ns-bs5 .link-secondary{color:#6c757d}.ns-bs5 .link-secondary:focus,.ns-bs5 .link-secondary:hover{color:#565e64}.ns-bs5 .link-success{color:#198754}.ns-bs5 .link-success:focus,.ns-bs5 .link-success:hover{color:#146c43}.ns-bs5 .link-info{color:#0dcaf0}.ns-bs5 .link-info:focus,.ns-bs5 .link-info:hover{color:#3dd5f3}.ns-bs5 .link-warning{color:#ffc107}.ns-bs5 .link-warning:focus,.ns-bs5 .link-warning:hover{color:#ffcd39}.ns-bs5 .link-danger{color:#dc3545}.ns-bs5 .link-danger:focus,.ns-bs5 .link-danger:hover{color:#b02a37}.ns-bs5 .link-light{color:#f8f9fa}.ns-bs5 .link-light:focus,.ns-bs5 .link-light:hover{color:#f9fafb}.ns-bs5 .link-dark{color:#212529}.ns-bs5 .link-dark:focus,.ns-bs5 .link-dark:hover{color:#1a1e21}.ns-bs5 .ratio{position:relative;width:100%}.ns-bs5 .ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ns-bs5 .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ns-bs5 .ratio-1x1{--bs-aspect-ratio:100%}.ns-bs5 .ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ns-bs5 .ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ns-bs5 .ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.ns-bs5 .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.ns-bs5 .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.ns-bs5 .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.ns-bs5 .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.ns-bs5 .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.ns-bs5 .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.ns-bs5 .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.ns-bs5 .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.ns-bs5 .visually-hidden,.ns-bs5 .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ns-bs5 .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.ns-bs5 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ns-bs5 .align-baseline{vertical-align:baseline!important}.ns-bs5 .align-top{vertical-align:top!important}.ns-bs5 .align-middle{vertical-align:middle!important}.ns-bs5 .align-bottom{vertical-align:bottom!important}.ns-bs5 .align-text-bottom{vertical-align:text-bottom!important}.ns-bs5 .align-text-top{vertical-align:text-top!important}.ns-bs5 .float-start{float:left!important}.ns-bs5 .float-end{float:right!important}.ns-bs5 .float-none{float:none!important}.ns-bs5 .overflow-auto{overflow:auto!important}.ns-bs5 .overflow-hidden{overflow:hidden!important}.ns-bs5 .overflow-visible{overflow:visible!important}.ns-bs5 .overflow-scroll{overflow:scroll!important}.ns-bs5 .d-inline{display:inline!important}.ns-bs5 .d-inline-block{display:inline-block!important}.ns-bs5 .d-block{display:block!important}.ns-bs5 .d-grid{display:grid!important}.ns-bs5 .d-table{display:table!important}.ns-bs5 .d-table-row{display:table-row!important}.ns-bs5 .d-table-cell{display:table-cell!important}.ns-bs5 .d-flex{display:flex!important}.ns-bs5 .d-inline-flex{display:inline-flex!important}.ns-bs5 .d-none{display:none!important}.ns-bs5 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.ns-bs5 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.ns-bs5 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.ns-bs5 .shadow-none{box-shadow:none!important}.ns-bs5 .position-static{position:static!important}.ns-bs5 .position-relative{position:relative!important}.ns-bs5 .position-absolute{position:absolute!important}.ns-bs5 .position-fixed{position:fixed!important}.ns-bs5 .position-sticky{position:-webkit-sticky!important;position:sticky!important}.ns-bs5 .top-0{top:0!important}.ns-bs5 .top-50{top:50%!important}.ns-bs5 .top-100{top:100%!important}.ns-bs5 .bottom-0{bottom:0!important}.ns-bs5 .bottom-50{bottom:50%!important}.ns-bs5 .bottom-100{bottom:100%!important}.ns-bs5 .start-0{left:0!important}.ns-bs5 .start-50{left:50%!important}.ns-bs5 .start-100{left:100%!important}.ns-bs5 .end-0{right:0!important}.ns-bs5 .end-50{right:50%!important}.ns-bs5 .end-100{right:100%!important}.ns-bs5 .translate-middle{transform:translate(-50%,-50%)!important}.ns-bs5 .translate-middle-x{transform:translateX(-50%)!important}.ns-bs5 .translate-middle-y{transform:translateY(-50%)!important}.ns-bs5 .border{border:1px solid #dee2e6!important}.ns-bs5 .border-0{border:0!important}.ns-bs5 .border-top{border-top:1px solid #dee2e6!important}.ns-bs5 .border-top-0{border-top:0!important}.ns-bs5 .border-end{border-right:1px solid #dee2e6!important}.ns-bs5 .border-end-0{border-right:0!important}.ns-bs5 .border-bottom{border-bottom:1px solid #dee2e6!important}.ns-bs5 .border-bottom-0{border-bottom:0!important}.ns-bs5 .border-start{border-left:1px solid #dee2e6!important}.ns-bs5 .border-start-0{border-left:0!important}.ns-bs5 .border-primary{border-color:#0d6efd!important}.ns-bs5 .border-secondary{border-color:#6c757d!important}.ns-bs5 .border-success{border-color:#198754!important}.ns-bs5 .border-info{border-color:#0dcaf0!important}.ns-bs5 .border-warning{border-color:#ffc107!important}.ns-bs5 .border-danger{border-color:#dc3545!important}.ns-bs5 .border-light{border-color:#f8f9fa!important}.ns-bs5 .border-dark{border-color:#212529!important}.ns-bs5 .border-white{border-color:#fff!important}.ns-bs5 .border-1{border-width:1px!important}.ns-bs5 .border-2{border-width:2px!important}.ns-bs5 .border-3{border-width:3px!important}.ns-bs5 .border-4{border-width:4px!important}.ns-bs5 .border-5{border-width:5px!important}.ns-bs5 .w-25{width:25%!important}.ns-bs5 .w-50{width:50%!important}.ns-bs5 .w-75{width:75%!important}.ns-bs5 .w-100{width:100%!important}.ns-bs5 .w-auto{width:auto!important}.ns-bs5 .mw-100{max-width:100%!important}.ns-bs5 .vw-100{width:100vw!important}.ns-bs5 .min-vw-100{min-width:100vw!important}.ns-bs5 .h-25{height:25%!important}.ns-bs5 .h-50{height:50%!important}.ns-bs5 .h-75{height:75%!important}.ns-bs5 .h-100{height:100%!important}.ns-bs5 .h-auto{height:auto!important}.ns-bs5 .mh-100{max-height:100%!important}.ns-bs5 .vh-100{height:100vh!important}.ns-bs5 .min-vh-100{min-height:100vh!important}.ns-bs5 .flex-fill{flex:1 1 auto!important}.ns-bs5 .flex-row{flex-direction:row!important}.ns-bs5 .flex-column{flex-direction:column!important}.ns-bs5 .flex-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-grow-0{flex-grow:0!important}.ns-bs5 .flex-grow-1{flex-grow:1!important}.ns-bs5 .flex-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .gap-0{gap:0!important}.ns-bs5 .gap-1{gap:.25rem!important}.ns-bs5 .gap-2{gap:.5rem!important}.ns-bs5 .gap-3{gap:1rem!important}.ns-bs5 .gap-4{gap:1.5rem!important}.ns-bs5 .gap-5{gap:3rem!important}.ns-bs5 .justify-content-start{justify-content:flex-start!important}.ns-bs5 .justify-content-end{justify-content:flex-end!important}.ns-bs5 .justify-content-center{justify-content:center!important}.ns-bs5 .justify-content-between{justify-content:space-between!important}.ns-bs5 .justify-content-around{justify-content:space-around!important}.ns-bs5 .justify-content-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-start{align-items:flex-start!important}.ns-bs5 .align-items-end{align-items:flex-end!important}.ns-bs5 .align-items-center{align-items:center!important}.ns-bs5 .align-items-baseline{align-items:baseline!important}.ns-bs5 .align-items-stretch{align-items:stretch!important}.ns-bs5 .align-content-start{align-content:flex-start!important}.ns-bs5 .align-content-end{align-content:flex-end!important}.ns-bs5 .align-content-center{align-content:center!important}.ns-bs5 .align-content-between{align-content:space-between!important}.ns-bs5 .align-content-around{align-content:space-around!important}.ns-bs5 .align-content-stretch{align-content:stretch!important}.ns-bs5 .align-self-auto{align-self:auto!important}.ns-bs5 .align-self-start{align-self:flex-start!important}.ns-bs5 .align-self-end{align-self:flex-end!important}.ns-bs5 .align-self-center{align-self:center!important}.ns-bs5 .align-self-baseline{align-self:baseline!important}.ns-bs5 .align-self-stretch{align-self:stretch!important}.ns-bs5 .order-first{order:-1!important}.ns-bs5 .order-0{order:0!important}.ns-bs5 .order-1{order:1!important}.ns-bs5 .order-2{order:2!important}.ns-bs5 .order-3{order:3!important}.ns-bs5 .order-4{order:4!important}.ns-bs5 .order-5{order:5!important}.ns-bs5 .order-last{order:6!important}.ns-bs5 .m-0{margin:0!important}.ns-bs5 .m-1{margin:.25rem!important}.ns-bs5 .m-2{margin:.5rem!important}.ns-bs5 .m-3{margin:1rem!important}.ns-bs5 .m-4{margin:1.5rem!important}.ns-bs5 .m-5{margin:3rem!important}.ns-bs5 .m-auto{margin:auto!important}.ns-bs5 .mx-0{margin-right:0!important;margin-left:0!important}.ns-bs5 .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.ns-bs5 .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.ns-bs5 .mx-3{margin-right:1rem!important;margin-left:1rem!important}.ns-bs5 .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ns-bs5 .mx-5{margin-right:3rem!important;margin-left:3rem!important}.ns-bs5 .mx-auto{margin-right:auto!important;margin-left:auto!important}.ns-bs5 .my-0{margin-top:0!important;margin-bottom:0!important}.ns-bs5 .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ns-bs5 .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ns-bs5 .my-3{margin-top:1rem!important;margin-bottom:1rem!important}.ns-bs5 .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ns-bs5 .my-5{margin-top:3rem!important;margin-bottom:3rem!important}.ns-bs5 .my-auto{margin-top:auto!important;margin-bottom:auto!important}.ns-bs5 .mt-0{margin-top:0!important}.ns-bs5 .mt-1{margin-top:.25rem!important}.ns-bs5 .mt-2{margin-top:.5rem!important}.ns-bs5 .mt-3{margin-top:1rem!important}.ns-bs5 .mt-4{margin-top:1.5rem!important}.ns-bs5 .mt-5{margin-top:3rem!important}.ns-bs5 .mt-auto{margin-top:auto!important}.ns-bs5 .me-0{margin-right:0!important}.ns-bs5 .me-1{margin-right:.25rem!important}.ns-bs5 .me-2{margin-right:.5rem!important}.ns-bs5 .me-3{margin-right:1rem!important}.ns-bs5 .me-4{margin-right:1.5rem!important}.ns-bs5 .me-5{margin-right:3rem!important}.ns-bs5 .me-auto{margin-right:auto!important}.ns-bs5 .mb-0{margin-bottom:0!important}.ns-bs5 .mb-1{margin-bottom:.25rem!important}.ns-bs5 .mb-2{margin-bottom:.5rem!important}.ns-bs5 .mb-3{margin-bottom:1rem!important}.ns-bs5 .mb-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-5{margin-bottom:3rem!important}.ns-bs5 .mb-auto{margin-bottom:auto!important}.ns-bs5 .ms-0{margin-left:0!important}.ns-bs5 .ms-1{margin-left:.25rem!important}.ns-bs5 .ms-2{margin-left:.5rem!important}.ns-bs5 .ms-3{margin-left:1rem!important}.ns-bs5 .ms-4{margin-left:1.5rem!important}.ns-bs5 .ms-5{margin-left:3rem!important}.ns-bs5 .ms-auto{margin-left:auto!important}.ns-bs5 .p-0{padding:0!important}.ns-bs5 .p-1{padding:.25rem!important}.ns-bs5 .p-2{padding:.5rem!important}.ns-bs5 .p-3{padding:1rem!important}.ns-bs5 .p-4{padding:1.5rem!important}.ns-bs5 .p-5{padding:3rem!important}.ns-bs5 .px-0{padding-right:0!important;padding-left:0!important}.ns-bs5 .px-1{padding-right:.25rem!important;padding-left:.25rem!important}.ns-bs5 .px-2{padding-right:.5rem!important;padding-left:.5rem!important}.ns-bs5 .px-3{padding-right:1rem!important;padding-left:1rem!important}.ns-bs5 .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ns-bs5 .px-5{padding-right:3rem!important;padding-left:3rem!important}.ns-bs5 .py-0{padding-top:0!important;padding-bottom:0!important}.ns-bs5 .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ns-bs5 .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ns-bs5 .py-3{padding-top:1rem!important;padding-bottom:1rem!important}.ns-bs5 .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ns-bs5 .py-5{padding-top:3rem!important;padding-bottom:3rem!important}.ns-bs5 .pt-0{padding-top:0!important}.ns-bs5 .pt-1{padding-top:.25rem!important}.ns-bs5 .pt-2{padding-top:.5rem!important}.ns-bs5 .pt-3{padding-top:1rem!important}.ns-bs5 .pt-4{padding-top:1.5rem!important}.ns-bs5 .pt-5{padding-top:3rem!important}.ns-bs5 .pe-0{padding-right:0!important}.ns-bs5 .pe-1{padding-right:.25rem!important}.ns-bs5 .pe-2{padding-right:.5rem!important}.ns-bs5 .pe-3{padding-right:1rem!important}.ns-bs5 .pe-4{padding-right:1.5rem!important}.ns-bs5 .pe-5{padding-right:3rem!important}.ns-bs5 .pb-0{padding-bottom:0!important}.ns-bs5 .pb-1{padding-bottom:.25rem!important}.ns-bs5 .pb-2{padding-bottom:.5rem!important}.ns-bs5 .pb-3{padding-bottom:1rem!important}.ns-bs5 .pb-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-5{padding-bottom:3rem!important}.ns-bs5 .ps-0{padding-left:0!important}.ns-bs5 .ps-1{padding-left:.25rem!important}.ns-bs5 .ps-2{padding-left:.5rem!important}.ns-bs5 .ps-3{padding-left:1rem!important}.ns-bs5 .ps-4{padding-left:1.5rem!important}.ns-bs5 .ps-5{padding-left:3rem!important}.ns-bs5 .font-monospace{font-family:var(--bs-font-monospace)!important}.ns-bs5 .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.ns-bs5 .fs-2{font-size:calc(1.325rem + .9vw)!important}.ns-bs5 .fs-3{font-size:calc(1.3rem + .6vw)!important}.ns-bs5 .fs-4{font-size:calc(1.275rem + .3vw)!important}.ns-bs5 .fs-5{font-size:1.25rem!important}.ns-bs5 .fs-6{font-size:1rem!important}.ns-bs5 .fst-italic{font-style:italic!important}.ns-bs5 .fst-normal{font-style:normal!important}.ns-bs5 .fw-light{font-weight:300!important}.ns-bs5 .fw-lighter{font-weight:lighter!important}.ns-bs5 .fw-normal{font-weight:400!important}.ns-bs5 .fw-bold{font-weight:700!important}.ns-bs5 .fw-bolder{font-weight:bolder!important}.ns-bs5 .lh-1{line-height:1!important}.ns-bs5 .lh-sm{line-height:1.25!important}.ns-bs5 .lh-base{line-height:1.5!important}.ns-bs5 .lh-lg{line-height:2!important}.ns-bs5 .text-start{text-align:left!important}.ns-bs5 .text-end{text-align:right!important}.ns-bs5 .text-center{text-align:center!important}.ns-bs5 .text-decoration-none{text-decoration:none!important}.ns-bs5 .text-decoration-underline{text-decoration:underline!important}.ns-bs5 .text-decoration-line-through{text-decoration:line-through!important}.ns-bs5 .text-lowercase{text-transform:lowercase!important}.ns-bs5 .text-uppercase{text-transform:uppercase!important}.ns-bs5 .text-capitalize{text-transform:capitalize!important}.ns-bs5 .text-wrap{white-space:normal!important}.ns-bs5 .text-nowrap{white-space:nowrap!important}.ns-bs5 .text-break{word-wrap:break-word!important;word-break:break-word!important}.ns-bs5 .text-primary{color:#0d6efd!important}.ns-bs5 .text-secondary{color:#6c757d!important}.ns-bs5 .text-success{color:#198754!important}.ns-bs5 .text-info{color:#0dcaf0!important}.ns-bs5 .text-warning{color:#ffc107!important}.ns-bs5 .text-danger{color:#dc3545!important}.ns-bs5 .text-light{color:#f8f9fa!important}.ns-bs5 .text-dark{color:#212529!important}.ns-bs5 .text-white{color:#fff!important}.ns-bs5 .text-body{color:#212529!important}.ns-bs5 .text-muted{color:#6c757d!important}.ns-bs5 .text-black-50{color:rgba(0,0,0,.5)!important}.ns-bs5 .text-white-50{color:rgba(255,255,255,.5)!important}.ns-bs5 .text-reset{color:inherit!important}.ns-bs5 .bg-primary{background-color:#0d6efd!important}.ns-bs5 .bg-secondary{background-color:#6c757d!important}.ns-bs5 .bg-success{background-color:#198754!important}.ns-bs5 .bg-info{background-color:#0dcaf0!important}.ns-bs5 .bg-warning{background-color:#ffc107!important}.ns-bs5 .bg-danger{background-color:#dc3545!important}.ns-bs5 .bg-light{background-color:#f8f9fa!important}.ns-bs5 .bg-dark{background-color:#212529!important}.ns-bs5 .bg-body{background-color:#fff!important}.ns-bs5 .bg-white{background-color:#fff!important}.ns-bs5 .bg-transparent{background-color:transparent!important}.ns-bs5 .bg-gradient{background-image:var(--bs-gradient)!important}.ns-bs5 .user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.ns-bs5 .user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.ns-bs5 .user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.ns-bs5 .pe-none{pointer-events:none!important}.ns-bs5 .pe-auto{pointer-events:auto!important}.ns-bs5 .rounded{border-radius:.25rem!important}.ns-bs5 .rounded-0{border-radius:0!important}.ns-bs5 .rounded-1{border-radius:.2rem!important}.ns-bs5 .rounded-2{border-radius:.25rem!important}.ns-bs5 .rounded-3{border-radius:.3rem!important}.ns-bs5 .rounded-circle{border-radius:50%!important}.ns-bs5 .rounded-pill{border-radius:50rem!important}.ns-bs5 .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.ns-bs5 .rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.ns-bs5 .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.ns-bs5 .rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.ns-bs5 .visible{visibility:visible!important}.ns-bs5 .invisible{visibility:hidden!important}@media (min-width:576px){.ns-bs5 .float-sm-start{float:left!important}.ns-bs5 .float-sm-end{float:right!important}.ns-bs5 .float-sm-none{float:none!important}.ns-bs5 .d-sm-inline{display:inline!important}.ns-bs5 .d-sm-inline-block{display:inline-block!important}.ns-bs5 .d-sm-block{display:block!important}.ns-bs5 .d-sm-grid{display:grid!important}.ns-bs5 .d-sm-table{display:table!important}.ns-bs5 .d-sm-table-row{display:table-row!important}.ns-bs5 .d-sm-table-cell{display:table-cell!important}.ns-bs5 .d-sm-flex{display:flex!important}.ns-bs5 .d-sm-inline-flex{display:inline-flex!important}.ns-bs5 .d-sm-none{display:none!important}.ns-bs5 .flex-sm-fill{flex:1 1 auto!important}.ns-bs5 .flex-sm-row{flex-direction:row!important}.ns-bs5 .flex-sm-column{flex-direction:column!important}.ns-bs5 .flex-sm-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-sm-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-sm-grow-0{flex-grow:0!important}.ns-bs5 .flex-sm-grow-1{flex-grow:1!important}.ns-bs5 .flex-sm-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-sm-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-sm-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-sm-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .gap-sm-0{gap:0!important}.ns-bs5 .gap-sm-1{gap:.25rem!important}.ns-bs5 .gap-sm-2{gap:.5rem!important}.ns-bs5 .gap-sm-3{gap:1rem!important}.ns-bs5 .gap-sm-4{gap:1.5rem!important}.ns-bs5 .gap-sm-5{gap:3rem!important}.ns-bs5 .justify-content-sm-start{justify-content:flex-start!important}.ns-bs5 .justify-content-sm-end{justify-content:flex-end!important}.ns-bs5 .justify-content-sm-center{justify-content:center!important}.ns-bs5 .justify-content-sm-between{justify-content:space-between!important}.ns-bs5 .justify-content-sm-around{justify-content:space-around!important}.ns-bs5 .justify-content-sm-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-sm-start{align-items:flex-start!important}.ns-bs5 .align-items-sm-end{align-items:flex-end!important}.ns-bs5 .align-items-sm-center{align-items:center!important}.ns-bs5 .align-items-sm-baseline{align-items:baseline!important}.ns-bs5 .align-items-sm-stretch{align-items:stretch!important}.ns-bs5 .align-content-sm-start{align-content:flex-start!important}.ns-bs5 .align-content-sm-end{align-content:flex-end!important}.ns-bs5 .align-content-sm-center{align-content:center!important}.ns-bs5 .align-content-sm-between{align-content:space-between!important}.ns-bs5 .align-content-sm-around{align-content:space-around!important}.ns-bs5 .align-content-sm-stretch{align-content:stretch!important}.ns-bs5 .align-self-sm-auto{align-self:auto!important}.ns-bs5 .align-self-sm-start{align-self:flex-start!important}.ns-bs5 .align-self-sm-end{align-self:flex-end!important}.ns-bs5 .align-self-sm-center{align-self:center!important}.ns-bs5 .align-self-sm-baseline{align-self:baseline!important}.ns-bs5 .align-self-sm-stretch{align-self:stretch!important}.ns-bs5 .order-sm-first{order:-1!important}.ns-bs5 .order-sm-0{order:0!important}.ns-bs5 .order-sm-1{order:1!important}.ns-bs5 .order-sm-2{order:2!important}.ns-bs5 .order-sm-3{order:3!important}.ns-bs5 .order-sm-4{order:4!important}.ns-bs5 .order-sm-5{order:5!important}.ns-bs5 .order-sm-last{order:6!important}.ns-bs5 .m-sm-0{margin:0!important}.ns-bs5 .m-sm-1{margin:.25rem!important}.ns-bs5 .m-sm-2{margin:.5rem!important}.ns-bs5 .m-sm-3{margin:1rem!important}.ns-bs5 .m-sm-4{margin:1.5rem!important}.ns-bs5 .m-sm-5{margin:3rem!important}.ns-bs5 .m-sm-auto{margin:auto!important}.ns-bs5 .mx-sm-0{margin-right:0!important;margin-left:0!important}.ns-bs5 .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.ns-bs5 .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.ns-bs5 .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.ns-bs5 .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ns-bs5 .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.ns-bs5 .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.ns-bs5 .my-sm-0{margin-top:0!important;margin-bottom:0!important}.ns-bs5 .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ns-bs5 .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ns-bs5 .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.ns-bs5 .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ns-bs5 .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.ns-bs5 .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.ns-bs5 .mt-sm-0{margin-top:0!important}.ns-bs5 .mt-sm-1{margin-top:.25rem!important}.ns-bs5 .mt-sm-2{margin-top:.5rem!important}.ns-bs5 .mt-sm-3{margin-top:1rem!important}.ns-bs5 .mt-sm-4{margin-top:1.5rem!important}.ns-bs5 .mt-sm-5{margin-top:3rem!important}.ns-bs5 .mt-sm-auto{margin-top:auto!important}.ns-bs5 .me-sm-0{margin-right:0!important}.ns-bs5 .me-sm-1{margin-right:.25rem!important}.ns-bs5 .me-sm-2{margin-right:.5rem!important}.ns-bs5 .me-sm-3{margin-right:1rem!important}.ns-bs5 .me-sm-4{margin-right:1.5rem!important}.ns-bs5 .me-sm-5{margin-right:3rem!important}.ns-bs5 .me-sm-auto{margin-right:auto!important}.ns-bs5 .mb-sm-0{margin-bottom:0!important}.ns-bs5 .mb-sm-1{margin-bottom:.25rem!important}.ns-bs5 .mb-sm-2{margin-bottom:.5rem!important}.ns-bs5 .mb-sm-3{margin-bottom:1rem!important}.ns-bs5 .mb-sm-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-sm-5{margin-bottom:3rem!important}.ns-bs5 .mb-sm-auto{margin-bottom:auto!important}.ns-bs5 .ms-sm-0{margin-left:0!important}.ns-bs5 .ms-sm-1{margin-left:.25rem!important}.ns-bs5 .ms-sm-2{margin-left:.5rem!important}.ns-bs5 .ms-sm-3{margin-left:1rem!important}.ns-bs5 .ms-sm-4{margin-left:1.5rem!important}.ns-bs5 .ms-sm-5{margin-left:3rem!important}.ns-bs5 .ms-sm-auto{margin-left:auto!important}.ns-bs5 .p-sm-0{padding:0!important}.ns-bs5 .p-sm-1{padding:.25rem!important}.ns-bs5 .p-sm-2{padding:.5rem!important}.ns-bs5 .p-sm-3{padding:1rem!important}.ns-bs5 .p-sm-4{padding:1.5rem!important}.ns-bs5 .p-sm-5{padding:3rem!important}.ns-bs5 .px-sm-0{padding-right:0!important;padding-left:0!important}.ns-bs5 .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.ns-bs5 .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.ns-bs5 .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.ns-bs5 .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ns-bs5 .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.ns-bs5 .py-sm-0{padding-top:0!important;padding-bottom:0!important}.ns-bs5 .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ns-bs5 .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ns-bs5 .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.ns-bs5 .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ns-bs5 .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.ns-bs5 .pt-sm-0{padding-top:0!important}.ns-bs5 .pt-sm-1{padding-top:.25rem!important}.ns-bs5 .pt-sm-2{padding-top:.5rem!important}.ns-bs5 .pt-sm-3{padding-top:1rem!important}.ns-bs5 .pt-sm-4{padding-top:1.5rem!important}.ns-bs5 .pt-sm-5{padding-top:3rem!important}.ns-bs5 .pe-sm-0{padding-right:0!important}.ns-bs5 .pe-sm-1{padding-right:.25rem!important}.ns-bs5 .pe-sm-2{padding-right:.5rem!important}.ns-bs5 .pe-sm-3{padding-right:1rem!important}.ns-bs5 .pe-sm-4{padding-right:1.5rem!important}.ns-bs5 .pe-sm-5{padding-right:3rem!important}.ns-bs5 .pb-sm-0{padding-bottom:0!important}.ns-bs5 .pb-sm-1{padding-bottom:.25rem!important}.ns-bs5 .pb-sm-2{padding-bottom:.5rem!important}.ns-bs5 .pb-sm-3{padding-bottom:1rem!important}.ns-bs5 .pb-sm-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-sm-5{padding-bottom:3rem!important}.ns-bs5 .ps-sm-0{padding-left:0!important}.ns-bs5 .ps-sm-1{padding-left:.25rem!important}.ns-bs5 .ps-sm-2{padding-left:.5rem!important}.ns-bs5 .ps-sm-3{padding-left:1rem!important}.ns-bs5 .ps-sm-4{padding-left:1.5rem!important}.ns-bs5 .ps-sm-5{padding-left:3rem!important}.ns-bs5 .text-sm-start{text-align:left!important}.ns-bs5 .text-sm-end{text-align:right!important}.ns-bs5 .text-sm-center{text-align:center!important}}@media (min-width:768px){.ns-bs5 .float-md-start{float:left!important}.ns-bs5 .float-md-end{float:right!important}.ns-bs5 .float-md-none{float:none!important}.ns-bs5 .d-md-inline{display:inline!important}.ns-bs5 .d-md-inline-block{display:inline-block!important}.ns-bs5 .d-md-block{display:block!important}.ns-bs5 .d-md-grid{display:grid!important}.ns-bs5 .d-md-table{display:table!important}.ns-bs5 .d-md-table-row{display:table-row!important}.ns-bs5 .d-md-table-cell{display:table-cell!important}.ns-bs5 .d-md-flex{display:flex!important}.ns-bs5 .d-md-inline-flex{display:inline-flex!important}.ns-bs5 .d-md-none{display:none!important}.ns-bs5 .flex-md-fill{flex:1 1 auto!important}.ns-bs5 .flex-md-row{flex-direction:row!important}.ns-bs5 .flex-md-column{flex-direction:column!important}.ns-bs5 .flex-md-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-md-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-md-grow-0{flex-grow:0!important}.ns-bs5 .flex-md-grow-1{flex-grow:1!important}.ns-bs5 .flex-md-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-md-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-md-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-md-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .gap-md-0{gap:0!important}.ns-bs5 .gap-md-1{gap:.25rem!important}.ns-bs5 .gap-md-2{gap:.5rem!important}.ns-bs5 .gap-md-3{gap:1rem!important}.ns-bs5 .gap-md-4{gap:1.5rem!important}.ns-bs5 .gap-md-5{gap:3rem!important}.ns-bs5 .justify-content-md-start{justify-content:flex-start!important}.ns-bs5 .justify-content-md-end{justify-content:flex-end!important}.ns-bs5 .justify-content-md-center{justify-content:center!important}.ns-bs5 .justify-content-md-between{justify-content:space-between!important}.ns-bs5 .justify-content-md-around{justify-content:space-around!important}.ns-bs5 .justify-content-md-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-md-start{align-items:flex-start!important}.ns-bs5 .align-items-md-end{align-items:flex-end!important}.ns-bs5 .align-items-md-center{align-items:center!important}.ns-bs5 .align-items-md-baseline{align-items:baseline!important}.ns-bs5 .align-items-md-stretch{align-items:stretch!important}.ns-bs5 .align-content-md-start{align-content:flex-start!important}.ns-bs5 .align-content-md-end{align-content:flex-end!important}.ns-bs5 .align-content-md-center{align-content:center!important}.ns-bs5 .align-content-md-between{align-content:space-between!important}.ns-bs5 .align-content-md-around{align-content:space-around!important}.ns-bs5 .align-content-md-stretch{align-content:stretch!important}.ns-bs5 .align-self-md-auto{align-self:auto!important}.ns-bs5 .align-self-md-start{align-self:flex-start!important}.ns-bs5 .align-self-md-end{align-self:flex-end!important}.ns-bs5 .align-self-md-center{align-self:center!important}.ns-bs5 .align-self-md-baseline{align-self:baseline!important}.ns-bs5 .align-self-md-stretch{align-self:stretch!important}.ns-bs5 .order-md-first{order:-1!important}.ns-bs5 .order-md-0{order:0!important}.ns-bs5 .order-md-1{order:1!important}.ns-bs5 .order-md-2{order:2!important}.ns-bs5 .order-md-3{order:3!important}.ns-bs5 .order-md-4{order:4!important}.ns-bs5 .order-md-5{order:5!important}.ns-bs5 .order-md-last{order:6!important}.ns-bs5 .m-md-0{margin:0!important}.ns-bs5 .m-md-1{margin:.25rem!important}.ns-bs5 .m-md-2{margin:.5rem!important}.ns-bs5 .m-md-3{margin:1rem!important}.ns-bs5 .m-md-4{margin:1.5rem!important}.ns-bs5 .m-md-5{margin:3rem!important}.ns-bs5 .m-md-auto{margin:auto!important}.ns-bs5 .mx-md-0{margin-right:0!important;margin-left:0!important}.ns-bs5 .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.ns-bs5 .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.ns-bs5 .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.ns-bs5 .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ns-bs5 .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.ns-bs5 .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.ns-bs5 .my-md-0{margin-top:0!important;margin-bottom:0!important}.ns-bs5 .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ns-bs5 .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ns-bs5 .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.ns-bs5 .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ns-bs5 .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.ns-bs5 .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.ns-bs5 .mt-md-0{margin-top:0!important}.ns-bs5 .mt-md-1{margin-top:.25rem!important}.ns-bs5 .mt-md-2{margin-top:.5rem!important}.ns-bs5 .mt-md-3{margin-top:1rem!important}.ns-bs5 .mt-md-4{margin-top:1.5rem!important}.ns-bs5 .mt-md-5{margin-top:3rem!important}.ns-bs5 .mt-md-auto{margin-top:auto!important}.ns-bs5 .me-md-0{margin-right:0!important}.ns-bs5 .me-md-1{margin-right:.25rem!important}.ns-bs5 .me-md-2{margin-right:.5rem!important}.ns-bs5 .me-md-3{margin-right:1rem!important}.ns-bs5 .me-md-4{margin-right:1.5rem!important}.ns-bs5 .me-md-5{margin-right:3rem!important}.ns-bs5 .me-md-auto{margin-right:auto!important}.ns-bs5 .mb-md-0{margin-bottom:0!important}.ns-bs5 .mb-md-1{margin-bottom:.25rem!important}.ns-bs5 .mb-md-2{margin-bottom:.5rem!important}.ns-bs5 .mb-md-3{margin-bottom:1rem!important}.ns-bs5 .mb-md-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-md-5{margin-bottom:3rem!important}.ns-bs5 .mb-md-auto{margin-bottom:auto!important}.ns-bs5 .ms-md-0{margin-left:0!important}.ns-bs5 .ms-md-1{margin-left:.25rem!important}.ns-bs5 .ms-md-2{margin-left:.5rem!important}.ns-bs5 .ms-md-3{margin-left:1rem!important}.ns-bs5 .ms-md-4{margin-left:1.5rem!important}.ns-bs5 .ms-md-5{margin-left:3rem!important}.ns-bs5 .ms-md-auto{margin-left:auto!important}.ns-bs5 .p-md-0{padding:0!important}.ns-bs5 .p-md-1{padding:.25rem!important}.ns-bs5 .p-md-2{padding:.5rem!important}.ns-bs5 .p-md-3{padding:1rem!important}.ns-bs5 .p-md-4{padding:1.5rem!important}.ns-bs5 .p-md-5{padding:3rem!important}.ns-bs5 .px-md-0{padding-right:0!important;padding-left:0!important}.ns-bs5 .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.ns-bs5 .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.ns-bs5 .px-md-3{padding-right:1rem!important;padding-left:1rem!important}.ns-bs5 .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ns-bs5 .px-md-5{padding-right:3rem!important;padding-left:3rem!important}.ns-bs5 .py-md-0{padding-top:0!important;padding-bottom:0!important}.ns-bs5 .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ns-bs5 .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ns-bs5 .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.ns-bs5 .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ns-bs5 .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.ns-bs5 .pt-md-0{padding-top:0!important}.ns-bs5 .pt-md-1{padding-top:.25rem!important}.ns-bs5 .pt-md-2{padding-top:.5rem!important}.ns-bs5 .pt-md-3{padding-top:1rem!important}.ns-bs5 .pt-md-4{padding-top:1.5rem!important}.ns-bs5 .pt-md-5{padding-top:3rem!important}.ns-bs5 .pe-md-0{padding-right:0!important}.ns-bs5 .pe-md-1{padding-right:.25rem!important}.ns-bs5 .pe-md-2{padding-right:.5rem!important}.ns-bs5 .pe-md-3{padding-right:1rem!important}.ns-bs5 .pe-md-4{padding-right:1.5rem!important}.ns-bs5 .pe-md-5{padding-right:3rem!important}.ns-bs5 .pb-md-0{padding-bottom:0!important}.ns-bs5 .pb-md-1{padding-bottom:.25rem!important}.ns-bs5 .pb-md-2{padding-bottom:.5rem!important}.ns-bs5 .pb-md-3{padding-bottom:1rem!important}.ns-bs5 .pb-md-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-md-5{padding-bottom:3rem!important}.ns-bs5 .ps-md-0{padding-left:0!important}.ns-bs5 .ps-md-1{padding-left:.25rem!important}.ns-bs5 .ps-md-2{padding-left:.5rem!important}.ns-bs5 .ps-md-3{padding-left:1rem!important}.ns-bs5 .ps-md-4{padding-left:1.5rem!important}.ns-bs5 .ps-md-5{padding-left:3rem!important}.ns-bs5 .text-md-start{text-align:left!important}.ns-bs5 .text-md-end{text-align:right!important}.ns-bs5 .text-md-center{text-align:center!important}}@media (min-width:992px){.ns-bs5 .float-lg-start{float:left!important}.ns-bs5 .float-lg-end{float:right!important}.ns-bs5 .float-lg-none{float:none!important}.ns-bs5 .d-lg-inline{display:inline!important}.ns-bs5 .d-lg-inline-block{display:inline-block!important}.ns-bs5 .d-lg-block{display:block!important}.ns-bs5 .d-lg-grid{display:grid!important}.ns-bs5 .d-lg-table{display:table!important}.ns-bs5 .d-lg-table-row{display:table-row!important}.ns-bs5 .d-lg-table-cell{display:table-cell!important}.ns-bs5 .d-lg-flex{display:flex!important}.ns-bs5 .d-lg-inline-flex{display:inline-flex!important}.ns-bs5 .d-lg-none{display:none!important}.ns-bs5 .flex-lg-fill{flex:1 1 auto!important}.ns-bs5 .flex-lg-row{flex-direction:row!important}.ns-bs5 .flex-lg-column{flex-direction:column!important}.ns-bs5 .flex-lg-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-lg-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-lg-grow-0{flex-grow:0!important}.ns-bs5 .flex-lg-grow-1{flex-grow:1!important}.ns-bs5 .flex-lg-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-lg-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-lg-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-lg-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .gap-lg-0{gap:0!important}.ns-bs5 .gap-lg-1{gap:.25rem!important}.ns-bs5 .gap-lg-2{gap:.5rem!important}.ns-bs5 .gap-lg-3{gap:1rem!important}.ns-bs5 .gap-lg-4{gap:1.5rem!important}.ns-bs5 .gap-lg-5{gap:3rem!important}.ns-bs5 .justify-content-lg-start{justify-content:flex-start!important}.ns-bs5 .justify-content-lg-end{justify-content:flex-end!important}.ns-bs5 .justify-content-lg-center{justify-content:center!important}.ns-bs5 .justify-content-lg-between{justify-content:space-between!important}.ns-bs5 .justify-content-lg-around{justify-content:space-around!important}.ns-bs5 .justify-content-lg-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-lg-start{align-items:flex-start!important}.ns-bs5 .align-items-lg-end{align-items:flex-end!important}.ns-bs5 .align-items-lg-center{align-items:center!important}.ns-bs5 .align-items-lg-baseline{align-items:baseline!important}.ns-bs5 .align-items-lg-stretch{align-items:stretch!important}.ns-bs5 .align-content-lg-start{align-content:flex-start!important}.ns-bs5 .align-content-lg-end{align-content:flex-end!important}.ns-bs5 .align-content-lg-center{align-content:center!important}.ns-bs5 .align-content-lg-between{align-content:space-between!important}.ns-bs5 .align-content-lg-around{align-content:space-around!important}.ns-bs5 .align-content-lg-stretch{align-content:stretch!important}.ns-bs5 .align-self-lg-auto{align-self:auto!important}.ns-bs5 .align-self-lg-start{align-self:flex-start!important}.ns-bs5 .align-self-lg-end{align-self:flex-end!important}.ns-bs5 .align-self-lg-center{align-self:center!important}.ns-bs5 .align-self-lg-baseline{align-self:baseline!important}.ns-bs5 .align-self-lg-stretch{align-self:stretch!important}.ns-bs5 .order-lg-first{order:-1!important}.ns-bs5 .order-lg-0{order:0!important}.ns-bs5 .order-lg-1{order:1!important}.ns-bs5 .order-lg-2{order:2!important}.ns-bs5 .order-lg-3{order:3!important}.ns-bs5 .order-lg-4{order:4!important}.ns-bs5 .order-lg-5{order:5!important}.ns-bs5 .order-lg-last{order:6!important}.ns-bs5 .m-lg-0{margin:0!important}.ns-bs5 .m-lg-1{margin:.25rem!important}.ns-bs5 .m-lg-2{margin:.5rem!important}.ns-bs5 .m-lg-3{margin:1rem!important}.ns-bs5 .m-lg-4{margin:1.5rem!important}.ns-bs5 .m-lg-5{margin:3rem!important}.ns-bs5 .m-lg-auto{margin:auto!important}.ns-bs5 .mx-lg-0{margin-right:0!important;margin-left:0!important}.ns-bs5 .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.ns-bs5 .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.ns-bs5 .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.ns-bs5 .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ns-bs5 .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.ns-bs5 .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.ns-bs5 .my-lg-0{margin-top:0!important;margin-bottom:0!important}.ns-bs5 .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ns-bs5 .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ns-bs5 .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.ns-bs5 .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ns-bs5 .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.ns-bs5 .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.ns-bs5 .mt-lg-0{margin-top:0!important}.ns-bs5 .mt-lg-1{margin-top:.25rem!important}.ns-bs5 .mt-lg-2{margin-top:.5rem!important}.ns-bs5 .mt-lg-3{margin-top:1rem!important}.ns-bs5 .mt-lg-4{margin-top:1.5rem!important}.ns-bs5 .mt-lg-5{margin-top:3rem!important}.ns-bs5 .mt-lg-auto{margin-top:auto!important}.ns-bs5 .me-lg-0{margin-right:0!important}.ns-bs5 .me-lg-1{margin-right:.25rem!important}.ns-bs5 .me-lg-2{margin-right:.5rem!important}.ns-bs5 .me-lg-3{margin-right:1rem!important}.ns-bs5 .me-lg-4{margin-right:1.5rem!important}.ns-bs5 .me-lg-5{margin-right:3rem!important}.ns-bs5 .me-lg-auto{margin-right:auto!important}.ns-bs5 .mb-lg-0{margin-bottom:0!important}.ns-bs5 .mb-lg-1{margin-bottom:.25rem!important}.ns-bs5 .mb-lg-2{margin-bottom:.5rem!important}.ns-bs5 .mb-lg-3{margin-bottom:1rem!important}.ns-bs5 .mb-lg-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-lg-5{margin-bottom:3rem!important}.ns-bs5 .mb-lg-auto{margin-bottom:auto!important}.ns-bs5 .ms-lg-0{margin-left:0!important}.ns-bs5 .ms-lg-1{margin-left:.25rem!important}.ns-bs5 .ms-lg-2{margin-left:.5rem!important}.ns-bs5 .ms-lg-3{margin-left:1rem!important}.ns-bs5 .ms-lg-4{margin-left:1.5rem!important}.ns-bs5 .ms-lg-5{margin-left:3rem!important}.ns-bs5 .ms-lg-auto{margin-left:auto!important}.ns-bs5 .p-lg-0{padding:0!important}.ns-bs5 .p-lg-1{padding:.25rem!important}.ns-bs5 .p-lg-2{padding:.5rem!important}.ns-bs5 .p-lg-3{padding:1rem!important}.ns-bs5 .p-lg-4{padding:1.5rem!important}.ns-bs5 .p-lg-5{padding:3rem!important}.ns-bs5 .px-lg-0{padding-right:0!important;padding-left:0!important}.ns-bs5 .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.ns-bs5 .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.ns-bs5 .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.ns-bs5 .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ns-bs5 .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.ns-bs5 .py-lg-0{padding-top:0!important;padding-bottom:0!important}.ns-bs5 .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ns-bs5 .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ns-bs5 .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.ns-bs5 .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ns-bs5 .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.ns-bs5 .pt-lg-0{padding-top:0!important}.ns-bs5 .pt-lg-1{padding-top:.25rem!important}.ns-bs5 .pt-lg-2{padding-top:.5rem!important}.ns-bs5 .pt-lg-3{padding-top:1rem!important}.ns-bs5 .pt-lg-4{padding-top:1.5rem!important}.ns-bs5 .pt-lg-5{padding-top:3rem!important}.ns-bs5 .pe-lg-0{padding-right:0!important}.ns-bs5 .pe-lg-1{padding-right:.25rem!important}.ns-bs5 .pe-lg-2{padding-right:.5rem!important}.ns-bs5 .pe-lg-3{padding-right:1rem!important}.ns-bs5 .pe-lg-4{padding-right:1.5rem!important}.ns-bs5 .pe-lg-5{padding-right:3rem!important}.ns-bs5 .pb-lg-0{padding-bottom:0!important}.ns-bs5 .pb-lg-1{padding-bottom:.25rem!important}.ns-bs5 .pb-lg-2{padding-bottom:.5rem!important}.ns-bs5 .pb-lg-3{padding-bottom:1rem!important}.ns-bs5 .pb-lg-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-lg-5{padding-bottom:3rem!important}.ns-bs5 .ps-lg-0{padding-left:0!important}.ns-bs5 .ps-lg-1{padding-left:.25rem!important}.ns-bs5 .ps-lg-2{padding-left:.5rem!important}.ns-bs5 .ps-lg-3{padding-left:1rem!important}.ns-bs5 .ps-lg-4{padding-left:1.5rem!important}.ns-bs5 .ps-lg-5{padding-left:3rem!important}.ns-bs5 .text-lg-start{text-align:left!important}.ns-bs5 .text-lg-end{text-align:right!important}.ns-bs5 .text-lg-center{text-align:center!important}}@media (min-width:1200px){.ns-bs5 .float-xl-start{float:left!important}.ns-bs5 .float-xl-end{float:right!important}.ns-bs5 .float-xl-none{float:none!important}.ns-bs5 .d-xl-inline{display:inline!important}.ns-bs5 .d-xl-inline-block{display:inline-block!important}.ns-bs5 .d-xl-block{display:block!important}.ns-bs5 .d-xl-grid{display:grid!important}.ns-bs5 .d-xl-table{display:table!important}.ns-bs5 .d-xl-table-row{display:table-row!important}.ns-bs5 .d-xl-table-cell{display:table-cell!important}.ns-bs5 .d-xl-flex{display:flex!important}.ns-bs5 .d-xl-inline-flex{display:inline-flex!important}.ns-bs5 .d-xl-none{display:none!important}.ns-bs5 .flex-xl-fill{flex:1 1 auto!important}.ns-bs5 .flex-xl-row{flex-direction:row!important}.ns-bs5 .flex-xl-column{flex-direction:column!important}.ns-bs5 .flex-xl-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-xl-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-xl-grow-0{flex-grow:0!important}.ns-bs5 .flex-xl-grow-1{flex-grow:1!important}.ns-bs5 .flex-xl-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-xl-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-xl-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-xl-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .gap-xl-0{gap:0!important}.ns-bs5 .gap-xl-1{gap:.25rem!important}.ns-bs5 .gap-xl-2{gap:.5rem!important}.ns-bs5 .gap-xl-3{gap:1rem!important}.ns-bs5 .gap-xl-4{gap:1.5rem!important}.ns-bs5 .gap-xl-5{gap:3rem!important}.ns-bs5 .justify-content-xl-start{justify-content:flex-start!important}.ns-bs5 .justify-content-xl-end{justify-content:flex-end!important}.ns-bs5 .justify-content-xl-center{justify-content:center!important}.ns-bs5 .justify-content-xl-between{justify-content:space-between!important}.ns-bs5 .justify-content-xl-around{justify-content:space-around!important}.ns-bs5 .justify-content-xl-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-xl-start{align-items:flex-start!important}.ns-bs5 .align-items-xl-end{align-items:flex-end!important}.ns-bs5 .align-items-xl-center{align-items:center!important}.ns-bs5 .align-items-xl-baseline{align-items:baseline!important}.ns-bs5 .align-items-xl-stretch{align-items:stretch!important}.ns-bs5 .align-content-xl-start{align-content:flex-start!important}.ns-bs5 .align-content-xl-end{align-content:flex-end!important}.ns-bs5 .align-content-xl-center{align-content:center!important}.ns-bs5 .align-content-xl-between{align-content:space-between!important}.ns-bs5 .align-content-xl-around{align-content:space-around!important}.ns-bs5 .align-content-xl-stretch{align-content:stretch!important}.ns-bs5 .align-self-xl-auto{align-self:auto!important}.ns-bs5 .align-self-xl-start{align-self:flex-start!important}.ns-bs5 .align-self-xl-end{align-self:flex-end!important}.ns-bs5 .align-self-xl-center{align-self:center!important}.ns-bs5 .align-self-xl-baseline{align-self:baseline!important}.ns-bs5 .align-self-xl-stretch{align-self:stretch!important}.ns-bs5 .order-xl-first{order:-1!important}.ns-bs5 .order-xl-0{order:0!important}.ns-bs5 .order-xl-1{order:1!important}.ns-bs5 .order-xl-2{order:2!important}.ns-bs5 .order-xl-3{order:3!important}.ns-bs5 .order-xl-4{order:4!important}.ns-bs5 .order-xl-5{order:5!important}.ns-bs5 .order-xl-last{order:6!important}.ns-bs5 .m-xl-0{margin:0!important}.ns-bs5 .m-xl-1{margin:.25rem!important}.ns-bs5 .m-xl-2{margin:.5rem!important}.ns-bs5 .m-xl-3{margin:1rem!important}.ns-bs5 .m-xl-4{margin:1.5rem!important}.ns-bs5 .m-xl-5{margin:3rem!important}.ns-bs5 .m-xl-auto{margin:auto!important}.ns-bs5 .mx-xl-0{margin-right:0!important;margin-left:0!important}.ns-bs5 .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.ns-bs5 .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.ns-bs5 .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.ns-bs5 .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ns-bs5 .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.ns-bs5 .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.ns-bs5 .my-xl-0{margin-top:0!important;margin-bottom:0!important}.ns-bs5 .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ns-bs5 .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ns-bs5 .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.ns-bs5 .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ns-bs5 .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.ns-bs5 .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.ns-bs5 .mt-xl-0{margin-top:0!important}.ns-bs5 .mt-xl-1{margin-top:.25rem!important}.ns-bs5 .mt-xl-2{margin-top:.5rem!important}.ns-bs5 .mt-xl-3{margin-top:1rem!important}.ns-bs5 .mt-xl-4{margin-top:1.5rem!important}.ns-bs5 .mt-xl-5{margin-top:3rem!important}.ns-bs5 .mt-xl-auto{margin-top:auto!important}.ns-bs5 .me-xl-0{margin-right:0!important}.ns-bs5 .me-xl-1{margin-right:.25rem!important}.ns-bs5 .me-xl-2{margin-right:.5rem!important}.ns-bs5 .me-xl-3{margin-right:1rem!important}.ns-bs5 .me-xl-4{margin-right:1.5rem!important}.ns-bs5 .me-xl-5{margin-right:3rem!important}.ns-bs5 .me-xl-auto{margin-right:auto!important}.ns-bs5 .mb-xl-0{margin-bottom:0!important}.ns-bs5 .mb-xl-1{margin-bottom:.25rem!important}.ns-bs5 .mb-xl-2{margin-bottom:.5rem!important}.ns-bs5 .mb-xl-3{margin-bottom:1rem!important}.ns-bs5 .mb-xl-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-xl-5{margin-bottom:3rem!important}.ns-bs5 .mb-xl-auto{margin-bottom:auto!important}.ns-bs5 .ms-xl-0{margin-left:0!important}.ns-bs5 .ms-xl-1{margin-left:.25rem!important}.ns-bs5 .ms-xl-2{margin-left:.5rem!important}.ns-bs5 .ms-xl-3{margin-left:1rem!important}.ns-bs5 .ms-xl-4{margin-left:1.5rem!important}.ns-bs5 .ms-xl-5{margin-left:3rem!important}.ns-bs5 .ms-xl-auto{margin-left:auto!important}.ns-bs5 .p-xl-0{padding:0!important}.ns-bs5 .p-xl-1{padding:.25rem!important}.ns-bs5 .p-xl-2{padding:.5rem!important}.ns-bs5 .p-xl-3{padding:1rem!important}.ns-bs5 .p-xl-4{padding:1.5rem!important}.ns-bs5 .p-xl-5{padding:3rem!important}.ns-bs5 .px-xl-0{padding-right:0!important;padding-left:0!important}.ns-bs5 .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.ns-bs5 .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.ns-bs5 .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.ns-bs5 .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ns-bs5 .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.ns-bs5 .py-xl-0{padding-top:0!important;padding-bottom:0!important}.ns-bs5 .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ns-bs5 .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ns-bs5 .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.ns-bs5 .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ns-bs5 .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.ns-bs5 .pt-xl-0{padding-top:0!important}.ns-bs5 .pt-xl-1{padding-top:.25rem!important}.ns-bs5 .pt-xl-2{padding-top:.5rem!important}.ns-bs5 .pt-xl-3{padding-top:1rem!important}.ns-bs5 .pt-xl-4{padding-top:1.5rem!important}.ns-bs5 .pt-xl-5{padding-top:3rem!important}.ns-bs5 .pe-xl-0{padding-right:0!important}.ns-bs5 .pe-xl-1{padding-right:.25rem!important}.ns-bs5 .pe-xl-2{padding-right:.5rem!important}.ns-bs5 .pe-xl-3{padding-right:1rem!important}.ns-bs5 .pe-xl-4{padding-right:1.5rem!important}.ns-bs5 .pe-xl-5{padding-right:3rem!important}.ns-bs5 .pb-xl-0{padding-bottom:0!important}.ns-bs5 .pb-xl-1{padding-bottom:.25rem!important}.ns-bs5 .pb-xl-2{padding-bottom:.5rem!important}.ns-bs5 .pb-xl-3{padding-bottom:1rem!important}.ns-bs5 .pb-xl-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-xl-5{padding-bottom:3rem!important}.ns-bs5 .ps-xl-0{padding-left:0!important}.ns-bs5 .ps-xl-1{padding-left:.25rem!important}.ns-bs5 .ps-xl-2{padding-left:.5rem!important}.ns-bs5 .ps-xl-3{padding-left:1rem!important}.ns-bs5 .ps-xl-4{padding-left:1.5rem!important}.ns-bs5 .ps-xl-5{padding-left:3rem!important}.ns-bs5 .text-xl-start{text-align:left!important}.ns-bs5 .text-xl-end{text-align:right!important}.ns-bs5 .text-xl-center{text-align:center!important}}@media (min-width:1400px){.ns-bs5 .float-xxl-start{float:left!important}.ns-bs5 .float-xxl-end{float:right!important}.ns-bs5 .float-xxl-none{float:none!important}.ns-bs5 .d-xxl-inline{display:inline!important}.ns-bs5 .d-xxl-inline-block{display:inline-block!important}.ns-bs5 .d-xxl-block{display:block!important}.ns-bs5 .d-xxl-grid{display:grid!important}.ns-bs5 .d-xxl-table{display:table!important}.ns-bs5 .d-xxl-table-row{display:table-row!important}.ns-bs5 .d-xxl-table-cell{display:table-cell!important}.ns-bs5 .d-xxl-flex{display:flex!important}.ns-bs5 .d-xxl-inline-flex{display:inline-flex!important}.ns-bs5 .d-xxl-none{display:none!important}.ns-bs5 .flex-xxl-fill{flex:1 1 auto!important}.ns-bs5 .flex-xxl-row{flex-direction:row!important}.ns-bs5 .flex-xxl-column{flex-direction:column!important}.ns-bs5 .flex-xxl-row-reverse{flex-direction:row-reverse!important}.ns-bs5 .flex-xxl-column-reverse{flex-direction:column-reverse!important}.ns-bs5 .flex-xxl-grow-0{flex-grow:0!important}.ns-bs5 .flex-xxl-grow-1{flex-grow:1!important}.ns-bs5 .flex-xxl-shrink-0{flex-shrink:0!important}.ns-bs5 .flex-xxl-shrink-1{flex-shrink:1!important}.ns-bs5 .flex-xxl-wrap{flex-wrap:wrap!important}.ns-bs5 .flex-xxl-nowrap{flex-wrap:nowrap!important}.ns-bs5 .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.ns-bs5 .gap-xxl-0{gap:0!important}.ns-bs5 .gap-xxl-1{gap:.25rem!important}.ns-bs5 .gap-xxl-2{gap:.5rem!important}.ns-bs5 .gap-xxl-3{gap:1rem!important}.ns-bs5 .gap-xxl-4{gap:1.5rem!important}.ns-bs5 .gap-xxl-5{gap:3rem!important}.ns-bs5 .justify-content-xxl-start{justify-content:flex-start!important}.ns-bs5 .justify-content-xxl-end{justify-content:flex-end!important}.ns-bs5 .justify-content-xxl-center{justify-content:center!important}.ns-bs5 .justify-content-xxl-between{justify-content:space-between!important}.ns-bs5 .justify-content-xxl-around{justify-content:space-around!important}.ns-bs5 .justify-content-xxl-evenly{justify-content:space-evenly!important}.ns-bs5 .align-items-xxl-start{align-items:flex-start!important}.ns-bs5 .align-items-xxl-end{align-items:flex-end!important}.ns-bs5 .align-items-xxl-center{align-items:center!important}.ns-bs5 .align-items-xxl-baseline{align-items:baseline!important}.ns-bs5 .align-items-xxl-stretch{align-items:stretch!important}.ns-bs5 .align-content-xxl-start{align-content:flex-start!important}.ns-bs5 .align-content-xxl-end{align-content:flex-end!important}.ns-bs5 .align-content-xxl-center{align-content:center!important}.ns-bs5 .align-content-xxl-between{align-content:space-between!important}.ns-bs5 .align-content-xxl-around{align-content:space-around!important}.ns-bs5 .align-content-xxl-stretch{align-content:stretch!important}.ns-bs5 .align-self-xxl-auto{align-self:auto!important}.ns-bs5 .align-self-xxl-start{align-self:flex-start!important}.ns-bs5 .align-self-xxl-end{align-self:flex-end!important}.ns-bs5 .align-self-xxl-center{align-self:center!important}.ns-bs5 .align-self-xxl-baseline{align-self:baseline!important}.ns-bs5 .align-self-xxl-stretch{align-self:stretch!important}.ns-bs5 .order-xxl-first{order:-1!important}.ns-bs5 .order-xxl-0{order:0!important}.ns-bs5 .order-xxl-1{order:1!important}.ns-bs5 .order-xxl-2{order:2!important}.ns-bs5 .order-xxl-3{order:3!important}.ns-bs5 .order-xxl-4{order:4!important}.ns-bs5 .order-xxl-5{order:5!important}.ns-bs5 .order-xxl-last{order:6!important}.ns-bs5 .m-xxl-0{margin:0!important}.ns-bs5 .m-xxl-1{margin:.25rem!important}.ns-bs5 .m-xxl-2{margin:.5rem!important}.ns-bs5 .m-xxl-3{margin:1rem!important}.ns-bs5 .m-xxl-4{margin:1.5rem!important}.ns-bs5 .m-xxl-5{margin:3rem!important}.ns-bs5 .m-xxl-auto{margin:auto!important}.ns-bs5 .mx-xxl-0{margin-right:0!important;margin-left:0!important}.ns-bs5 .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.ns-bs5 .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.ns-bs5 .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.ns-bs5 .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.ns-bs5 .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.ns-bs5 .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.ns-bs5 .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.ns-bs5 .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.ns-bs5 .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.ns-bs5 .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.ns-bs5 .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ns-bs5 .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.ns-bs5 .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.ns-bs5 .mt-xxl-0{margin-top:0!important}.ns-bs5 .mt-xxl-1{margin-top:.25rem!important}.ns-bs5 .mt-xxl-2{margin-top:.5rem!important}.ns-bs5 .mt-xxl-3{margin-top:1rem!important}.ns-bs5 .mt-xxl-4{margin-top:1.5rem!important}.ns-bs5 .mt-xxl-5{margin-top:3rem!important}.ns-bs5 .mt-xxl-auto{margin-top:auto!important}.ns-bs5 .me-xxl-0{margin-right:0!important}.ns-bs5 .me-xxl-1{margin-right:.25rem!important}.ns-bs5 .me-xxl-2{margin-right:.5rem!important}.ns-bs5 .me-xxl-3{margin-right:1rem!important}.ns-bs5 .me-xxl-4{margin-right:1.5rem!important}.ns-bs5 .me-xxl-5{margin-right:3rem!important}.ns-bs5 .me-xxl-auto{margin-right:auto!important}.ns-bs5 .mb-xxl-0{margin-bottom:0!important}.ns-bs5 .mb-xxl-1{margin-bottom:.25rem!important}.ns-bs5 .mb-xxl-2{margin-bottom:.5rem!important}.ns-bs5 .mb-xxl-3{margin-bottom:1rem!important}.ns-bs5 .mb-xxl-4{margin-bottom:1.5rem!important}.ns-bs5 .mb-xxl-5{margin-bottom:3rem!important}.ns-bs5 .mb-xxl-auto{margin-bottom:auto!important}.ns-bs5 .ms-xxl-0{margin-left:0!important}.ns-bs5 .ms-xxl-1{margin-left:.25rem!important}.ns-bs5 .ms-xxl-2{margin-left:.5rem!important}.ns-bs5 .ms-xxl-3{margin-left:1rem!important}.ns-bs5 .ms-xxl-4{margin-left:1.5rem!important}.ns-bs5 .ms-xxl-5{margin-left:3rem!important}.ns-bs5 .ms-xxl-auto{margin-left:auto!important}.ns-bs5 .p-xxl-0{padding:0!important}.ns-bs5 .p-xxl-1{padding:.25rem!important}.ns-bs5 .p-xxl-2{padding:.5rem!important}.ns-bs5 .p-xxl-3{padding:1rem!important}.ns-bs5 .p-xxl-4{padding:1.5rem!important}.ns-bs5 .p-xxl-5{padding:3rem!important}.ns-bs5 .px-xxl-0{padding-right:0!important;padding-left:0!important}.ns-bs5 .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.ns-bs5 .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.ns-bs5 .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.ns-bs5 .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.ns-bs5 .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.ns-bs5 .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.ns-bs5 .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.ns-bs5 .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.ns-bs5 .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.ns-bs5 .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ns-bs5 .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.ns-bs5 .pt-xxl-0{padding-top:0!important}.ns-bs5 .pt-xxl-1{padding-top:.25rem!important}.ns-bs5 .pt-xxl-2{padding-top:.5rem!important}.ns-bs5 .pt-xxl-3{padding-top:1rem!important}.ns-bs5 .pt-xxl-4{padding-top:1.5rem!important}.ns-bs5 .pt-xxl-5{padding-top:3rem!important}.ns-bs5 .pe-xxl-0{padding-right:0!important}.ns-bs5 .pe-xxl-1{padding-right:.25rem!important}.ns-bs5 .pe-xxl-2{padding-right:.5rem!important}.ns-bs5 .pe-xxl-3{padding-right:1rem!important}.ns-bs5 .pe-xxl-4{padding-right:1.5rem!important}.ns-bs5 .pe-xxl-5{padding-right:3rem!important}.ns-bs5 .pb-xxl-0{padding-bottom:0!important}.ns-bs5 .pb-xxl-1{padding-bottom:.25rem!important}.ns-bs5 .pb-xxl-2{padding-bottom:.5rem!important}.ns-bs5 .pb-xxl-3{padding-bottom:1rem!important}.ns-bs5 .pb-xxl-4{padding-bottom:1.5rem!important}.ns-bs5 .pb-xxl-5{padding-bottom:3rem!important}.ns-bs5 .ps-xxl-0{padding-left:0!important}.ns-bs5 .ps-xxl-1{padding-left:.25rem!important}.ns-bs5 .ps-xxl-2{padding-left:.5rem!important}.ns-bs5 .ps-xxl-3{padding-left:1rem!important}.ns-bs5 .ps-xxl-4{padding-left:1.5rem!important}.ns-bs5 .ps-xxl-5{padding-left:3rem!important}.ns-bs5 .text-xxl-start{text-align:left!important}.ns-bs5 .text-xxl-end{text-align:right!important}.ns-bs5 .text-xxl-center{text-align:center!important}}@media (min-width:1200px){.ns-bs5 .fs-1{font-size:2.5rem!important}.ns-bs5 .fs-2{font-size:2rem!important}.ns-bs5 .fs-3{font-size:1.75rem!important}.ns-bs5 .fs-4{font-size:1.5rem!important}}@media print{.ns-bs5 .d-print-inline{display:inline!important}.ns-bs5 .d-print-inline-block{display:inline-block!important}.ns-bs5 .d-print-block{display:block!important}.ns-bs5 .d-print-grid{display:grid!important}.ns-bs5 .d-print-table{display:table!important}.ns-bs5 .d-print-table-row{display:table-row!important}.ns-bs5 .d-print-table-cell{display:table-cell!important}.ns-bs5 .d-print-flex{display:flex!important}.ns-bs5 .d-print-inline-flex{display:inline-flex!important}.ns-bs5 .d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
.sourcecoast.ns-bs5 .modal {
    position: fixed; /* Center modal screen */
    top: 50%; /* Center modal screen */
    left: 50%; /* Center modal screen */
    transform: translate(-50%, -50%); /* Center modal screen */
    z-index: 99999 !important;
    max-width: 600px;
    height: auto;
    width: 80%;
    margin-left: 0px;
}
.ns-bs5 .modal-content .modal-header {
    flex-direction: row; /* Joomla 4 inside modal-content class */
}

.ns-bs5 .modal-header {
    flex-direction: row-reverse; /* Joomla 3 not in modal-content class */
}

.sourcecoast.login.ns-bs5 .d-flex {
    flex-wrap: wrap;
}

.sourcecoast.facebook,
.sourcecoast.linkedin,
.sourcecoast.twitter,
.sourcecoast.google,
.sourcecoast.pinterest,
.sourcecoast.instagram,
.sourcecoast .facebook,
.sourcecoast .linkedin,
.sourcecoast .twitter,
.sourcecoast .google,
.sourcecoast .pinterest,
.sourcecoast .instagram{
    background:none;
}
.ebox-yes-no{text-align:center;line-height:1.2}.ebox-yn-text{margin-bottom:1.5em}.ebox-ys-footer{margin-top:1.5em}.ebox-ys-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:-.3em}.ebox-ys-btn{border-radius:3px;display:inline-block;padding:.8em 1.6em;line-height:1;margin:.3em;text-decoration:none !important;-webkit-transition:all 200ms linear;transition:all 200ms linear}.ebox-ys-btn:hover{opacity:.9}.ebox-ys-subtext{display:block;font-size:.8em;opacity:.8;margin-top:.2em}
.eb-animate{-webkit-animation-duration:var(--animation_duration, 150ms);animation-duration:var(--animation_duration, 150ms);-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ebfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ebfadeIn{0%{opacity:0}100%{opacity:1}}.eb-fadeIn{-webkit-animation-name:ebfadeIn;animation-name:ebfadeIn}@-webkit-keyframes ebfadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ebfadeOut{0%{opacity:1}100%{opacity:0}}.eb-fadeOut{-webkit-animation-name:ebfadeOut;animation-name:ebfadeOut}@media (print), (prefers-reduced-motion: reduce){.eb-animate{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.eb-close{display:inline-block;position:absolute;right:0;top:0;z-index:10000;background:none;color:#aeaeae;font-size:24px;font-weight:normal;font-family:Tahoma, Arial;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;padding:0;line-height:1;cursor:pointer}.eb-close:focus{outline:0}.eb-close span{font-size:1em;padding:.4em;line-height:.4em;display:block}.eb-rtl .eb-close{right:auto;left:0}@-webkit-keyframes ebFadeIn{99%{visibility:hidden}100%{visibility:visible}}@keyframes ebFadeIn{99%{visibility:hidden}100%{visibility:visible}}.eb-acc{text-align:center}.eb-acr{text-align:right}.eb-acb .eb-container,.eb-acm .eb-container{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eb-acb .eb-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eb-acm .eb-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eb{font-family:Arial;line-height:1.5;font-size:14px}.eb svg{fill:currentColor}.eb a{color:#4285F4}.eb-row-flex{text-align:center;margin:-8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eb-row-flex>*{margin:8px}.eb .eb-btn{display:inline-block;background-color:#555;color:#fff;padding:.9em;line-height:.6em;border-radius:3px;text-decoration:none;max-width:100%;border:solid 1px transparent;font-size:1em;text-align:center}.eb .eb-btn.eb-btn-medium{font-size:.9em;padding:.8em}.eb .eb-btn.eb-btn-small{font-size:.8em;padding:.7em}.eb .eb-btn.eb-btn-large{font-size:1.2em}.eb .eb-btn.eb-btn-outline{background:none;color:inherit;border:solid 1px currentColor}.eb .eb-btn.eb-btn-primary{background-color:#4285F4}.eb .eb-btn.eb-btn-danger{background-color:#DB4437}.eb .eb-btn.eb-btn-success{background-color:#0F9D58}.eb .eb-btn:hover{opacity:.9}.eb-left{float:left}.eb-right{float:right}.eb-h1{font-size:24px}.eb-h2{font-size:20px}.eb-h3{font-size:18px}.eb-h4{font-size:16px}.eb-h1,.eb-h2,.eb-h3,.eb-h4{line-height:1.3;margin-bottom:20px}.eb-p{padding:0;margin-bottom:20px}.eb-p:last-child{margin:0}.eb-small{font-size:.9em}.eb-muted{opacity:.6}.text-success{color:#0F9D58}.eb-icon-warning,.eb-icon{font-size:50px;line-height:56px;border:solid 2px currentColor;width:60px;height:60px;display:inline-block;border-radius:100%;color:#555;margin-bottom:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.eb-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-10px}.eb-row .eb-col{padding:10px}.eb-label{display:inline-block;background-color:#555;padding:.7em;line-height:.8em;border-radius:3px;color:#fff}.eb-label.eb-label-danger{background-color:#DB4437}.eb-coupon-code{background-color:#4285F4;color:#fff;padding:6px 18px;border-radius:3px;display:inline-block;font-family:monospace;font-size:16px;position:relative;text-align:center;letter-spacing:.1em}.eb-coupon-code:before{content:"✄";top:6px;left:-6px;font-size:34px;line-height:13px;position:relative}.eb-coupon-code-simple{border:dashed 1px currentColor;padding:.5em;line-height:1;font-family:monospace;font-weight:bold;letter-spacing:.1em}.eb-backdrop{height:100%;width:100%;position:fixed;left:0;top:0;z-index:0;overflow:hidden}.eb-inst{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;pointer-events:none;z-index:99999;text-align:left}.eb-inst>*{pointer-events:all}.eb-inst,.eb-inst *,.eb-inst *:before,.eb-inst *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.eb-inst.eb-top-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eb-inst.eb-top-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eb-inst.eb-middle-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eb-inst.eb-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eb-inst.eb-middle-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eb-inst.eb-bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eb-inst.eb-bottom-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eb-inst.eb-bottom-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.eb-inst .eb-header{font-size:1.6em;line-height:1em;margin-bottom:20px;opacity:0.8}.eb-inst .eb-header ul{list-style:disc inside none;margin:0;padding:0}.eb-inst .eb-content{overflow:hidden}.eb-inst .eb-content .eb-input{border:1px solid #aeaeae;padding:0.6em 0.8em;width:100%;height:auto;font-family:"Arial";line-height:normal;margin:0}.eb-inst .eb-content input[type="checkbox"]{margin:0;position:relative;top:-1px}.eb-inst .eb-content .eb-field-row{margin-bottom:0.5em}.eb-inst .eb-content .eb-field-row label{display:inline-block;margin-bottom:0.5em}.eb-inst .eb-formHor .eb-container{margin:0 auto;max-width:1000px}@media (min-width: 768px){.eb-inst .eb-formHor form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -5px}.eb-inst .eb-formHor .eb-content form>*{padding:0 5px;margin:0;width:100%}.eb-inst .eb-formHor .eb-content form .eb-footer{-ms-flex-negative:0;flex-shrink:0;width:150px}}.eb-inst .eb-formHor .eb-content button{width:100%}.eb-inst img{max-width:100%}.eb-inst.eb-image .eb-content>a{display:block}.eb-dialog{width:100%;height:auto;max-height:100%;z-index:1;overflow:auto;padding:30px;-webkit-overflow-scrolling:touch;position:relative}.eb-dialog.eb-shdelevation{-webkit-box-shadow:0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.1),0px 9px 46px 8px rgba(0,0,0,0.1);box-shadow:0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.1),0px 9px 46px 8px rgba(0,0,0,0.1)}.eb-dialog.eb-shd1{-webkit-box-shadow:0 0 2px 2px rgba(0,0,1,0.3);box-shadow:0 0 2px 2px rgba(0,0,1,0.3)}.eb-dialog.eb-shd2{-webkit-box-shadow:6px 7px 4px 6px rgba(0,0,1,0.3);box-shadow:6px 7px 4px 6px rgba(0,0,1,0.3)}.eb-dialog.eb-shd3{-webkit-box-shadow:0 0 27px 15px rgba(0,0,0,0.5);box-shadow:0 0 27px 15px rgba(0,0,0,0.5)}.eb-dialog:focus{outline:0}.eb-dialog.velocity-animating{-webkit-transition:none;transition:none}.eb-pageslide{position:relative;z-index:999999999999999999999}.eb-pageslide>.eb-inst{position:relative;height:auto}iframe.eboxFitFrame{position:absolute;height:100%;width:100%;top:0;left:0}.eb-page_no_scroll,.eb-page_no_scroll body{overflow:hidden !important;position:relative;width:100%;height:100%}.eb-hide{display:none}*[data-ebox-cmd]>*,*[data-ebox]>*{pointer-events:none}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:FontAwesome;src:url(/plugins/system/ef4_jmframework/includes/assets/template/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/plugins/system/ef4_jmframework/includes/assets/template/fontawesome/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'),url(/plugins/system/ef4_jmframework/includes/assets/template/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/plugins/system/ef4_jmframework/includes/assets/template/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/plugins/system/ef4_jmframework/includes/assets/template/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/plugins/system/ef4_jmframework/includes/assets/template/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display:block}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.clearfix:before,.clearfix:after{display: table;content: "";line-height: 0}.clearfix:after{clear: both}.hide-text{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.input-block-level{display: block;width: 100%;min-height: 60px;box-sizing: border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display: block}audio,canvas,video{display: inline-block}audio:not([controls]){display: none}html{font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}a:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}a:hover,a:active{outline: 0}sub,sup{position: relative;font-size: 75%;line-height: 0;vertical-align: baseline}sup{top: -0.5em}sub{bottom: -0.25em}img{max-width: 100%;height: auto;vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic}#map_canvas img,.google-maps img{max-width: none}button,input,select,textarea{margin: 0;font-size: 100%;vertical-align: middle}button,input{line-height: normal}button::-moz-focus-inner,input::-moz-focus-inner{padding: 0;border: 0}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor: pointer}input[type="search"]{box-sizing: content-box;-webkit-appearance: textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance: none}textarea{overflow: auto;vertical-align: top}@media print{*{text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important}a,a:visited{text-decoration: underline}a[href]:after{content: " (" attr(href) ")"}abbr[title]:after{content: " (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content: ""}pre,blockquote{border: 1px solid #999;page-break-inside: avoid}thead{display: table-header-group}tr,img{page-break-inside: avoid}img{max-width: 100% !important}@page{margin: 0.5cm}p,h2,h3{orphans: 3;widows: 3}h2,h3{page-break-after: avoid}}body{margin: 0;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;line-height: 1.7;color: #444;background-color: #222a36}a{color: #444;text-decoration: none;-webkit-transition: color .2s ease-in;transition: color .2s ease-in}a:hover,a:focus{color: #364e72;text-decoration: underline}#jm-top3 a,#jm-footer-mod a,.dj-megamenu-override .modules-wrap a{color: #fff}#jm-top3 a:hover,#jm-footer-mod a:hover,.dj-megamenu-override .modules-wrap a:hover,#jm-top3 a:focus,#jm-footer-mod a:focus,.dj-megamenu-override .modules-wrap a:focus{color: #fff}#jm-allpage .jm-module.color2-ms a{color: #444}#jm-allpage .jm-module.color2-ms a:hover,#jm-allpage .jm-module.color2-ms a:focus{color: #364e72}#jm-allpage .jm-module.color1-ms a{color: #fff}#jm-allpage .jm-module.color1-ms a:hover,#jm-allpage .jm-module.color1-ms a:focus{color: #fff}#jm-allpage .jm-module.color3-ms a{color: #fff}#jm-allpage .jm-module.color3-ms a:hover,#jm-allpage .jm-module.color3-ms a:focus{color: #fff}#jm-allpage .jm-module.color4-ms a{color: #fff}#jm-allpage .jm-module.color4-ms a:hover,#jm-allpage .jm-module.color4-ms a:focus{color: #fff}#jm-allpage .jm-module.color5-ms a{color: #fff}#jm-allpage .jm-module.color5-ms a:hover,#jm-allpage .jm-module.color5-ms a:focus{color: #fff}::selection{background: #364e72;color: #fff}::-webkit-selection{background: #364e72;color: #fff}::-moz-selection{background: #364e72;color: #fff}.img-rounded{border-radius: 6px}.img-polaroid{padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.2);box-shadow: 0 1px 3px rgba(0,0,0,0.1)}.img-circle{border-radius: 500px}.row{margin-left: -20px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 940px}.span12{width: 940px}.span11{width: 860px}.span10{width: 780px}.span9{width: 700px}.span8{width: 620px}.span7{width: 540px}.span6{width: 460px}.span5{width: 380px}.span4{width: 300px}.span3{width: 220px}.span2{width: 140px}.span1{width: 60px}.offset12{margin-left: 980px}.offset11{margin-left: 900px}.offset10{margin-left: 820px}.offset9{margin-left: 740px}.offset8{margin-left: 660px}.offset7{margin-left: 580px}.offset6{margin-left: 500px}.offset5{margin-left: 420px}.offset4{margin-left: 340px}.offset3{margin-left: 260px}.offset2{margin-left: 180px}.offset1{margin-left: 100px}.offset-12{margin-left: -940px}.offset-11{margin-left: -860px}.offset-10{margin-left: -780px}.offset-9{margin-left: -700px}.offset-8{margin-left: -620px}.offset-7{margin-left: -540px}.offset-6{margin-left: -460px}.offset-5{margin-left: -380px}.offset-4{margin-left: -300px}.offset-3{margin-left: -220px}.offset-2{margin-left: -140px}.offset-1{margin-left: -60px}.row-fluid{margin: 0 -15px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 15px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.12765957%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.4893617%}.row-fluid .controls .span10{width: 82.97872340000001%}.row-fluid .controls .span9{width: 74.46808511%}.row-fluid .controls .span8{width: 65.95744680999999%}.row-fluid .controls .span7{width: 57.44680851%}.row-fluid .controls .span6{width: 48.93617021%}.row-fluid .controls .span5{width: 40.42553191%}.row-fluid .controls .span4{width: 31.91489362%}.row-fluid .controls .span3{width: 23.40425532%}.row-fluid .controls .span2{width: 14.89361702%}.row-fluid .controls .span1{width: 6.38297872%}.row-fluid .controls .offset12{margin-left: 104.25531915%}.row-fluid .controls .offset12:first-child{margin-left: 102.12765957%}.row-fluid .controls .offset11{margin-left: 95.74468084999999%}.row-fluid .controls .offset11:first-child{margin-left: 93.61702128%}.row-fluid .controls .offset10{margin-left: 87.23404255%}.row-fluid .controls .offset10:first-child{margin-left: 85.10638298000001%}.row-fluid .controls .offset9{margin-left: 78.72340426%}.row-fluid .controls .offset9:first-child{margin-left: 76.59574468%}.row-fluid .controls .offset8{margin-left: 70.21276596%}.row-fluid .controls .offset8:first-child{margin-left: 68.08510638%}.row-fluid .controls .offset7{margin-left: 61.70212766%}.row-fluid .controls .offset7:first-child{margin-left: 59.57446809%}.row-fluid .controls .offset6{margin-left: 53.19148936%}.row-fluid .controls .offset6:first-child{margin-left: 51.06382979%}.row-fluid .controls .offset5{margin-left: 44.68085106%}.row-fluid .controls .offset5:first-child{margin-left: 42.55319149%}.row-fluid .controls .offset4{margin-left: 36.17021277%}.row-fluid .controls .offset4:first-child{margin-left: 34.04255319%}.row-fluid .controls .offset3{margin-left: 27.65957447%}.row-fluid .controls .offset3:first-child{margin-left: 25.53191489%}.row-fluid .controls .offset2{margin-left: 19.14893617%}.row-fluid .controls .offset2:first-child{margin-left: 17.0212766%}.row-fluid .controls .offset1{margin-left: 10.63829787%}.row-fluid .controls .offset1:first-child{margin-left: 8.5106383%}[class*="span"].hide,.row-fluid [class*="span"].hide{display: none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float: right}.container{margin-right: auto;margin-left: auto}.container:before,.container:after{display: table;content: "";line-height: 0}.container:after{clear: both}.container-fluid{padding-right: 15px;padding-left: 15px;margin-left: auto;margin-right: auto;max-width: 1170px}.container-fluid:before,.container-fluid:after{display: table;content: "";line-height: 0}.container-fluid:after{clear: both}.full-width > .container-fluid{max-width: 100%;width: auto}p{margin: 0}* + p{margin: 5px 0}.lead{margin-bottom: 20px;font-size: 21px;font-weight: 200;line-height: 2.55}small{font-size: 85%}strong{font-weight: bold}em{font-style: italic}cite{font-style: normal}.muted{color: #999}a.muted:hover,a.muted:focus{color: #808080}.text-warning{color: #c09853}a.text-warning:hover,a.text-warning:focus{color: #a47e3c}.text-error{color: #b94a48}a.text-error:hover,a.text-error:focus{color: #953b39}.text-info{color: #3a87ad}a.text-info:hover,a.text-info:focus{color: #2d6987}.text-success{color: #468847}a.text-success:hover,a.text-success:focus{color: #356635}.text-left{text-align: left}.text-right{text-align: right}.text-center{text-align: center}h1,h2,h3,h4,h5,h6{margin: 0 0 10px;font-family: 'Source Sans Pro', sans-serif;font-weight: 700;line-height: 1.2;color: inherit;text-rendering: optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight: normal;line-height: 1}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: inherit;text-decoration: none}h1{font-size: 38.5px}h2{font-size: 31.5px}h3{font-size: 14px}h4{font-size: 17.5px}h5{font-size: 14px}h6{font-size: 11.9px}h1 small{font-size: 24.5px}h2 small{font-size: 17.5px}h3 small{font-size: 14px}h4 small{font-size: 14px}ol{padding: 0;margin: 0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom: 0}ul{padding: 0;margin: 0;list-style: none}ul:not([class]) li,ul.jm-dark li,ul.jm-light li{background-image: url(/templates/jm-university/images/scheme1/li.png);margin: 0;padding: 0 0 0 20px;background-repeat: no-repeat;background-position: left 9px}ul.jm-dark li{background-image: url(/templates/jm-university/images/li2.png)}ul.jm-light li{background-image: url(/templates/jm-university/images/li3.png)}#jm-top3 ul:not([class]) li,#jm-footer-mod ul:not([class]) li,#jm-top-menu-nav ul:not([class]) li{background-image: url(/templates/jm-university/images/li_white.png)}#jm-allpage .jm-module.color1-ms ul:not([class]) li{background-image: url(/templates/jm-university/images/li_white.png)}#jm-allpage .jm-module.color2-ms ul:not([class]) li,#jm-allpage .jm-module.color3-ms ul:not([class]) li,#jm-allpage .jm-module.color4-ms ul:not([class]) li,#jm-allpage .jm-module.color5-ms ul:not([class]) li{background-image: url(/templates/jm-university/images/scheme1/li.png)}ul.unstyled,ol.unstyled{margin-left: 0;list-style: none}ul.unstyled{margin: 0 0 15px}ul.unstyled li{padding: 0;background: none}ul.unstyled ul{list-style: disc;margin: 0 0 0 25px}ul.inline,ol.inline{margin-left: 0;list-style: none}ul.inline > li,ol.inline > li{display: inline-block;padding-left: 5px;padding-right: 5px;background: none}dl{margin-bottom: 15px}dt,dd{line-height: 20px}dt{font-weight: bold}dd{margin-left: 15px}.dl-horizontal:before,.dl-horizontal:after{display: table;content: "";line-height: 0}.dl-horizontal:after{clear: both}.dl-horizontal dt{float: left;width: 160px;clear: left;text-align: right;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.dl-horizontal dd{margin-left: 180px}hr{margin: 30px 0;border: 0;border-top: 1px solid #e3e3e3}abbr[title],abbr[data-original-title]{cursor: help;border-bottom: 1px dotted #999}abbr.initialism{font-size: 90%;text-transform: uppercase}blockquote{padding: 0 0 0 15px;margin: 0 0 15px;border-left: 5px solid #eee}blockquote p{margin-bottom: 0;font-size: 17.5px;font-weight: 300;line-height: 1.25}blockquote small{display: block;line-height: 20px;color: #999}blockquote small:before{content: '\2014 \00A0'}blockquote.pull-right{float: right;padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0}blockquote.pull-right p,blockquote.pull-right small{text-align: right}blockquote.pull-right small:before{content: ''}blockquote.pull-right small:after{content: '\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content: ""}address{display: block;margin-bottom: 15px;font-style: normal;line-height: 20px}code,pre{padding: 0 3px 2px;font-family: Monaco, Menlo, Consolas, "Courier New", monospace;font-size: 12px;color: #333;border-radius: 0}code{padding: 2px 4px;color: #d14;background-color: #f7f7f9;border: 1px solid #e1e1e8;white-space: nowrap}pre{display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 20px;word-break: break-all;word-wrap: break-word;white-space: pre;white-space: pre-wrap;background-color: #f5f5f5;border: 1px solid rgba(0,0,0,0.15);border-radius: 0}pre.prettyprint{margin-bottom: 20px}pre code{padding: 0;color: inherit;white-space: pre;white-space: pre-wrap;background-color: transparent;border: 0}.pre-scrollable{max-height: 340px;overflow-y: scroll}form{margin: 0 0 30px}fieldset{padding: 0;margin: 0;border: 0}legend{display: block;width: 100%;padding: 0;margin-bottom: 15px;font-size: 14px;line-height: 40px;color: #999;border: 0;border-bottom: 1px solid rgba(0,0,0,0.1)}legend small{font-size: 15px}label,input,button,select,textarea{font-size: 14px;font-weight: normal;line-height: 20px}input,button,select,textarea{font-family: 'Source Sans Pro', sans-serif}label{display: block;margin-bottom: 5px}label + .optional{display: block;margin-top: -5px;font-size: 0.8em}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display: inline-block;height: 60px;line-height: 1.7;border-radius: 2px;box-sizing: border-box;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;padding: 0 20px;vertical-align: middle;border: 2px solid #364e72;color: #364e72;background: #fff}select.input-small,textarea.input-small,input[type="text"].input-small,input[type="password"].input-small,input[type="datetime"].input-small,input[type="datetime-local"].input-small,input[type="date"].input-small,input[type="month"].input-small,input[type="time"].input-small,input[type="week"].input-small,input[type="number"].input-small,input[type="email"].input-small,input[type="url"].input-small,input[type="search"].input-small,input[type="tel"].input-small,input[type="color"].input-small,.uneditable-input.input-small,select.input-mini,textarea.input-mini,input[type="text"].input-mini,input[type="password"].input-mini,input[type="datetime"].input-mini,input[type="datetime-local"].input-mini,input[type="date"].input-mini,input[type="month"].input-mini,input[type="time"].input-mini,input[type="week"].input-mini,input[type="number"].input-mini,input[type="email"].input-mini,input[type="url"].input-mini,input[type="search"].input-mini,input[type="tel"].input-mini,input[type="color"].input-mini,.uneditable-input.input-mini{padding: 0 5px;height: 32px}textarea{height: auto;line-height: 1.2;padding-top: 20px;padding-bottom: 20px}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{outline: 0;border: 2px solid #2b3e5b}input[type="radio"],input[type="checkbox"]{margin: 4px 0 0;line-height: normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width: auto}select,input[type="file"]{height: 60px;line-height: 60px;padding: 0}select{width: 180px;background-color: #fff;padding: 0 20px}select[multiple]{height: auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.uneditable-input,.uneditable-textarea{color: #999;background-color: #fcfcfc;border-color: #364e72;box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);cursor: not-allowed}.uneditable-input{overflow: hidden;white-space: nowrap}.uneditable-textarea{width: auto;height: auto}input:-moz-placeholder,textarea:-moz-placeholder{color: #364e72}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #364e72}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #364e72}.radio,.checkbox{min-height: 20px;padding-left: 20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float: left;margin-left: -20px}.controls > .radio:first-child,.controls > .checkbox:first-child{padding-top: 5px}.radio.inline,.checkbox.inline{display: inline-block;padding-top: 5px;margin-bottom: 0;vertical-align: middle}.radio.inline + .radio.inline,.checkbox.inline + .checkbox.inline{margin-left: 10px}input#params_favIconImg.input-small,input#params_logo.input-small,input#params_headerBg.input-small{padding: 0 20px;height: 60px;width: auto}.input-mini{width: 60px}.input-small{width: 90px}.input-medium{width: 150px}.input-large{width: 210px}.input-xlarge{width: 270px}.input-xxlarge{width: 530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float: none;margin-left: 0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display: inline-block}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 20px}input.span12,textarea.span12,.uneditable-input.span12{width: 926px}input.span11,textarea.span11,.uneditable-input.span11{width: 846px}input.span10,textarea.span10,.uneditable-input.span10{width: 766px}input.span9,textarea.span9,.uneditable-input.span9{width: 686px}input.span8,textarea.span8,.uneditable-input.span8{width: 606px}input.span7,textarea.span7,.uneditable-input.span7{width: 526px}input.span6,textarea.span6,.uneditable-input.span6{width: 446px}input.span5,textarea.span5,.uneditable-input.span5{width: 366px}input.span4,textarea.span4,.uneditable-input.span4{width: 286px}input.span3,textarea.span3,.uneditable-input.span3{width: 206px}input.span2,textarea.span2,.uneditable-input.span2{width: 126px}input.span1,textarea.span1,.uneditable-input.span1{width: 46px}.controls-row:before,.controls-row:after{display: table;content: "";line-height: 0}.controls-row:after{clear: both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float: left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top: 5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor: not-allowed;background-color: #eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color: transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color: #c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color: #c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color: #c09853;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color: #a47e3c;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color: #c09853;background-color: #fcf8e3;border-color: #c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color: #b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color: #b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color: #b94a48;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color: #953b39;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color: #b94a48;background-color: #f2dede;border-color: #b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color: #468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color: #468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color: #468847;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color: #356635;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color: #468847;background-color: #dff0d8;border-color: #468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color: #3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color: #3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color: #3a87ad;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color: #2d6987;box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color: #3a87ad;background-color: #d9edf7;border-color: #3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color: #b94a48;border-color: #ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color: #e9322d;box-shadow: 0 0 6px #f8b9b7}.form-actions:before,.form-actions:after{display: table;content: "";line-height: 0}.form-actions:after{clear: both}.help-block,.help-inline{color: #6a6a6a}.help-block{display: block;margin-bottom: 10px}.help-inline{display: inline-block;vertical-align: middle;padding-left: 5px}.input-append,.input-prepend{display: inline-block;margin-bottom: 10px;vertical-align: middle;font-size: 0;white-space: nowrap}.input-append .btn,.input-prepend .btn{padding-left: 30px;padding-right: 30px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size: 14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position: relative;margin-bottom: 0;vertical-align: top;border-radius: 0 0 0 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index: 2}.input-append .add-on,.input-prepend .add-on{display: inline-block;width: auto;height: 58px;min-width: 16px;padding: 0 5px;font-size: 14px;font-weight: normal;line-height: 58px;text-align: center;border: 1px solid #364e72}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group > .dropdown-toggle,.input-prepend .btn-group > .dropdown-toggle{vertical-align: top;border-radius: 0}.input-append .active,.input-prepend .active{background-color: #a9dba9;border-color: #46a546}.input-prepend .add-on,.input-prepend .btn{margin-right: -1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{border-radius: 0 0 0 0}.input-append input,.input-append select,.input-append .uneditable-input{border-radius: 0 0 0 0}.input-append input + .btn-group .btn:last-child,.input-append select + .btn-group .btn:last-child,.input-append .uneditable-input + .btn-group .btn:last-child{border-radius: 0 0 0 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left: -1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child > .dropdown-toggle{border-radius: 0 0 0 0;margin-left: 5px}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{border-radius: 0}.input-prepend.input-append input + .btn-group .btn,.input-prepend.input-append select + .btn-group .btn,.input-prepend.input-append .uneditable-input + .btn-group .btn{border-radius: 0 0 0 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right: -1px;border-radius: 0 0 0 0}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left: -1px;border-radius: 0 0 0 0}.input-prepend.input-append .btn-group:first-child{margin-left: 0}input.search-query{padding-right: 14px;padding-left: 14px;margin-bottom: 0}.form-search .input-append .search-query,.form-search .input-prepend .search-query{border-radius: 0}#form-login-username .add-on,#form-login-password .add-on{height: 30px;line-height: 30px}#form-login-username .input-small,#form-login-password .input-small{width: 135px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display: inline-block;margin-bottom: 0;vertical-align: middle}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display: none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display: inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom: 0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left: 0;margin-bottom: 0;vertical-align: middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float: left;margin-right: 3px;margin-left: 0}.control-group{margin-bottom: 15px}legend + .control-group{margin-top: 15px;-webkit-margin-top-collapse: separate}.form-horizontal .control-group{margin-bottom: 15px}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display: table;content: "";line-height: 0}.form-horizontal .control-group:after{clear: both}.form-horizontal .control-label{float: left;width: 160px;padding-top: 5px;text-align: right}.form-horizontal .controls{margin-left: 180px}.form-horizontal .help-block{margin-bottom: 0}.form-horizontal input + .help-block,.form-horizontal select + .help-block,.form-horizontal textarea + .help-block,.form-horizontal .uneditable-input + .help-block,.form-horizontal .input-prepend + .help-block,.form-horizontal .input-append + .help-block{margin-top: 15px}.form-horizontal .form-actions{padding-left: 180px}.form-horizontal.well .control-group{margin-bottom: 0;margin-top: 15px}.form-horizontal.well .control-group:first-child{margin-top: 0}table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0}.table,table.category{width: 100%;margin-bottom: 20px}.table th,table.category th,.table td,table.category td{padding: 8px;line-height: 1.7;text-align: left;vertical-align: top;border-top: 1px solid #e3e3e3}.table th,table.category th{background: #364e72;color: #fff;font-weight: 500;padding: 15px 8px;text-align: center}.table th a,table.category th a{color: #fff;text-decoration: none}.table th a:hover,table.category th a:hover{text-decoration: underline}.table tr:first-child td,table.category tr:first-child td{border-top: none}.table thead th,table.category thead th{vertical-align: bottom}.table caption + thead tr:first-child th,table.category caption + thead tr:first-child th,.table caption + thead tr:first-child td,table.category caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,table.category colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,table.category colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,table.category thead:first-child tr:first-child th,.table thead:first-child tr:first-child td,table.category thead:first-child tr:first-child td{border-top: 0}.table tbody + tbody,table.category tbody + tbody{border-top: 2px solid #e3e3e3}.table .table,table.category .table{background-color: #f2f2f2}.table-condensed th,.table-condensed td{padding: 4px 5px}.table-bordered{border-collapse: separate;border-radius: 0}.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top: 0}.table-bordered thead:first-child tr:first-child > th:first-child,.table-bordered tbody:first-child tr:first-child > td:first-child,.table-bordered tbody:first-child tr:first-child > th:first-child{border-top-left-radius: 0}.table-bordered thead:first-child tr:first-child > th:last-child,.table-bordered tbody:first-child tr:first-child > td:last-child,.table-bordered tbody:first-child tr:first-child > th:last-child{border-top-right-radius: 0}.table-bordered thead:last-child tr:last-child > th:first-child,.table-bordered tbody:last-child tr:last-child > td:first-child,.table-bordered tbody:last-child tr:last-child > th:first-child,.table-bordered tfoot:last-child tr:last-child > td:first-child,.table-bordered tfoot:last-child tr:last-child > th:first-child{border-bottom-left-radius: 0}.table-bordered thead:last-child tr:last-child > th:last-child,.table-bordered tbody:last-child tr:last-child > td:last-child,.table-bordered tbody:last-child tr:last-child > th:last-child,.table-bordered tfoot:last-child tr:last-child > td:last-child,.table-bordered tfoot:last-child tr:last-child > th:last-child{border-bottom-right-radius: 0}.table-bordered tfoot + tbody:last-child tr:last-child td:first-child{border-bottom-left-radius: 0}.table-bordered tfoot + tbody:last-child tr:last-child td:last-child{border-bottom-right-radius: 0}.table-bordered caption + thead tr:first-child th:first-child,.table-bordered caption + tbody tr:first-child td:first-child,.table-bordered colgroup + thead tr:first-child th:first-child,.table-bordered colgroup + tbody tr:first-child td:first-child{border-top-left-radius: 0}.table-bordered caption + thead tr:first-child th:last-child,.table-bordered caption + tbody tr:first-child td:last-child,.table-bordered colgroup + thead tr:first-child th:last-child,.table-bordered colgroup + tbody tr:first-child td:last-child{border-top-right-radius: 0}.table-striped tbody > tr:nth-child(odd) > td,.table-striped tbody > tr:nth-child(odd) > th{background-color: #f8f8f8}.table-hover tbody tr:hover > td,.table-hover tbody tr:hover > th{background-color: #f8f8f8}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display: table-cell;float: none;margin-left: 0}.table td.span1,.table th.span1{float: none;width: 44px;margin-left: 0}.table td.span2,.table th.span2{float: none;width: 124px;margin-left: 0}.table td.span3,.table th.span3{float: none;width: 204px;margin-left: 0}.table td.span4,.table th.span4{float: none;width: 284px;margin-left: 0}.table td.span5,.table th.span5{float: none;width: 364px;margin-left: 0}.table td.span6,.table th.span6{float: none;width: 444px;margin-left: 0}.table td.span7,.table th.span7{float: none;width: 524px;margin-left: 0}.table td.span8,.table th.span8{float: none;width: 604px;margin-left: 0}.table td.span9,.table th.span9{float: none;width: 684px;margin-left: 0}.table td.span10,.table th.span10{float: none;width: 764px;margin-left: 0}.table td.span11,.table th.span11{float: none;width: 844px;margin-left: 0}.table td.span12,.table th.span12{float: none;width: 924px;margin-left: 0}.table tbody tr.success > td{background-color: #dff0d8}.table tbody tr.error > td{background-color: #f2dede}.table tbody tr.warning > td{background-color: #fcf8e3}.table tbody tr.info > td{background-color: #d9edf7}.table-hover tbody tr.success:hover > td{background-color: #d0e9c6}.table-hover tbody tr.error:hover > td{background-color: #ebcccc}.table-hover tbody tr.warning:hover > td{background-color: #faf2cc}.table-hover tbody tr.info:hover > td{background-color: #c4e3f3}@font-face{font-display:swap;font-family: 'Glyphicons Halflings';src: url(/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.eot);src: url(/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/plugins/system/ef4_jmframework/includes/assets/template/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}[class^="icon-"],[class*=" icon-"]{position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}[class^="icon-"].disabled,[class*=" icon-"].disabled{font-weight: normal}.icon-asterisk:before{content: "\2a"}.icon-plus:before{content: "\2b"}.icon-euro:before,.icon-eur:before{content: "\20ac"}.icon-minus:before{content: "\2212"}.icon-cloud:before{content: "\2601"}.icon-envelope:before{content: "\2709"}.icon-pencil:before{content: "\270f"}.icon-glass:before{content: "\e001"}.icon-music:before{content: "\e002"}.icon-search:before{content: "\e003"}.icon-heart:before{content: "\e005"}.icon-star:before{content: "\e006"}.icon-star-empty:before{content: "\e007"}.icon-user:before{content: "\e008"}.icon-film:before{content: "\e009"}.icon-th-large:before{content: "\e010"}.icon-th:before{content: "\e011"}.icon-th-list:before{content: "\e012"}.icon-ok:before{content: "\e013"}.icon-cancel:before,.icon-remove:before{content: "\e014"}.icon-zoom-in:before{content: "\e015"}.icon-zoom-out:before{content: "\e016"}.icon-off:before{content: "\e017"}.icon-signal:before{content: "\e018"}.icon-cog:before{content: "\e019"}.icon-trash:before{content: "\e020"}.icon-home:before{content: "\e021"}.icon-copy:before,.icon-file-add:before,.icon-file:before{content: "\e022"}.icon-time:before{content: "\e023"}.icon-road:before{content: "\e024"}.icon-download-alt:before{content: "\e025"}.icon-download:before{content: "\e026"}.icon-upload:before{content: "\e027"}.icon-archive:before,.icon-inbox:before{content: "\e028"}.icon-play-circle:before{content: "\e029"}.icon-repeat:before{content: "\e030"}.icon-refresh:before{content: "\e031"}.icon-list-alt:before{content: "\e032"}.icon-lock:before{content: "\e033"}.icon-flag:before{content: "\e034"}.icon-headphones:before{content: "\e035"}.icon-volume-off:before{content: "\e036"}.icon-volume-down:before{content: "\e037"}.icon-volume-up:before{content: "\e038"}.icon-qrcode:before{content: "\e039"}.icon-barcode:before{content: "\e040"}.icon-tag:before{content: "\e041"}.icon-tags:before{content: "\e042"}.icon-book:before{content: "\e043"}.icon-bookmark:before{content: "\e044"}.icon-print:before{content: "\e045"}.icon-camera:before{content: "\e046"}.icon-font:before{content: "\e047"}.icon-bold:before{content: "\e048"}.icon-italic:before{content: "\e049"}.icon-text-height:before{content: "\e050"}.icon-text-width:before{content: "\e051"}.icon-align-left:before{content: "\e052"}.icon-align-center:before{content: "\e053"}.icon-align-right:before{content: "\e054"}.icon-align-justify:before{content: "\e055"}.icon-list:before{content: "\e056"}.icon-indent-left:before{content: "\e057"}.icon-indent-right:before{content: "\e058"}.icon-facetime-video:before{content: "\e059"}.icon-picture:before{content: "\e060"}.icon-map-marker:before{content: "\e062"}.icon-adjust:before{content: "\e063"}.icon-tint:before{content: "\e064"}.icon-edit:before{content: "\e065"}.icon-share:before{content: "\e066"}.icon-check:before{content: "\e067"}.icon-move:before{content: "\e068"}.icon-step-backward:before{content: "\e069"}.icon-fast-backward:before{content: "\e070"}.icon-backward:before{content: "\e071"}.icon-play:before{content: "\e072"}.icon-pause:before{content: "\e073"}.icon-stop:before{content: "\e074"}.icon-forward:before{content: "\e075"}.icon-fast-forward:before{content: "\e076"}.icon-step-forward:before{content: "\e077"}.icon-eject:before{content: "\e078"}.icon-chevron-left:before{content: "\e079"}.icon-chevron-right:before{content: "\e080"}.icon-plus-sign:before{content: "\e081"}.icon-minus-sign:before{content: "\e082"}.icon-remove-sign:before{content: "\e083"}.icon-ok-sign:before{content: "\e084"}.icon-question-sign:before{content: "\e085"}.icon-info-sign:before{content: "\e086"}.icon-screenshot:before{content: "\e087"}.icon-remove-circle:before{content: "\e088"}.icon-ok-circle:before{content: "\e089"}.icon-ban-circle:before{content: "\e090"}.icon-arrow-left:before{content: "\e091"}.icon-arrow-right:before{content: "\e092"}.icon-arrow-up:before{content: "\e093"}.icon-arrow-down:before{content: "\e094"}.icon-share-alt:before{content: "\e095"}.icon-resize-full:before{content: "\e096"}.icon-resize-small:before{content: "\e097"}.icon-exclamation-sign:before{content: "\e101"}.icon-gift:before{content: "\e102"}.icon-leaf:before{content: "\e103"}.icon-fire:before{content: "\e104"}.icon-eye:before,.icon-eye-open:before{content: "\e105"}.icon-eye-close:before{content: "\e106"}.icon-warning-sign:before{content: "\e107"}.icon-plane:before{content: "\e108"}.icon-calendar:before{content: "\e109"}.icon-random:before{content: "\e110"}.icon-comment:before{content: "\e111"}.icon-magnet:before{content: "\e112"}.icon-chevron-up:before{content: "\e113"}.icon-chevron-down:before{content: "\e114"}.icon-retweet:before{content: "\e115"}.icon-shopping-cart:before{content: "\e116"}.icon-folder-close:before{content: "\e117"}.icon-folder-open:before{content: "\e118"}.icon-resize-vertical:before{content: "\e119"}.icon-resize-horizontal:before{content: "\e120"}.icon-hdd:before{content: "\e121"}.icon-bullhorn:before{content: "\e122"}.icon-bell:before{content: "\e123"}.icon-certificate:before{content: "\e124"}.icon-thumbs-up:before{content: "\e125"}.icon-thumbs-down:before{content: "\e126"}.icon-hand-right:before{content: "\e127"}.icon-hand-left:before{content: "\e128"}.icon-hand-up:before{content: "\e129"}.icon-hand-down:before{content: "\e130"}.icon-circle-arrow-right:before{content: "\e131"}.icon-circle-arrow-left:before{content: "\e132"}.icon-circle-arrow-up:before{content: "\e133"}.icon-circle-arrow-down:before{content: "\e134"}.icon-globe:before{content: "\e135"}.icon-wrench:before{content: "\e136"}.icon-tasks:before{content: "\e137"}.icon-filter:before{content: "\e138"}.icon-briefcase:before{content: "\e139"}.icon-fullscreen:before{content: "\e140"}.icon-dashboard:before{content: "\e141"}.icon-paperclip:before{content: "\e142"}.icon-heart-empty:before{content: "\e143"}.icon-link:before{content: "\e144"}.icon-phone:before{content: "\e145"}.icon-pushpin:before{content: "\e146"}.icon-usd:before{content: "\e148"}.icon-gbp:before{content: "\e149"}.icon-sort:before{content: "\e150"}.icon-sort-by-alphabet:before{content: "\e151"}.icon-sort-by-alphabet-alt:before{content: "\e152"}.icon-sort-by-order:before{content: "\e153"}.icon-sort-by-order-alt:before{content: "\e154"}.icon-sort-by-attributes:before{content: "\e155"}.icon-sort-by-attributes-alt:before{content: "\e156"}.icon-unchecked:before{content: "\e157"}.icon-expand:before{content: "\e158"}.icon-collapse-down:before{content: "\e159"}.icon-collapse-up:before{content: "\e160"}.icon-log-in:before{content: "\e161"}.icon-flash:before{content: "\e162"}.icon-log-out:before{content: "\e163"}.icon-new-window:before{content: "\e164"}.icon-record:before{content: "\e165"}.icon-save:before{content: "\e166"}.icon-open:before{content: "\e167"}.icon-saved:before{content: "\e168"}.icon-import:before{content: "\e169"}.icon-export:before{content: "\e170"}.icon-send:before{content: "\e171"}.icon-floppy-disk:before{content: "\e172"}.icon-floppy-saved:before{content: "\e173"}.icon-floppy-remove:before{content: "\e174"}.icon-floppy-save:before{content: "\e175"}.icon-floppy-open:before{content: "\e176"}.icon-credit-card:before{content: "\e177"}.icon-transfer:before{content: "\e178"}.icon-cutlery:before{content: "\e179"}.icon-header:before{content: "\e180"}.icon-compressed:before{content: "\e181"}.icon-earphone:before{content: "\e182"}.icon-phone-alt:before{content: "\e183"}.icon-tower:before{content: "\e184"}.icon-stats:before{content: "\e185"}.icon-sd-video:before{content: "\e186"}.icon-hd-video:before{content: "\e187"}.icon-subtitles:before{content: "\e188"}.icon-sound-stereo:before{content: "\e189"}.icon-sound-dolby:before{content: "\e190"}.icon-sound-5-1:before{content: "\e191"}.icon-sound-6-1:before{content: "\e192"}.icon-sound-7-1:before{content: "\e193"}.icon-copyright-mark:before{content: "\e194"}.icon-registration-mark:before{content: "\e195"}.icon-cloud-download:before{content: "\e197"}.icon-cloud-upload:before{content: "\e198"}.icon-tree-conifer:before{content: "\e199"}.icon-tree-deciduous:before{content: "\e200"}.icon-white,.nav-pills > .active > a > [class^="icon-"],.nav-pills > .active > a > [class*=" icon-"],.nav-list > .active > a > [class^="icon-"],.nav-list > .active > a > [class*=" icon-"],.navbar-inverse .nav > .active > a > [class^="icon-"],.navbar-inverse .nav > .active > a > [class*=" icon-"],.dropdown-menu > li > a:hover > [class^="icon-"],.dropdown-menu > li > a:focus > [class^="icon-"],.dropdown-menu > li > a:hover > [class*=" icon-"],.dropdown-menu > li > a:focus > [class*=" icon-"],.dropdown-menu > .active > a > [class^="icon-"],.dropdown-menu > .active > a > [class*=" icon-"],.dropdown-submenu:hover > a > [class^="icon-"],.dropdown-submenu:focus > a > [class^="icon-"],.dropdown-submenu:hover > a > [class*=" icon-"],.dropdown-submenu:focus > a > [class*=" icon-"]{color: #fff}.dropup,.dropdown{position: relative}.dropdown-toggle:active,.open .dropdown-toggle{outline: 0}.btn.dropdown-toggle + .dropdown-menu{margin: 0}.btn.dropdown-toggle + .dropdown-menu [class^="icon-"],.btn.dropdown-toggle + .dropdown-menu [class*=" icon-"]{margin-right: 5px}.caret{display: inline-block;width: 0;height: 0;vertical-align: top;border-right: 4px solid transparent;border-left: 4px solid transparent;content: "";border-top: 4px solid #fff}.btn:hover .caret,.btn:focus .caret,.btn .active .caret{border-top: 4px solid #364e72}.dropdown .caret{margin-top: 8px;margin-left: 2px}.dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 5px 0;margin: 2px 0 0;list-style: none;background-color: #fff;border: 1px solid #ccc;border: 1px solid #e7e7e7;border-radius: 0;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 9px 1px;overflow: hidden;background-color: #e7e7e7;border-bottom: 1px solid #fff}.dropdown-menu > li{background: none;padding: 0}.dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 20px;color: #444;white-space: nowrap;text-decoration: none}.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-submenu:hover > a,.dropdown-submenu:focus > a{text-decoration: none;color: #fff;background: #364e72}.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color: #fff;text-decoration: none;outline: 0;background: #364e72}.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration: none;background-color: transparent;background-image: none;cursor: default}.open > .dropdown-menu{display: block}.dropdown-backdrop{position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 990}.pull-right > .dropdown-menu{right: 0;left: auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top: 0 !important;border-bottom: 4px solid #fff;content: ""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 1px}.dropdown-submenu{position: relative}.dropdown-submenu > .dropdown-menu{top: 0;left: 100%;margin-top: -6px;margin-left: -1px;border-radius: 0}.dropdown-submenu:hover > .dropdown-menu{display: block}.dropup .dropdown-submenu > .dropdown-menu{top: auto;bottom: 0;margin-top: 0;margin-bottom: -2px;border-radius: 0}.dropdown-submenu > a:after{display: block;content: " ";float: right;width: 0;height: 0;border-color: transparent;border-style: solid;border-width: 5px 0 5px 5px;border-left-color: #ccc;margin-top: 5px;margin-right: -10px}.dropdown-submenu:hover > a:after{border-left-color: #fff}.dropdown-submenu.pull-left{float: none}.dropdown-submenu.pull-left > .dropdown-menu{left: -100%;margin-left: 10px;border-radius: 0}.dropdown .dropdown-menu .nav-header{padding-left: 20px;padding-right: 20px}.typeahead{z-index: 1051;margin-top: 2px;border-radius: 0}.well{min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: #f3f3f3;border: 1px solid rgba(0,0,0,0.05);border-radius: 0}.well blockquote{border-color: #ddd;border-color: rgba(0,0,0,0.15)}.well-large{padding: 24px;border-radius: 0}.well-small{padding: 9px;border-radius: 0}.fade{opacity: 0;-webkit-transition: opacity .15s linear;transition: opacity .15s linear}.fade.in{opacity: 1}.collapse{position: relative;height: 0;overflow: hidden;-webkit-transition: height .35s ease;transition: height .35s ease}.collapse.in{height: auto}.close{float: right;font-size: 20px;font-weight: bold;line-height: 20px;color: #000;text-shadow: 0 1px 0 #fff;opacity: .2}.close:hover,.close:focus{color: #000;text-decoration: none;cursor: pointer;opacity: .4}button.close{padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none}.btn{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 1.1;text-decoration: none;border: 2px solid #364e72;border-radius: 2px;background: #364e72;box-sizing: border-box;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;padding: 20px 55px;height: auto;color: #fff}.btn:hover,.btn:focus{text-decoration: none !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;color: #364e72;background: transparent}.btn:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}.btn.active,.btn:active{outline: 0}.btn.disabled,.btn[disabled]{cursor: default;opacity: .65}a.button,input.button,button.button{display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;line-height: 1.1;text-decoration: none;border: 2px solid #364e72;border-radius: 2px;background: #364e72;box-sizing: border-box;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;padding: 20px 55px;height: auto;color: #fff}a.button:hover .caret,input.button:hover .caret,button.button:hover .caret,a.button:focus .caret,input.button:focus .caret,button.button:focus .caret,a.button .active .caret,input.button .active .caret,button.button .active .caret{border-top: 4px solid #364e72}a.button:hover,input.button:hover,button.button:hover,a.button:focus,input.button:focus,button.button:focus{text-decoration: none !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;color: #364e72;background: transparent}a.button:focus,input.button:focus,button.button:focus{outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}a.button.active,input.button.active,button.button.active,a.button:active,input.button:active,button.button:active{outline: 0}a.button.disabled,input.button.disabled,button.button.disabled,a.button[disabled],input.button[disabled],button.button[disabled]{cursor: default;opacity: .65}a.button .caret,input.button .caret,button.button .caret{border-top-color: #fff;border-bottom-color: #fff}a.button:hover .caret,input.button:hover .caret,button.button:hover .caret,a.button:focus .caret,input.button:focus .caret,button.button:focus .caret{border-top-color: #000;border-bottom-color: #000}a.button .label,input.button .label,button.button .label,a.button .badge,input.button .badge,button.button .badge{position: relative;top: -1px}#jm-top3 .btn,#jm-footer-mod .btn,#jm-top-menu-nav .btn,#jm-top3 a.button,#jm-footer-mod a.button,#jm-top-menu-nav a.button,#jm-top3 input.button,#jm-footer-mod input.button,#jm-top-menu-nav input.button,#jm-top3 button.button,#jm-footer-mod button.button,#jm-top-menu-nav button.button{background: #fff;color: #364e72;border-color: #fff}#jm-top3 .btn:hover,#jm-footer-mod .btn:hover,#jm-top-menu-nav .btn:hover,#jm-top3 a.button:hover,#jm-footer-mod a.button:hover,#jm-top-menu-nav a.button:hover,#jm-top3 input.button:hover,#jm-footer-mod input.button:hover,#jm-top-menu-nav input.button:hover,#jm-top3 button.button:hover,#jm-footer-mod button.button:hover,#jm-top-menu-nav button.button:hover,#jm-top3 .btn:focus,#jm-footer-mod .btn:focus,#jm-top-menu-nav .btn:focus,#jm-top3 a.button:focus,#jm-footer-mod a.button:focus,#jm-top-menu-nav a.button:focus,#jm-top3 input.button:focus,#jm-footer-mod input.button:focus,#jm-top-menu-nav input.button:focus,#jm-top3 button.button:focus,#jm-footer-mod button.button:focus,#jm-top-menu-nav button.button:focus{color: #fff;background: transparent;border-color: #fff}#jm-allpage .jm-module.color2-ms .btn,#jm-allpage .jm-module.color2-ms a.button,#jm-allpage .jm-module.color2-ms input.button,#jm-allpage .jm-module.color2-ms button.button{background: #364e72;color: #fff;border-color: #364e72}#jm-allpage .jm-module.color2-ms .btn:hover,#jm-allpage .jm-module.color2-ms a.button:hover,#jm-allpage .jm-module.color2-ms input.button:hover,#jm-allpage .jm-module.color2-ms button.button:hover,#jm-allpage .jm-module.color2-ms .btn:focus,#jm-allpage .jm-module.color2-ms a.button:focus,#jm-allpage .jm-module.color2-ms input.button:focus,#jm-allpage .jm-module.color2-ms button.button:focus{color: #364e72;background: transparent;border-color: #364e72}#jm-allpage .jm-module.color1-ms .btn,#jm-allpage .jm-module.color3-ms .btn,#jm-allpage .jm-module.color4-ms .btn,#jm-allpage .jm-module.color5-ms .btn,#jm-allpage .jm-module.color1-ms a.button,#jm-allpage .jm-module.color3-ms a.button,#jm-allpage .jm-module.color4-ms a.button,#jm-allpage .jm-module.color5-ms a.button,#jm-allpage .jm-module.color1-ms input.button,#jm-allpage .jm-module.color3-ms input.button,#jm-allpage .jm-module.color4-ms input.button,#jm-allpage .jm-module.color5-ms input.button,#jm-allpage .jm-module.color1-ms button.button,#jm-allpage .jm-module.color3-ms button.button,#jm-allpage .jm-module.color4-ms button.button,#jm-allpage .jm-module.color5-ms button.button{background: #fff;color: #364e72;border-color: #fff}#jm-allpage .jm-module.color1-ms .btn:hover,#jm-allpage .jm-module.color3-ms .btn:hover,#jm-allpage .jm-module.color4-ms .btn:hover,#jm-allpage .jm-module.color5-ms .btn:hover,#jm-allpage .jm-module.color1-ms a.button:hover,#jm-allpage .jm-module.color3-ms a.button:hover,#jm-allpage .jm-module.color4-ms a.button:hover,#jm-allpage .jm-module.color5-ms a.button:hover,#jm-allpage .jm-module.color1-ms input.button:hover,#jm-allpage .jm-module.color3-ms input.button:hover,#jm-allpage .jm-module.color4-ms input.button:hover,#jm-allpage .jm-module.color5-ms input.button:hover,#jm-allpage .jm-module.color1-ms button.button:hover,#jm-allpage .jm-module.color3-ms button.button:hover,#jm-allpage .jm-module.color4-ms button.button:hover,#jm-allpage .jm-module.color5-ms button.button:hover,#jm-allpage .jm-module.color1-ms .btn:focus,#jm-allpage .jm-module.color3-ms .btn:focus,#jm-allpage .jm-module.color4-ms .btn:focus,#jm-allpage .jm-module.color5-ms .btn:focus,#jm-allpage .jm-module.color1-ms a.button:focus,#jm-allpage .jm-module.color3-ms a.button:focus,#jm-allpage .jm-module.color4-ms a.button:focus,#jm-allpage .jm-module.color5-ms a.button:focus,#jm-allpage .jm-module.color1-ms input.button:focus,#jm-allpage .jm-module.color3-ms input.button:focus,#jm-allpage .jm-module.color4-ms input.button:focus,#jm-allpage .jm-module.color5-ms input.button:focus,#jm-allpage .jm-module.color1-ms button.button:focus,#jm-allpage .jm-module.color3-ms button.button:focus,#jm-allpage .jm-module.color4-ms button.button:focus,#jm-allpage .jm-module.color5-ms button.button:focus{color: #fff;background: transparent;border-color: #fff}.btn-large,.button.btn-large{padding: 19px 60px;font-size: 17.5px;border-radius: 2px;line-height: 1}.btn-large [class^="icon-"],.btn-large [class*=" icon-"],.button.btn-large [class^="icon-"],.button.btn-large [class*=" icon-"]{margin-top: 6px}.btn-small,.button.btn-small{padding: 8px 10px;font-size: 11.9px;border-radius: 2px;height: 32px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"],.button.btn-small [class^="icon-"],.button.btn-small [class*=" icon-"]{margin-top: 2px}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"],.button.btn-mini [class^="icon-"],.button.btn-mini [class*=" icon-"]{margin-top: 1px}.btn-mini,.button.btn-mini{padding: 8px 6px;font-size: 10.5px;border-radius: 2px;height: 32px}.btn-block,.button.btn-block{display: block;width: 100%;padding-left: 0;padding-right: 0;box-sizing: border-box}.btn-block + .btn-block,.btn-block + .button.btn-block{margin-top: 5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width: 100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active,.button.btn-primary.active,.button.btn-warning.active,.button.btn-danger.active,.button.btn-success.active,.button.btn-info.active,.button.btn-inverse.active{color: rgba(255,255,255,0.75)}.btn-warning,.button.btn-warning{border: 2px solid #fbb450;background: #fbb450}.btn-warning:hover,.button.btn-warning:hover,.btn-warning:focus,.button.btn-warning:focus,.btn-warning:active,.button.btn-warning:active,.btn-warning.active,.button.btn-warning.active,.btn-warning.disabled,.button.btn-warning.disabled,.btn-warning[disabled],.button.btn-warning[disabled]{color: #fbb450;background: none;*background-color: #faa937}.btn-danger,.button.btn-danger{border: 2px solid #ee5f5b;background: #ee5f5b}.btn-danger:hover,.button.btn-danger:hover,.btn-danger:focus,.button.btn-danger:focus,.btn-danger:active,.button.btn-danger:active,.btn-danger.active,.button.btn-danger.active,.btn-danger.disabled,.button.btn-danger.disabled,.btn-danger[disabled],.button.btn-danger[disabled]{color: #ee5f5b;background: none;*background-color: #ec4844}.btn-success,.button.btn-success{border: 2px solid #62c462;background: #62c462}.btn-success:hover,.button.btn-success:hover,.btn-success:focus,.button.btn-success:focus,.btn-success:active,.button.btn-success:active,.btn-success.active,.button.btn-success.active,.btn-success.disabled,.button.btn-success.disabled,.btn-success[disabled],.button.btn-success[disabled]{color: #62c462;background: none;*background-color: #4fbd4f}.btn-info,.button.btn-info{border: 2px solid #5bc0de;background: #5bc0de}.btn-info:hover,.button.btn-info:hover,.btn-info:focus,.button.btn-info:focus,.btn-info:active,.button.btn-info:active,.btn-info.active,.button.btn-info.active,.btn-info.disabled,.button.btn-info.disabled,.btn-info[disabled],.button.btn-info[disabled]{color: #5bc0de;background: none;*background-color: #46b8da}.btn-inverse,.button.btn-inverse{border: 2px solid #444;background: #444}.btn-inverse:hover,.button.btn-inverse:hover,.btn-inverse:focus,.button.btn-inverse:focus,.btn-inverse:active,.button.btn-inverse:active,.btn-inverse.active,.button.btn-inverse.active,.btn-inverse.disabled,.button.btn-inverse.disabled,.btn-inverse[disabled],.button.btn-inverse[disabled]{color: #444;background: none;*background-color: #373737}.btn-link,.btn-link:active,.btn-link[disabled],.button.btn-link,.button.btn-link:active,.button.btn-link[disabled]{background-color: transparent;background-image: none;box-shadow: none}.btn-link,.button.btn-link{border-color: transparent;cursor: pointer;color: #444;border-radius: 0}.btn-link:hover,.btn-link:focus,.button.btn-link:hover,.button.btn-link:focus{color: #474747;text-decoration: underline;background-color: transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,.button.btn-link[disabled]:hover,.button.btn-link[disabled]:focus{color: #333;text-decoration: none}.btn-group{position: relative;display: inline-block;font-size: 0;vertical-align: middle;white-space: nowrap}.btn-group + .btn-group{margin-left: 5px}.btn-toolbar{font-size: 0;margin-top: 10px;margin-bottom: 10px}.btn-toolbar > .btn + .btn,.btn-toolbar > .btn-group + .btn,.btn-toolbar > .btn + .btn-group{margin-left: 5px}.btn-group > .btn{position: relative;border-radius: 0}.btn-group > .btn + .btn{margin-left: -1px}.btn-group > .dropdown-menu,.btn-group > .popover{font-size: 14px}.btn-group > .btn{font-size: 14px}.btn-group > .btn-mini{font-size: 10.5px}.btn-group > .btn-small{font-size: 11.9px}.btn-group > .btn-large{font-size: 17.5px}.btn-group > .btn:first-child{margin-left: 0;border-top-left-radius: 5px;border-bottom-left-radius: 5px}.btn-group > .btn:last-child,.btn-group > .dropdown-toggle{border-top-right-radius: 5px;border-bottom-right-radius: 5px}.btn-group > .btn.large:first-child{margin-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0}.btn-group > .btn.large:last-child,.btn-group > .large.dropdown-toggle{border-top-right-radius: 0;border-bottom-right-radius: 0}.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active{z-index: 2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline: 0}.btn-group > .btn + .dropdown-toggle{padding-left: 8px;padding-right: 8px}.btn-group > .btn-mini + .dropdown-toggle{padding-left: 5px;padding-right: 5px}.btn-group > .btn-large + .dropdown-toggle{padding-left: 12px;padding-right: 12px}.btn-group.open .dropdown-toggle{background-image: none;box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)}.btn-group.open .btn-warning.dropdown-toggle{background-color: #f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color: #bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color: #51a351}.btn-group.open .btn-info.dropdown-toggle{background-color: #2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color: #222}.btn .caret{margin-top: 8px;margin-left: 0}.btn-large .caret{margin-top: 6px}.btn-large .caret{border-left-width: 5px;border-right-width: 5px;border-top-width: 5px}.btn-mini .caret,.btn-small .caret{margin-top: 8px}.dropup .btn-large .caret{border-bottom-width: 5px}.btn .caret,.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color: #fff;border-bottom-color: #fff}.btn:hover .caret,.btn-primary:hover .caret,.btn-warning:hover .caret,.btn-danger:hover .caret,.btn-info:hover .caret,.btn-success:hover .caret,.btn-inverse:hover .caret,.btn:focus .caret,.btn-primary:focus .caret,.btn-warning:focus .caret,.btn-danger:focus .caret,.btn-info:focus .caret,.btn-success:focus .caret,.btn-inverse:focus .caret{border-top-color: #000;border-bottom-color: #000}.btn-group-vertical{display: inline-block}.btn-group-vertical > .btn{display: block;float: none;max-width: 100%;border-radius: 0}.btn-group-vertical > .btn + .btn{margin-left: 0;margin-top: -1px}.btn-group-vertical > .btn:first-child{border-radius: 0 0 0 0}.btn-group-vertical > .btn:last-child{border-radius: 0 0 0 0}.btn-group-vertical > .btn-large:first-child{border-radius: 0 0 0 0}.btn-group-vertical > .btn-large:last-child{border-radius: 0 0 0 0}.alert{padding: 8px 35px 8px 14px;margin-bottom: 20px;text-shadow: 0 1px 0 rgba(255,255,255,0.5);background-color: #fcf8e3;border: 1px solid #fbeed5;border-radius: 0}.alert,.alert h4{color: #c09853}.alert h4{margin: 0}.alert .close{position: relative;top: -2px;right: -21px;line-height: 20px}.alert-success{background-color: #dff0d8;border-color: #d6e9c6;color: #468847}.alert-success h4{color: #468847}.alert-danger,.alert-error{background-color: #f2dede;border-color: #eed3d7;color: #b94a48}.alert-danger h4,.alert-error h4{color: #b94a48}.alert-info{background-color: #d9edf7;border-color: #bce8f1;color: #3a87ad}.alert-info h4{color: #3a87ad}.alert-block{padding-top: 14px;padding-bottom: 14px}.alert-block > p,.alert-block > ul{margin-bottom: 0}.alert-block p + p{margin-top: 5px}.nav{margin-left: 0;margin-bottom: 20px;list-style: none}.nav > li > a{display: block}.nav > li > a:hover,.nav > li > a:focus,dl.tabs > dt a:hover,dl.tabs > dt a:focus{text-decoration: none;background-color: #eee}.nav > li > a > img{max-width: none}.nav > .pull-right{float: right}.nav-header{display: block;padding: 3px 15px !important;font-size: 11px;font-weight: bold;line-height: 20px;color: #999;text-shadow: 0 1px 0 rgba(255,255,255,0.5);text-transform: uppercase}.nav li + .nav-header{margin-top: 9px}.nav-list{padding-left: 15px;padding-right: 15px;margin-bottom: 0}.nav-list > li > a,.nav-list .nav-header{margin-left: -15px;margin-right: -15px;text-shadow: 0 1px 0 rgba(255,255,255,0.5)}.nav-list > li > a{padding: 3px 15px}.nav-list > .active > a,.nav-list > .active > a:hover,.nav-list > .active > a:focus{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.2);background-color: #444}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right: 2px}.nav-list .divider{height: 1px;margin: 9px 1px;overflow: hidden;background-color: #e5e5e5;border-bottom: 1px solid #fff}.nav-tabs:before,dl.tabs:before,.nav-pills:before,.nav-tabs:after,dl.tabs:after,.nav-pills:after{display: table;content: "";line-height: 0}.nav-tabs:after,dl.tabs:after,.nav-pills:after{clear: both}.nav-tabs > li,dl.tabs > dt,.nav-pills > li{float: left}.nav-pills > li > a{padding-right: 12px;padding-left: 12px;margin-right: 2px;line-height: 14px}.nav-tabs,dl.tabs{margin: 0;padding: 10px 0 0}.nav-tabs > li{background: none;padding: 0}dl.tabs,dl.tabs > dt,dl.tabs > dt h3,.nav-tabs > li{line-height: 1.7}.nav-tabs > li > a,dl.tabs > dt a{color: #fff;padding: 20px 40px;margin: 0 0 -1px;background: #444;font-family: 'Source Sans Pro', sans-serif;font-weight: 400;font-size: 16px;text-decoration: none;-webkit-transition: background .2s ease-in;transition: background .2s ease-in;border-left: 1px solid rgba(255,255,255,0.1)}.nav-tabs > li > a :first-child,dl.tabs > dt a :first-child{border-left: none}.nav-tabs > li > a:hover,dl.tabs > dt a:hover,.nav-tabs > li > a:focus,dl.tabs > dt a:focus{outline: 0;background: #364e72}.nav-tabs > li > a img,dl.tabs > dt a img{margin-right: 10px}.nav-tabs > li + li > a,dl.tabs > dt + dt a{margin-left: -1px}.nav-tabs > li.active > a,dl.tabs > dt.open a{cursor: default;background: #364e72}dl.tabs > dt a{display: block}dl.tabs > dt h3{font-size: 1em;margin: 0}dd.tabs,.tab-content{margin: 0;padding: 50px 40px;background: #fff}dd.tabs:before,.tab-content:before,dd.tabs:after,.tab-content:after{display: table;content: "";line-height: 0}dd.tabs:after,.tab-content:after{clear: both}.nav-pills > li > a{padding-top: 8px;padding-bottom: 8px;margin-top: 2px;margin-bottom: 2px;border-radius: 5px}.nav-pills > .active > a,.nav-pills > .active > a:hover,.nav-pills > .active > a:focus{color: #fff;background-color: #444}.nav-stacked > li{float: none}.nav-stacked > li + li{margin: 2px 0 0}.nav-tabs.nav-stacked > li > a{border-radius: 0;margin: 0;color: #364e72;background: #ededed}.nav-tabs.nav-stacked > li > a:hover,.nav-tabs.nav-stacked > li > a:focus{background: #364e72;color: #fff}.nav-tabs.nav-stacked > li.active > a{color: #fff;background: #364e72}.nav-tabs.nav-stacked > li:first-child > a{border-top-right-radius: 0;border-top-left-radius: 0}.nav-tabs.nav-stacked > li:last-child > a{border-bottom-right-radius: 0;border-bottom-left-radius: 0}.nav-tabs.nav-stacked > li > a:hover,.nav-tabs.nav-stacked > li > a:focus{z-index: 2}.nav-pills.nav-stacked > li > a{margin-bottom: 3px}.nav-pills.nav-stacked > li:last-child > a{margin-bottom: 1px}.nav-tabs .dropdown-menu{border-radius: 0 0 6px 6px}.nav-pills .dropdown-menu{border-radius: 6px}.nav .dropdown-toggle .caret{border-top-color: #444;border-bottom-color: #444;margin-top: 6px}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color: #474747;border-bottom-color: #474747}.nav-tabs .dropdown-toggle .caret{margin-top: 8px}.nav .active .dropdown-toggle .caret{border-top-color: #fff;border-bottom-color: #fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color: #555;border-bottom-color: #555}.nav > .dropdown.active > a:hover,.nav > .dropdown.active > a:focus{cursor: pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav > li.dropdown.open.active > a:hover,.nav > li.dropdown.open.active > a:focus{color: #fff;background-color: #999;border-color: #999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color: #fff;border-bottom-color: #fff;opacity: 1}.tabs-stacked .open > a:hover,.tabs-stacked .open > a:focus{border-color: #999}.tabbable:before,.tabbable:after{display: table;content: "";line-height: 0}.tabbable:after{clear: both}.tab-content > .tab-pane,.pill-content > .pill-pane{display: none}.tab-content > .active,.pill-content > .active{display: block}.tabs-below > .nav-tabs > li{margin-top: -10px}.tabs-left > .nav-tabs > li,.tabs-right > .nav-tabs > li{float: none;border-top: 1px solid rgba(255,255,255,0.1);border-left: none}.tabs-left > .nav-tabs > li:first-child,.tabs-right > .nav-tabs > li:first-child{border-top: none}.tabs-left > .nav-tabs{float: left;margin: 0 20px 0 0;padding: 0}.tabs-left > .nav-tabs > li > a{margin: 0}.tabs-right > .nav-tabs{float: right;margin: 0 0 0 20px;padding: 0}.tabs-right > .nav-tabs > li > a{margin: 0}.nav > .disabled > a{color: #999}.nav > .disabled > a:hover,.nav > .disabled > a:focus{text-decoration: none;background-color: transparent;cursor: default}.navbar{overflow: visible;margin-bottom: 20px}.navbar-inner{min-height: 40px;padding-left: 20px;padding-right: 20px;background-color: #fafafa;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);background-image: linear-gradient(to bottom, #fff, #f2f2f2);background-repeat: repeat-x;border: 1px solid #d4d4d4;border-radius: 0;box-shadow: 0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display: table;content: "";line-height: 0}.navbar-inner:after{clear: both}.navbar .container{width: auto}.nav-collapse.collapse{height: auto;overflow: visible}.navbar .brand{float: left;display: block;padding: 12.5px 20px 12.5px;margin-left: -20px;font-size: 20px;line-height: 20px;font-weight: 200;color: #777;text-shadow: 0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration: none}.navbar-text{margin-bottom: 0;line-height: 40px;color: #777}.navbar-link{color: #777}.navbar-link:hover,.navbar-link:focus{color: #333}.navbar .divider-vertical{height: 40px;margin: 0 9px;border-left: 1px solid #f2f2f2;border-right: 1px solid #fff}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top: 0}.navbar-form{margin-bottom: 0}.navbar-form:before,.navbar-form:after{display: table;content: "";line-height: 0}.navbar-form:after{clear: both}.navbar-form input,.navbar-form select,.navbar-form .btn{display: inline-block;margin-bottom: 0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top: 3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top: 5px;white-space: nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top: 0}.navbar-search{position: relative;float: left;margin-bottom: 0}.navbar-search .search-query{margin-bottom: 0}.navbar-static-top{position: static;margin-bottom: 0}.navbar-static-top .navbar-inner{border-radius: 0}.navbar-fixed-top,.navbar-fixed-bottom{position: fixed;right: 0;left: 0;z-index: 1030;margin-bottom: 0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width: 0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width: 1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left: 0;padding-right: 0;border-radius: 0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 940px}.navbar-fixed-top{top: 0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{box-shadow: 0 1px 10px rgba(0,0,0,.1)}.navbar-fixed-bottom{bottom: 0}.navbar-fixed-bottom .navbar-inner{box-shadow: 0 -1px 10px rgba(0,0,0,.1)}.navbar .nav{position: relative;left: 0;display: block;float: left;margin: 0 10px 0 0}.navbar .nav.pull-right{float: right;margin-right: 0}.navbar .nav > li{float: left}.navbar .nav > li > a{float: none;padding: 10px 15px 10px;color: #777;text-decoration: none;text-shadow: 0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top: 8px}.navbar .nav > li > a:focus,.navbar .nav > li > a:hover{background-color: transparent;color: #333;text-decoration: none}.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus{color: #555;text-decoration: none;background-color: #e5e5e5;box-shadow: inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display: none;float: right;padding: 7px 10px;margin-left: 5px;margin-right: 5px;color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #ededed;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color: #fff;background-color: #e5e5e5}.navbar .btn-navbar .icon-bar{display: block;width: 18px;height: 2px;background-color: #f5f5f5;border-radius: 1px;box-shadow: 0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar + .icon-bar{margin-top: 3px}.navbar .nav > li > .dropdown-menu:before{content: '';display: inline-block;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #ccc;border-bottom-color: #e7e7e7;position: absolute;top: -7px;left: 9px}.navbar .nav > li > .dropdown-menu:after{content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #fff;position: absolute;top: -6px;left: 10px}.navbar-fixed-bottom .nav > li > .dropdown-menu:before{border-top: 7px solid #ccc;border-top-color: #e7e7e7;border-bottom: 0;bottom: -7px;top: auto}.navbar-fixed-bottom .nav > li > .dropdown-menu:after{border-top: 6px solid #fff;border-bottom: 0;bottom: -6px;top: auto}.navbar .nav li.dropdown > a:hover .caret,.navbar .nav li.dropdown > a:focus .caret{border-top-color: #333;border-bottom-color: #333}.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle{background-color: #e5e5e5;color: #555}.navbar .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #777;border-bottom-color: #777}.navbar .nav li.dropdown.open > .dropdown-toggle .caret,.navbar .nav li.dropdown.active > .dropdown-toggle .caret,.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color: #555;border-bottom-color: #555}.navbar .pull-right > li > .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right{left: auto;right: 0}.navbar .pull-right > li > .dropdown-menu:before,.navbar .nav > li > .dropdown-menu.pull-right:before{left: auto;right: 12px}.navbar .pull-right > li > .dropdown-menu:after,.navbar .nav > li > .dropdown-menu.pull-right:after{left: auto;right: 13px}.navbar .pull-right > li > .dropdown-menu .dropdown-menu,.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu{left: auto;right: 100%;margin-left: 0;margin-right: -1px;border-radius: 6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color: #1b1b1b;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));background-image: -webkit-linear-gradient(top, #222, #111);background-image: linear-gradient(to bottom, #222, #111);background-repeat: repeat-x;border-color: #252525}.navbar-inverse .brand,.navbar-inverse .nav > li > a{color: #999;text-shadow: 0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav > li > a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav > li > a:focus{color: #fff}.navbar-inverse .brand{color: #999}.navbar-inverse .navbar-text{color: #999}.navbar-inverse .nav > li > a:focus,.navbar-inverse .nav > li > a:hover{background-color: transparent;color: #fff}.navbar-inverse .nav .active > a,.navbar-inverse .nav .active > a:hover,.navbar-inverse .nav .active > a:focus{color: #fff;background-color: #111}.navbar-inverse .navbar-link{color: #999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color: #fff}.navbar-inverse .divider-vertical{border-left-color: #111;border-right-color: #222}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle{background-color: #111;color: #fff}.navbar-inverse .nav li.dropdown > a:hover .caret,.navbar-inverse .nav li.dropdown > a:focus .caret{border-top-color: #fff;border-bottom-color: #fff}.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{border-top-color: #999;border-bottom-color: #999}.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret{border-top-color: #fff;border-bottom-color: #fff}.navbar-inverse .navbar-search .search-query{color: #fff;background-color: #515151;border-color: #111;box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition: none;transition: none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color: #ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding: 5px 15px;color: #333;text-shadow: 0 1px 0 #fff;background-color: #fff;border: 0;box-shadow: 0 0 3px rgba(0,0,0,0.15);outline: 0}.navbar-inverse .btn-navbar{color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #0e0e0e;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));background-image: -webkit-linear-gradient(top, #151515, #040404);background-image: linear-gradient(to bottom, #151515, #040404);background-repeat: repeat-x;border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color: #fff;background-color: #040404}.breadcrumb{margin: 0 0 30px;padding-bottom: 5px;border-bottom: 1px solid #e3e3e3;list-style: none}.breadcrumb > li{display: inline-block}.breadcrumb > li > .divider{padding: 0 5px}.pagination{padding: 30px 0 0;margin: -5px 0 0;text-align: center;clear: both;display: inline-block;vertical-align: top;width: 100%}.pagination ul{display: inline-block;border-radius: 0}.pagination ul > li{display: inline-block;background: none;padding: 0;margin: 5px 0 0 5px;vertical-align: top}.pagination ul > li:first-child{margin: 5px 0 0}.pagination ul li a,.pagination ul li span{float: left;line-height: 20px;display: inline-block;padding: 12px 20px;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none;margin: 0;font-family: 'Source Sans Pro', sans-serif;font-size: 15px;font-weight: 400;color: #444;background: #f1f1f1;border-radius: 2px}.pagination ul li a:hover,.pagination ul li span:hover{color: #fff;background: #364e72}.pagination ul li.active a,.pagination ul li span.pagenav{color: #fff;background: #364e72}.pagination ul > li.pagination-start > span.pagenav,.pagination ul > li.pagination-prev > span.pagenav,.pagination ul > li.pagination-next > span.pagenav,.pagination ul > li.pagination-end > span.pagenav{color: #ccc;background: none}.pagination ul > li.pagination-start > span.pagenav:hover,.pagination ul > li.pagination-prev > span.pagenav:hover,.pagination ul > li.pagination-next > span.pagenav:hover,.pagination ul > li.pagination-end > span.pagenav:hover{color: #ccc;background: none}.pagination ul li.pagination-start a.pagenav,.pagination ul li.pagination-prev a.pagenav,.pagination ul li.pagination-next a.pagenav,.pagination ul li.pagination-end a.pagenav{color: #444;background: none}.pagination ul li.pagination-start a.pagenav:hover,.pagination ul li.pagination-prev a.pagenav:hover,.pagination ul li.pagination-next a.pagenav:hover,.pagination ul li.pagination-end a.pagenav:hover,.pagination ul li.pagination-start a.pagenav:focus,.pagination ul li.pagination-prev a.pagenav:focus,.pagination ul li.pagination-next a.pagenav:focus,.pagination ul li.pagination-end a.pagenav:focus{color: #364e72 !important;background: none}.pagination ul li.pagination-prev{margin-right: 15px}.pagination ul li.pagination-next{margin-left: 20px}p.counter{display: none}.pagination ul > li > a:hover,.pagination ul > li > a:focus,.pagination ul > .active > a,.pagination ul > .active > span{color: #fff !important}.pagination ul > .active > a,.pagination ul > .active > span{color: #fff;cursor: default}.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,.pagination ul > .disabled > a:focus{cursor: default}.pagination ul > li:first-child > a,.pagination ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination ul > li:last-child > a,.pagination ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-centered{text-align: center}.pagination-right{text-align: right}.pagination-large ul > li > a,.pagination-large ul > li > span{padding: 19px 60px;font-size: 17.5px}.pagination-large ul > li:first-child > a,.pagination-large ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination-large ul > li:last-child > a,.pagination-large ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-mini ul > li:first-child > a,.pagination-small ul > li:first-child > a,.pagination-mini ul > li:first-child > span,.pagination-small ul > li:first-child > span{border-top-left-radius: 0;border-bottom-left-radius: 0}.pagination-mini ul > li:last-child > a,.pagination-small ul > li:last-child > a,.pagination-mini ul > li:last-child > span,.pagination-small ul > li:last-child > span{border-top-right-radius: 0;border-bottom-right-radius: 0}.pagination-small ul > li > a,.pagination-small ul > li > span{padding: 8px 10px;font-size: 11.9px}.pagination-mini ul > li > a,.pagination-mini ul > li > span{padding: 8px 6px;font-size: 10.5px}.pager{margin: 30px 0;list-style: none;text-align: center;border-radius: 0}.pager:before,.pager:after{display: table;content: "";line-height: 0}.pager:after{clear: both}.pager li{display: inline;background-image: none;padding: 0}.pager li > a,.pager li > span{display: inline-block;padding: 15px 20px;line-height: 20px;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none;margin: 0;font-size: 16px;font-weight: 400;color: #444;background: #f1f1f1;border-radius: 4px}.pager li > a:hover,.pager li > a:focus{color: #fff;background: #364e72}.pager .next > a,.pager .next > span{float: right}.pager .previous > a,.pager .previous > span{float: left}.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span{color: #ccc}.modal-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000}.modal-backdrop.fade{opacity: 0}.modal-backdrop,.modal-backdrop.fade.in{opacity: .8}div.modal{position: fixed;top: 10%;left: 50%;z-index: 1050;width: 560px;margin-left: -280px;background-color: #fff;border: 1px solid rgba(0,0,0,0.3);border-radius: 6px;box-shadow: 0 3px 7px rgba(0,0,0,0.3);background-clip: padding-box;outline: none}div.modal.fade{-webkit-transition: opacity .3s linear, top .3s ease-out;transition: opacity .3s linear, top .3s ease-out;top: -25%}div.modal.fade.in{top: 10%}.modal-header{padding: 9px 15px;border-bottom: 1px solid #eee}.modal-header .close{margin-top: 2px}.modal-header h3{margin: 0;line-height: 30px}.modal-body{position: relative;overflow-y: auto;max-height: 400px;padding: 15px}.modal-body iframe{border: 0 none !important;max-height: none;width: 100%}.modal-form{margin-bottom: 0}.modal-footer{padding: 14px 15px 15px;margin-bottom: 0;text-align: right;background-color: #f5f5f5;border-top: 1px solid #ddd;border-radius: 0 0 6px 6px;box-shadow: inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display: table;content: "";line-height: 0}.modal-footer:after{clear: both}.modal-footer .btn + .btn{margin-left: 5px;margin-bottom: 0}.modal-footer .btn-group .btn + .btn{margin-left: -1px}.modal-footer .btn-block + .btn-block{margin-left: 0}.tooltip{position: absolute;z-index: 1030;display: block;visibility: visible;font-size: 11px;line-height: 1.4;opacity: 0}.tooltip.in{opacity: .8}.tooltip.top{margin-top: -3px;padding: 5px 0}.tooltip.right{margin-left: 3px;padding: 0 5px}.tooltip.bottom{margin-top: 3px;padding: 5px 0}.tooltip.left{margin-left: -3px;padding: 0 5px}.tooltip-inner{max-width: 200px;padding: 8px;color: #444;text-align: center;text-decoration: none;background-color: #ebebeb;border-radius: 0}.tooltip-arrow{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid}.tooltip.top .tooltip-arrow{bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #ebebeb}.tooltip.right .tooltip-arrow{top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #ebebeb}.tooltip.left .tooltip-arrow{top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #ebebeb}.tooltip.bottom .tooltip-arrow{top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #ebebeb}.popover{position: absolute;top: 0;left: 0;z-index: 1010;display: none;max-width: 276px;padding: 1px;text-align: left;background-color: #ebebeb;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;border: 1px solid rgba(0,0,0,0.2);border-radius: 6px;box-shadow: 0 5px 10px rgba(0,0,0,0.2);white-space: normal}.popover.top{margin-top: -10px}.popover.right{margin-left: 10px}.popover.bottom{margin-top: 10px}.popover.left{margin-left: -10px}.popover-title{margin: 0;padding: 8px 14px;font-size: 14px;font-weight: normal;line-height: 18px;background-color: #e3e3e3;border-bottom: 1px solid #d7d7d7;border-radius: 5px 5px 0 0}.popover-title:empty{display: none}.popover-content{padding: 9px 14px}.popover .arrow,.popover .arrow:after{position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid}.popover .arrow{border-width: 11px}.popover .arrow:after{border-width: 10px;content: ""}.popover.top .arrow{left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: rgba(0,0,0,0.25);bottom: -11px}.popover.top .arrow:after{bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: #444}.popover.right .arrow{top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: rgba(0,0,0,0.25)}.popover.right .arrow:after{left: 1px;bottom: -10px;border-left-width: 0;border-right-color: #444}.popover.bottom .arrow{left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: rgba(0,0,0,0.25);top: -11px}.popover.bottom .arrow:after{top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: #444}.popover.left .arrow{top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: rgba(0,0,0,0.25)}.popover.left .arrow:after{right: 1px;border-right-width: 0;border-left-color: #444;bottom: -10px}.thumbnails{margin-left: -20px;list-style: none}.thumbnails:before,.thumbnails:after{display: table;content: "";line-height: 0}.thumbnails:after{clear: both}.row-fluid .thumbnails{margin-left: 0}.thumbnails > li{float: left;margin-bottom: 20px;margin-left: 20px}.thumbnail{display: block;padding: 4px;line-height: 20px;border: 1px solid #ddd;border-radius: 0;box-shadow: 0 1px 3px rgba(0,0,0,0.055);-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color: #444;box-shadow: 0 1px 4px rgba(0,105,214,0.25)}.thumbnail > img{display: block;max-width: 100%;margin-left: auto;margin-right: auto}.thumbnail .caption{padding: 9px;color: #555}.media,.media-body{overflow: hidden;zoom: 1}.media,.media .media{margin-top: 15px}.media:first-child{margin-top: 0}.media-object{display: block}.media-heading{margin: 0 0 5px}.media > .pull-left{margin-right: 10px}.media > .pull-right{margin-left: 10px}.media-list{margin-left: 0;list-style: none}.label,.badge{display: inline-block;padding: 2px 4px;font-size: 11.844px;font-weight: bold;line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #999}.label{border-radius: 3px}.badge{padding-left: 9px;padding-right: 9px;border-radius: 9px}.label:empty,.badge:empty{display: none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color: #fff;text-decoration: none;cursor: pointer}.label-important,.badge-important{background-color: #b94a48}.label-important[href],.badge-important[href]{background-color: #953b39}.label-warning,.badge-warning{background-color: #f89406}.label-warning[href],.badge-warning[href]{background-color: #c67605}.label-success,.badge-success{background-color: #468847}.label-success[href],.badge-success[href]{background-color: #356635}.label-info,.badge-info{background-color: #3a87ad}.label-info[href],.badge-info[href]{background-color: #2d6987}.label-inverse,.badge-inverse{background-color: #333}.label-inverse[href],.badge-inverse[href]{background-color: #1a1a1a}.btn .label,.btn .badge{position: relative;top: -1px}.btn-mini .label,.btn-mini .badge{top: 0}@-webkit-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-moz-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-ms-keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}@-o-keyframes progress-bar-stripes{from{background-position: 0 0}to{background-position: 40px 0}}@keyframes progress-bar-stripes{from{background-position: 40px 0}to{background-position: 0 0}}.progress{overflow: hidden;height: 20px;margin-bottom: 20px;background-color: #f7f7f7;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat: repeat-x;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);border-radius: 0}.progress .bar{width: 0%;height: 100%;color: #fff;float: left;font-size: 12px;text-align: center;text-shadow: 0 -1px 0 rgba(0,0,0,0.25);background-color: #0e90d2;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image: -webkit-linear-gradient(top, #149bdf, #0480be);background-image: linear-gradient(to bottom, #149bdf, #0480be);background-repeat: repeat-x;box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-sizing: border-box;-webkit-transition: width .6s ease;transition: width .6s ease}.progress .bar + .bar{box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)}.progress-striped .bar{background-color: #149bdf;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size: 40px 40px}.progress.active .bar{-webkit-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color: #dd514c;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat: repeat-x}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color: #ee5f5b;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-success .bar,.progress .bar-success{background-color: #5eb95e;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image: -webkit-linear-gradient(top, #62c462, #57a957);background-image: linear-gradient(to bottom, #62c462, #57a957);background-repeat: repeat-x}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color: #62c462;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-info .bar,.progress .bar-info{background-color: #4bb1cf;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);background-image: linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat: repeat-x}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color: #5bc0de;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-warning .bar,.progress .bar-warning{background-color: #faa732;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image: -webkit-linear-gradient(top, #fbb450, #f89406);background-image: linear-gradient(to bottom, #fbb450, #f89406);background-repeat: repeat-x}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color: #fbb450;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.accordion,.pane-sliders{margin-top: 1px;margin-bottom: 20px}.accordion-heading,.pane-sliders h3.title{font-size: 16px;margin: 0}.accordion-heading .accordion-toggle,.pane-sliders h3.title a{display: block;cursor: pointer;color: #444;font-size: 16px;font-weight: 600;box-sizing: border-box;margin: 0;background: none !important;line-height: 20px;padding: 21px 25px 21px 0;position: relative;text-decoration: none;border-radius: 0}.accordion-heading .accordion-toggle:after,.pane-sliders h3.title a:after,.accordion-heading .accordion-toggle:focus:after,.pane-sliders h3.title a:focus:after,.accordion-heading .accordion-toggle.collapsed:focus:after,.pane-sliders h3.title a.collapsed:focus:after{content: '';position: absolute;left: auto;right: 0;width: 17px;height: 25px;background-repeat: no-repeat;background-position: center center;background-image: url(/templates/jm-university/images/scheme1/up_arrow.png)}.accordion-heading .accordion-toggle:focus,.pane-sliders h3.title a:focus,.accordion-heading .accordion-toggle:hover,.pane-sliders h3.title a:hover{color: #364e72}.accordion-heading .accordion-toggle.collapsed:after,.pane-sliders h3.title a.collapsed:after{background-image: url(/templates/jm-university/images/scheme1/down_arrow.png)}.accordion-heading .accordion-toggle:focus,.pane-sliders h3.title a:focus{outline: 0}.pane-sliders h3.title.pane-toggler-down a:after{background-image: url(/templates/jm-university/images/scheme1/up_arrow.png)}.accordion .accordion-group,.pane-sliders .panel{border-top: 1px solid rgba(0,0,0,0.09)}.accordion .accordion-group:last-child,.pane-sliders .panel:last-child{border-bottom: 1px solid rgba(0,0,0,0.09)}.accordion .accordion-group + .accordion-group,.pane-sliders .panel + .panel{margin-top: -1px}.accordion-toggle,.pane-sliders h3.title{cursor: pointer}.accordion-inner{padding: 0 0 25px;border: none}.pane-sliders h3.title.pane-toggler-down + .content{padding: 0 0 25px !important}.carousel{position: relative;margin-bottom: 20px;line-height: 1}.carousel-inner{overflow: hidden;width: 100%;position: relative}.carousel-inner > .item{display: none;position: relative;-webkit-transition: .6s ease-in-out left;transition: .6s ease-in-out left}.carousel-inner > .item > img,.carousel-inner > .item > a > img{display: block;line-height: 1}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display: block}.carousel-inner > .active{left: 0}.carousel-inner > .next,.carousel-inner > .prev{position: absolute;top: 0;width: 100%}.carousel-inner > .next{left: 100%}.carousel-inner > .prev{left: -100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left: 0}.carousel-inner > .active.left{left: -100%}.carousel-inner > .active.right{left: 100%}.carousel-control{position: absolute;top: 40%;left: 15px;width: 40px;height: 40px;margin-top: -20px;font-size: 60px;font-weight: 100;line-height: 30px;color: #fff;text-align: center;background: #222;border: 3px solid #fff;border-radius: 23px;opacity: .5}.carousel-control.right{left: auto;right: 15px}.carousel-control:hover,.carousel-control:focus{color: #fff;text-decoration: none;opacity: .9}.carousel-indicators{position: absolute;top: 15px;right: 15px;z-index: 5;margin: 0;list-style: none}.carousel-indicators li{display: block;float: left;width: 10px;height: 10px;margin-left: 5px;text-indent: -999px;background-color: rgba(255,255,255,0.25);border-radius: 5px}.carousel-indicators .active{background-color: #fff}.carousel-caption{position: absolute;left: 0;right: 0;bottom: 0;padding: 15px;background: rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{color: #fff;line-height: 20px}.carousel-caption h4{margin: 0 0 5px}.carousel-caption p{margin-bottom: 0}.hero-unit{padding: 60px;margin-bottom: 30px;font-size: 18px;font-weight: 200;line-height: 30px;color: inherit;background-color: #eee;border-radius: 6px}.hero-unit h1{margin-bottom: 0;font-size: 60px;line-height: 1;color: inherit;letter-spacing: -1px}.hero-unit li{line-height: 30px}.pull-right{float: right}.pull-left{float: left}body .pull-left{float: left}body .pull-right{float: right}.hide{display: none}.show{display: block}.invisible{visibility: hidden}.affix{position: fixed}
.clearfix:before,.clearfix:after{display: table;content: "";line-height: 0}.clearfix:after{clear: both}.hide-text{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.input-block-level{display: block;width: 100%;min-height: 60px;box-sizing: border-box}@-ms-viewport{width: device-width}.hidden{display: none;visibility: hidden}.visible-phone{display: none !important}.visible-tablet{display: none !important}.hidden-desktop{display: none !important}.visible-desktop{display: inherit !important}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display: inherit !important}.visible-desktop{display: none !important}.visible-tablet{display: inherit !important}.hidden-tablet{display: none !important}}@media (max-width: 767px){.hidden-desktop{display: inherit !important}.visible-desktop{display: none !important}.visible-phone{display: inherit !important}.hidden-phone{display: none !important}}.visible-print{display: none !important}@media print{.visible-print{display: inherit !important}.hidden-print{display: none !important}}@media (min-width: 1200px){.hidden-wide{display: none !important}}@media (min-width: 980px) and (max-width: 1199px){.hidden-normal{display: none !important}}@media (min-width: 768px) and (max-width: 979px){.hidden-xtablet{display: none !important}}@media (min-width: 481px) and (max-width: 767px){.hidden-tablet{display: none !important}}@media (max-width: 480px){.hidden-mobile{display: none !important}}.first-span{clear: both}.row-fluid > .first-span{margin-left: 0 !important}@media (min-width: 1200px){.row{margin-left: -30px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 1170px}.span12{width: 1170px}.span11{width: 1070px}.span10{width: 970px}.span9{width: 870px}.span8{width: 770px}.span7{width: 670px}.span6{width: 570px}.span5{width: 470px}.span4{width: 370px}.span3{width: 270px}.span2{width: 170px}.span1{width: 70px}.offset12{margin-left: 1230px}.offset11{margin-left: 1130px}.offset10{margin-left: 1030px}.offset9{margin-left: 930px}.offset8{margin-left: 830px}.offset7{margin-left: 730px}.offset6{margin-left: 630px}.offset5{margin-left: 530px}.offset4{margin-left: 430px}.offset3{margin-left: 330px}.offset2{margin-left: 230px}.offset1{margin-left: 130px}.offset-12{margin-left: -1170px}.offset-11{margin-left: -1070px}.offset-10{margin-left: -970px}.offset-9{margin-left: -870px}.offset-8{margin-left: -770px}.offset-7{margin-left: -670px}.offset-6{margin-left: -570px}.offset-5{margin-left: -470px}.offset-4{margin-left: -370px}.offset-3{margin-left: -270px}.offset-2{margin-left: -170px}.offset-1{margin-left: -70px}.row-fluid{margin: 0 -15px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 15px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.56410256%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.45299145%}.row-fluid .controls .span10{width: 82.90598291000001%}.row-fluid .controls .span9{width: 74.35897436%}.row-fluid .controls .span8{width: 65.81196581%}.row-fluid .controls .span7{width: 57.26495726%}.row-fluid .controls .span6{width: 48.71794872%}.row-fluid .controls .span5{width: 40.17094017%}.row-fluid .controls .span4{width: 31.62393162%}.row-fluid .controls .span3{width: 23.07692308%}.row-fluid .controls .span2{width: 14.52991453%}.row-fluid .controls .span1{width: 5.98290598%}.row-fluid .controls .offset12{margin-left: 105.12820513%}.row-fluid .controls .offset12:first-child{margin-left: 102.56410256%}.row-fluid .controls .offset11{margin-left: 96.58119658%}.row-fluid .controls .offset11:first-child{margin-left: 94.01709402%}.row-fluid .controls .offset10{margin-left: 88.03418803%}.row-fluid .controls .offset10:first-child{margin-left: 85.47008547%}.row-fluid .controls .offset9{margin-left: 79.48717949%}.row-fluid .controls .offset9:first-child{margin-left: 76.92307692%}.row-fluid .controls .offset8{margin-left: 70.94017094%}.row-fluid .controls .offset8:first-child{margin-left: 68.37606838000001%}.row-fluid .controls .offset7{margin-left: 62.39316239%}.row-fluid .controls .offset7:first-child{margin-left: 59.82905983%}.row-fluid .controls .offset6{margin-left: 53.84615385%}.row-fluid .controls .offset6:first-child{margin-left: 51.28205128%}.row-fluid .controls .offset5{margin-left: 45.2991453%}.row-fluid .controls .offset5:first-child{margin-left: 42.73504274%}.row-fluid .controls .offset4{margin-left: 36.75213675%}.row-fluid .controls .offset4:first-child{margin-left: 34.18803419%}.row-fluid .controls .offset3{margin-left: 28.20512821%}.row-fluid .controls .offset3:first-child{margin-left: 25.64102564%}.row-fluid .controls .offset2{margin-left: 19.65811966%}.row-fluid .controls .offset2:first-child{margin-left: 17.09401709%}.row-fluid .controls .offset1{margin-left: 11.11111111%}.row-fluid .controls .offset1:first-child{margin-left: 8.547008549999999%}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 30px}input.span12,textarea.span12,.uneditable-input.span12{width: 1156px}input.span11,textarea.span11,.uneditable-input.span11{width: 1056px}input.span10,textarea.span10,.uneditable-input.span10{width: 956px}input.span9,textarea.span9,.uneditable-input.span9{width: 856px}input.span8,textarea.span8,.uneditable-input.span8{width: 756px}input.span7,textarea.span7,.uneditable-input.span7{width: 656px}input.span6,textarea.span6,.uneditable-input.span6{width: 556px}input.span5,textarea.span5,.uneditable-input.span5{width: 456px}input.span4,textarea.span4,.uneditable-input.span4{width: 356px}input.span3,textarea.span3,.uneditable-input.span3{width: 256px}input.span2,textarea.span2,.uneditable-input.span2{width: 156px}input.span1,textarea.span1,.uneditable-input.span1{width: 56px}.thumbnails{margin-left: -30px}.thumbnails > li{margin-left: 30px}.row-fluid .thumbnails{margin-left: 0}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left: -20px}.row:before,.row:after{display: table;content: "";line-height: 0}.row:after{clear: both}[class*="span"]{float: left;min-height: 1px;margin-left: 20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width: 724px}.span12{width: 724px}.span11{width: 662px}.span10{width: 600px}.span9{width: 538px}.span8{width: 476px}.span7{width: 414px}.span6{width: 352px}.span5{width: 290px}.span4{width: 228px}.span3{width: 166px}.span2{width: 104px}.span1{width: 42px}.offset12{margin-left: 764px}.offset11{margin-left: 702px}.offset10{margin-left: 640px}.offset9{margin-left: 578px}.offset8{margin-left: 516px}.offset7{margin-left: 454px}.offset6{margin-left: 392px}.offset5{margin-left: 330px}.offset4{margin-left: 268px}.offset3{margin-left: 206px}.offset2{margin-left: 144px}.offset1{margin-left: 82px}.offset-12{margin-left: -724px}.offset-11{margin-left: -662px}.offset-10{margin-left: -600px}.offset-9{margin-left: -538px}.offset-8{margin-left: -476px}.offset-7{margin-left: -414px}.offset-6{margin-left: -352px}.offset-5{margin-left: -290px}.offset-4{margin-left: -228px}.offset-3{margin-left: -166px}.offset-2{margin-left: -104px}.offset-1{margin-left: -42px}.row-fluid{margin: 0 -15px;width: auto !important}.row-fluid:before,.row-fluid:after{display: table;content: "";line-height: 0}.row-fluid:after{clear: both}.row-fluid [class*="span"]{display: block;width: 100%;box-sizing: border-box;float: left;margin-left: 0;padding: 0 15px}.row-fluid .span12{width: 100%}.row-fluid .span11{width: 91.66666667%}.row-fluid .span10{width: 83.33333333%}.row-fluid .span9{width: 75%}.row-fluid .span8{width: 66.66666667%}.row-fluid .span7{width: 58.33333333%}.row-fluid .span6{width: 50%}.row-fluid .span5{width: 41.66666667%}.row-fluid .span4{width: 33.33333333%}.row-fluid .span3{width: 25%}.row-fluid .span2{width: 16.66666667%}.row-fluid .span1{width: 8.33333333%}.row-fluid .offset12{margin-left: 100%}.row-fluid .offset11{margin-left: 91.66666667%}.row-fluid .offset10{margin-left: 83.33333333%}.row-fluid .offset9{margin-left: 75%}.row-fluid .offset8{margin-left: 66.66666667%}.row-fluid .offset7{margin-left: 58.33333333%}.row-fluid .offset6{margin-left: 50%}.row-fluid .offset5{margin-left: 41.66666667%}.row-fluid .offset4{margin-left: 33.33333333%}.row-fluid .offset3{margin-left: 25%}.row-fluid .offset2{margin-left: 16.66666667%}.row-fluid .offset1{margin-left: 8.33333333%}.row-fluid .offset-12{margin-left: -100%}.row-fluid .offset-11{margin-left: -91.66666667%}.row-fluid .offset-10{margin-left: -83.33333333%}.row-fluid .offset-9{margin-left: -75%}.row-fluid .offset-8{margin-left: -66.66666667%}.row-fluid .offset-7{margin-left: -58.33333333%}.row-fluid .offset-6{margin-left: -50%}.row-fluid .offset-5{margin-left: -41.66666667%}.row-fluid .offset-4{margin-left: -33.33333333%}.row-fluid .offset-3{margin-left: -25%}.row-fluid .offset-2{margin-left: -16.66666667%}.row-fluid .offset-1{margin-left: -8.33333333%}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left: 2.76243094%}.row-fluid .controls .span12{width: 100%}.row-fluid .controls .span11{width: 91.43646409%}.row-fluid .controls .span10{width: 82.87292818%}.row-fluid .controls .span9{width: 74.30939227%}.row-fluid .controls .span8{width: 65.74585635%}.row-fluid .controls .span7{width: 57.18232044%}.row-fluid .controls .span6{width: 48.61878453%}.row-fluid .controls .span5{width: 40.05524862%}.row-fluid .controls .span4{width: 31.49171271%}.row-fluid .controls .span3{width: 22.9281768%}.row-fluid .controls .span2{width: 14.36464088%}.row-fluid .controls .span1{width: 5.80110497%}.row-fluid .controls .offset12{margin-left: 105.52486188%}.row-fluid .controls .offset12:first-child{margin-left: 102.76243094%}.row-fluid .controls .offset11{margin-left: 96.96132597%}.row-fluid .controls .offset11:first-child{margin-left: 94.19889503%}.row-fluid .controls .offset10{margin-left: 88.39779006000001%}.row-fluid .controls .offset10:first-child{margin-left: 85.63535912%}.row-fluid .controls .offset9{margin-left: 79.83425414%}.row-fluid .controls .offset9:first-child{margin-left: 77.0718232%}.row-fluid .controls .offset8{margin-left: 71.27071823%}.row-fluid .controls .offset8:first-child{margin-left: 68.50828729%}.row-fluid .controls .offset7{margin-left: 62.70718232%}.row-fluid .controls .offset7:first-child{margin-left: 59.94475138%}.row-fluid .controls .offset6{margin-left: 54.14364641%}.row-fluid .controls .offset6:first-child{margin-left: 51.38121547%}.row-fluid .controls .offset5{margin-left: 45.5801105%}.row-fluid .controls .offset5:first-child{margin-left: 42.81767956%}.row-fluid .controls .offset4{margin-left: 37.01657459%}.row-fluid .controls .offset4:first-child{margin-left: 34.25414365%}.row-fluid .controls .offset3{margin-left: 28.45303867%}.row-fluid .controls .offset3:first-child{margin-left: 25.69060773%}.row-fluid .controls .offset2{margin-left: 19.88950276%}.row-fluid .controls .offset2:first-child{margin-left: 17.12707182%}.row-fluid .controls .offset1{margin-left: 11.32596685%}.row-fluid .controls .offset1:first-child{margin-left: 8.563535910000001%}input,textarea,.uneditable-input{margin-left: 0}.controls-row [class*="span"] + [class*="span"]{margin-left: 20px}input.span12,textarea.span12,.uneditable-input.span12{width: 710px}input.span11,textarea.span11,.uneditable-input.span11{width: 648px}input.span10,textarea.span10,.uneditable-input.span10{width: 586px}input.span9,textarea.span9,.uneditable-input.span9{width: 524px}input.span8,textarea.span8,.uneditable-input.span8{width: 462px}input.span7,textarea.span7,.uneditable-input.span7{width: 400px}input.span6,textarea.span6,.uneditable-input.span6{width: 338px}input.span5,textarea.span5,.uneditable-input.span5{width: 276px}input.span4,textarea.span4,.uneditable-input.span4{width: 214px}input.span3,textarea.span3,.uneditable-input.span3{width: 152px}input.span2,textarea.span2,.uneditable-input.span2{width: 90px}input.span1,textarea.span1,.uneditable-input.span1{width: 28px}}@media (max-width: 767px){.row-fluid{width: auto !important}}@media (max-width: 767px){.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left: -20px;margin-right: -20px}.dl-horizontal dt{float: none;clear: none;width: auto;text-align: left}.dl-horizontal dd{margin-left: 0}.container{width: auto}.row,.thumbnails{margin-left: 0}.thumbnails > li{float: none;margin-left: 0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float: none;display: block;width: 100%;margin-left: 0;box-sizing: border-box}.span12,.row-fluid .span12{width: 100%;box-sizing: border-box}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display: block;width: 100%;min-height: 60px;box-sizing: border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display: inline-block;width: auto}.controls-row [class*="span"] + [class*="span"]{margin-left: 0}div.modal{position: fixed;top: 20px;left: 20px;right: 20px;width: auto;margin: 0}div.modal.fade{top: -100px}div.modal.fade.in{top: 20px}}@media (max-width: 480px){.nav-collapse{-webkit-transform: translate3d(0, 0, 0)}.page-header h1 small{display: block;line-height: 20px}input[type="checkbox"],input[type="radio"]{border: 1px solid #ccc}.form-horizontal .control-label{float: none;width: auto;padding-top: 0;text-align: left}.form-horizontal .controls{margin-left: 0}.form-horizontal .control-list{padding-top: 0}.form-horizontal .form-actions{padding-left: 10px;padding-right: 10px}.media .pull-left,.media .pull-right{float: none;display: block;margin-bottom: 10px}.media-object{margin-right: 0;margin-left: 0}div.modal{top: 10px;left: 10px;right: 10px}.modal-header .close{padding: 10px;margin: -10px}.carousel-caption{position: static}}@media (max-width: 979px){body{padding-top: 0}.navbar-fixed-top,.navbar-fixed-bottom{position: static}.navbar-fixed-top{margin-bottom: 20px}.navbar-fixed-bottom{margin-top: 20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding: 5px}.navbar .container{width: auto;padding: 0}.navbar .brand{padding-left: 10px;padding-right: 10px;margin: 0 0 0 -5px}.nav-collapse{clear: both}.nav-collapse .nav{float: none;margin: 0 0 10px}.nav-collapse .nav > li{float: none}.nav-collapse .nav > li > a{margin-bottom: 2px}.nav-collapse .nav > .divider-vertical{display: none}.nav-collapse .nav .nav-header{color: #777;text-shadow: none}.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a{padding: 9px 15px;font-weight: bold;color: #777;border-radius: 3px}.nav-collapse .btn{padding: 4px 10px 4px;font-weight: normal;border-radius: 0}.nav-collapse .dropdown-menu li + li a{margin-bottom: 2px}.nav-collapse .nav > li > a:hover,.nav-collapse .nav > li > a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color: #f2f2f2}.navbar-inverse .nav-collapse .nav > li > a,.navbar-inverse .nav-collapse .dropdown-menu a{color: #999}.navbar-inverse .nav-collapse .nav > li > a:hover,.navbar-inverse .nav-collapse .nav > li > a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color: #111}.nav-collapse.in .btn-group{margin-top: 5px;padding: 0}.nav-collapse .dropdown-menu{position: static;top: auto;left: auto;float: none;display: none;max-width: none;margin: 0 15px;padding: 0;background-color: transparent;border: none;border-radius: 0;box-shadow: none}.nav-collapse .open > .dropdown-menu{display: block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display: none}.nav-collapse .dropdown-menu .divider{display: none}.nav-collapse .nav > li > .dropdown-menu:before,.nav-collapse .nav > li > .dropdown-menu:after{display: none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float: none;padding: 10px 15px;margin: 10px 0;border-top: 1px solid #f2f2f2;border-bottom: 1px solid #f2f2f2;box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color: #111;border-bottom-color: #111}.navbar .nav-collapse .nav.pull-right{float: none;margin-left: 0}.nav-collapse,.nav-collapse.collapse{overflow: hidden;height: 0}.navbar .btn-navbar{display: block}.navbar-static .navbar-inner{padding-left: 10px;padding-right: 10px}}@media (min-width: 980px){.nav-collapse.collapse{height: auto !important;overflow: visible !important}}
.cf:before,.cf:after{display: table;content: "";line-height: 0}.cf:after{clear: both}#jm-allpage{position: relative;background: #f2f2f2}.sticky-bar #jm-allpage{padding-top: 87px}.sticky-bar.top-bar #jm-allpage{padding-top: 117px}.wide-page .container-fluid{max-width: 95%}#jm-page-settings ul.nav.menu{margin: 0}#jm-page-settings ul.nav.menu ul{display: block;margin: 0;padding: 0}#jm-page-settings ul.nav.menu li{float: left;margin: 0 0 0 2px}#jm-page-settings ul.nav.menu li:first-child{margin: 0}#jm-page-settings ul.nav.menu li:before,#jm-page-settings ul.nav.menu li:after{display: none}#jm-page-settings ul.nav.menu li a{display: inline-block;vertical-align: baseline;line-height: 1;padding: 3px 7px;font-size: inherit;border: 1px solid #e3e3e3;color: #364e72;background: #fff;text-decoration: none;box-sizing: border-box}#jm-page-settings ul.nav.menu li a:hover,#jm-page-settings ul.nav.menu li a:focus{color: #fff;background: #364e72}#jm-page-settings ul.nav.menu li a:before,#jm-page-settings ul.nav.menu li a:after{display: none !important}#jm-page-settings ul.nav.menu li span.separator:before,#jm-page-settings ul.nav.menu li span.separator:after{display: none}#jm-page-settings ul.nav.menu > li{margin: 0 0 0 10px}#jm-page-settings ul.nav.menu > li:first-child{margin: 0}#jm-page-settings ul.nav.menu .contrast .jm-highcontrast{background: #000;color: #fff}#jm-page-settings ul.nav.menu .contrast .jm-highcontrast:hover,#jm-page-settings ul.nav.menu .contrast .jm-highcontrast:focus{background: #fff;color: #000}#jm-page-settings ul.nav.menu .contrast .jm-highcontrast2{background: #000;color: #ff0}#jm-page-settings ul.nav.menu .contrast .jm-highcontrast2:hover,#jm-page-settings ul.nav.menu .contrast .jm-highcontrast2:focus{background: #ff0;color: #000}#jm-page-settings ul.nav.menu .contrast .jm-highcontrast3{background: #ff0;color: #000}#jm-page-settings ul.nav.menu .contrast .jm-highcontrast3:hover,#jm-page-settings ul.nav.menu .contrast .jm-highcontrast3:focus{background: #000;color: #ff0}#jm-page-settings ul.nav.menu .jm-separator{margin-right: 2px}#jm-bar-wrapp{width: 100%;line-height: 1;position: relative}#jm-top-bar{padding: 5px 0;line-height: 20px;background-color: #f6f6f6}.sticky-bar #jm-bar-wrapp{position: fixed;top: 0;right: 0;left: auto;box-sizing: border-box;z-index: 998}#jm-logo-nav{background: #fff}#jm-logo-nav #jm-bar-left{padding-top: 14px;padding-bottom: 13px}#jm-logo-nav #jm-logo{vertical-align: top;text-transform: uppercase;line-height: 1;margin: 0;font-family: 'Source Sans Pro', sans-serif;font-size: 38px}#jm-logo-nav #jm-logo a{display: block}#jm-logo-nav #jm-logo a:hover{color: #364e72;text-decoration: none}#jm-logo-nav #jm-logo img{border: 0}#jm-logo-nav #jm-sitedesc{vertical-align: middle;font-family: 'Source Sans Pro', sans-serif;color: #666}#jm-header{background: #f6f6f6;color: #444;position: relative;z-index: 1;padding-top: 30px}#jm-header.headerimgActive:after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;background-repeat: no-repeat;pointer-events: none;opacity: 1}#jm-header.full-width .container-fluid{padding-left: 0;padding-right: 0}#jm-header.full-width .row-fluid{margin-left: 0;margin-right: 0}#jm-header.full-width .row-fluid [class*="span"]{padding-left: 0;padding-right: 0}#jm-top1{background: #f2f2f2;color: #444;padding: 60px 0 30px}#jm-top2{background: #fff;color: #444;padding: 60px 0 30px}#jm-top3{background: #222a36;color: #fff;padding: 60px 0 30px}#jm-font-switcher{text-align: right;margin: 0 0 15px}#jm-main{display: block;background: #f2f2f2;padding: 60px 0 30px;outline: 0}#jm-maincontent{display: block;margin-bottom: 30px}#jm-maincontent div[itemprop="articleBody"] a{text-decoration: underline}#jm-maincontent div[itemprop="articleBody"] a:hover,#jm-maincontent div[itemprop="articleBody"] a:focus{text-decoration: none}#jm-bottom1{background: #fff;color: #444;padding: 60px 0 30px}#jm-bottom2{padding-top: 30px;background: #f2f2f2;padding: 60px 0 30px}#jm-footer-mod{background: #222a36;color: #fff;padding: 60px 0 30px}#jm-footer{color: #fff;font-size: 14px;background: #222a36;padding: 30px 0}#jm-footer a{color: #e6e6e6}#jm-footer-center{text-align: left}#jm-footer-left + #jm-footer-center{text-align: center}#jm-footer-right{text-align: right}#jm-footer-left,#jm-footer-right,#jm-footer-center{line-height: 1.7}#jm-back-top{position: fixed;bottom: 20px;right: 20px;left: auto;z-index: 998}#jm-back-top a{display: block;height: 60px;width: 60px;-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;color: #fff;background-color: #2b3e5b;background-repeat: no-repeat;background-position: center center;background-image: url(/templates/jm-university/images/backtotop.png);text-decoration: none;opacity: .3}#jm-back-top a:hover{opacity: .6;cursor: pointer;text-decoration: none}#jm-top1 + #jm-main,#jm-top1 + #jm-bottom2,#jm-main + #jm-bottom2{padding-top: 0}#jm-top3 + #jm-footer-mod{padding-top: 0}#jm-top2 + #jm-bottom1{padding-top: 0}.responsive-disabled{min-width: 1170px}.responsive-disabled #jm-allpage{min-width: 1170px;padding: 0 !important}.responsive-disabled #jm-bar-wrapp{position: static}.texttoggler{text-decoration: none !important;margin: 0 1px;display: inline-block}.texttoggler.small{font-size: 0.8em}.texttoggler.normal{font-size: 1.1em}.texttoggler.large{font-size: 1.3em}.smallview #jm-maincontent{font-size: 0.9em;line-height: 1.5em}.largeview #jm-maincontent{font-size: 1.1em;line-height: 1.5em}.span0{float: none !important}.span50{float: left !important;width: 50% !important}.jm-module{margin: 0 0 30px}.jm-module .jm-title{font-weight: 600;font-size: 20px;margin: 0 0 30px;position: relative;color: #444;text-transform: uppercase}.moduletable{margin: 0 0 20px}.moduletable > h3{font-weight: 600;font-family: 'Source Sans Pro', sans-serif;font-size: 20px;margin: 0 0 20px;color: #444}#jm-header .jm-module .jm-title{color: #444}#jm-header .moduletable > h3{color: #444}#jm-header .jm-module + .jm-module{margin-top: 0}#jm-top3 .jm-module .jm-title,#jm-footer-mod .jm-module .jm-title{color: #fff}#jm-top3 .moduletable > h3,#jm-footer-mod .moduletable > h3{color: #fff}#jm-allpage .jm-module.color1-ms{padding: 30px;background: #364e72;color: #fff;border-radius: 2px}#jm-allpage .jm-module.color1-ms .jm-title{color: #fff}#jm-allpage .jm-module.color2-ms{padding: 30px;background: #f2f2f2;color: #444;border-radius: 2px}#jm-allpage .jm-module.color2-ms .jm-title{color: #444}#jm-allpage .jm-module.color3-ms{padding: 30px;background: #e2163c;color: #fff;border-radius: 2px}#jm-allpage .jm-module.color3-ms .jm-title{color: #fff}#jm-allpage .jm-module.color4-ms{padding: 30px;background: #516d1e;color: #fff;border-radius: 2px}#jm-allpage .jm-module.color4-ms .jm-title{color: #fff}#jm-allpage .jm-module.color5-ms{padding: 30px;background: #0076a4;color: #fff;border-radius: 2px}#jm-allpage .jm-module.color5-ms .jm-title{color: #fff}.jm-module-raw{float: left;margin-right: 15px}#jm-top-bar2 .jm-module-raw,#jm-bar-right .jm-module-raw{float: right;margin-left: 15px;margin-right: 0}#jm-offcanvas .jm-module{margin: 30px 0 0}#jm-offcanvas .jm-module:first-child{margin: 0}.jm-module.margin-ms{margin-bottom: 0 !important}#jm-header .jm-module.margin-ms{margin-top: -30px}.jm-module.nav.menu{margin: 0 0 30px}#jm-top-bar form{margin: 0}#jm-top-bar div.login-greeting,#jm-top-bar .logout-button{display: inline-block;vertical-align: middle;margin: 0}#jm-top-bar .logout-button .btn{font-size: 10px;height: auto;line-height: 16px;padding: 0 15px;vertical-align: middle;margin-left: 10px !important}.jm-module-raw.search-ms{position: relative}#jm-top-bar .search-ms .search form{display: block;position: relative;width: 18px;height: 18px;margin: 0}#jm-top-bar .search-ms .search input.button,#jm-top-bar .search-ms .search button.button{position: absolute;top: 1px;right: 0;left: auto;width: 18px;height: 18px;display: block;cursor: pointer;padding: 0px 10px 0 15px;font-size: 0;color: inherit;background: url(/templates/jm-university/images/scheme1/search.png) no-repeat center center}#jm-top-bar .search-ms .search .btn{border: none}#jm-top-bar .search-ms .search .inputbox{position: absolute;top: 0;left: auto;right: 100%;margin: -2px 15px 0 0;height: 25px;line-height: 1.7;padding: 0;width: 0;-webkit-transition: all .4s linear;transition: all .4s linear;border-color: transparent;box-sizing: border-box;pointer-events: none;z-index: 501;opacity: 0;background: #f6f6f6;border: 1px solid #364e72;max-width: none}#jm-top-bar .search-ms .search .inputbox.show{padding: 0 10px;width: 215px;border: 1px solid #364e72;pointer-events: auto;opacity: 1}.jm-icons a{display: inline-block;vertical-align: top;text-decoration: none !important;width: 32px;height: 32px;margin: 0 5px 0;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;opacity: .9;background-position: center center;background-repeat: no-repeat;background-color: transparent;font-size: 0;text-indent: -9999px}.jm-icons a:hover{opacity: .4}.jm-icons a.jm-facebook{background-image: url(/templates/jm-university/images/social/facebook.png)}.jm-icons a.jm-link{background-image: url(/templates/jm-university/images/social/linkedin.png)}.jm-icons a.jm-skype{background-image: url(/templates/jm-university/images/social/skype.png)}.jm-icons a.jm-twitter{background-image: url(/templates/jm-university/images/social/twitter.png)}.jm-icons a.jm-google{background-image: url(/templates/jm-university/images/social/gplus.png)}#jm-footer-center .jm-icons{margin-top: -4px;margin-bottom: -4px}.jmm-social.override li{display: inline-block;vertical-align: top;margin: 0 6px}.jmm-social.override li .jmm-ico{font-size: 16px;width: 32px;height: 32px;line-height: 32px;text-align: center;background: rgba(193,196,198,0.9);color: #fff;border-radius: 50%;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out}.jmm-social.override li a:hover .jmm-ico{opacity: .4}#jm-main .jmm-social.override li .jmm-ico{color: #f2f2f2}#jm-top1 .jmm-social.override li .jmm-ico{color: #f2f2f2}#jm-top2 .jmm-social.override li .jmm-ico{color: #fff}#jm-top3 .jmm-social.override li .jmm-ico{color: #222a36}#jm-bottom1 .jmm-social.override li .jmm-ico{color: #fff}#jm-bottom2 .jmm-social.override li .jmm-ico{color: #f2f2f2}#jm-footer-mod .jmm-social.override li .jmm-ico{color: #222a36}#jm-footer .jmm-social.override li .jmm-ico{color: #222a36}#jm-footer-center .jmm-social.override{margin-top: -4px;margin-bottom: -4px}.jm-tabhome{margin: -30px 0 0}.jm-tabhome .box{display: table;margin-top: 30px}.jm-tabhome .box:before,.jm-tabhome .box:after{display: table;content: "";line-height: 0}.jm-tabhome .box:after{clear: both}.jm-tabhome .box .jm-ico{display: table-cell;vertical-align: top;padding-right: 30px}.jm-tabhome .box .jm-desc{display: table-cell;vertical-align: top}.jm-tabhome .box span[class*='icon'],.jm-tabhome .box span[class*='fa-']{font-size: 60px;height: 60px;line-height: 60px;width: 60px;color: #364e72}.jm-tabhome .box .jm-label{color: #474747;display: block;font-size: 18px;line-height: 1.1;font-weight: 600;margin: 0 0 15px}#jm-allpage #jm-page .jmm-add-features.default .jmm-items{margin: -10px}#jm-allpage #jm-page .jmm-add-features.default .jmm-item{padding: 10px}#jm-allpage #jm-page .jmm-add-features.default .jmm-icon{font-size: 60px;vertical-align: top;color: #364e72}#jm-allpage #jm-page .jmm-add-features.default .jmm-icon a{color: inherit}#jm-allpage #jm-page .jmm-add-features.default.left .jmm-icon{padding-right: 30px}#jm-allpage #jm-page .jmm-add-features.default.right .jmm-icon{padding-left: 30px}#jm-allpage #jm-page .jmm-add-features.default .jmm-title{font-size: 18px;font-weight: 600;color: #474747}#jm-allpage #jm-page .jmm-add-features.default .jmm-title a{color: inherit;text-decoration: none;font-weight: inherit}#jm-allpage #jm-page .jmm-add-features.default .jmm-title a:hover{color: #364e72}#jm-allpage .jm-module.style2-ms.color1-ms,#jm-allpage .jm-module.style2-ms.color2-ms,#jm-allpage .jm-module.style2-ms.color3-ms,#jm-allpage .jm-module.style2-ms.color4-ms,#jm-allpage .jm-module.style2-ms.color5-ms{padding: 0;border-radius: 0;background: none !important;color: inherit}#jm-allpage .jm-module.style2-ms.color1-ms.margin-ms + .style2-ms,#jm-allpage .jm-module.style2-ms.color2-ms.margin-ms + .style2-ms,#jm-allpage .jm-module.style2-ms.color3-ms.margin-ms + .style2-ms,#jm-allpage .jm-module.style2-ms.color4-ms.margin-ms + .style2-ms,#jm-allpage .jm-module.style2-ms.color5-ms.margin-ms + .style2-ms{margin-top: 20px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-icon{font-size: 30px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-icon span{width: 100px;line-height: 100px;border: 2px solid #364e72;border-radius: 50%;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-align: center}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-icon span:hover{background: #364e72;color: #fff}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-icon span.fa-3x{width: 120px;line-height: 120px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-icon span.fa-4x{width: 160px;line-height: 160px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-icon span.fa-5x{width: 200px;line-height: 200px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title{font-size: 16px;font-weight: 400}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title a{color: #364e72}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title a:hover{color: #26364f}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-description{font-size: 16px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title + .jmm-text{margin-top: 0}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.left .jmm-icon{padding-right: 15px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.right .jmm-icon{padding-left: 15px}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-icon span{color: #364e72;border-color: #364e72}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-icon span:hover{background: #364e72;color: #fff}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title{color: #364e72}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title a{color: inherit}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title a:hover{color: #26364f}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-icon span{color: #f2f2f2;border-color: #f2f2f2}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-icon span:hover{background: #f2f2f2;color: #444}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title{color: #f2f2f2}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title a{color: inherit}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title a:hover{color: #d9d9d9}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-icon span{color: #e2163c;border-color: #e2163c}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-icon span:hover{background: #e2163c;color: #fff}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title{color: #e2163c}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title a{color: inherit}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title a:hover{color: #b41130}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-icon span{color: #516d1e;border-color: #516d1e}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-icon span:hover{background: #516d1e;color: #fff}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title{color: #516d1e}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title a{color: inherit}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title a:hover{color: #334513}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-icon span{color: #0076a4;border-color: #0076a4}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-icon span:hover{background: #0076a4;color: #fff}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title{color: #0076a4}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title a{color: inherit}#jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title a:hover{color: #005171}@-webkit-keyframes jm-slideIn{0%{-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0)}100%{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}@keyframes jm-slideIn{0%{-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0)}100%{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}}.jm-module.promo1-ms,.jm-module.promo2-ms,.jm-module.promo3-ms,.jm-module.promo4-ms{font-family: 'Source Sans Pro', sans-serif;font-size: 18px;font-weight: 600;text-align: center;line-height: 1.1;position: relative;text-transform: uppercase}.jm-module.promo1-ms .jm-module-in,.jm-module.promo2-ms .jm-module-in,.jm-module.promo3-ms .jm-module-in,.jm-module.promo4-ms .jm-module-in{padding-top: 13px;padding-bottom: 13px}.jm-module.promo1-ms.animate-ms,.jm-module.promo2-ms.animate-ms,.jm-module.promo3-ms.animate-ms,.jm-module.promo4-ms.animate-ms{visibility: hidden}.jm-module.promo1-ms.animate-ms.jm-slideIn,.jm-module.promo2-ms.animate-ms.jm-slideIn,.jm-module.promo3-ms.animate-ms.jm-slideIn,.jm-module.promo4-ms.animate-ms.jm-slideIn{visibility: visible}.promo1-ms.animate-ms{z-index: 1;-webkit-animation-duration: 1.4s;animation-duration: 1.4s}.promo2-ms.animate-ms{z-index: 2;-webkit-animation-duration: 1.1s;animation-duration: 1.1s}.promo3-ms.animate-ms{z-index: 3;-webkit-animation-duration: 0.8s;animation-duration: 0.8s}.promo4-ms.animate-ms{z-index: 4;-webkit-animation-duration: 0.5s;animation-duration: 0.5s}.jm-slideIn{-webkit-animation-name: jm-slideIn;animation-name: jm-slideIn}.text-color1{color: #364e72}.text-color2{color: #f2f2f2}.text-color3{color: #e2163c}.text-color4{color: #516d1e}.text-color5{color: #0076a4}.jm-buttons{margin: -30px 0 0}.jm-buttons .readmore-large{margin: 30px 0 0}#jm-allpage .readmore-large{display: block;padding: 30px 80px 30px 35px;border: 2px solid #364e72;color: #364e72;border-radius: 2px;box-sizing: border-box;font-weight: 600;font-size: 38px;line-height: 1.1;text-transform: uppercase;text-decoration: none;position: relative}#jm-allpage .readmore-large [class^="icon-"],#jm-allpage .readmore-large [class*=" icon-"]{position: absolute;top: 0;right: 35px;left: auto;padding: 30px 0}#jm-allpage .readmore-large:hover{color: #364e72;background: rgba(54,78,114,0.05);-webkit-transition: all .2s ease;transition: all .2s ease}#jm-allpage .readmore-large:hover [class^="icon-"],#jm-allpage .readmore-large:hover [class*=" icon-"]{right: 25px}#jm-top3 .readmore-large,#jm-footer-mod .readmore-large{color: #fff;border-color: #fff}#jm-top3 .readmore-large:hover,#jm-footer-mod .readmore-large:hover{color: #fff;background: rgba(255,255,255,0.05)}#jm-allpage .jm-module.color2-ms .readmore-large{color: #364e72;border-color: #364e72}#jm-allpage .jm-module.color2-ms .readmore-large:hover{color: #fff;background: rgba(54,78,114,0.05)}#jm-allpage .jm-module.color1-ms .readmore-large{color: #fff;border-color: #fff}#jm-allpage .jm-module.color1-ms .readmore-large:hover{color: #fff;background: rgba(255,255,255,0.05)}#jm-allpage .jm-module.color3-ms .readmore-large{color: #fff;border-color: #fff}#jm-allpage .jm-module.color3-ms .readmore-large:hover{color: #fff;background: rgba(255,255,255,0.05)}#jm-allpage .jm-module.color4-ms .readmore-large{color: #fff;border-color: #fff}#jm-allpage .jm-module.color4-ms .readmore-large:hover{color: #fff;background: rgba(255,255,255,0.05)}#jm-allpage .jm-module.color5-ms .readmore-large{color: #fff;border-color: #fff}#jm-allpage .jm-module.color5-ms .readmore-large:hover{color: #fff;background: rgba(255,255,255,0.05)}.jm-footer-contact{margin: -20px 0 0}.jm-footer-contact .box{color: inherit;margin: 20px 0 0;display: table}.jm-footer-contact .box .jm-promo-ico{display: table-cell;vertical-align: middle}.jm-footer-contact .box .jm-promo-ico .icon{display: block;width: 100px;height: 100px;margin: 0 auto;text-decoration: none;font-size: 0;text-indent: -9999px}.jm-footer-contact .box1 .icon{background-image: url(/templates/jm-university/images/phone2.png);background-position: center;background-repeat: no-repeat;border-radius: 50%;border-style: solid;border-color: #a3cf50}.jm-footer-contact .box1 .icon:hover{background-image: url(/templates/jm-university/images/phone.png);background-color: #98c93c}.jm-footer-contact .box2 .icon{background-image: url(/templates/jm-university/images/chat2.png);background-position: center;background-repeat: no-repeat;border-radius: 50%;border-style: solid;border-color: #f3879a}.jm-footer-contact .box2 .icon:hover{background-image: url(/templates/jm-university/images/chat.png);background-color: #f06880}.jm-footer-contact .box3 .icon{background-image: url(/templates/jm-university/images/map2.png);background-position: center;background-repeat: no-repeat;border-radius: 50%;border-style: solid;border-color: #00aff5}.jm-footer-contact .box3 .icon:hover{background-image: url(/templates/jm-university/images/map.png);background-color: #009fdf}.jm-footer-contact .jm-promotext{display: table-cell;padding-left: 15px;vertical-align: middle;font-weight: 400;font-size: 20px;line-height: 1.1}.jm-footer-contact .jm-promotext span{display: block}.jm-footer-contact .jm-promotext .jm-label{font-size: 13px;text-transform: uppercase}#jm-top3 .jm-module .jm-title,#jm-footer-mod .jm-module .jm-title{margin-bottom: 55px;text-align: center}#jm-top3 .jm-module .jm-title:after,#jm-footer-mod .jm-module .jm-title:after{position: absolute;width: 50%;bottom: -15px;right: 25%;left: auto;content: '';border-bottom: 1px solid rgba(255,255,255,0.2)}#jm-top3 .jm-module .jm-title:before,#jm-footer-mod .jm-module .jm-title:before{position: absolute;width: 10%;bottom: -15px;right: 45%;left: auto;content: '';border-bottom: 1px solid rgba(255,255,255,0.5)}#jm-allpage .jm-module.color2-ms .jm-title:after{border-bottom: 1px solid rgba(0,0,0,0.2) !important}#jm-allpage .jm-module.color2-ms .jm-title:before{border-bottom: 1px solid rgba(0,0,0,0.5) !important}#jm-allpage .contact-ps .well{border: none;background: none;padding: 0}#jm-allpage .contact-ps h3,#jm-allpage .contact-ps form#contact-form > fieldset > legend,#jm-allpage .contact-ps > .contact-address.dl-horizontal{display: none}#jm-allpage .contact-ps > h3:first-child{display: block;font-size: 32px;line-height: 1.1;font-weight: 400;color: #444;margin: 0}#jm-allpage .contact-ps .form-horizontal .control-label{float: none;width: auto;text-align: inherit;padding: 0}#jm-allpage .contact-ps .form-horizontal .control-label label{margin: 0 0 10px}#jm-allpage .contact-ps .form-horizontal .controls{margin: 0}#jm-allpage .contact-ps .form-actions{background: none;border: none;padding: 0}#jm-allpage .contact-ps fieldset + fieldset{margin-top: 15px}.nav.menu{margin: -9px 0 0}.nav.menu li{display: block;background-image: none;position: relative;padding: 0}.nav.menu ul{padding: 0;margin: 0}.nav.menu li a,.nav.menu li span.separator{display: block;padding: 4px 0;font-size: 14px;color: inherit;line-height: 1.7;font-weight: 400;vertical-align: top;background: none;text-decoration: none}.nav.menu li a:hover,.nav.menu li span.separator:hover,.nav.menu li a:focus,.nav.menu li span.separator:focus{color: #415e89}.nav.menu li > span.nav-header{color: inherit;text-shadow: none}.nav.menu > li > a,.nav.menu > li > span.separator{border-top: 1px solid #e3e3e3;padding: 9px 0}.nav.menu > li:first-child > a,.nav.menu > li:first-child > span.separator{border-top: none}.nav.menu > li:last-child > a,.nav.menu > li:last-child > span.separator{padding-bottom: 0}.nav.menu li.active > a,.nav.menu li.active > span.separator{color: #415e89}.nav.menu > li.parent > a,.nav.menu > li.parent > span.separator{position: relative;padding-right: 10px}.nav.menu > li.parent > a:after,.nav.menu > li.parent > span.separator:after{content: '+';font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height: 1.7;position: absolute;right: 0;left: auto}.nav.menu > li > ul{padding: 0 0 20px}.nav.menu li ul{padding-bottom: 0;padding-left: 20px}.nav.menu li ul > li > a:before,.nav.menu li ul > li > span.separator:before{content: '\203A';margin-top: -1px;margin-right: 10px;font-family: Arial, Helvetica, sans-serif;position: relative;top: -1px}.nav.menu li a img{vertical-align: middle;margin: 0 15px 0 0}.dj-megamenu-override .nav.menu{margin: -5px 0 0}.dj-megamenu-override .nav.menu > li > a,.dj-megamenu-override .nav.menu > li > span.separator{border: none;padding: 5px 0;margin: 0;line-height: 1.7}.dj-megamenu-override .nav.menu li a,.dj-megamenu-override .nav.menu li span.separator{font-size: 15px;color: #fff}.dj-megamenu-override .nav.menu li a:hover,.dj-megamenu-override .nav.menu li span.separator:hover,.dj-megamenu-override .nav.menu li a:focus,.dj-megamenu-override .nav.menu li span.separator:focus{color: #89a2c7}.dj-megamenu-override .nav.menu li > span.nav-header{color: #fff}.dj-megamenu-override .nav.menu li.active > a,.dj-megamenu-override .nav.menu li.active > span.separator{color: #89a2c7}#jm-top3 .nav.menu li a,#jm-footer-mod .nav.menu li a,#jm-top3 .nav.menu li span.separator,#jm-footer-mod .nav.menu li span.separator{color: #fff}#jm-top3 .nav.menu li a:hover,#jm-footer-mod .nav.menu li a:hover,#jm-top3 .nav.menu li span.separator:hover,#jm-footer-mod .nav.menu li span.separator:hover,#jm-top3 .nav.menu li a:focus,#jm-footer-mod .nav.menu li a:focus,#jm-top3 .nav.menu li span.separator:focus,#jm-footer-mod .nav.menu li span.separator:focus{color: #44546c}#jm-top3 .nav.menu li > span.nav-header,#jm-footer-mod .nav.menu li > span.nav-header{color: #fff}#jm-top3 .nav.menu > li > a,#jm-footer-mod .nav.menu > li > a,#jm-top3 .nav.menu > li > span.separator,#jm-footer-mod .nav.menu > li > span.separator{border-color: #293241}#jm-top3 .nav.menu li.active > a,#jm-footer-mod .nav.menu li.active > a,#jm-top3 .nav.menu li.active > span.separator,#jm-footer-mod .nav.menu li.active > span.separator{color: #44546c}#jm-allpage .color1-ms .nav.menu li a,#jm-allpage .color1-ms .nav.menu li span.separator{color: #fff}#jm-allpage .color1-ms .nav.menu li a:hover,#jm-allpage .color1-ms .nav.menu li span.separator:hover,#jm-allpage .color1-ms .nav.menu li a:focus,#jm-allpage .color1-ms .nav.menu li span.separator:focus{color: #7290bc}#jm-allpage .color1-ms .nav.menu li > span.nav-header{color: #fff}#jm-allpage .color1-ms .nav.menu > li > a,#jm-allpage .color1-ms .nav.menu > li > span.separator{border-color: #415e89}#jm-allpage .color1-ms .nav.menu li.active > a,#jm-allpage .color1-ms .nav.menu li.active > span.separator{color: #7290bc}#jm-allpage .color2-ms .nav.menu li a,#jm-allpage .color2-ms .nav.menu li span.separator{color: #444}#jm-allpage .color2-ms .nav.menu li a:hover,#jm-allpage .color2-ms .nav.menu li span.separator:hover,#jm-allpage .color2-ms .nav.menu li a:focus,#jm-allpage .color2-ms .nav.menu li span.separator:focus{color: #415e89}#jm-allpage .color2-ms .nav.menu li > span.nav-header{color: #444}#jm-allpage .color2-ms .nav.menu > li > a,#jm-allpage .color2-ms .nav.menu > li > span.separator{border-color: #e3e3e3}#jm-allpage .color2-ms .nav.menu li.active > a,#jm-allpage .color2-ms .nav.menu li.active > span.separator{color: #415e89}#jm-allpage .color3-ms .nav.menu li a,#jm-allpage .color3-ms .nav.menu li span.separator{color: #fff}#jm-allpage .color3-ms .nav.menu li a:hover,#jm-allpage .color3-ms .nav.menu li span.separator:hover,#jm-allpage .color3-ms .nav.menu li a:focus,#jm-allpage .color3-ms .nav.menu li span.separator:focus{color: #ee5471}#jm-allpage .color3-ms .nav.menu li > span.nav-header{color: #fff}#jm-allpage .color3-ms .nav.menu > li > a,#jm-allpage .color3-ms .nav.menu > li > span.separator{border-color: #ea274b}#jm-allpage .color3-ms .nav.menu li.active > a,#jm-allpage .color3-ms .nav.menu li.active > span.separator{color: #ee5471}#jm-allpage .color4-ms .nav.menu li a,#jm-allpage .color4-ms .nav.menu li span.separator{color: #fff}#jm-allpage .color4-ms .nav.menu li a:hover,#jm-allpage .color4-ms .nav.menu li span.separator:hover,#jm-allpage .color4-ms .nav.menu li a:focus,#jm-allpage .color4-ms .nav.menu li span.separator:focus{color: #7aa32d}#jm-allpage .color4-ms .nav.menu li > span.nav-header{color: #fff}#jm-allpage .color4-ms .nav.menu > li > a,#jm-allpage .color4-ms .nav.menu > li > span.separator{border-color: #618324}#jm-allpage .color4-ms .nav.menu li.active > a,#jm-allpage .color4-ms .nav.menu li.active > span.separator{color: #7aa32d}#jm-allpage .color5-ms .nav.menu li a,#jm-allpage .color5-ms .nav.menu li span.separator{color: #fff}#jm-allpage .color5-ms .nav.menu li a:hover,#jm-allpage .color5-ms .nav.menu li span.separator:hover,#jm-allpage .color5-ms .nav.menu li a:focus,#jm-allpage .color5-ms .nav.menu li span.separator:focus{color: #00b1f6}#jm-allpage .color5-ms .nav.menu li > span.nav-header{color: #fff}#jm-allpage .color5-ms .nav.menu > li > a,#jm-allpage .color5-ms .nav.menu > li > span.separator{border-color: #008ec5}#jm-allpage .color5-ms .nav.menu li.active > a,#jm-allpage .color5-ms .nav.menu li.active > span.separator{color: #00b1f6}#jm-offcanvas .nav.menu li a,#jm-offcanvas .nav.menu li span.separator{color: #444}#jm-offcanvas .nav.menu li a:hover,#jm-offcanvas .nav.menu li span.separator:hover,#jm-offcanvas .nav.menu li a:focus,#jm-offcanvas .nav.menu li span.separator:focus{color: #364e72}#jm-offcanvas .nav.menu li > span.nav-header{color: #444}#jm-offcanvas .nav.menu > li > a,#jm-offcanvas .nav.menu > li > span.separator{border-color: #e3e3e3}#jm-offcanvas .nav.menu li.active > a,#jm-offcanvas .nav.menu li.active > span.separator{color: #364e72}#jm-top-bar .nav.menu{margin: 0}#jm-top-bar .nav.menu > li{display: inline-block;background: none;margin: 0}#jm-top-bar .nav.menu li a,#jm-top-bar .nav.menu li span.separator{text-transform: uppercase;color: #364e72}#jm-top-bar .nav.menu li a:hover,#jm-top-bar .nav.menu li span.separator:hover,#jm-top-bar .nav.menu li a:focus,#jm-top-bar .nav.menu li span.separator:focus{text-decoration: underline}#jm-top-bar .nav.menu li > span.nav-header{display: none}#jm-top-bar .nav.menu li a:after{display: inline-block;content: "\2219";margin-left: 3px;text-decoration: none}#jm-top-bar .nav.menu li a:after:hover{color: #364e72}#jm-top-bar .nav.menu li:last-child a:after{display: none}#jm-top-bar .nav.menu li:hover > a,#jm-top-bar .nav.menu li:hover > span.separator,#jm-top-bar .nav.menu li.active > a,#jm-top-bar .nav.menu li.active > span.separator{color: #4e71a5}#jm-top-bar .nav.menu > li > a,#jm-top-bar .nav.menu > li > span.separator{font-size: 13px;padding: 0 0 0 1px;margin: 0;line-height: 1.4;border: none}#jm-top-bar .nav.menu ul,#jm-top-bar .nav.menu > li.parent > a:after,#jm-top-bar .nav.menu > li.parent > span.separator:after{display: none}.tagspopular ul,.tagssimilar ul,.nav.menu.tag-ms,.tag-ms .nav.menu{margin: 0;padding: 0;text-align: center}.tagspopular ul > li,.tagssimilar ul > li,.nav.menu.tag-ms > li,.tag-ms .nav.menu > li{display: inline-block;border: none;background: none;margin: 0 10px 10px 0;padding: 0}.tagspopular ul > li a,.tagssimilar ul > li a,.nav.menu.tag-ms > li a,.tag-ms .nav.menu > li a{color: #364e72;padding: 5px 15px !important;background: #fff;border: 1px solid #364e72;font-size: 13px;font-weight: 400;text-decoration: none;border-radius: 2px}.tagspopular ul > li a:after,.tagssimilar ul > li a:after,.nav.menu.tag-ms > li a:after,.tag-ms .nav.menu > li a:after{display: none}.tagspopular ul > li:hover a,.tagssimilar ul > li:hover a,.nav.menu.tag-ms > li:hover a,.tag-ms .nav.menu > li:hover a,.tagspopular ul > li.active a,.tagssimilar ul > li.active a,.nav.menu.tag-ms > li.active a,.tag-ms .nav.menu > li.active a{color: #fff !important;border: 1px solid #364e72;background: #364e72}.tagspopular ul > li:hover a:hover,.tagssimilar ul > li:hover a:hover,.nav.menu.tag-ms > li:hover a:hover,.tag-ms .nav.menu > li:hover a:hover,.tagspopular ul > li.active a:hover,.tagssimilar ul > li.active a:hover,.nav.menu.tag-ms > li.active a:hover,.tag-ms .nav.menu > li.active a:hover,.tagspopular ul > li:hover a:focus,.tagssimilar ul > li:hover a:focus,.nav.menu.tag-ms > li:hover a:focus,.tag-ms .nav.menu > li:hover a:focus,.tagspopular ul > li.active a:focus,.tagssimilar ul > li.active a:focus,.nav.menu.tag-ms > li.active a:focus,.tag-ms .nav.menu > li.active a:focus{color: #fff !important}.tagspopular ul ul,.tagssimilar ul ul,.nav.menu.tag-ms ul,.tag-ms .nav.menu ul{display: none}.tagspopular ul > li,.tagssimilar ul > li{margin: 0 6px 10px 0}.tagspopular ul > li a,.tagssimilar ul > li a{padding: 6px 18px}#jm-allpage #jm-top-bar .skip-ms{position: absolute;top: 0;left: 0;right: auto;z-index: 9999}#jm-allpage #jm-top-bar .skip-ms .nav.menu{margin: 0}#jm-allpage #jm-top-bar .skip-ms .nav.menu > li{padding: 0;margin: 0;border: none;background: none;display: inline-block;vertical-align: top}#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a{color: #fff;background: #364e72;position: absolute;top: 0;left: -9999px;right: auto;white-space: nowrap;padding: 10px}#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:after{display: none}#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus{left: 0}#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:hover,#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus{color: #fff;background: #364e72}.tags{padding: 5px 0;margin: 30px 0}.tags span .label{text-decoration: none;border-radius: 0;padding: 7px 10px;font-size: 14px;font-weight: 300;line-height: 1.2}.label-info[href],.badge-info[href],.label-info,.badge-info{color: #fff !important;background: #364e72;border-radius: 2px}.label-info[href]:hover,.badge-info[href]:hover,.label-info:hover,.badge-info:hover{background: #466695}.media-list > li{background: none;padding: 0}.btn [class^="icon-"],.btn [class*=" icon-"]{height: 14px;line-height: 1;vertical-align: top;padding: 0 2px}.btn.jmodedit{border: 0}.thumbnails > li{background: none;padding: 0}.chzn-container li{background: none}.chzn-container-multi .chzn-choices li.search-field input[type="text"]{height: 25px !important}#jm-allpage .chzn-container-single .chzn-single,#jm-allpage .chzn-container-multi .chzn-choices{line-height: 60px;height: 60px;font-size: 14px;padding: 0 20px;vertical-align: middle;border: 2px solid #364e72;color: #364e72;background: #fff;box-shadow: none;border-radius: 2px;box-sizing: border-box}#jm-allpage .chzn-container-single .chzn-single div{left: auto;right: 8px;width: 15px}#jm-allpage .chzn-container .chzn-drop{border: 2px solid #364e72;background: #fff;border-radius: 0;box-shadow: none}#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default{font-family: inherit;color: #364e72;padding: 0;margin: 0;height: 60px}#jm-allpage .chzn-container-single .chzn-single div b{margin-top: 18px}#jm-allpage .chzn-container-multi .chzn-choices .search-choice{line-height: 24px;border: 2px solid #364e72;background: #fff}#jm-allpage .chzn-container-multi .chzn-choices .search-choice span{font-size: 14px}#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close{top: 10px}#jm-allpage .chzn-choices li,#jm-allpage .chzn-results li{background-image: none !important}#jm-allpage .chzn-container .chzn-results{padding-top: 4px}#jm-allpage .chzn-container .chzn-results li.highlighted{background: #364e72}h1.componentheading,.tag-category > h1,.page-header > h1,.content-category > h1,.categories-list > h1,.blog-featured > h1,.contact-category > h1,.contact > h1,.newsfeed-category > h1,h1.page-title,.finder > h1,.weblink-category > h1,.edit > h1{font-family: 'Source Sans Pro', sans-serif;font-size: 32px;color: #444;font-weight: 700;line-height: 1.1;margin: 0 0 30px}h2.item-title,.page-header > h2,.content-category > h2,.blog > h2,.cat-children > h3,.contact-category > h2,.weblink-category > h2,.newsfeed > h2,.newsfeed-category > h2,.weblink-category > h2,.contact > h3{font-family: 'Source Sans Pro', sans-serif;font-size: 32px;font-weight: 400;color: #444;display: block;margin: 0 0 15px;text-decoration: none}h2.item-title a,.page-header > h2 a,.content-category > h2 a,.blog > h2 a,.cat-children > h3 a,.contact-category > h2 a,.weblink-category > h2 a,.newsfeed > h2 a,.newsfeed-category > h2 a,.weblink-category > h2 a,.contact > h3 a{color: #444}h2.item-title a:hover,.page-header > h2 a:hover,.content-category > h2 a:hover,.blog > h2 a:hover,.cat-children > h3 a:hover,.contact-category > h2 a:hover,.weblink-category > h2 a:hover,.newsfeed > h2 a:hover,.newsfeed-category > h2 a:hover,.weblink-category > h2 a:hover,.contact > h3 a:hover{text-decoration: none;color: #364e72}.item-page > .page-header > h2{font-family: 'Source Sans Pro', sans-serif;font-size: 32px}h3.page-header{font-size: 1em;line-height: 1.7;display: inline-block;width: 100%;border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;margin-bottom: 10px}h3.page-header > .btn-mini{padding: 3px 6px}h3.page-header > .btn-mini [class^="icon-"],h3.page-header > .btn-mini [class*=" icon-"]{margin-top: 0}h3.page-header > .badge{margin: 0 5px;vertical-align: middle}.icons .btn.dropdown-toggle{padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px}.element-invisible{display: none !important}dl.article-info{margin: 0 0 15px;font-size: 14px;line-height: 1.2;color: #999}dl.article-info dd{display: inline-block;margin: 0 3px 0 0;padding: 0 10px 0 0;position: relative;line-height: 1.1}dl.article-info dd:after{content: '/';position: absolute;top: 0;left: auto;right: 0}dl.article-info dd:last-child{margin: 0;padding: 0}dl.article-info dd:last-child:after{display: none}dl.article-info dd [class^="icon-"],dl.article-info dd [class*=" icon-"]{display: none}dl.article-info ~ dl.article-info{margin: 0}.article-info-term{display: none}.content_rating{margin-bottom: 10px}.content_rating img{margin: 0}.content_vote label{margin-right: 5px}.categories-list .collapse{padding: 0 0 0 30px}#archive-items .createdby{margin: 0 0 15px}.items-leading div[class*="leading-"]:before,.items-row .item:before,.items-leading div[class*="leading-"]:after,.items-row .item:after{display: table;content: "";line-height: 0}.items-leading div[class*="leading-"]:after,.items-row .item:after{clear: both}.items-leading div[class*="leading-"] p.readmore,.items-row .item p.readmore{padding-top: 15px}.items-leading div[class*="leading-"],.items-row{margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #e3e3e3}.items-leading .leading:last-child,.items-row:last-child{margin: 0;padding: 0;border: none}.items-more,.content-links{margin: 0 0 30px}.item-image{margin-bottom: 30px;max-width: 100%}figure.pull-left,figure.pull-right,figure.pull-center{max-width: 100%;margin: 0 0 30px}.pull-none.item-image{text-align: center}.pull-left.item-image,figure.pull-left{margin-right: 30px}.pull-right.item-image,figure.pull-right{margin-left: 30px}.pull-center{text-align: center}.category-desc{margin: 0 0 30px}div.img_caption{margin: 0 auto;max-width: 100%}p.img_caption{text-align: center;background: #eee;padding: 5px;margin: 0}.readmore{position: relative;display: inline-block;vertical-align: top;text-decoration: none;padding: 20px 75px 20px 55px;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.1;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;color: #b0b0b0;border: 2px solid #b0b0b0;border-radius: 2px;text-transform: uppercase}.readmore:hover{color: #b0b0b0;text-decoration: none;background-color: rgba(176,176,176,0.2)}.readmore:after{content: '';position: absolute;width: 15px;height: 12px;top: 50%;margin-top: -6px;right: 45px;background-image: url(/templates/jm-university/images/readmore.png)}#jm-top-menu-nav .readmore{color: #444;border-color: #444}#jm-top-menu-nav .readmore:hover{color: #444;background-color: rgba(68,68,68,0.2)}#jm-top-menu-nav .readmore:after{background-image: url(/templates/jm-university/images/readmore_white.png)}#jm-top3 .readmore,#jm-footer-mod .readmore{color: #fff;border-color: #fff}#jm-top3 .readmore:hover,#jm-footer-mod .readmore:hover{color: #fff;background-color: rgba(255,255,255,0.2)}#jm-top3 .readmore:after,#jm-footer-mod .readmore:after{background-image: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .jm-module.color1-ms .readmore{color: inherit;border-color: #fff}#jm-allpage .jm-module.color1-ms .readmore:hover{color: #fff;background-color: rgba(255,255,255,0.2)}#jm-allpage .jm-module.color1-ms .readmore:after{background-image: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .jm-module.color2-ms .readmore{color: #b0b0b0;border-color: #b0b0b0}#jm-allpage .jm-module.color2-ms .readmore:hover{color: #b0b0b0;background-color: rgba(176,176,176,0.2)}#jm-allpage .jm-module.color2-ms .readmore:after{background-image: url(/templates/jm-university/images/readmore.png)}#jm-allpage .jm-module.color3-ms .readmore{color: inherit;border-color: #fff}#jm-allpage .jm-module.color3-ms .readmore:hover{color: #fff;background-color: rgba(255,255,255,0.2)}#jm-allpage .jm-module.color3-ms .readmore:after{background-image: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .jm-module.color4-ms .readmore{color: inherit;border-color: #fff}#jm-allpage .jm-module.color4-ms .readmore:hover{color: #fff;background-color: rgba(255,255,255,0.2)}#jm-allpage .jm-module.color4-ms .readmore:after{background-image: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .jm-module.color5-ms .readmore{color: inherit;border-color: #fff}#jm-allpage .jm-module.color5-ms .readmore:hover{color: #fff;background-color: rgba(255,255,255,0.2)}#jm-allpage .jm-module.color5-ms .readmore:after{background-image: url(/templates/jm-university/images/readmore_white.png)}p.readmore{display: block;text-align: right;padding: 0;background: none;border: none}p.readmore:hover{padding: 0;background: none;border: none}p.readmore:after{display: none}p.readmore .btn{position: relative;display: inline-block;vertical-align: top;text-decoration: none;padding: 20px 75px 20px 55px;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.1;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;color: #b0b0b0;border: 2px solid #b0b0b0;border-radius: 2px;text-transform: uppercase;background-color: transparent}p.readmore .btn:hover{color: #b0b0b0;text-decoration: none;background-color: rgba(176,176,176,0.2)}p.readmore .btn:after{content: '';position: absolute;width: 15px;height: 12px;top: 50%;margin-top: -6px;right: 45px;background-image: url(/templates/jm-university/images/readmore.png)}.mod-articles-category-readmore a{position: relative;display: inline-block;vertical-align: top;text-decoration: none;padding: 20px 75px 20px 55px;font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.1;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;color: #b0b0b0;border: 2px solid #b0b0b0;border-radius: 2px;text-transform: uppercase}.mod-articles-category-readmore a:hover{color: #b0b0b0;text-decoration: none;background-color: rgba(176,176,176,0.2)}.mod-articles-category-readmore a:after{content: '';position: absolute;width: 15px;height: 12px;top: 50%;margin-top: -6px;right: 45px;background-image: url(/templates/jm-university/images/readmore.png)}p.readmore a.btn .icon-chevron-right{display: none}.archive .filters{margin-bottom: 30px}fieldset.filters{margin: 0 0 20px}.categories-list ul li h4{font-size: 1em;line-height: 1.7;font-weight: bold}.categories-list ul li small.category-desc{font-size: 1em;line-height: 1.7}ul.list-striped > li{background: none;border-bottom: 1px solid #e3e3e3;padding: 10px}.weblink-count{display: inline-block;width: 100%}.weblink-count dt,.weblink-count dd{float: left}.newsfeed > ol > li > h3{font-size: 1em}.newsfeed-count dd,.newsfeed-count dt{display: inline-block}strong.red,span.star{color: #ff0000}.profile ul.btn-toolbar li{background: none;padding: 0}.profile .btn-toolbar + fieldset{clear: both}.contact .contact-form input[type="text"],.contact .contact-form input[type="email"],.contact .contact-form textarea{width: 100%;max-width: 400px}.contact dl.contact-address{margin: 30px 0}.contact .thumbnail{border: none;box-shadow: none}.phrases-box,fieldset.only{padding: 0 0 20px}.phrases-box label,fieldset.only label{display: inline-block;margin-right: 10px}.btn .icon-search.icon-white{color: inherit}fieldset.phrases{padding-bottom: 20px}.tag-category .category li + li{margin: 30px 0 0}.tag-category .category > li > h3{font-size: 1em;margin: 0 0 20px}.tag-category .form-inline label{vertical-align: middle;margin-right: 10px}.tag-category > h2{margin-bottom: 30px}.tag-category form > ul > li > h3{margin-bottom: 30px}.tag-category form > ul > li{padding: 0;background: none !important}.tag-category .tag-body{margin: 30px 0;display: block}.tag-category .thumbnails > li,.tag-category .category > li{background: none;padding: 0}.tag-category .thumbnails > li h3{font-size: 1em}body .tip-wrap .tip{max-width: 300px;padding: 3px 8px;color: #444;text-align: center;text-decoration: none;background: none;background-color: #ebebeb;border-radius: 0;font-weight: normal;z-index: 9999;opacity: 1;box-shadow: none;border: none}body .tip-wrap .tip-top{position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid;top: -5px;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #ebebeb;opacity: .8}body .tip-wrap .tip-title{font-weight: bold;color: #444}body .tip-wrap .tip-text{font-weight: normal;color: #444}label.hasTooltip,label.hasPopover{display: inline-block !important}.jmodedit{z-index: 9999;line-height: 1 !important;padding: 0 !important;background: none !important;color: #364e72 !important}.jmodedit:hover{color: #314667 !important}.article-index{margin-left: 30px}.article-index + .pagenavcounter{margin-bottom: 10px}.article-index .nav{min-width: 150px}.jm-alert{display: block}#templates-form .form-horizontal .control-label{float: none;width: auto;text-align: inherit}#templates-form .form-horizontal .controls{margin-left: 0;margin-right: 0}.minicolors-theme-bootstrap .minicolors-input{line-height: 1.5;height: auto;width: auto}.newsflash .newsflash-title{font-weight: normal;font-size: 1em;margin: 30px 0 15px;clear: both}.newsflash .newsflash-title:first-child{margin: 0 0 15px}.newsflash .newsflash-title a:hover{text-decoration: underline}.newsflash .readmore{margin-top: 15px}.newsflash .readmore:hover,.newsflash .readmore:focus{text-decoration: none}.newsflash-horiz li + li{margin: 15px 0 0}.archive-module > li{margin: 10px 0}.archive-module > li:first-child{margin-top: 0}.categories-module li h1,.categories-module li h2,.categories-module li h3,.categories-module li h4,.categories-module li h5,.categories-module li h6{line-height: 1.2;font-weight: normal}.categories-module li + li{margin: 30px 0 0}#jm-allpage .category-module{margin: 0}#jm-allpage .category-module li p{line-height: 1.7;margin: 0 0 5px}#jm-allpage .category-module li > a{display: block;font-weight: normal}#jm-allpage .category-module span{display: inline-block;margin: 10px 0 0}#form-login-username label.element-invisible,#form-login-password label.element-invisible{display: none}#login-form ul li .icon-arrow-right{display: none}#mod-finder-searchform{margin: 0}#mod-finder-searchform a{display: block;margin-top: 5px}.form-search label.finder{padding: 0 10px 0 0}.feed h2 ~ ul.newsfeed{margin-top: 10px}.weblinks li{margin-top: 5px}.weblinks li:first-child{margin: 0}.weblinks li p{margin: 0}.search input#mod-search-searchword{width: auto}.form-search .btn{padding-left: 20px;padding-right: 20px}.search .button[type='image']{padding: 0}.mod-languages ul{list-style: none}.mod-languages ul li{background: none;padding: 0;margin: 0;list-style: none}#jm-system-message .alert{margin: 30px 0}#jm-system-message .alert a{text-decoration: none}.jm-error-page{text-align: center}.jm-error-page > h1{color: #444;font-size: 80px;font-weight: 300;line-height: 1}.jm-error-page > h2{color: #444;font-size: 40px;font-weight: 300;line-height: 1;margin: 0 0 60px}.jm-error-page > p{margin: 0 0 60px}.jm-error-page input.inputbox{width: 50% !important;text-transform: uppercase;background-position: 95% 50%;background-repeat: no-repeat;background-image: url(/templates/jm-university/images/scheme1/search.png);padding-left: 25px}.jm-error-page .moduletable{margin: 0 0 60px}.login-greeting{margin-bottom: 15px}#jmthemeform .jmtheme-subset-toggler{font-family: 'Open Sans', sans-serif}.sr-only{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0}h3.jm-typo-title{border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;margin: 30px 0}h3.jm-typo-title ~ pre,h3.jm-typo-title ~ div pre{margin-bottom: 30px;font-size: 13px}.jm-code{border-left: 5px solid #e3e3e3;padding: 10px;background: #e7e6e6;white-space: pre-wrap;word-wrap: break-word;margin: 0 0 30px}.jm-color{color: #364e72}.jm-block{margin: 10px 0;padding: 0 0 0 60px;position: relative;min-height: 40px}.jm-block span{background: #999;display: block;position: absolute;top: 3px;left: 0;height: 40px;width: 40px;line-height: 40px;text-align: center;border-radius: 20px;font-size: 18px;color: #fff}.jm-block.second span{background-color: #555}.quote-left,.quote-right{display: block;position: relative;font-style: italic}.quote-left:after,.quote-right:after{content: '';position: absolute;width: 26px;height: 24px}.quote-left:before,.quote-right:before{content: '';position: absolute;height: 100%}.quote-left{padding: 20px 20px 20px 25%;text-align: left}.quote-left:after{top: 25px;left: 10%;right: auto;background: url(/templates/jm-university/images/quote-left.png) no-repeat}.quote-left:before{top: 0;left: 20%;border: 2px solid #d7d7d7}.quote-right{padding: 20px 25% 20px 20px;text-align: right}.quote-right:after{bottom: 25px;left: auto;right: 10%;background: url(/templates/jm-university/images/quote-right.png) no-repeat}.quote-right:before{bottom: 0;right: 20%;border: 2px solid #d7d7d7}.border_img1{padding: 4px;background: #ececec;box-sizing: border-box}.border_img2{background: #F2F2F2;border: 1px solid #e5e5e5;padding: 5px;box-sizing: border-box}.border_img3{border: 1px solid #dfdfdf;padding: 1px;background: #fff;box-sizing: border-box}p.jmbadge,span.jmbadge,p.jmcalendar,span.jmcalendar,p.jmchat,span.jmchat,p.jmcheck,span.jmcheck,p.jmcloud,span.jmcloud,p.jmdirection,span.jmdirection,p.jmdivide,span.jmdivide,p.jmerror,span.jmerror,p.jmfire,span.jmfire,p.jmflag,span.jmflag,p.jmheart,span.jmheart,p.jmhome,span.jmhome,p.jminfo,span.jminfo,p.jmlist,span.jmlist,p.jmmail,span.jmmail,p.jmpeople,span.jmpeople,p.jmstar,span.jmstar,p.jmstat,span.jmstat{display: block;padding-left: 60px;background-repeat: no-repeat;background-position: left top;min-height: 40px;margin: 5px 0 15px}p.jmbadge,span.jmbadge{background-image: url(/templates/jm-university/images/icons/badge.png)}p.jmcalendar,span.jmcalendar{background-image: url(/templates/jm-university/images/icons/calendar.png)}p.jmchat,span.jmchat{background-image: url(/templates/jm-university/images/icons/chat.png)}p.jmcheck,span.jmcheck{background-image: url(/templates/jm-university/images/icons/check.png)}p.jmcloud,span.jmcloud{background-image: url(/templates/jm-university/images/icons/cloud.png)}p.jmdirection,span.jmdirection{background-image: url(/templates/jm-university/images/icons/direction.png)}p.jmdivide,span.jmdivide{background-image: url(/templates/jm-university/images/icons/divide.png)}p.jmerror,span.jmerror{background-image: url(/templates/jm-university/images/icons/error.png)}p.jmfire,span.jmfire{background-image: url(/templates/jm-university/images/icons/fire.png)}p.jmflag,span.jmflag{background-image: url(/templates/jm-university/images/icons/flag.png)}p.jmheart,span.jmheart{background-image: url(/templates/jm-university/images/icons/heart.png)}p.jmhome,span.jmhome{background-image: url(/templates/jm-university/images/icons/home.png)}p.jminfo,span.jminfo{background-image: url(/templates/jm-university/images/icons/info.png)}p.jmlist,span.jmlist{background-image: url(/templates/jm-university/images/icons/list.png)}p.jmmail,span.jmmail{background-image: url(/templates/jm-university/images/icons/mail.png)}p.jmpeople,span.jmpeople{background-image: url(/templates/jm-university/images/icons/people.png)}p.jmstar,span.jmstar{background-image: url(/templates/jm-university/images/icons/star.png)}p.jmstat,span.jmstat{background-image: url(/templates/jm-university/images/icons/stat.png)}ol.jm-roman,ol.jm-roman ol{list-style-type: upper-roman}ol.jm-alpha,ol.jm-alpha ol{list-style-type: lower-alpha}.plan-options{width: 100%;background: #ededed;text-align: center}.plan-options .plan-name,.plan-options .plan-price,.plan-options .plan-details,.plan-options .button{padding: 30px}.plan-options .plan-name{font: 300 26px 'Source Sans Pro', sans-serif;margin: 0;padding: 9px}.plan-options .plan-price{background: #364e72;color: #fff;font: 300 16px 'Source Sans Pro', sans-serif;padding: 20px 10px 25px}.plan-options .plan-price strong{font-size: 76px;align-self: baseline;line-height: 1;font-weight: 500}.plan-options li{text-align: left;padding: 15px 0;border-bottom: 1px solid #f2f2f2;border-bottom: 1px solid rgba(0,0,0,0.1);background-clip: padding-box}.plan-options li:last-child{border-bottom: none}.plan-options .btn{margin-bottom: 40px}.plan-options .icon-ok{color: #364e72;margin-right: 10px}.plan-options .icon-remove{color: #9d261d;margin-right: 10px}@media (min-width: 768px) and (max-width: 979px){.plan-options .plan-name{font: 300 20px 'Source Sans Pro', sans-serif}.plan-options .plan-price{font: 300 12px 'Source Sans Pro', sans-serif}.plan-options .plan-price strong{font-size: 55px}}.progress{height: 20px;margin-bottom: 20px}.ch-item.ch-first .ch-info,.ch-item.ch-second .ch-info .ch-info-back,.ch-item.ch-third .ch-info .ch-info-back{background: #364e72}.view{cursor: default;display: block;overflow: hidden;position: relative;text-align: center}.view .mask,.view .content{height: 100%;left: 0;overflow: hidden;position: absolute;top: 0;width: 100%}.view .mask span.space{height: 50%;display: block}.view .readmore{display: table;margin: -25px auto 0;-webkit-backface-visibility: hidden}.view-video{display: inline-block;max-width: 100%;position: relative}.view-video:before{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;box-shadow: 0 0 0 10px rgba(255,255,255,0.3) inset;z-index: 2}.view-video:after{position: absolute;content: '';top: 50%;left: 50%;width: 60px;height: 60px;margin-top: -30px;margin-left: -30px;background: url(/templates/jm-university/images/video-play.png) no-repeat;-webkit-transition: all .5s ease-out 0s;transition: all .5s ease-out 0s;opacity: 1;z-index: 1}.view-video:hover:after{opacity: 0}.view-video img{opacity: 1;-webkit-transition: all .5s ease-out 0s;transition: all .5s ease-out 0s;position: relative;display: inline-block}.view-video .mask{opacity: 0;-webkit-transform: rotate(0deg) scale(1);-moz-transform: rotate(0deg) scale(1);-o-transform: rotate(0deg) scale(1);-ms-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1);-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;z-index: 10;box-shadow: 0 0 0 10px rgba(255,255,255,0.3) inset}.view-video:hover img{opacity: 0;-webkit-transform: rotate(720deg) scale(0);-moz-transform: rotate(720deg) scale(0);-o-transform: rotate(720deg) scale(0);-ms-transform: rotate(720deg) scale(0);transform: rotate(720deg) scale(0)}.view-video:hover .mask{opacity: 1;-webkit-transform: translateY(0px) rotate(0deg);-moz-transform: translateY(0px) rotate(0deg);-o-transform: translateY(0px) rotate(0deg);-ms-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);transition-delay: 0.4s}.view .mask{background: #eee}.ch-item.ch-first{box-shadow: 0 0 0 10px rgba(255,255,255,0.3) inset}.ch-item.ch-third .ch-info-front{box-shadow: 0 0 0 10px rgba(255,255,255,0.3) inset}.ch-item{position: relative;width: 280px;height: 250px}x:-o-prefocus,.ch-item{border: none}.ch-item .ch-info .ch-container{position: relative;display: table;width: 100%;height: 100%}.ch-item .ch-info .ch-outer{display: table-cell;vertical-align: middle}.ch-item .ch-info p{padding: 20px 5px 0;margin: 0;text-align: center;box-sizing: border-box;font-size: 18px !important;line-height: 30px;background: url(/templates/jm-university/images/badge_sep.png) no-repeat top center}.ch-item .ch-info p a{color: #fff;font-weight: 700;text-decoration: none}.ch-item .ch-info p a:hover{text-decoration: underline}.ch-item .ch-info p span.smaller{font-size: 16px !important;line-height: 22px;font-weight: normal}.ch-item.ch-first{position: relative;cursor: default;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out}.ch-item.ch-first .ch-info{position: absolute;left: 10px;top: 10px;width: 260px;height: 230px;opacity: 0;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;-webkit-transform: scale(0);transform: scale(0);-webkit-backface-visibility: hidden}.ch-item.ch-first:hover .ch-info{opacity: 1;-webkit-transform: scale(1);transform: scale(1)}.ch-item.ch-second{position: relative;cursor: default;overflow: hidden}.ch-item.ch-second .ch-info-wrap{position: absolute;width: 260px;height: 230px;-webkit-perspective: 800px;perspective: 800px;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;left: 10px;top: 10px;box-shadow: 0 0 0 10px rgba(255,255,255,0.3)}.ch-item.ch-second .ch-info{position: absolute;width: 100%;height: 100%;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;-webkit-transform-style: preserve-3d;transform-style: preserve-3d}.ch-item.ch-second .ch-info > div{display: block;position: absolute;width: 100%;height: 100%;background-position: center center;-webkit-backface-visibility: hidden;backface-visibility: hidden}.ch-item.ch-second .ch-info .ch-info-back{-webkit-transform: rotate3d(0, 1, 0, 180deg);transform: rotate3d(0, 1, 0, 180deg)}.ch-item.ch-second:hover .ch-info{-webkit-transform: rotate3d(0, 1, 0, -180deg);transform: rotate3d(0, 1, 0, -180deg)}x:-o-prefocus,.ch-item.ch-second .ch-info .ch-info-back{display: none}x:-o-prefocus,.ch-item.ch-second:hover .ch-info .ch-info-back{display: block}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ch-item.ch-second:hover .ch-info{-ms-transform: none;transform: none}.ch-item.ch-second .ch-info .ch-info-back{display: none;-ms-transform: none;transform: none;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;opacity: 0}.ch-item.ch-second:hover .ch-info .ch-info-back{display: block;opacity: 1}}.ch-item.ch-third{position: relative;cursor: default;-webkit-perspective: 900px;perspective: 900px}.ch-item.ch-third .ch-info{position: absolute;width: 100%;height: 100%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d}.ch-item.ch-third .ch-info > div{display: block;position: absolute;width: 100%;height: 100%;background-position: center center;-webkit-transition: all .4s linear;transition: all .4s linear;-webkit-transform-origin: 50% 0%;-moz-transform-origin: 50% 0%;-o-transform-origin: 50% 0%;-ms-transform-origin: 50% 0%;transform-origin: 50% 0%}.ch-item.ch-third .ch-info .ch-info-back{-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);opacity: 0}.ch-item.ch-third:hover .ch-info-front{-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);opacity: 0}.ch-item.ch-third:hover .ch-info-back{-webkit-transform: rotate3d(1, 0, 0, 0deg);transform: rotate3d(1, 0, 0, 0deg);opacity: 1}.dj-cat-title{font-family: 'Source Sans Pro', sans-serif;font-size: 32px;color: #444;font-weight: 700;line-height: 1.1;margin: 0 0 30px}.dj-mslider,.dj-tabber,.nivoSlider,.dj-slideshow,.djslider-loader,.dj-slideshowThumbs{margin: 0 !important}.dj-slideshow-in,.dj-slideshowThumbs-in,.dj-slideshowThumbs .dj-indicators,.dj-tabber,.nivoSlider,.box_skitter,.dj-tab{box-shadow: none !important}.category-desc{margin: 20px 0}.dj-slide-desc-bg{background: none !important;opacity: 0 !important}.dj-slide-desc-text{background: rgba(255,255,255,0.6) !important;margin: 1px;font-size: 14px !important;line-height: 1.5 !important;padding: 20px !important;color: #444 !important}.dj-slide-desc-text a{color: #444 !important}.dj-slide-desc-text a:hover{text-decoration: underline}.dj-slide-desc-text a:focus{outline: none}.dj-galleryGrid.desc-above .dj-slide-desc-in,.dj-mslider.desc-above .dj-slide-desc-in,.dj-slideshow.desc-above .dj-slide-desc-in,.dj-slideshowThumbs.desc-above .dj-slide-desc-in,.dj-tabber.desc-above .dj-slide-desc-in{margin-bottom: 20px}.dj-galleryGrid.desc-below .dj-slide-desc-in,.dj-mslider.desc-below .dj-slide-desc-in,.dj-slideshow.desc-below .dj-slide-desc-in,.dj-slideshowThumbs.desc-below .dj-slide-desc-in,.dj-tabber.desc-below .dj-slide-desc-in{margin-top: 20px}.dj-galleryGrid.desc-left .dj-slide-desc-in,.dj-mslider.desc-left .dj-slide-desc-in,.dj-slideshow.desc-left .dj-slide-desc-in,.dj-slideshowThumbs.desc-left .dj-slide-desc-in,.dj-tabber.desc-left .dj-slide-desc-in{margin-right: 20px}.dj-galleryGrid.desc-right .dj-slide-desc-in,.dj-mslider.desc-right .dj-slide-desc-in,.dj-slideshow.desc-right .dj-slide-desc-in,.dj-slideshowThumbs.desc-right .dj-slide-desc-in,.dj-tabber.desc-right .dj-slide-desc-in{margin-left: 20px}.dj-slide-title{font-size: 32px !important;font-family: 'Source Sans Pro', sans-serif;color: #444 !important;font-weight: 700;line-height: 1.2 !important}.dj-slide-title a{color: #444 !important;text-transform: none}.dj-slide-title a:hover{color: #364e72 !important;text-decoration: none !important}#djmediatools .dj-categories{display: inline-block}#djmediatools .dj-categories a.dj-category,#djmediatools .dj-categories a.dj-category:hover{color: #444;background: none;border: none;box-shadow: none;border-radius: none;padding: 0;margin-top: 0}#djmediatools .dj-categories .dj-category-in{background-color: transparent;border: none !important}#djmediatools .dj-categories .dj-ctitle-bg{background: #fff;opacity: .8 !important}#djmediatools .dj-categories .dj-ctitle-in{padding: 10px !important;font-size: 32px !important;color: #444 !important;text-transform: uppercase;line-height: 1.2 !important;text-align: center;font-style: normal}#djmediatools .dj-categories .dj-ctitle-in:hover{color: #364e72 !important}#jm-allpage .dj-galleryGrid .dj-slide{border: 1px solid #e3e3e3 !important;box-sizing: border-box}#jm-allpage .dj-galleryGrid .dj-slide-desc-text{margin: 0}jm-allpage .dj-galleryGrid .dj-slide-desc{pointer-events: none}jm-allpage .dj-galleryGrid .dj-slide-desc a{pointer-events: auto}#jm-allpage .dj-readmore-wrapper{text-align: left !important}#jm-allpage .dj-readmore-wrapper .dj-readmore{display: inline-block;vertical-align: top;padding: 0 20px 0 0;border: none;background: none;color: #364e72;position: relative;text-transform: uppercase}#jm-allpage .dj-readmore-wrapper .dj-readmore:after{content: "";position: absolute;top: 50%;margin-top: -6px;width: 15px;height: 12px;right: 0;left: auto;background-repeat: no-repeat;background-position: center center;background-image: url(/templates/jm-university/images/scheme1/readmore.png)}#jm-allpage .dj-readmore-wrapper .dj-readmore:hover{text-transform: underline}.djslider-loader .load-button,.dj-slideshow .dj-load-button,.dj-mslider .dj-load-button{border: none !important;background: none !important;opacity: 1 !important;box-shadow: none !important;-webkit-transition: background .2s ease-in;transition: background .2s ease-in}.dj-load-button .dj-key{font-weight: normal !important;line-height: 30px !important;color: #444 !important}.dj-mslider .dj-indicators-in{padding: 20px 5px 4px !important;height: 40px;line-height: 1;box-sizing: border-box}.dj-mslider .dj-load-button{vertical-align: top;height: 10px !important;width: 10px !important;margin: 0 5px !important;border: 3px solid #364e72 !important;border-radius: 100% !important;background: transparent !important}.dj-mslider .dj-load-button.dj-load-button-active{background: #364e72 !important}.dj-mslider .dj-slide-title{font-size: 16px !important}.dj-mslider .dj-slide-title + .dj-slide-description{margin-top: 5px}.dj-mslider .dj-slide-desc-text{padding: 15px !important}#jm-allpage .dj-mslider .dj-slide img.dj-image,#jm-allpage .dj-mslider .dj-slide a:hover img.dj-image{border: 1px solid #e3e3e3 !important;box-sizing: border-box;max-height: 100% !important}.djslider-loader .navigation-container-custom{margin-top: 0 !important;margin-bottom: 0 !important}.djslider-loader .navigation-container-custom .cust-navigation-in{padding: 20px 5px 4px !important}.djslider-loader .load-button{vertical-align: top;height: 10px !important;width: 10px !important;margin: 0 5px !important;border: 3px solid #364e72 !important;border-radius: 100% !important;background: transparent !important}.djslider-loader .load-button.load-button-active{background: #364e72 !important}.djslider-loader .dj-slide-title{font-size: 16px !important}.djslider-loader .dj-slide-title + .dj-slide-description{margin-top: 5px}.djslider-loader .dj-slide-desc-text{padding: 15px !important}#jm-allpage .djslider-loader .slider-container > ul > li img,#jm-allpage .djslider-loader .slider-container > ul > li a img{border: 1px solid #e3e3e3 !important;box-sizing: border-box;max-height: 100% !important}.dj-slideshow .dj-indicators{margin-top: 20px !important}.dj-slideshow .dj-load-button{display: inline-block;height: 30px !important;width: 30px !important;border-radius: 100% !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;margin: 0 5px !important}.dj-slideshow .dj-load-button .dj-key,.dj-slideshow .dj-load-button .dj-key{font-size: 14px !important}.dj-slideshow .dj-load-button-active .dj-key,.dj-slideshow .dj-load-button:hover .dj-key{color: #fff !important}.dj-slideshow .dj-load-button-active,.dj-slideshow .dj-load-button:hover{background: #364e72 !important}#jm-allpage .dj-slideshow .dj-slide img.dj-image,#jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image{border: 1px solid #e3e3e3 !important;box-sizing: border-box;max-height: 100% !important}.dj-slideshowThumbs{display: inline-block}.dj-slideshowThumbs .dj-indicators{padding: 10px 0 0 !important}.dj-slideshowThumbs .dj-indicators-in{padding: 0 !important}.dj-slideshowThumbs .dj-load-button{margin: 0 10px 0 0 !important;border: none !important;opacity: .2 !important}.dj-slideshowThumbs .dj-load-button:hover,.dj-slideshowThumbs .dj-load-button-active{opacity: 1 !important}.dj-slideshowThumbs .dj-load-button img{border: 1px solid #e3e3e3 !important;box-sizing: border-box;max-width: none !important}.dj-slideshowThumbs .dj-indicators{background: none !important}#jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,#jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border: 1px solid #e3e3e3 !important;box-sizing: border-box;max-height: 100% !important}.dj-tabber{padding: 0 !important;display: inline-block;background: #e3e3e3 !important;border: 1px solid #e3e3e3 !important}.dj-tabber .dj-slide-desc-text{margin: 0 !important}.dj-tabber .dj-tab-active img,.dj-tabber .dj-tab img{border: none !important;padding: 1px;background: #e3e3e3;box-sizing: border-box}.dj-tabber .dj-tab-active{background: #364e72 !important}.dj-tabber .dj-tab{background: #e3e3e3 !important;margin: 0 !important;padding: 0 10px !important;border-top: 1px solid #fff !important}.dj-tabber span.dj-tab-in{color: #444 !important;font-size: 15px !important;line-height: 20px !important;text-shadow: none !important;text-transform: uppercase}.dj-tabber .dj-tab-active{margin: 0 !important;padding: 0 10px !important;border-top: 1px solid transparent !important}.dj-tabber .dj-tab:first-child,.dj-tabber .dj-tab-active + div.dj-tab{border-top: 1px solid transparent !important}.dj-tabber .dj-tab-indicator{width: 7px !important}.dj-tabber .dj-tab img{margin-right: 10px !important}.dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,.dj-tabber .dj-tabs-right .dj-tab.dj-tab-active{margin: 0 !important;padding: 0 10px !important;background: #364e72 !important}.dj-tabber .dj-tabs-right .dj-tab-indicator{background: url(/templates/jm-university/images/scheme1/dj-tab-indicator-left.png) right center !important}.dj-tabber .dj-tabs-left .dj-tab-indicator{background: url(/templates/jm-university/images/scheme1/dj-tab-indicator-right.png) left center !important}.skitter{margin: 0 auto;border: none !important}.skitter .label_skitter{background: none !important;opacity: 1 !important;color: #444 !important}.skitter .label_skitter p{padding: 0;font-size: 15px;color: #444}.skitter .info_slide_dots{padding: 0;bottom: -60px}.skitter .info_slide_dots .image_number{font-size: 14px;text-indent: 0;color: #444;background: none;padding: 0;margin: 0 5px;height: 30px;width: 30px;line-height: 30px;text-align: center}.skitter .info_slide_dots .image_number.image_number_select,.skitter .info_slide_dots .image_number:hover{color: #fff;background: #364e72}.skitter.skitter-square .play_pause_button,.skitter.skitter-square .next_button,.skitter.skitter-square .prev_button{top: 35px !important;bottom: auto !important;opacity: .7 !important}.skitter.skitter-square .play_pause_button:hover,.skitter.skitter-square .next_button:hover,.skitter.skitter-square .prev_button:hover{opacity: 1 !important}.skitter .dj-slide-desc-text{margin: 0 !important}.slider-wrapper{margin: 0 auto;position: relative}.slider-wrapper .dj-slide-desc-text{margin: 0 !important}#jm-allpage .slider-wrapper .dj-readmore-wrapper a{display: inline-block !important}#jm-allpage .slider-wrapper .nivo-controlNav{position: absolute;z-index: 6;left: 15px;top: 15px;padding: 0 !important}#jm-allpage .slider-wrapper .nivo-controlNav a{background: rgba(255,255,255,0.8) !important;margin: 0 4px !important;opacity: 1 !important;text-indent: 0 !important;width: 30px !important;height: 30px !important;font-size: 14px !important;font-weight: normal !important;line-height: 30px !important;color: #444 !important;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;text-decoration: none !important;border-radius: 50% !important}#jm-allpage .slider-wrapper .nivo-controlNav a.active,#jm-allpage .slider-wrapper .nivo-controlNav a:hover{color: #fff !important;background: #364e72 !important}#jm-allpage .kwicks li{background: none;max-width: 100%}#jm-allpage .kwicks .dj-slide-desc-text{margin: 0 !important}#jm-allpage .kwicks .dj-slide-desc{max-width: 100%;background: none !important;opacity: 0 !important}#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc{opacity: 1 !important}.dj-navigation .dj-play,.dj-navigation .dj-pause{margin-left: -40px !important}.dj-loader{background: url(/templates/jm-university/images/ajax-loader.gif) no-repeat !important;width: 42px !important;height: 42px !important;left: 50% !important;margin-left: -21px !important;top: 50% !important;margin-top: -21px}#jm-allpage .djslider-loader{background: url(/templates/jm-university/images/ajax-loader.gif) center center no-repeat}#jm-top3 .dj-mslider .dj-load-button,#jm-footer-mod .dj-mslider .dj-load-button,#jm-allpage .color1-ms .dj-mslider .dj-load-button{border-color: #fff !important}#jm-top3 .dj-mslider .dj-load-button.dj-load-button-active,#jm-footer-mod .dj-mslider .dj-load-button.dj-load-button-active,#jm-allpage .color1-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #fff !important}#jm-top3 .djslider-loader .load-button,#jm-footer-mod .djslider-loader .load-button,#jm-allpage .color1-ms .djslider-loader .load-button{border-color: #fff !important}#jm-top3 .djslider-loader .load-button.load-button-active,#jm-footer-mod .djslider-loader .load-button.load-button-active,#jm-allpage .color1-ms .djslider-loader .load-button.load-button-active{background: #fff !important}#jm-top3 .dj-slideshow .dj-load-button-active .dj-key,#jm-footer-mod .dj-slideshow .dj-load-button-active .dj-key,#jm-allpage .color1-ms .dj-slideshow .dj-load-button-active .dj-key,#jm-top3 .dj-slideshow .dj-load-button:hover .dj-key,#jm-footer-mod .dj-slideshow .dj-load-button:hover .dj-key,#jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover .dj-key{color: #fff !important}#jm-top3 .dj-slideshow .dj-load-button-active,#jm-footer-mod .dj-slideshow .dj-load-button-active,#jm-allpage .color1-ms .dj-slideshow .dj-load-button-active,#jm-top3 .dj-slideshow .dj-load-button:hover,#jm-footer-mod .dj-slideshow .dj-load-button:hover,#jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover{background: #ccc !important}#jm-top3 .dj-mslider .dj-slide img.dj-image,#jm-footer-mod .dj-mslider .dj-slide img.dj-image,#jm-allpage .color1-ms .dj-mslider .dj-slide img.dj-image,#jm-allpage .color3-ms .dj-mslider .dj-slide img.dj-image,#jm-allpage .color4-ms .dj-mslider .dj-slide img.dj-image,#jm-allpage .color5-ms .dj-mslider .dj-slide img.dj-image,#jm-top3 .dj-mslider .dj-slide a:hover img.dj-image,#jm-footer-mod .dj-mslider .dj-slide a:hover img.dj-image,#jm-allpage .color1-ms .dj-mslider .dj-slide a:hover img.dj-image,#jm-allpage .color3-ms .dj-mslider .dj-slide a:hover img.dj-image,#jm-allpage .color4-ms .dj-mslider .dj-slide a:hover img.dj-image,#jm-allpage .color5-ms .dj-mslider .dj-slide a:hover img.dj-image{border-color: #fff !important}#jm-top3 .djslider-loader .slider-container > ul > li img,#jm-footer-mod .djslider-loader .slider-container > ul > li img,#jm-allpage .color1-ms .djslider-loader .slider-container > ul > li img,#jm-allpage .color3-ms .djslider-loader .slider-container > ul > li img,#jm-allpage .color4-ms .djslider-loader .slider-container > ul > li img,#jm-allpage .color5-ms .djslider-loader .slider-container > ul > li img,#jm-top3 .djslider-loader .slider-container > ul > li a img,#jm-footer-mod .djslider-loader .slider-container > ul > li a img,#jm-allpage .color1-ms .djslider-loader .slider-container > ul > li a img,#jm-allpage .color3-ms .djslider-loader .slider-container > ul > li a img,#jm-allpage .color4-ms .djslider-loader .slider-container > ul > li a img,#jm-allpage .color5-ms .djslider-loader .slider-container > ul > li a img{border-color: #fff !important}#jm-top3 .dj-galleryGrid .dj-slide,#jm-footer-mod .dj-galleryGrid .dj-slide,#jm-allpage .color1-ms .dj-galleryGrid .dj-slide,#jm-allpage .color3-ms .dj-galleryGrid .dj-slide,#jm-allpage .color4-ms .dj-galleryGrid .dj-slide,#jm-allpage .color5-ms .dj-galleryGrid .dj-slide{border-color: #fff !important}#jm-top3 .dj-slideshow .dj-slide img.dj-image,#jm-footer-mod .dj-slideshow .dj-slide img.dj-image,#jm-allpage .color1-ms .dj-slideshow .dj-slide img.dj-image,#jm-allpage .color3-ms .dj-slideshow .dj-slide img.dj-image,#jm-allpage .color4-ms .dj-slideshow .dj-slide img.dj-image,#jm-allpage .color5-ms .dj-slideshow .dj-slide img.dj-image,#jm-top3 .dj-slideshow .dj-slide a:hover img.dj-image,#jm-footer-mod .dj-slideshow .dj-slide a:hover img.dj-image,#jm-allpage .color1-ms .dj-slideshow .dj-slide a:hover img.dj-image,#jm-allpage .color3-ms .dj-slideshow .dj-slide a:hover img.dj-image,#jm-allpage .color4-ms .dj-slideshow .dj-slide a:hover img.dj-image,#jm-allpage .color5-ms .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #fff !important}#jm-top3 .dj-slideshowThumbs .dj-load-button img,#jm-footer-mod .dj-slideshowThumbs .dj-load-button img,#jm-allpage .color1-ms .dj-slideshowThumbs .dj-load-button img,#jm-allpage .color3-ms .dj-slideshowThumbs .dj-load-button img,#jm-allpage .color4-ms .dj-slideshowThumbs .dj-load-button img,#jm-allpage .color5-ms .dj-slideshowThumbs .dj-load-button img{border-color: #fff !important}#jm-top3 .dj-slideshowThumbs .dj-slide img.dj-image,#jm-footer-mod .dj-slideshowThumbs .dj-slide img.dj-image,#jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide img.dj-image,#jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide img.dj-image,#jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide img.dj-image,#jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide img.dj-image,#jm-top3 .dj-slideshowThumbs .dj-slide a:hover img.dj-image,#jm-footer-mod .dj-slideshowThumbs .dj-slide a:hover img.dj-image,#jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,#jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,#jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,#jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #fff !important}#jm-top3 .dj-tabber,#jm-footer-mod .dj-tabber,#jm-allpage .color1-ms .dj-tabber,#jm-allpage .color3-ms .dj-tabber,#jm-allpage .color4-ms .dj-tabber,#jm-allpage .color5-ms .dj-tabber{background: #fff !important;border-color: #fff !important}#jm-top3 .dj-tabber .dj-tab-active img,#jm-footer-mod .dj-tabber .dj-tab-active img,#jm-allpage .color1-ms .dj-tabber .dj-tab-active img,#jm-allpage .color3-ms .dj-tabber .dj-tab-active img,#jm-allpage .color4-ms .dj-tabber .dj-tab-active img,#jm-allpage .color5-ms .dj-tabber .dj-tab-active img,#jm-top3 .dj-tabber .dj-tab img,#jm-footer-mod .dj-tabber .dj-tab img,#jm-allpage .color1-ms .dj-tabber .dj-tab img,#jm-allpage .color3-ms .dj-tabber .dj-tab img,#jm-allpage .color4-ms .dj-tabber .dj-tab img,#jm-allpage .color5-ms .dj-tabber .dj-tab img{background: #fff}#jm-top3 .dj-tabber .dj-tab,#jm-footer-mod .dj-tabber .dj-tab,#jm-allpage .color1-ms .dj-tabber .dj-tab,#jm-allpage .color3-ms .dj-tabber .dj-tab,#jm-allpage .color4-ms .dj-tabber .dj-tab,#jm-allpage .color5-ms .dj-tabber .dj-tab{background: #fff !important;border-color: #ccc !important}#jm-top3 .dj-tabber .dj-tab-active,#jm-footer-mod .dj-tabber .dj-tab-active,#jm-allpage .color1-ms .dj-tabber .dj-tab-active,#jm-allpage .color3-ms .dj-tabber .dj-tab-active,#jm-allpage .color4-ms .dj-tabber .dj-tab-active,#jm-allpage .color5-ms .dj-tabber .dj-tab-active{background: #364e72 !important}#jm-top3 .dj-tabber .dj-tab:first-child,#jm-footer-mod .dj-tabber .dj-tab:first-child,#jm-allpage .color1-ms .dj-tabber .dj-tab:first-child,#jm-allpage .color3-ms .dj-tabber .dj-tab:first-child,#jm-allpage .color4-ms .dj-tabber .dj-tab:first-child,#jm-allpage .color5-ms .dj-tabber .dj-tab:first-child,#jm-top3 .dj-tabber .dj-tab-active + div.dj-tab,#jm-footer-mod .dj-tabber .dj-tab-active + div.dj-tab,#jm-allpage .color1-ms .dj-tabber .dj-tab-active + div.dj-tab,#jm-allpage .color3-ms .dj-tabber .dj-tab-active + div.dj-tab,#jm-allpage .color4-ms .dj-tabber .dj-tab-active + div.dj-tab,#jm-allpage .color5-ms .dj-tabber .dj-tab-active + div.dj-tab{border-color: transparent !important}#jm-allpage .color2-ms .dj-mslider .dj-load-button{border-color: #364e72 !important}#jm-allpage .color2-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #364e72 !important}#jm-allpage .color2-ms .djslider-loader .load-button{border-color: #364e72 !important}#jm-allpage .color2-ms .djslider-loader .load-button.load-button-active{background: #364e72 !important}#jm-allpage .color2-ms .dj-slideshow .dj-load-button-active .dj-key,#jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover .dj-key{color: #fff !important}#jm-allpage .color2-ms .dj-slideshow .dj-load-button-active,#jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover{background: #364e72 !important}#jm-allpage .color2-ms .dj-mslider .dj-slide img.dj-image,#jm-allpage .color2-ms .dj-mslider .dj-slide a:hover img.dj-image{border-color: #e3e3e3 !important}#jm-allpage .color2-ms .djslider-loader .slider-container > ul > li img,#jm-allpage .color2-ms .djslider-loader .slider-container > ul > li a img{border-color: #e3e3e3 !important}#jm-allpage .color2-ms .dj-galleryGrid .dj-slide{border-color: #e3e3e3 !important}#jm-allpage .color2-ms .dj-slideshow .dj-slide img.dj-image,#jm-allpage .color2-ms .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #e3e3e3 !important}#jm-allpage .color2-ms .dj-slideshowThumbs .dj-load-button img{border-color: #e3e3e3 !important}#jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide img.dj-image,#jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #e3e3e3 !important}#jm-allpage .color2-ms .dj-tabber{background: #e3e3e3 !important;border-color: #e3e3e3 !important}#jm-allpage .color2-ms .dj-tabber .dj-tab-active img,#jm-allpage .color2-ms .dj-tabber .dj-tab img{background: #e3e3e3}#jm-allpage .color2-ms .dj-tabber .dj-tab{background: #e3e3e3 !important;border-color: #b6b6b6 !important}#jm-allpage .color2-ms .dj-tabber .dj-tab-active{background: #364e72 !important}#jm-allpage .color2-ms .dj-tabber .dj-tab:first-child,#jm-allpage .color2-ms .dj-tabber .dj-tab-active + div.dj-tab{border-color: transparent !important}#jm-allpage .header-ms .djslider-loader .slider-container > ul > li img,#jm-allpage .header-ms .dj-mslider .slider-container > ul > li img,#jm-allpage .header-ms .djslider-loader .slider-container > ul > li a img,#jm-allpage .header-ms .dj-mslider .slider-container > ul > li a img,#jm-allpage .header-ms .djslider-loader .dj-slide > .dj-slide-in > img,#jm-allpage .header-ms .dj-mslider .dj-slide > .dj-slide-in > img,#jm-allpage .header-ms .djslider-loader .dj-slide > .dj-slide-in > a img,#jm-allpage .header-ms .dj-mslider .dj-slide > .dj-slide-in > a img{border: none !important}#jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,#jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{margin: 0 !important;padding: 0 !important;background: none !important;font-size: 16px !important;color: #fff !important;text-shadow: 1px 1px 2px #444}#jm-allpage .header-ms .djslider-loader .dj-slide-title,#jm-allpage .header-ms .dj-mslider .dj-slide-title{color: #fff !important;font-size: 76px !important;line-height: 1.1 !important}#jm-allpage .header-ms .djslider-loader .dj-slide-title a,#jm-allpage .header-ms .dj-mslider .dj-slide-title a{color: #fff !important}#jm-allpage .header-ms .djslider-loader .dj-slide-title a:hover,#jm-allpage .header-ms .dj-mslider .dj-slide-title a:hover{color: #364e72 !important}#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper,#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper{padding: 20px 0 0 !important}#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore,#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore{background: #444;padding: 15px 90px 15px 40px;line-height: 1.1;color: #fff !important;border-radius: 2px;overflow: hidden;text-decoration: none}#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:after,#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:after{top: 0;right: 0;left: auto;bottom: auto;width: 50px;height: 100%;margin: 0;border-radius: 2px 0 0 2px;background-color: #3d3d3d;background-image: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:hover,#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:hover{background: #3d3d3d}#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:hover:after,#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:hover:after{background-color: #444}#jm-allpage .header-ms .djslider-loader .load-button,#jm-allpage .header-ms .dj-mslider .load-button,#jm-allpage .header-ms .djslider-loader .dj-load-button,#jm-allpage .header-ms .dj-mslider .dj-load-button{border-color: #fff !important}#jm-allpage .header-ms .djslider-loader .load-button.load-button-active,#jm-allpage .header-ms .dj-mslider .load-button.load-button-active,#jm-allpage .header-ms .djslider-loader .dj-load-button.dj-load-button-active,#jm-allpage .header-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #fff !important}#jm-allpage .header-ms .djslider-loader .dj-navigation-in,#jm-allpage .header-ms .dj-mslider .dj-navigation-in{margin: 0 !important}#jm-allpage .header-ms .djslider-loader img.prev-button,#jm-allpage .header-ms .dj-mslider img.prev-button,#jm-allpage .header-ms .djslider-loader img.next-button,#jm-allpage .header-ms .dj-mslider img.next-button,#jm-allpage .header-ms .djslider-loader img.play-button,#jm-allpage .header-ms .dj-mslider img.play-button,#jm-allpage .header-ms .djslider-loader img.pause-button,#jm-allpage .header-ms .dj-mslider img.pause-button,#jm-allpage .header-ms .djslider-loader img.dj-prev,#jm-allpage .header-ms .dj-mslider img.dj-prev,#jm-allpage .header-ms .djslider-loader img.dj-next,#jm-allpage .header-ms .dj-mslider img.dj-next,#jm-allpage .header-ms .djslider-loader img.dj-play,#jm-allpage .header-ms .dj-mslider img.dj-play,#jm-allpage .header-ms .djslider-loader img.dj-pause,#jm-allpage .header-ms .dj-mslider img.dj-pause,#jm-allpage .header-ms .djslider-loader a.prev-button,#jm-allpage .header-ms .dj-mslider a.prev-button,#jm-allpage .header-ms .djslider-loader a.next-button,#jm-allpage .header-ms .dj-mslider a.next-button,#jm-allpage .header-ms .djslider-loader a.play-button,#jm-allpage .header-ms .dj-mslider a.play-button,#jm-allpage .header-ms .djslider-loader a.pause-button,#jm-allpage .header-ms .dj-mslider a.pause-button,#jm-allpage .header-ms .djslider-loader a.dj-prev,#jm-allpage .header-ms .dj-mslider a.dj-prev,#jm-allpage .header-ms .djslider-loader a.dj-next,#jm-allpage .header-ms .dj-mslider a.dj-next,#jm-allpage .header-ms .djslider-loader a.dj-play,#jm-allpage .header-ms .dj-mslider a.dj-play,#jm-allpage .header-ms .djslider-loader a.dj-pause,#jm-allpage .header-ms .dj-mslider a.dj-pause{background-color: #fff;background-position: center center;background-repeat: no-repeat;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;width: 80px;height: 80px}#jm-allpage .header-ms .djslider-loader img.prev-button:focus,#jm-allpage .header-ms .dj-mslider img.prev-button:focus,#jm-allpage .header-ms .djslider-loader img.next-button:focus,#jm-allpage .header-ms .dj-mslider img.next-button:focus,#jm-allpage .header-ms .djslider-loader img.play-button:focus,#jm-allpage .header-ms .dj-mslider img.play-button:focus,#jm-allpage .header-ms .djslider-loader img.pause-button:focus,#jm-allpage .header-ms .dj-mslider img.pause-button:focus,#jm-allpage .header-ms .djslider-loader img.dj-prev:focus,#jm-allpage .header-ms .dj-mslider img.dj-prev:focus,#jm-allpage .header-ms .djslider-loader img.dj-next:focus,#jm-allpage .header-ms .dj-mslider img.dj-next:focus,#jm-allpage .header-ms .djslider-loader img.dj-play:focus,#jm-allpage .header-ms .dj-mslider img.dj-play:focus,#jm-allpage .header-ms .djslider-loader img.dj-pause:focus,#jm-allpage .header-ms .dj-mslider img.dj-pause:focus,#jm-allpage .header-ms .djslider-loader a.prev-button:focus,#jm-allpage .header-ms .dj-mslider a.prev-button:focus,#jm-allpage .header-ms .djslider-loader a.next-button:focus,#jm-allpage .header-ms .dj-mslider a.next-button:focus,#jm-allpage .header-ms .djslider-loader a.play-button:focus,#jm-allpage .header-ms .dj-mslider a.play-button:focus,#jm-allpage .header-ms .djslider-loader a.pause-button:focus,#jm-allpage .header-ms .dj-mslider a.pause-button:focus,#jm-allpage .header-ms .djslider-loader a.dj-prev:focus,#jm-allpage .header-ms .dj-mslider a.dj-prev:focus,#jm-allpage .header-ms .djslider-loader a.dj-next:focus,#jm-allpage .header-ms .dj-mslider a.dj-next:focus,#jm-allpage .header-ms .djslider-loader a.dj-play:focus,#jm-allpage .header-ms .dj-mslider a.dj-play:focus,#jm-allpage .header-ms .djslider-loader a.dj-pause:focus,#jm-allpage .header-ms .dj-mslider a.dj-pause:focus{outline: none}#jm-allpage .header-ms .djslider-loader img.prev-button,#jm-allpage .header-ms .dj-mslider img.prev-button,#jm-allpage .header-ms .djslider-loader img.dj-prev,#jm-allpage .header-ms .dj-mslider img.dj-prev,#jm-allpage .header-ms .djslider-loader a.prev-button,#jm-allpage .header-ms .dj-mslider a.prev-button,#jm-allpage .header-ms .djslider-loader a.dj-prev,#jm-allpage .header-ms .dj-mslider a.dj-prev{background-image: url(/templates/jm-university/images/navi/header/prev.png)}#jm-allpage .header-ms .djslider-loader img.prev-button:hover,#jm-allpage .header-ms .dj-mslider img.prev-button:hover,#jm-allpage .header-ms .djslider-loader img.dj-prev:hover,#jm-allpage .header-ms .dj-mslider img.dj-prev:hover,#jm-allpage .header-ms .djslider-loader a.prev-button:hover,#jm-allpage .header-ms .dj-mslider a.prev-button:hover,#jm-allpage .header-ms .djslider-loader a.dj-prev:hover,#jm-allpage .header-ms .dj-mslider a.dj-prev:hover{background-image: url(/templates/jm-university/images/navi/header/prev-hover.png)}#jm-allpage .header-ms .djslider-loader img.next-button,#jm-allpage .header-ms .dj-mslider img.next-button,#jm-allpage .header-ms .djslider-loader img.dj-next,#jm-allpage .header-ms .dj-mslider img.dj-next,#jm-allpage .header-ms .djslider-loader a.next-button,#jm-allpage .header-ms .dj-mslider a.next-button,#jm-allpage .header-ms .djslider-loader a.dj-next,#jm-allpage .header-ms .dj-mslider a.dj-next{background-image: url(/templates/jm-university/images/navi/header/next.png)}#jm-allpage .header-ms .djslider-loader img.next-button:hover,#jm-allpage .header-ms .dj-mslider img.next-button:hover,#jm-allpage .header-ms .djslider-loader img.dj-next:hover,#jm-allpage .header-ms .dj-mslider img.dj-next:hover,#jm-allpage .header-ms .djslider-loader a.next-button:hover,#jm-allpage .header-ms .dj-mslider a.next-button:hover,#jm-allpage .header-ms .djslider-loader a.dj-next:hover,#jm-allpage .header-ms .dj-mslider a.dj-next:hover{background-image: url(/templates/jm-university/images/navi/header/next-hover.png)}#jm-allpage .header-ms .djslider-loader img.play-button,#jm-allpage .header-ms .dj-mslider img.play-button,#jm-allpage .header-ms .djslider-loader img.dj-play,#jm-allpage .header-ms .dj-mslider img.dj-play,#jm-allpage .header-ms .djslider-loader a.play-button,#jm-allpage .header-ms .dj-mslider a.play-button,#jm-allpage .header-ms .djslider-loader a.dj-play,#jm-allpage .header-ms .dj-mslider a.dj-play{background-image: url(/templates/jm-university/images/navi/header/play.png)}#jm-allpage .header-ms .djslider-loader img.play-button:hover,#jm-allpage .header-ms .dj-mslider img.play-button:hover,#jm-allpage .header-ms .djslider-loader img.dj-play:hover,#jm-allpage .header-ms .dj-mslider img.dj-play:hover,#jm-allpage .header-ms .djslider-loader a.play-button:hover,#jm-allpage .header-ms .dj-mslider a.play-button:hover,#jm-allpage .header-ms .djslider-loader a.dj-play:hover,#jm-allpage .header-ms .dj-mslider a.dj-play:hover{background-image: url(/templates/jm-university/images/navi/header/play-hover.png)}#jm-allpage .header-ms .djslider-loader img.pause-button,#jm-allpage .header-ms .dj-mslider img.pause-button,#jm-allpage .header-ms .djslider-loader img.dj-pause,#jm-allpage .header-ms .dj-mslider img.dj-pause,#jm-allpage .header-ms .djslider-loader a.pause-button,#jm-allpage .header-ms .dj-mslider a.pause-button,#jm-allpage .header-ms .djslider-loader a.dj-pause,#jm-allpage .header-ms .dj-mslider a.dj-pause{background-image: url(/templates/jm-university/images/navi/header/pause.png)}#jm-allpage .header-ms .djslider-loader img.pause-button:hover,#jm-allpage .header-ms .dj-mslider img.pause-button:hover,#jm-allpage .header-ms .djslider-loader img.dj-pause:hover,#jm-allpage .header-ms .dj-mslider img.dj-pause:hover,#jm-allpage .header-ms .djslider-loader a.pause-button:hover,#jm-allpage .header-ms .dj-mslider a.pause-button:hover,#jm-allpage .header-ms .djslider-loader a.dj-pause:hover,#jm-allpage .header-ms .dj-mslider a.dj-pause:hover{background-image: url(/templates/jm-university/images/navi/header/pause-hover.png)}#jm-allpage #jm-page .header-ms .djslider-loader .dj-slide,#jm-allpage #jm-page .header-ms .dj-mslider .dj-slide,#jm-allpage #jm-page .header-ms .djslider-loader ul.dj-slides > li,#jm-allpage #jm-page .header-ms .dj-mslider ul.dj-slides > li{background: #444}#jm-top1{position: relative}.jm-module.stripe-ms:before{content: '';position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 150px;background: #fff}.jm-module.stripe-ms .jm-module-in{position: relative;z-index: 1}#jm-allpage .full-tabs-ms .djtabs.default-theme .djtabs-title{float: none;text-align: center}#jm-allpage .djtabs.default-theme{margin: 0}#jm-allpage .djtabs.default-theme .tabs-wrapper{font-size: 0}#jm-allpage .djtabs.default-theme .djtabs-in-border{color: #666}#jm-allpage .djtabs.default-theme .djtabs-title-wrapper{display: inline-block;vertical-align: bottom}#jm-allpage .djtabs.default-theme .djtabs-title{font: inherit;border: none;font-size: 16px;font-weight: 400;font-family: 'Source Sans Pro', sans-serif;height: auto;line-height: 50px;margin: 0;padding: 20px 40px;text-decoration: none;text-align: left;color: #fff;background: #222a36;border-left: 1px solid #2b3544;width: auto !important;border-radius: 0;box-sizing: border-box}#jm-allpage .djtabs.default-theme .djtabs-title .djtab-text{margin: 0}#jm-allpage .djtabs.default-theme .djtabs-title-wrapper:first-child .djtabs-title{border-color: transparent}#jm-allpage .djtabs.default-theme .djtabs-title:hover,#jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title{color: #fff;background: #364e72;border-color: #3e5a83}#jm-allpage .djtabs.default-theme .djtabs-in-border{border: none;background: #fff}#jm-allpage .djtabs.default-theme .djtabs-in{margin: 0;padding: 40px}#jm-allpage .djtabs.default-theme [class^="icon-"],#jm-allpage .djtabs.default-theme [class*=" icon-"]{vertical-align: baseline;margin: 0}#jm-allpage .djtabs.default-theme .djtab-custom-html{display: inline-block;margin: 0 10px 0 0}#jm-allpage .djtabs.default-theme .djtabs-article-group{margin: 0;border-bottom: 1px solid #e3e3e3}#jm-allpage .djtabs.default-theme .djtabs-article-group:first-child{border-top: 1px solid #e3e3e3}#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-group-active{padding-bottom: 20px}#jm-allpage .djtabs.default-theme .djtabs-panel{height: auto;margin: 0;padding: 0;background: none;border: none;border-radius: 0}#jm-allpage .djtabs.default-theme .djtabs-panel span{line-height: 50px}#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{margin-left: 0;font-size: 16px;font-weight: 400;font-family: 'Source Sans Pro', sans-serif;color: #474747}#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a{text-decoration: none;text-transform: none}#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-date{margin: 0 10px 0 0;font: inherit;font-size: 16px;color: inherit;font-weight: 400;line-height: 50px;opacity: .7}#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title a{color: #364e72 !important}#jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title{color: #364e72}#jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler{margin: 13px 10px 0;width: 17px;height: 25px;background-repeat: no-repeat;background-position: center center;background-color: transparent;background-image: url(/templates/jm-university/images/scheme1/down_arrow.png)}#jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/scheme1/up_arrow.png);background-color: transparent}#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out{border: none;margin-bottom: 30px}#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel{border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3}#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-article-body{padding-top: 20px}#jm-allpage .djtabs.default-theme .type-article .djtabs-article-group{border: none;padding: 0}#jm-allpage .djtabs.default-theme .type-article .djtabs-panel{padding: 0;margin: 0 0 20px;border: none}#jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 41.6px}#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{margin: 0;font-size: 32px;font-weight: 600}#jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title a{color: #364e72}#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title{color: #474747}#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 41.6px}#jm-allpage .djtabs.default-theme .djtabs-date-in{font: inherit;color: inherit}#jm-allpage .djtabs.default-theme .djtabs-article-content{font: inherit;line-height: 1.7;color: inherit;margin: 0}#jm-allpage .djtabs.default-theme .djtabs-article-content a{color: #444}#jm-allpage .djtabs.default-theme .djtabs-article-footer{margin: 15px 0 0}#jm-allpage .djtabs.default-theme .djtabs-article-author,#jm-allpage .djtabs.default-theme .djtabs-article-category{font: inherit;color: inherit;font-weight: 400;margin: 0 0 0 10px}#jm-allpage .djtabs.default-theme .djtabs-article-author a,#jm-allpage .djtabs.default-theme .djtabs-article-category a{font-weight: 400;color: #444}#jm-allpage .djtabs.default-theme .djtabs-readmore{margin: 15px 0 0;display: block;width: 100%;text-align: right}#jm-allpage .djtabs.default-theme .djtabs-readmore a{display: inline-block;vertical-align: top;font-style: normal;padding: 0 20px 0 0;border: none;background: none;color: #364e72;position: relative;text-transform: uppercase}#jm-allpage .djtabs.default-theme .djtabs-readmore a:hover{text-decoration: underline}#jm-allpage .djtabs.default-theme .djtabs-readmore a:after{content: "";position: absolute;top: 50%;margin-top: -6px;width: 15px;height: 12px;right: 0;left: auto;background: url(/templates/jm-university/images/scheme1/readmore.png)}#jm-allpage .djtabs.default-theme .tabsBlock{width: 100%;margin: 0}#jm-allpage .djtabs.default-theme .djtabs-article-img.dj-img-left{margin-right: 20px}#jm-allpage .djtabs.default-theme .djtabs-article-img.dj-img-right{margin-left: 20px}#jm-allpage .djtabs.default-theme .djtabs-article-img{margin-top: 5px;margin-bottom: 20px}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border{background: none;color: inherit}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-in{padding: 0}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-title{color: inherit;text-transform: none}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #364e72 !important}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #364e72}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .type-article .djtabs-panel-active .djtabs-panel-title{color: inherit}#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .type-article .djtabs-panel:hover .djtabs-panel-title{color: inherit}#jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper{width: 100%;margin: 0}#jm-allpage .djtabs.default-theme.accordion .djtabs-title{border-top: 1px solid #27303e;border-left: none;border-right: none;width: 100% !important}#jm-allpage .djtabs.default-theme.accordion .djtabs-title:hover,#jm-allpage .djtabs.default-theme.accordion .djtabs-active-wrapper .djtabs-title{border-color: #3e5a83}#jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title{border-color: transparent}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/down_arrow_white.png)}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/up_arrow_white.png)}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #466594 !important}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #466594}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #293241}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a{color: #fff}#jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after,#jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after{background: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/scheme1/down_arrow.png)}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/scheme1/up_arrow.png)}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #364e72 !important}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #364e72}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a{color: #364e72}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after,#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after,#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after,#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after{background: url(/templates/jm-university/images/scheme1/readmore.png)}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/down_arrow_white.png)}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/up_arrow_white.png)}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #466594 !important}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #466594}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #415e89}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a{color: #fff}#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a:after{background: url(/templates/jm-university/images/readmore_white.png)}#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #e3e3e3}#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #ea274b}#jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #618324}#jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #008ec5}img[id*='_djtabs_loading']{display: none !important}.djtabs .djtabs-body .icon-asterisk:before{content: "\2a"}.djtabs .djtabs-body .icon-plus:before{content: "\2b"}.djtabs .djtabs-body .icon-euro:before,.djtabs .djtabs-body .icon-eur:before{content: "\20ac"}.djtabs .djtabs-body .icon-minus:before{content: "\2212"}.djtabs .djtabs-body .icon-cloud:before{content: "\2601"}.djtabs .djtabs-body .icon-envelope:before{content: "\2709"}.djtabs .djtabs-body .icon-pencil:before{content: "\270f"}.djtabs .djtabs-body .icon-glass:before{content: "\e001"}.djtabs .djtabs-body .icon-music:before{content: "\e002"}.djtabs .djtabs-body .icon-search:before{content: "\e003"}.djtabs .djtabs-body .icon-heart:before{content: "\e005"}.djtabs .djtabs-body .icon-star:before{content: "\e006"}.djtabs .djtabs-body .icon-star-empty:before{content: "\e007"}.djtabs .djtabs-body .icon-user:before{content: "\e008"}.djtabs .djtabs-body .icon-film:before{content: "\e009"}.djtabs .djtabs-body .icon-th-large:before{content: "\e010"}.djtabs .djtabs-body .icon-th:before{content: "\e011"}.djtabs .djtabs-body .icon-th-list:before{content: "\e012"}.djtabs .djtabs-body .icon-ok:before{content: "\e013"}.djtabs .djtabs-body .icon-cancel:before,.djtabs .djtabs-body .icon-remove:before{content: "\e014"}.djtabs .djtabs-body .icon-zoom-in:before{content: "\e015"}.djtabs .djtabs-body .icon-zoom-out:before{content: "\e016"}.djtabs .djtabs-body .icon-off:before{content: "\e017"}.djtabs .djtabs-body .icon-signal:before{content: "\e018"}.djtabs .djtabs-body .icon-cog:before{content: "\e019"}.djtabs .djtabs-body .icon-trash:before{content: "\e020"}.djtabs .djtabs-body .icon-home:before{content: "\e021"}.djtabs .djtabs-body .icon-copy:before,.djtabs .djtabs-body .icon-file-add:before,.djtabs .djtabs-body .icon-file:before{content: "\e022"}.djtabs .djtabs-body .icon-time:before{content: "\e023"}.djtabs .djtabs-body .icon-road:before{content: "\e024"}.djtabs .djtabs-body .icon-download-alt:before{content: "\e025"}.djtabs .djtabs-body .icon-download:before{content: "\e026"}.djtabs .djtabs-body .icon-upload:before{content: "\e027"}.djtabs .djtabs-body .icon-archive:before,.djtabs .djtabs-body .icon-inbox:before{content: "\e028"}.djtabs .djtabs-body .icon-play-circle:before{content: "\e029"}.djtabs .djtabs-body .icon-repeat:before{content: "\e030"}.djtabs .djtabs-body .icon-refresh:before{content: "\e031"}.djtabs .djtabs-body .icon-list-alt:before{content: "\e032"}.djtabs .djtabs-body .icon-lock:before{content: "\e033"}.djtabs .djtabs-body .icon-flag:before{content: "\e034"}.djtabs .djtabs-body .icon-headphones:before{content: "\e035"}.djtabs .djtabs-body .icon-volume-off:before{content: "\e036"}.djtabs .djtabs-body .icon-volume-down:before{content: "\e037"}.djtabs .djtabs-body .icon-volume-up:before{content: "\e038"}.djtabs .djtabs-body .icon-qrcode:before{content: "\e039"}.djtabs .djtabs-body .icon-barcode:before{content: "\e040"}.djtabs .djtabs-body .icon-tag:before{content: "\e041"}.djtabs .djtabs-body .icon-tags:before{content: "\e042"}.djtabs .djtabs-body .icon-book:before{content: "\e043"}.djtabs .djtabs-body .icon-bookmark:before{content: "\e044"}.djtabs .djtabs-body .icon-print:before{content: "\e045"}.djtabs .djtabs-body .icon-camera:before{content: "\e046"}.djtabs .djtabs-body .icon-font:before{content: "\e047"}.djtabs .djtabs-body .icon-bold:before{content: "\e048"}.djtabs .djtabs-body .icon-italic:before{content: "\e049"}.djtabs .djtabs-body .icon-text-height:before{content: "\e050"}.djtabs .djtabs-body .icon-text-width:before{content: "\e051"}.djtabs .djtabs-body .icon-align-left:before{content: "\e052"}.djtabs .djtabs-body .icon-align-center:before{content: "\e053"}.djtabs .djtabs-body .icon-align-right:before{content: "\e054"}.djtabs .djtabs-body .icon-align-justify:before{content: "\e055"}.djtabs .djtabs-body .icon-list:before{content: "\e056"}.djtabs .djtabs-body .icon-indent-left:before{content: "\e057"}.djtabs .djtabs-body .icon-indent-right:before{content: "\e058"}.djtabs .djtabs-body .icon-facetime-video:before{content: "\e059"}.djtabs .djtabs-body .icon-picture:before{content: "\e060"}.djtabs .djtabs-body .icon-map-marker:before{content: "\e062"}.djtabs .djtabs-body .icon-adjust:before{content: "\e063"}.djtabs .djtabs-body .icon-tint:before{content: "\e064"}.djtabs .djtabs-body .icon-edit:before{content: "\e065"}.djtabs .djtabs-body .icon-share:before{content: "\e066"}.djtabs .djtabs-body .icon-check:before{content: "\e067"}.djtabs .djtabs-body .icon-move:before{content: "\e068"}.djtabs .djtabs-body .icon-step-backward:before{content: "\e069"}.djtabs .djtabs-body .icon-fast-backward:before{content: "\e070"}.djtabs .djtabs-body .icon-backward:before{content: "\e071"}.djtabs .djtabs-body .icon-play:before{content: "\e072"}.djtabs .djtabs-body .icon-pause:before{content: "\e073"}.djtabs .djtabs-body .icon-stop:before{content: "\e074"}.djtabs .djtabs-body .icon-forward:before{content: "\e075"}.djtabs .djtabs-body .icon-fast-forward:before{content: "\e076"}.djtabs .djtabs-body .icon-step-forward:before{content: "\e077"}.djtabs .djtabs-body .icon-eject:before{content: "\e078"}.djtabs .djtabs-body .icon-chevron-left:before{content: "\e079"}.djtabs .djtabs-body .icon-chevron-right:before{content: "\e080"}.djtabs .djtabs-body .icon-plus-sign:before{content: "\e081"}.djtabs .djtabs-body .icon-minus-sign:before{content: "\e082"}.djtabs .djtabs-body .icon-remove-sign:before{content: "\e083"}.djtabs .djtabs-body .icon-ok-sign:before{content: "\e084"}.djtabs .djtabs-body .icon-question-sign:before{content: "\e085"}.djtabs .djtabs-body .icon-info-sign:before{content: "\e086"}.djtabs .djtabs-body .icon-screenshot:before{content: "\e087"}.djtabs .djtabs-body .icon-remove-circle:before{content: "\e088"}.djtabs .djtabs-body .icon-ok-circle:before{content: "\e089"}.djtabs .djtabs-body .icon-ban-circle:before{content: "\e090"}.djtabs .djtabs-body .icon-arrow-left:before{content: "\e091"}.djtabs .djtabs-body .icon-arrow-right:before{content: "\e092"}.djtabs .djtabs-body .icon-arrow-up:before{content: "\e093"}.djtabs .djtabs-body .icon-arrow-down:before{content: "\e094"}.djtabs .djtabs-body .icon-share-alt:before{content: "\e095"}.djtabs .djtabs-body .icon-resize-full:before{content: "\e096"}.djtabs .djtabs-body .icon-resize-small:before{content: "\e097"}.djtabs .djtabs-body .icon-exclamation-sign:before{content: "\e101"}.djtabs .djtabs-body .icon-gift:before{content: "\e102"}.djtabs .djtabs-body .icon-leaf:before{content: "\e103"}.djtabs .djtabs-body .icon-fire:before{content: "\e104"}.djtabs .djtabs-body .icon-eye:before,.djtabs .djtabs-body .icon-eye-open:before{content: "\e105"}.djtabs .djtabs-body .icon-eye-close:before{content: "\e106"}.djtabs .djtabs-body .icon-warning-sign:before{content: "\e107"}.djtabs .djtabs-body .icon-plane:before{content: "\e108"}.djtabs .djtabs-body .icon-calendar:before{content: "\e109"}.djtabs .djtabs-body .icon-random:before{content: "\e110"}.djtabs .djtabs-body .icon-comment:before{content: "\e111"}.djtabs .djtabs-body .icon-magnet:before{content: "\e112"}.djtabs .djtabs-body .icon-chevron-up:before{content: "\e113"}.djtabs .djtabs-body .icon-chevron-down:before{content: "\e114"}.djtabs .djtabs-body .icon-retweet:before{content: "\e115"}.djtabs .djtabs-body .icon-shopping-cart:before{content: "\e116"}.djtabs .djtabs-body .icon-folder-close:before{content: "\e117"}.djtabs .djtabs-body .icon-folder-open:before{content: "\e118"}.djtabs .djtabs-body .icon-resize-vertical:before{content: "\e119"}.djtabs .djtabs-body .icon-resize-horizontal:before{content: "\e120"}.djtabs .djtabs-body .icon-hdd:before{content: "\e121"}.djtabs .djtabs-body .icon-bullhorn:before{content: "\e122"}.djtabs .djtabs-body .icon-bell:before{content: "\e123"}.djtabs .djtabs-body .icon-certificate:before{content: "\e124"}.djtabs .djtabs-body .icon-thumbs-up:before{content: "\e125"}.djtabs .djtabs-body .icon-thumbs-down:before{content: "\e126"}.djtabs .djtabs-body .icon-hand-right:before{content: "\e127"}.djtabs .djtabs-body .icon-hand-left:before{content: "\e128"}.djtabs .djtabs-body .icon-hand-up:before{content: "\e129"}.djtabs .djtabs-body .icon-hand-down:before{content: "\e130"}.djtabs .djtabs-body .icon-circle-arrow-right:before{content: "\e131"}.djtabs .djtabs-body .icon-circle-arrow-left:before{content: "\e132"}.djtabs .djtabs-body .icon-circle-arrow-up:before{content: "\e133"}.djtabs .djtabs-body .icon-circle-arrow-down:before{content: "\e134"}.djtabs .djtabs-body .icon-globe:before{content: "\e135"}.djtabs .djtabs-body .icon-wrench:before{content: "\e136"}.djtabs .djtabs-body .icon-tasks:before{content: "\e137"}.djtabs .djtabs-body .icon-filter:before{content: "\e138"}.djtabs .djtabs-body .icon-briefcase:before{content: "\e139"}.djtabs .djtabs-body .icon-fullscreen:before{content: "\e140"}.djtabs .djtabs-body .icon-dashboard:before{content: "\e141"}.djtabs .djtabs-body .icon-paperclip:before{content: "\e142"}.djtabs .djtabs-body .icon-heart-empty:before{content: "\e143"}.djtabs .djtabs-body .icon-link:before{content: "\e144"}.djtabs .djtabs-body .icon-phone:before{content: "\e145"}.djtabs .djtabs-body .icon-pushpin:before{content: "\e146"}.djtabs .djtabs-body .icon-usd:before{content: "\e148"}.djtabs .djtabs-body .icon-gbp:before{content: "\e149"}.djtabs .djtabs-body .icon-sort:before{content: "\e150"}.djtabs .djtabs-body .icon-sort-by-alphabet:before{content: "\e151"}.djtabs .djtabs-body .icon-sort-by-alphabet-alt:before{content: "\e152"}.djtabs .djtabs-body .icon-sort-by-order:before{content: "\e153"}.djtabs .djtabs-body .icon-sort-by-order-alt:before{content: "\e154"}.djtabs .djtabs-body .icon-sort-by-attributes:before{content: "\e155"}.djtabs .djtabs-body .icon-sort-by-attributes-alt:before{content: "\e156"}.djtabs .djtabs-body .icon-unchecked:before{content: "\e157"}.djtabs .djtabs-body .icon-expand:before{content: "\e158"}.djtabs .djtabs-body .icon-collapse-down:before{content: "\e159"}.djtabs .djtabs-body .icon-collapse-up:before{content: "\e160"}.djtabs .djtabs-body .icon-log-in:before{content: "\e161"}.djtabs .djtabs-body .icon-flash:before{content: "\e162"}.djtabs .djtabs-body .icon-log-out:before{content: "\e163"}.djtabs .djtabs-body .icon-new-window:before{content: "\e164"}.djtabs .djtabs-body .icon-record:before{content: "\e165"}.djtabs .djtabs-body .icon-save:before{content: "\e166"}.djtabs .djtabs-body .icon-open:before{content: "\e167"}.djtabs .djtabs-body .icon-saved:before{content: "\e168"}.djtabs .djtabs-body .icon-import:before{content: "\e169"}.djtabs .djtabs-body .icon-export:before{content: "\e170"}.djtabs .djtabs-body .icon-send:before{content: "\e171"}.djtabs .djtabs-body .icon-floppy-disk:before{content: "\e172"}.djtabs .djtabs-body .icon-floppy-saved:before{content: "\e173"}.djtabs .djtabs-body .icon-floppy-remove:before{content: "\e174"}.djtabs .djtabs-body .icon-floppy-save:before{content: "\e175"}.djtabs .djtabs-body .icon-floppy-open:before{content: "\e176"}.djtabs .djtabs-body .icon-credit-card:before{content: "\e177"}.djtabs .djtabs-body .icon-transfer:before{content: "\e178"}.djtabs .djtabs-body .icon-cutlery:before{content: "\e179"}.djtabs .djtabs-body .icon-header:before{content: "\e180"}.djtabs .djtabs-body .icon-compressed:before{content: "\e181"}.djtabs .djtabs-body .icon-earphone:before{content: "\e182"}.djtabs .djtabs-body .icon-phone-alt:before{content: "\e183"}.djtabs .djtabs-body .icon-tower:before{content: "\e184"}.djtabs .djtabs-body .icon-stats:before{content: "\e185"}.djtabs .djtabs-body .icon-sd-video:before{content: "\e186"}.djtabs .djtabs-body .icon-hd-video:before{content: "\e187"}.djtabs .djtabs-body .icon-subtitles:before{content: "\e188"}.djtabs .djtabs-body .icon-sound-stereo:before{content: "\e189"}.djtabs .djtabs-body .icon-sound-dolby:before{content: "\e190"}.djtabs .djtabs-body .icon-sound-5-1:before{content: "\e191"}.djtabs .djtabs-body .icon-sound-6-1:before{content: "\e192"}.djtabs .djtabs-body .icon-sound-7-1:before{content: "\e193"}.djtabs .djtabs-body .icon-copyright-mark:before{content: "\e194"}.djtabs .djtabs-body .icon-registration-mark:before{content: "\e195"}.djtabs .djtabs-body .icon-cloud-download:before{content: "\e197"}.djtabs .djtabs-body .icon-cloud-upload:before{content: "\e198"}.djtabs .djtabs-body .icon-tree-conifer:before{content: "\e199"}.djtabs .djtabs-body .icon-tree-deciduous:before{content: "\e200"}
.cf:before,.cf:after{display: table;content: "";line-height: 0}.cf:after{clear: both}@media (max-width: 1170px){#jm-allpage .dj-megamenu li a.dj-up_a{padding-left: 10px;padding-right: 10px}.jm-footer-contact .box{display: block;text-align: center}.jm-footer-contact .box .jm-promo-ico,.jm-footer-contact .box .jm-promotext{display: block}.jm-footer-contact .box .jm-promotext{padding-top: 20px;padding-left: 0;padding-right: 0}#jm-allpage #jm-page-settings .nav.menu .container-width{display: none}}@media (max-width: 979px){.jm-module-in{height: auto !important;min-height: auto !important}img{box-sizing: border-box}.btn{-webkit-appearance: none}#jm-djmenu{text-align: center}#jm-back-top span{width: 40px;height: 40px}}@media (max-width: 767px){input,select,textarea{max-width: 100%}#jm-top-bar{text-align: center}#jm-top-bar1 + #jm-top-bar2{padding-top: 10px}#jm-footer-left,#jm-footer-right,#jm-footer-center{text-align: center}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title{width: 100% !important;border-left: none;border-right: none;border-bottom: 1px solid #2b3544}#jm-allpage .djtabs.default-theme .tabs-wrapper{position: relative;padding-left: 20%;padding-right: 20%}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper{display: none}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-active-wrapper{display: block}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-active-wrapper{width: 100% !important}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next{width: 20% !important;position: absolute;top: 0;z-index: 2}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev .djtabs-title,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next .djtabs-title{text-overflow: clip;overflow: visible;padding-left: 5px;padding-right: 5px}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev .djtabs-title:hover,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next .djtabs-title:hover{background: #2e4261}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev .djtabs-title:before,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next .djtabs-title:before{position: relative;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height: 1}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev .djtab-text,#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next .djtab-text{display: none}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev{left: 0}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-prev .djtabs-title:before{content: "\e079"}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next{right: 0}#jm-allpage .djtabs.default-theme .tabs-wrapper .djtabs-title-wrapper.djtabs-next .djtabs-title:before{content: "\e080"}#jm-footer-center .jm-icons,#jm-footer-center .jmm-social.override{margin: 5px 0}.items-row{margin-bottom: 30px}.items-row .item{margin-bottom: 30px}dl.tabs,.nav-tabs{display: block !important}dl.tabs dt.tabs,.nav-tabs > li{float: none !important}.nav-tabs > li a,dl.tabs > dt a{border-left: none;border-right: none;border-bottom: 1px solid rgba(255,255,255,0.1)}.plan-options{margin-bottom: 15px}}@media (max-width: 480px){input,select,textarea{width: 100%}#jm-logo-sitedesc{max-width: 170px}#jm-logo-sitedesc #jm-logo{text-align: center;padding-top: 0}.jm-tabhome .box{display: block}.jm-tabhome .box .jm-ico,.jm-tabhome .box .jm-desc{display: block}.jm-tabhome .box .jm-ico{text-align: center;padding-left: 0;padding-right: 0}.jm-tabhome .box .jm-desc{padding-top: 20px}}@media (max-width: 1170px){#jm-allpage .header-ms .djslider-loader .dj-slide-title,#jm-allpage .header-ms .dj-mslider .dj-slide-title{font-size: 53.2px !important;line-height: 1.1 !important}}@media (max-width: 979px){.dj-slide-title{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-rendering: optimizeLegibility;box-sizing: border-box}.dj-slide-description,.dj-slide-description p{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-rendering: optimizeLegibility;box-sizing: border-box}}@media (max-width: 767px){#jm-allpage .header-ms .djslider-loader .dj-slide-title,#jm-allpage .header-ms .dj-mslider .dj-slide-title{font-size: 30px !important;line-height: 1.1 !important}#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper,#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper{padding-top: 10px !important}}@media (max-width: 480px){.dj-slide-title{font-size: 14px !important}.dj-slide-desc-text{padding: 10px !important}.dj-readmore-wrapper{display: none !important}#jm-allpage .header-ms .djslider-loader .dj-indicators,#jm-allpage .header-ms .dj-mslider .dj-indicators,#jm-allpage .header-ms .djslider-loader .navigation-container,#jm-allpage .header-ms .dj-mslider .navigation-container,#jm-allpage .header-ms .djslider-loader .navigation-container-custom,#jm-allpage .header-ms .dj-mslider .navigation-container-custom{visibility: hidden !important;pointer-events: none}.skitter-square .play_pause_button,.skitter-square .next_button,.skitter-square .focus_button,.skitter-square .prev_button{display: none !important}}@media (max-width: 320px){.dj-slide-title,.nivo-controlNav,.dj-slide-description,.dj-slide-desc-text,.dj-slide-desc-bg{display: none !important}.dj-indicators,.navigation-container,.navigation-container-custom{visibility: hidden !important;pointer-events: none}}
.cf:before,.cf:after{display: table;content: "";line-height: 0}.cf:after{clear: both}body.night{background: #c2c2c2}body.night #jm-allpage{background: #c2c2c2}body.night #jm-top-bar{background: #c5c5c5}body.night #jm-logo-nav{background: #ccc}body.night #jm-header{background: #c5c5c5}body.night #jm-top1{background: #c2c2c2}body.night #jm-top2{background: #ccc}body.night #jm-main{background: #c2c2c2}body.night #jm-bottom1{background: #ccc}body.night #jm-bottom2{background: #c2c2c2}body.night .jm-module.stripe-ms:before{background: #ccc}body.night #jm-allpage .djtabs.default-theme .djtabs-in-border{background: #ccc}body.night #jm-allpage .jm-module.color1-ms{background: #2b3e5b}body.night #jm-allpage .jm-module.color2-ms{background: #c2c2c2}body.night #jm-allpage .jm-module.color3-ms{background: #b51230}body.night #jm-allpage .jm-module.color4-ms{background: #415718}body.night #jm-allpage .jm-module.color5-ms{background: #005e83}body.highcontrast{background: #000;color: #fff}body.highcontrast #jm-page-settings ul.nav.menu li a{background: #000}body.highcontrast #jm-page-settings ul.nav.menu .contrast a{border-color: #fff}body.highcontrast #jm-page-settings ul.nav.menu .container-width a{border-color: #fff}body.highcontrast #jm-page-settings ul.nav.menu .resizer a{border-color: #fff}body.highcontrast #jm-allpage,body.highcontrast #jm-top-bar,body.highcontrast #jm-logo-nav,body.highcontrast #jm-header,body.highcontrast #jm-top1,body.highcontrast #jm-top2,body.highcontrast #jm-top3,body.highcontrast #jm-main,body.highcontrast #jm-bottom1,body.highcontrast #jm-bottom2,body.highcontrast #jm-bottom3,body.highcontrast #jm-footer-mod,body.highcontrast #jm-footer{background: #000;color: #fff;border: none !important}body.highcontrast #jm-allpage .jm-module .jm-title,body.highcontrast #jm-top-bar .jm-module .jm-title,body.highcontrast #jm-logo-nav .jm-module .jm-title,body.highcontrast #jm-header .jm-module .jm-title,body.highcontrast #jm-top1 .jm-module .jm-title,body.highcontrast #jm-top2 .jm-module .jm-title,body.highcontrast #jm-top3 .jm-module .jm-title,body.highcontrast #jm-main .jm-module .jm-title,body.highcontrast #jm-bottom1 .jm-module .jm-title,body.highcontrast #jm-bottom2 .jm-module .jm-title,body.highcontrast #jm-bottom3 .jm-module .jm-title,body.highcontrast #jm-footer-mod .jm-module .jm-title,body.highcontrast #jm-footer .jm-module .jm-title{color: #fff}body.highcontrast #jm-logo-sitedesc #jm-logo a{color: #fff}body.highcontrast #jm-logo-sitedesc #jm-logo a:hover,body.highcontrast #jm-logo-sitedesc #jm-logo a:focus{color: #000;background: #fff}body.highcontrast #jm-logo-sitedesc #jm-logo a img{background-color: #fff}body.highcontrast .breadcrumb{border-color: #fff}body.highcontrast #jm-poweredby{color: #fff}body.highcontrast #jm-poweredby a{color: #fff;text-decoration: underline}body.highcontrast #jm-poweredby a:hover,body.highcontrast #jm-poweredby a:focus{text-decoration: none;color: #000;background: #fff}body.highcontrast #jm-back-top a{color: #fff;background-color: #000;border: 2px solid #fff}body.highcontrast a{color: #8bfffb;text-decoration: underline;-webkit-transition: none !important;transition: none !important}body.highcontrast a:hover,body.highcontrast a:focus{color: #000;background: #fff;text-decoration: none}body.highcontrast #jm-top3 a,body.highcontrast #jm-footer-mod a,body.highcontrast .dj-megamenu-override .modules-wrap a,body.highcontrast #jm-allpage .jm-module.color1-ms a,body.highcontrast #jm-allpage .jm-module.color2-ms a,body.highcontrast #jm-allpage .jm-module.color3-ms a,body.highcontrast #jm-allpage .jm-module.color4-ms a,body.highcontrast #jm-allpage .jm-module.color5-ms a{color: #8bfffb;text-decoration: underline}body.highcontrast #jm-top3 a:hover,body.highcontrast #jm-footer-mod a:hover,body.highcontrast .dj-megamenu-override .modules-wrap a:hover,body.highcontrast #jm-allpage .jm-module.color1-ms a:hover,body.highcontrast #jm-allpage .jm-module.color2-ms a:hover,body.highcontrast #jm-allpage .jm-module.color3-ms a:hover,body.highcontrast #jm-allpage .jm-module.color4-ms a:hover,body.highcontrast #jm-allpage .jm-module.color5-ms a:hover,body.highcontrast #jm-top3 a:focus,body.highcontrast #jm-footer-mod a:focus,body.highcontrast .dj-megamenu-override .modules-wrap a:focus,body.highcontrast #jm-allpage .jm-module.color1-ms a:focus,body.highcontrast #jm-allpage .jm-module.color2-ms a:focus,body.highcontrast #jm-allpage .jm-module.color3-ms a:focus,body.highcontrast #jm-allpage .jm-module.color4-ms a:focus,body.highcontrast #jm-allpage .jm-module.color5-ms a:focus{color: #000;background: #fff;text-decoration: none}body.highcontrast #jm-footer a{color: #8bfffb;text-decoration: underline}body.highcontrast #jm-footer a:hover,body.highcontrast #jm-footer a:focus{color: #000;background-color: #fff;text-decoration: none}body.highcontrast h1,body.highcontrast h2,body.highcontrast h3,body.highcontrast h4,body.highcontrast h5,body.highcontrast h6{color: #fff}body.highcontrast h1 a,body.highcontrast h2 a,body.highcontrast h3 a,body.highcontrast h4 a,body.highcontrast h5 a,body.highcontrast h6 a{color: #8bfffb;text-decoration: underline}body.highcontrast h1 a:hover,body.highcontrast h2 a:hover,body.highcontrast h3 a:hover,body.highcontrast h4 a:hover,body.highcontrast h5 a:hover,body.highcontrast h6 a:hover,body.highcontrast h1 a:focus,body.highcontrast h2 a:focus,body.highcontrast h3 a:focus,body.highcontrast h4 a:focus,body.highcontrast h5 a:focus,body.highcontrast h6 a:focus{color: #000;background: #fff;text-decoration: none}body.highcontrast #jm-allpage ul:not([class]),body.highcontrast #jm-allpage ul.jm-dark,body.highcontrast #jm-allpage ul.jm-light{list-style: disc outside none}body.highcontrast #jm-allpage ul:not([class]) li,body.highcontrast #jm-allpage ul.jm-dark li,body.highcontrast #jm-allpage ul.jm-light li{padding: 0;margin: 0;background-image: none}body.highcontrast #jm-top3 ul:not([class]),body.highcontrast #jm-footer-mod ul:not([class]),body.highcontrast #jm-top-menu-nav ul:not([class]),body.highcontrast #jm-allpage .jm-module.color1-ms ul:not([class]),body.highcontrast #jm-allpage .jm-module.color2-ms ul:not([class]),body.highcontrast #jm-allpage .jm-module.color3-ms ul:not([class]),body.highcontrast #jm-allpage .jm-module.color4-ms ul:not([class]),body.highcontrast #jm-allpage .jm-module.color5-ms ul:not([class]),body.highcontrast #jm-top3 ul.jm-dark,body.highcontrast #jm-footer-mod ul.jm-dark,body.highcontrast #jm-top-menu-nav ul.jm-dark,body.highcontrast #jm-allpage .jm-module.color1-ms ul.jm-dark,body.highcontrast #jm-allpage .jm-module.color2-ms ul.jm-dark,body.highcontrast #jm-allpage .jm-module.color3-ms ul.jm-dark,body.highcontrast #jm-allpage .jm-module.color4-ms ul.jm-dark,body.highcontrast #jm-allpage .jm-module.color5-ms ul.jm-dark,body.highcontrast #jm-top3 ul.jm-light,body.highcontrast #jm-footer-mod ul.jm-light,body.highcontrast #jm-top-menu-nav ul.jm-light,body.highcontrast #jm-allpage .jm-module.color1-ms ul.jm-light,body.highcontrast #jm-allpage .jm-module.color2-ms ul.jm-light,body.highcontrast #jm-allpage .jm-module.color3-ms ul.jm-light,body.highcontrast #jm-allpage .jm-module.color4-ms ul.jm-light,body.highcontrast #jm-allpage .jm-module.color5-ms ul.jm-light{list-style: disc outside none}body.highcontrast #jm-top3 ul:not([class]) li,body.highcontrast #jm-footer-mod ul:not([class]) li,body.highcontrast #jm-top-menu-nav ul:not([class]) li,body.highcontrast #jm-allpage .jm-module.color1-ms ul:not([class]) li,body.highcontrast #jm-allpage .jm-module.color2-ms ul:not([class]) li,body.highcontrast #jm-allpage .jm-module.color3-ms ul:not([class]) li,body.highcontrast #jm-allpage .jm-module.color4-ms ul:not([class]) li,body.highcontrast #jm-allpage .jm-module.color5-ms ul:not([class]) li,body.highcontrast #jm-top3 ul.jm-dark li,body.highcontrast #jm-footer-mod ul.jm-dark li,body.highcontrast #jm-top-menu-nav ul.jm-dark li,body.highcontrast #jm-allpage .jm-module.color1-ms ul.jm-dark li,body.highcontrast #jm-allpage .jm-module.color2-ms ul.jm-dark li,body.highcontrast #jm-allpage .jm-module.color3-ms ul.jm-dark li,body.highcontrast #jm-allpage .jm-module.color4-ms ul.jm-dark li,body.highcontrast #jm-allpage .jm-module.color5-ms ul.jm-dark li,body.highcontrast #jm-top3 ul.jm-light li,body.highcontrast #jm-footer-mod ul.jm-light li,body.highcontrast #jm-top-menu-nav ul.jm-light li,body.highcontrast #jm-allpage .jm-module.color1-ms ul.jm-light li,body.highcontrast #jm-allpage .jm-module.color2-ms ul.jm-light li,body.highcontrast #jm-allpage .jm-module.color3-ms ul.jm-light li,body.highcontrast #jm-allpage .jm-module.color4-ms ul.jm-light li,body.highcontrast #jm-allpage .jm-module.color5-ms ul.jm-light li{padding: 0;margin: 0;background-image: none}body.highcontrast .label-info[href],body.highcontrast .badge-info[href],body.highcontrast .label-info,body.highcontrast .badge-info{color: #000 !important;background: #fff;text-decoration: none}body.highcontrast .label-info[href]:hover,body.highcontrast .badge-info[href]:hover,body.highcontrast .label-info:hover,body.highcontrast .badge-info:hover,body.highcontrast .label-info[href]:focus,body.highcontrast .badge-info[href]:focus,body.highcontrast .label-info:focus,body.highcontrast .badge-info:focus{background: #fff;text-decoration: underline}body.highcontrast #jm-allpage .chzn-container-single .chzn-single,body.highcontrast #jm-allpage .chzn-container-multi .chzn-choices{border-color: #fff;color: #fff;background: #000}body.highcontrast #jm-allpage .chzn-container .chzn-drop{border-color: #fff;background: #000}body.highcontrast #jm-allpage .chzn-container-multi .chzn-choices .search-field input.default{color: #fff}body.highcontrast #jm-allpage .chzn-container-multi .chzn-choices .search-choice{color: #fff;border-color: #fff;background: #000}body.highcontrast h1.componentheading,body.highcontrast .tag-category > h1,body.highcontrast .page-header > h1,body.highcontrast .content-category > h1,body.highcontrast .categories-list > h1,body.highcontrast .blog-featured > h1,body.highcontrast .contact-category > h1,body.highcontrast .contact > h1,body.highcontrast .newsfeed-category > h1,body.highcontrast h1.page-title,body.highcontrast .finder > h1,body.highcontrast .weblink-category > h1,body.highcontrast .edit > h1{color: #fff}body.highcontrast h2.item-title,body.highcontrast .page-header > h2,body.highcontrast .content-category > h2,body.highcontrast .blog > h2,body.highcontrast .cat-children > h3,body.highcontrast .contact-category > h2,body.highcontrast .weblink-category > h2,body.highcontrast .newsfeed > h2,body.highcontrast .newsfeed-category > h2,body.highcontrast .weblink-category > h2,body.highcontrast .contact > h3{color: #fff}body.highcontrast h2.item-title a,body.highcontrast .page-header > h2 a,body.highcontrast .content-category > h2 a,body.highcontrast .blog > h2 a,body.highcontrast .cat-children > h3 a,body.highcontrast .contact-category > h2 a,body.highcontrast .weblink-category > h2 a,body.highcontrast .newsfeed > h2 a,body.highcontrast .newsfeed-category > h2 a,body.highcontrast .weblink-category > h2 a,body.highcontrast .contact > h3 a{color: #fff}body.highcontrast h2.item-title a:hover,body.highcontrast .page-header > h2 a:hover,body.highcontrast .content-category > h2 a:hover,body.highcontrast .blog > h2 a:hover,body.highcontrast .cat-children > h3 a:hover,body.highcontrast .contact-category > h2 a:hover,body.highcontrast .weblink-category > h2 a:hover,body.highcontrast .newsfeed > h2 a:hover,body.highcontrast .newsfeed-category > h2 a:hover,body.highcontrast .weblink-category > h2 a:hover,body.highcontrast .contact > h3 a:hover,body.highcontrast h2.item-title a:focus,body.highcontrast .page-header > h2 a:focus,body.highcontrast .content-category > h2 a:focus,body.highcontrast .blog > h2 a:focus,body.highcontrast .cat-children > h3 a:focus,body.highcontrast .contact-category > h2 a:focus,body.highcontrast .weblink-category > h2 a:focus,body.highcontrast .newsfeed > h2 a:focus,body.highcontrast .newsfeed-category > h2 a:focus,body.highcontrast .weblink-category > h2 a:focus,body.highcontrast .contact > h3 a:focus{color: #000;background: #fff}body.highcontrast h3.page-header{border-color: #fff}body.highcontrast dl.article-info{color: #fff}body.highcontrast ul.list-striped > li{border-color: #fff}body.highcontrast .items-leading div[class*="leading-"],body.highcontrast .items-row,body.highcontrast .archive-items > div{border-color: #fff}body.highcontrast p.img_caption{background: #000}body.highcontrast #jm-allpage .readmore,body.highcontrast #jm-top3 .readmore,body.highcontrast #jm-footer-mod .readmore,body.highcontrast #jm-top-menu-nav .readmore,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore{padding: 20px 55px;color: #8bfffb;border-color: #fff}body.highcontrast #jm-allpage .readmore:hover,body.highcontrast #jm-top3 .readmore:hover,body.highcontrast #jm-footer-mod .readmore:hover,body.highcontrast #jm-top-menu-nav .readmore:hover,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore:hover,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore:hover,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore:hover,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore:hover,body.highcontrast #jm-allpage .readmore:focus,body.highcontrast #jm-top3 .readmore:focus,body.highcontrast #jm-footer-mod .readmore:focus,body.highcontrast #jm-top-menu-nav .readmore:focus,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore:focus,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore:focus,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore:focus,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore:focus{color: #000;background: #fff}body.highcontrast #jm-allpage .readmore:after,body.highcontrast #jm-top3 .readmore:after,body.highcontrast #jm-footer-mod .readmore:after,body.highcontrast #jm-top-menu-nav .readmore:after,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore:after,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore:after,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore:after,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore:after{display: none}body.highcontrast #jm-allpage p.readmore{background: none}body.highcontrast #jm-allpage p.readmore:hover,body.highcontrast #jm-allpage p.readmore:focus{background: none}body.highcontrast .tip-wrap .tip{color: #000;background-color: #fff}body.highcontrast .tip-wrap .tip-top{border-bottom-color: #fff}body.highcontrast .tip-wrap .tip-title{color: #000}body.highcontrast .tip-wrap .tip-text{color: #000}body.highcontrast .tooltip.in{opacity: 1}body.highcontrast .tooltip-inner{color: #000;background-color: #fff}body.highcontrast .tooltip.top .tooltip-arrow{border-top-color: #fff}body.highcontrast .tooltip.right .tooltip-arrow{border-right-color: #fff}body.highcontrast .tooltip.left .tooltip-arrow{border-left-color: #fff}body.highcontrast .tooltip.bottom .tooltip-arrow{border-bottom-color: #fff}body.highcontrast .dj-megamenu-override li.dj-up a.dj-up_a{color: #fff;text-decoration: underline}body.highcontrast .dj-megamenu-override li.dj-up a.dj-up_a small.subtitle{opacity: 1;color: #8bfffb}body.highcontrast .dj-megamenu-override li.dj-up.active a.dj-up_a,body.highcontrast .dj-megamenu-override li.dj-up:hover a.dj-up_a,body.highcontrast .dj-megamenu-override li.dj-up.hover a.dj-up_a{text-decoration: none;color: #000;background: #fff}body.highcontrast .dj-megamenu-override li.dj-up.active a.dj-up_a small.subtitle,body.highcontrast .dj-megamenu-override li.dj-up:hover a.dj-up_a small.subtitle,body.highcontrast .dj-megamenu-override li.dj-up.hover a.dj-up_a small.subtitle{color: #000}body.highcontrast .dj-megamenu-override li.dj-up.active a.dj-up_a:focus,body.highcontrast .dj-megamenu-override li.dj-up:hover a.dj-up_a:focus,body.highcontrast .dj-megamenu-override li.dj-up.hover a.dj-up_a:focus{outline: 2px solid #f00}body.highcontrast .dj-megamenu-override li div.dj-subwrap div.dj-subwrap-in{background: #fff;border-color: #fff}body.highcontrast .dj-megamenu-override .dj-submenu > li > a,body.highcontrast .dj-megamenu-override .dj-subtree > li > a{color: #000}body.highcontrast .dj-megamenu-override .dj-submenu > li:hover > a,body.highcontrast .dj-megamenu-override .dj-subtree > li:hover > a,body.highcontrast .dj-megamenu-override .dj-submenu > li.hover > a,body.highcontrast .dj-megamenu-override .dj-subtree > li.hover > a,body.highcontrast .dj-megamenu-override .dj-submenu > li.active > a,body.highcontrast .dj-megamenu-override .dj-subtree > li.active > a{color: #fff;background: #000;background-image: none;text-indent: 5px}body.highcontrast .dj-megamenu-override .multiple_cols .dj-subcol + .dj-subcol:after{border-color: #000}body.highcontrast .dj-megamenu-sticky.dj-megamenu-override{background: #000}body.highcontrast #jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn,body.highcontrast #jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn,body.highcontrast #jm-allpage .dj-megamenu-select .dj-mobile-open-btn{color: #fff}body.highcontrast #jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,body.highcontrast #jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn:hover,body.highcontrast #jm-allpage .dj-megamenu-select .dj-mobile-open-btn:hover{color: #8bfffb}body.highcontrast #jm-allpage .dj-megamenu-override .modules-wrap{color: #000}body.highcontrast #jm-allpage .dj-megamenu-override .modules-wrap .moduletable > h3{color: #000}body.highcontrast .dj-megamenu-offcanvas .dj-mobile-open-btn,body.highcontrast .dj-megamenu-accordion .dj-mobile-open-btn,body.highcontrast .dj-megamenu-select .dj-mobile-open-btn{color: #fff}body.highcontrast .dj-offcanvas,body.highcontrast .dj-offcanvas > div{background: #fff;color: #000}body.highcontrast .dj-offcanvas .dj-offcanvas-close-btn{color: #000}body.highcontrast .dj-offcanvas ul li.dj-mobileitem > a,body.highcontrast .dj-offcanvas .nav.menu > li:first-child > a,body.highcontrast .dj-offcanvas .nav.menu > li:first-child > span.separator{background: #fff;color: #000;border: none}body.highcontrast .dj-offcanvas ul li.dj-mobileitem:hover > a,body.highcontrast .dj-offcanvas ul li.dj-mobileitem.active > a,body.highcontrast .dj-offcanvas .nav.menu li a:hover,body.highcontrast .dj-offcanvas .nav.menu li span.separator:hover,body.highcontrast .dj-offcanvas .nav.menu li a:focus,body.highcontrast .dj-offcanvas .nav.menu li span.separator:focus{background: #000;color: #fff}body.highcontrast .dj-offcanvas ul li.dj-mobileitem.parent > a span.toggler{color: #000}body.highcontrast .dj-offcanvas ul li.dj-mobileitem.parent:hover > a span.toggler,body.highcontrast .dj-offcanvas ul li.dj-mobileitem.parent.active > a span.toggler{color: #fff}body.highcontrast .dj-offcanvas ul li.dj-mobileitem > a .subtitle{color: #000}body.highcontrast .dj-offcanvas ul li.dj-mobileitem:hover > a .subtitle,body.highcontrast .dj-offcanvas ul li.dj-mobileitem.active > a .subtitle{color: #fff}body.highcontrast .jm-module .jm-title{color: #fff}body.highcontrast .moduletable > h3{color: #fff}body.highcontrast #jm-header .jm-module .jm-title,body.highcontrast #jm-top3 .jm-module .jm-title,body.highcontrast #jm-footer-mod .jm-module .jm-title{color: #fff}body.highcontrast #jm-header .moduletable > h3,body.highcontrast #jm-top3 .moduletable > h3,body.highcontrast #jm-footer-mod .moduletable > h3{color: #fff}body.highcontrast #jm-allpage .jm-module.color1-ms,body.highcontrast #jm-allpage .jm-module.color2-ms,body.highcontrast #jm-allpage .jm-module.color3-ms,body.highcontrast #jm-allpage .jm-module.color4-ms,body.highcontrast #jm-allpage .jm-module.color5-ms{background: #000;color: #fff;border: 1px solid #fff}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default .jmm-icon{color: #fff}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default .jmm-icon a:hover{background: none}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default .jmm-title{color: #fff}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default .jmm-title a{color: #8bfffb}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default .jmm-title a:hover{color: #000;background: #fff}body.highcontrast #jm-allpage .jm-module.style2-ms.color1-ms,body.highcontrast #jm-allpage .jm-module.style2-ms.color2-ms,body.highcontrast #jm-allpage .jm-module.style2-ms.color3-ms,body.highcontrast #jm-allpage .jm-module.style2-ms.color4-ms,body.highcontrast #jm-allpage .jm-module.style2-ms.color5-ms{border: none}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title{color: #8bfffb}body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title a:hover,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title a:hover,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title a:hover,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title a:hover,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title a:hover,body.highcontrast #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title a:hover{color: #000;background: #fff}body.highcontrast .jm-tabhome .box span[class*='icon']{color: #fff}body.highcontrast .jm-tabhome .box .jm-label{color: #8bfffb}body.highcontrast .text-color1,body.highcontrast .text-color2,body.highcontrast .text-color3,body.highcontrast .text-color4,body.highcontrast .text-color5{color: #8bfffb}body.highcontrast #jm-allpage .readmore-large,body.highcontrast #jm-top3 .readmore-large,body.highcontrast #jm-footer-mod .readmore-large,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large,body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large{border: 2px solid #fff;color: #fff}body.highcontrast #jm-allpage .readmore-large [class^="icon-"],body.highcontrast #jm-top3 .readmore-large [class^="icon-"],body.highcontrast #jm-footer-mod .readmore-large [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large [class^="icon-"],body.highcontrast #jm-allpage .readmore-large [class*=" icon-"],body.highcontrast #jm-top3 .readmore-large [class*=" icon-"],body.highcontrast #jm-footer-mod .readmore-large [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large [class*=" icon-"]{color: #fff}body.highcontrast #jm-allpage .readmore-large:hover,body.highcontrast #jm-top3 .readmore-large:hover,body.highcontrast #jm-footer-mod .readmore-large:hover,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large:hover,body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large:hover,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large:hover,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large:hover,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large:hover,body.highcontrast #jm-allpage .readmore-large:focus,body.highcontrast #jm-top3 .readmore-large:focus,body.highcontrast #jm-footer-mod .readmore-large:focus,body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large:focus,body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large:focus,body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large:focus,body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large:focus,body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large:focus{color: #000;background: #fff}body.highcontrast #jm-allpage .readmore-large:hover [class^="icon-"],body.highcontrast #jm-top3 .readmore-large:hover [class^="icon-"],body.highcontrast #jm-footer-mod .readmore-large:hover [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large:hover [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large:hover [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large:hover [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large:hover [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large:hover [class^="icon-"],body.highcontrast #jm-allpage .readmore-large:focus [class^="icon-"],body.highcontrast #jm-top3 .readmore-large:focus [class^="icon-"],body.highcontrast #jm-footer-mod .readmore-large:focus [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large:focus [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large:focus [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large:focus [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large:focus [class^="icon-"],body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large:focus [class^="icon-"],body.highcontrast #jm-allpage .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-top3 .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-footer-mod .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large:hover [class*=" icon-"],body.highcontrast #jm-allpage .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-top3 .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-footer-mod .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color1-ms .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color2-ms .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color3-ms .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color4-ms .readmore-large:focus [class*=" icon-"],body.highcontrast #jm-allpage .jm-module.color5-ms .readmore-large:focus [class*=" icon-"]{color: #000}body.highcontrast #jm-top-bar .search-ms .search form{width: auto;height: auto}body.highcontrast #jm-top-bar .search-ms .search input.button,body.highcontrast #jm-top-bar .search-ms .search button.button{position: static;display: inline-block;font-size: 12px;padding: 0 15px;background-image: none;width: auto;height: 25px;border: 1px solid #fff;color: #fff !important}body.highcontrast #jm-top-bar .search-ms .search input.button:hover,body.highcontrast #jm-top-bar .search-ms .search button.button:hover{background: #fff;color: #000 !important}body.highcontrast #jm-top-bar .search-ms .search .inputbox{position: static;padding: 0 10px;width: 215px;background: #000;color: #fff;border: 1px solid #fff;pointer-events: auto;opacity: 1}body.highcontrast .jm-icons a{color: #000;background-position: center center;background-repeat: no-repeat;background-color: transparent;opacity: 1}body.highcontrast .jm-icons a:hover,body.highcontrast .jm-icons a:focus{background-color: #8bfffb}body.highcontrast .jm-icons a.jm-facebook{background-image: url(/templates/jm-university/images/social/facebook.png)}body.highcontrast .jm-icons a.jm-link{background-image: url(/templates/jm-university/images/social/linkedin.png)}body.highcontrast .jm-icons a.jm-skype{background-image: url(/templates/jm-university/images/social/skype.png)}body.highcontrast .jm-icons a.jm-twitter{background-image: url(/templates/jm-university/images/social/twitter.png)}body.highcontrast .jm-icons a.jm-google{background-image: url(/templates/jm-university/images/social/gplus.png)}body.highcontrast #jm-allpage .jmm-social.override li .jmm-ico{color: #fff;background: #000}body.highcontrast #jm-allpage .jmm-social.override li a:hover,body.highcontrast #jm-allpage .jmm-social.override li a:focus{background: none}body.highcontrast #jm-allpage .jmm-social.override li a:hover .jmm-ico,body.highcontrast #jm-allpage .jmm-social.override li a:focus .jmm-ico{opacity: 1;color: #000;background: #fff}body.highcontrast #jm-allpage .contact-ps > h3:first-child{color: #fff}body.highcontrast .nav.menu li a,body.highcontrast #jm-allpage .color1-ms .nav.menu li a,body.highcontrast #jm-allpage .color2-ms .nav.menu li a,body.highcontrast #jm-allpage .color3-ms .nav.menu li a,body.highcontrast #jm-allpage .color4-ms .nav.menu li a,body.highcontrast #jm-allpage .color5-ms .nav.menu li a,body.highcontrast #jm-top3 .nav.menu li a,body.highcontrast #jm-footer-mod .nav.menu li a,body.highcontrast .nav.menu li span.separator,body.highcontrast #jm-allpage .color1-ms .nav.menu li span.separator,body.highcontrast #jm-allpage .color2-ms .nav.menu li span.separator,body.highcontrast #jm-allpage .color3-ms .nav.menu li span.separator,body.highcontrast #jm-allpage .color4-ms .nav.menu li span.separator,body.highcontrast #jm-allpage .color5-ms .nav.menu li span.separator,body.highcontrast #jm-top3 .nav.menu li span.separator,body.highcontrast #jm-footer-mod .nav.menu li span.separator{color: #fff;background-image: none;border-color: #fff;padding-top: 6px;padding-bottom: 6px}body.highcontrast .nav.menu li a:hover,body.highcontrast #jm-allpage .color1-ms .nav.menu li a:hover,body.highcontrast #jm-allpage .color2-ms .nav.menu li a:hover,body.highcontrast #jm-allpage .color3-ms .nav.menu li a:hover,body.highcontrast #jm-allpage .color4-ms .nav.menu li a:hover,body.highcontrast #jm-allpage .color5-ms .nav.menu li a:hover,body.highcontrast #jm-top3 .nav.menu li a:hover,body.highcontrast #jm-footer-mod .nav.menu li a:hover,body.highcontrast .nav.menu li span.separator:hover,body.highcontrast #jm-allpage .color1-ms .nav.menu li span.separator:hover,body.highcontrast #jm-allpage .color2-ms .nav.menu li span.separator:hover,body.highcontrast #jm-allpage .color3-ms .nav.menu li span.separator:hover,body.highcontrast #jm-allpage .color4-ms .nav.menu li span.separator:hover,body.highcontrast #jm-allpage .color5-ms .nav.menu li span.separator:hover,body.highcontrast #jm-top3 .nav.menu li span.separator:hover,body.highcontrast #jm-footer-mod .nav.menu li span.separator:hover,body.highcontrast .nav.menu li a:focus,body.highcontrast #jm-allpage .color1-ms .nav.menu li a:focus,body.highcontrast #jm-allpage .color2-ms .nav.menu li a:focus,body.highcontrast #jm-allpage .color3-ms .nav.menu li a:focus,body.highcontrast #jm-allpage .color4-ms .nav.menu li a:focus,body.highcontrast #jm-allpage .color5-ms .nav.menu li a:focus,body.highcontrast #jm-top3 .nav.menu li a:focus,body.highcontrast #jm-footer-mod .nav.menu li a:focus,body.highcontrast .nav.menu li span.separator:focus,body.highcontrast #jm-allpage .color1-ms .nav.menu li span.separator:focus,body.highcontrast #jm-allpage .color2-ms .nav.menu li span.separator:focus,body.highcontrast #jm-allpage .color3-ms .nav.menu li span.separator:focus,body.highcontrast #jm-allpage .color4-ms .nav.menu li span.separator:focus,body.highcontrast #jm-allpage .color5-ms .nav.menu li span.separator:focus,body.highcontrast #jm-top3 .nav.menu li span.separator:focus,body.highcontrast #jm-footer-mod .nav.menu li span.separator:focus{color: #000;background: #fff;text-indent: 5px}body.highcontrast .nav.menu li a,body.highcontrast #jm-allpage .color1-ms .nav.menu li a,body.highcontrast #jm-allpage .color2-ms .nav.menu li a,body.highcontrast #jm-allpage .color3-ms .nav.menu li a,body.highcontrast #jm-allpage .color4-ms .nav.menu li a,body.highcontrast #jm-allpage .color5-ms .nav.menu li a,body.highcontrast #jm-top3 .nav.menu li a,body.highcontrast #jm-footer-mod .nav.menu li a{text-decoration: underline}body.highcontrast .nav.menu > li > a,body.highcontrast #jm-allpage .color1-ms .nav.menu > li > a,body.highcontrast #jm-allpage .color2-ms .nav.menu > li > a,body.highcontrast #jm-allpage .color3-ms .nav.menu > li > a,body.highcontrast #jm-allpage .color4-ms .nav.menu > li > a,body.highcontrast #jm-allpage .color5-ms .nav.menu > li > a,body.highcontrast #jm-top3 .nav.menu > li > a,body.highcontrast #jm-footer-mod .nav.menu > li > a,body.highcontrast .nav.menu > li > span.separator,body.highcontrast #jm-allpage .color1-ms .nav.menu > li > span.separator,body.highcontrast #jm-allpage .color2-ms .nav.menu > li > span.separator,body.highcontrast #jm-allpage .color3-ms .nav.menu > li > span.separator,body.highcontrast #jm-allpage .color4-ms .nav.menu > li > span.separator,body.highcontrast #jm-allpage .color5-ms .nav.menu > li > span.separator,body.highcontrast #jm-top3 .nav.menu > li > span.separator,body.highcontrast #jm-footer-mod .nav.menu > li > span.separator{background: none;padding-top: 14px;padding-bottom: 14px}body.highcontrast .nav.menu li.active > a,body.highcontrast #jm-allpage .color1-ms .nav.menu li.active > a,body.highcontrast #jm-allpage .color2-ms .nav.menu li.active > a,body.highcontrast #jm-allpage .color3-ms .nav.menu li.active > a,body.highcontrast #jm-allpage .color4-ms .nav.menu li.active > a,body.highcontrast #jm-allpage .color5-ms .nav.menu li.active > a,body.highcontrast #jm-top3 .nav.menu li.active > a,body.highcontrast #jm-footer-mod .nav.menu li.active > a,body.highcontrast .nav.menu li.active > span.separator,body.highcontrast #jm-allpage .color1-ms .nav.menu li.active > span.separator,body.highcontrast #jm-allpage .color2-ms .nav.menu li.active > span.separator,body.highcontrast #jm-allpage .color3-ms .nav.menu li.active > span.separator,body.highcontrast #jm-allpage .color4-ms .nav.menu li.active > span.separator,body.highcontrast #jm-allpage .color5-ms .nav.menu li.active > span.separator,body.highcontrast #jm-top3 .nav.menu li.active > span.separator,body.highcontrast #jm-footer-mod .nav.menu li.active > span.separator{color: #000;background: #fff;text-indent: 5px}body.highcontrast .nav.menu > li.parent > ul,body.highcontrast #jm-allpage .color1-ms .nav.menu > li.parent > ul,body.highcontrast #jm-allpage .color2-ms .nav.menu > li.parent > ul,body.highcontrast #jm-allpage .color3-ms .nav.menu > li.parent > ul,body.highcontrast #jm-allpage .color4-ms .nav.menu > li.parent > ul,body.highcontrast #jm-allpage .color5-ms .nav.menu > li.parent > ul,body.highcontrast #jm-top3 .nav.menu > li.parent > ul,body.highcontrast #jm-footer-mod .nav.menu > li.parent > ul{margin-top: 0}body.highcontrast #jm-allpage .dj-megamenu .nav.menu li a,body.highcontrast #jm-allpage .dj-megamenu .nav.menu li span.separator{color: #000;text-decoration: none;background-image: none;padding-top: 6px;padding-bottom: 6px}body.highcontrast #jm-allpage .dj-megamenu .nav.menu li a:hover,body.highcontrast #jm-allpage .dj-megamenu .nav.menu li span.separator:hover,body.highcontrast #jm-allpage .dj-megamenu .nav.menu li a:focus,body.highcontrast #jm-allpage .dj-megamenu .nav.menu li span.separator:focus{text-decoration: underline;color: #fff;background: #000;text-indent: 5px}body.highcontrast #jm-allpage .dj-megamenu .nav.menu > li > a,body.highcontrast #jm-allpage .dj-megamenu .nav.menu > li > span.separator{background: none;padding-top: 14px;padding-bottom: 14px;text-indent: 5px}body.highcontrast #jm-allpage .dj-megamenu .nav.menu li.active > a,body.highcontrast #jm-allpage .dj-megamenu .nav.menu li.active > span.separator{color: #fff;background: #000;text-indent: 5px}body.highcontrast .nav.menu li a img{background-color: #fff;padding: 2px}body.highcontrast #jm-top-bar .nav.menu li a,body.highcontrast #jm-top-bar .nav.menu li span.separator{color: #fff;background-image: none;text-indent: 0}body.highcontrast #jm-top-bar .nav.menu li a:hover,body.highcontrast #jm-top-bar .nav.menu li span.separator:hover,body.highcontrast #jm-top-bar .nav.menu li a:focus,body.highcontrast #jm-top-bar .nav.menu li span.separator:focus{color: #000;background: #fff}body.highcontrast #jm-top-bar .nav.menu li a{text-decoration: underline}body.highcontrast #jm-top-bar .nav.menu li a:after:hover,body.highcontrast #jm-top-bar .nav.menu li a:after:focus{color: #000}body.highcontrast #jm-top-bar .nav.menu li.active > a,body.highcontrast #jm-top-bar .nav.menu li.active > span.separator{background: #fff;color: #000}body.highcontrast #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a{color: #000;background: #8bfffb}body.highcontrast #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:hover,body.highcontrast #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus{color: #000;background: #8bfffb;text-indent: 0}body.highcontrast #jm-allpage .btn,body.highcontrast #jm-allpage .jm-module.color1-ms .btn,body.highcontrast #jm-allpage .jm-module.color2-ms .btn,body.highcontrast #jm-allpage .jm-module.color3-ms .btn,body.highcontrast #jm-allpage .jm-module.color4-ms .btn,body.highcontrast #jm-allpage .jm-module.color5-ms .btn,body.highcontrast #jm-allpage a.button,body.highcontrast #jm-allpage .jm-module.color1-ms a.button,body.highcontrast #jm-allpage .jm-module.color2-ms a.button,body.highcontrast #jm-allpage .jm-module.color3-ms a.button,body.highcontrast #jm-allpage .jm-module.color4-ms a.button,body.highcontrast #jm-allpage .jm-module.color5-ms a.button,body.highcontrast #jm-allpage input.button,body.highcontrast #jm-allpage .jm-module.color1-ms input.button,body.highcontrast #jm-allpage .jm-module.color2-ms input.button,body.highcontrast #jm-allpage .jm-module.color3-ms input.button,body.highcontrast #jm-allpage .jm-module.color4-ms input.button,body.highcontrast #jm-allpage .jm-module.color5-ms input.button,body.highcontrast #jm-allpage button.button,body.highcontrast #jm-allpage .jm-module.color1-ms button.button,body.highcontrast #jm-allpage .jm-module.color2-ms button.button,body.highcontrast #jm-allpage .jm-module.color3-ms button.button,body.highcontrast #jm-allpage .jm-module.color4-ms button.button,body.highcontrast #jm-allpage .jm-module.color5-ms button.button{background: #fff;border-color: #fff;color: #000 !important}body.highcontrast #jm-allpage .btn:hover,body.highcontrast #jm-allpage .jm-module.color1-ms .btn:hover,body.highcontrast #jm-allpage .jm-module.color2-ms .btn:hover,body.highcontrast #jm-allpage .jm-module.color3-ms .btn:hover,body.highcontrast #jm-allpage .jm-module.color4-ms .btn:hover,body.highcontrast #jm-allpage .jm-module.color5-ms .btn:hover,body.highcontrast #jm-allpage a.button:hover,body.highcontrast #jm-allpage .jm-module.color1-ms a.button:hover,body.highcontrast #jm-allpage .jm-module.color2-ms a.button:hover,body.highcontrast #jm-allpage .jm-module.color3-ms a.button:hover,body.highcontrast #jm-allpage .jm-module.color4-ms a.button:hover,body.highcontrast #jm-allpage .jm-module.color5-ms a.button:hover,body.highcontrast #jm-allpage input.button:hover,body.highcontrast #jm-allpage .jm-module.color1-ms input.button:hover,body.highcontrast #jm-allpage .jm-module.color2-ms input.button:hover,body.highcontrast #jm-allpage .jm-module.color3-ms input.button:hover,body.highcontrast #jm-allpage .jm-module.color4-ms input.button:hover,body.highcontrast #jm-allpage .jm-module.color5-ms input.button:hover,body.highcontrast #jm-allpage button.button:hover,body.highcontrast #jm-allpage .jm-module.color1-ms button.button:hover,body.highcontrast #jm-allpage .jm-module.color2-ms button.button:hover,body.highcontrast #jm-allpage .jm-module.color3-ms button.button:hover,body.highcontrast #jm-allpage .jm-module.color4-ms button.button:hover,body.highcontrast #jm-allpage .jm-module.color5-ms button.button:hover,body.highcontrast #jm-allpage .btn:focus,body.highcontrast #jm-allpage .jm-module.color1-ms .btn:focus,body.highcontrast #jm-allpage .jm-module.color2-ms .btn:focus,body.highcontrast #jm-allpage .jm-module.color3-ms .btn:focus,body.highcontrast #jm-allpage .jm-module.color4-ms .btn:focus,body.highcontrast #jm-allpage .jm-module.color5-ms .btn:focus,body.highcontrast #jm-allpage a.button:focus,body.highcontrast #jm-allpage .jm-module.color1-ms a.button:focus,body.highcontrast #jm-allpage .jm-module.color2-ms a.button:focus,body.highcontrast #jm-allpage .jm-module.color3-ms a.button:focus,body.highcontrast #jm-allpage .jm-module.color4-ms a.button:focus,body.highcontrast #jm-allpage .jm-module.color5-ms a.button:focus,body.highcontrast #jm-allpage input.button:focus,body.highcontrast #jm-allpage .jm-module.color1-ms input.button:focus,body.highcontrast #jm-allpage .jm-module.color2-ms input.button:focus,body.highcontrast #jm-allpage .jm-module.color3-ms input.button:focus,body.highcontrast #jm-allpage .jm-module.color4-ms input.button:focus,body.highcontrast #jm-allpage .jm-module.color5-ms input.button:focus,body.highcontrast #jm-allpage button.button:focus,body.highcontrast #jm-allpage .jm-module.color1-ms button.button:focus,body.highcontrast #jm-allpage .jm-module.color2-ms button.button:focus,body.highcontrast #jm-allpage .jm-module.color3-ms button.button:focus,body.highcontrast #jm-allpage .jm-module.color4-ms button.button:focus,body.highcontrast #jm-allpage .jm-module.color5-ms button.button:focus,body.highcontrast #jm-allpage .btn:active,body.highcontrast #jm-allpage .jm-module.color1-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color2-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color3-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color4-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color5-ms .btn:active,body.highcontrast #jm-allpage a.button:active,body.highcontrast #jm-allpage .jm-module.color1-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color2-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color3-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color4-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color5-ms a.button:active,body.highcontrast #jm-allpage input.button:active,body.highcontrast #jm-allpage .jm-module.color1-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color2-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color3-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color4-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color5-ms input.button:active,body.highcontrast #jm-allpage button.button:active,body.highcontrast #jm-allpage .jm-module.color1-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color2-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color3-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color4-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color5-ms button.button:active,body.highcontrast #jm-allpage .btn.active,body.highcontrast #jm-allpage .jm-module.color1-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color2-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color3-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color4-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color5-ms .btn.active,body.highcontrast #jm-allpage a.button.active,body.highcontrast #jm-allpage .jm-module.color1-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color2-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color3-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color4-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color5-ms a.button.active,body.highcontrast #jm-allpage input.button.active,body.highcontrast #jm-allpage .jm-module.color1-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color2-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color3-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color4-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color5-ms input.button.active,body.highcontrast #jm-allpage button.button.active,body.highcontrast #jm-allpage .jm-module.color1-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color2-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color3-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color4-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color5-ms button.button.active{background: #000;color: #fff !important}body.highcontrast #jm-allpage .btn.active,body.highcontrast #jm-allpage .jm-module.color1-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color2-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color3-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color4-ms .btn.active,body.highcontrast #jm-allpage .jm-module.color5-ms .btn.active,body.highcontrast #jm-allpage a.button.active,body.highcontrast #jm-allpage .jm-module.color1-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color2-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color3-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color4-ms a.button.active,body.highcontrast #jm-allpage .jm-module.color5-ms a.button.active,body.highcontrast #jm-allpage input.button.active,body.highcontrast #jm-allpage .jm-module.color1-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color2-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color3-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color4-ms input.button.active,body.highcontrast #jm-allpage .jm-module.color5-ms input.button.active,body.highcontrast #jm-allpage button.button.active,body.highcontrast #jm-allpage .jm-module.color1-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color2-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color3-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color4-ms button.button.active,body.highcontrast #jm-allpage .jm-module.color5-ms button.button.active,body.highcontrast #jm-allpage .btn:active,body.highcontrast #jm-allpage .jm-module.color1-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color2-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color3-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color4-ms .btn:active,body.highcontrast #jm-allpage .jm-module.color5-ms .btn:active,body.highcontrast #jm-allpage a.button:active,body.highcontrast #jm-allpage .jm-module.color1-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color2-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color3-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color4-ms a.button:active,body.highcontrast #jm-allpage .jm-module.color5-ms a.button:active,body.highcontrast #jm-allpage input.button:active,body.highcontrast #jm-allpage .jm-module.color1-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color2-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color3-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color4-ms input.button:active,body.highcontrast #jm-allpage .jm-module.color5-ms input.button:active,body.highcontrast #jm-allpage button.button:active,body.highcontrast #jm-allpage .jm-module.color1-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color2-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color3-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color4-ms button.button:active,body.highcontrast #jm-allpage .jm-module.color5-ms button.button:active{outline: 2px solid #f00}body.highcontrast a.btn,body.highcontrast a.button{text-decoration: none}body.highcontrast #jm-allpage select,body.highcontrast #jm-allpage textarea,body.highcontrast #jm-allpage input[type="text"],body.highcontrast #jm-allpage input[type="password"],body.highcontrast #jm-allpage input[type="datetime"],body.highcontrast #jm-allpage input[type="datetime-local"],body.highcontrast #jm-allpage input[type="date"],body.highcontrast #jm-allpage input[type="month"],body.highcontrast #jm-allpage input[type="time"],body.highcontrast #jm-allpage input[type="week"],body.highcontrast #jm-allpage input[type="number"],body.highcontrast #jm-allpage input[type="email"],body.highcontrast #jm-allpage input[type="url"],body.highcontrast #jm-allpage input[type="search"],body.highcontrast #jm-allpage input[type="tel"],body.highcontrast #jm-allpage input[type="color"],body.highcontrast #jm-allpage .uneditable-input{border-color: #fff;color: #fff;background: #000}body.highcontrast #jm-allpage select:focus,body.highcontrast #jm-allpage textarea:focus,body.highcontrast #jm-allpage input[type="text"]:focus,body.highcontrast #jm-allpage input[type="password"]:focus,body.highcontrast #jm-allpage input[type="datetime"]:focus,body.highcontrast #jm-allpage input[type="datetime-local"]:focus,body.highcontrast #jm-allpage input[type="date"]:focus,body.highcontrast #jm-allpage input[type="month"]:focus,body.highcontrast #jm-allpage input[type="time"]:focus,body.highcontrast #jm-allpage input[type="week"]:focus,body.highcontrast #jm-allpage input[type="number"]:focus,body.highcontrast #jm-allpage input[type="email"]:focus,body.highcontrast #jm-allpage input[type="url"]:focus,body.highcontrast #jm-allpage input[type="search"]:focus,body.highcontrast #jm-allpage input[type="tel"]:focus,body.highcontrast #jm-allpage input[type="color"]:focus,body.highcontrast #jm-allpage .uneditable-input:focus{border-color: #8bfffb}body.highcontrast input::-moz-placeholder,body.highcontrast textarea::-moz-placeholder{color: #fff;opacity: 1}body.highcontrast input:-ms-input-placeholder,body.highcontrast textarea:-ms-input-placeholder{color: #fff}body.highcontrast input::-webkit-input-placeholder,body.highcontrast textarea::-webkit-input-placeholder{color: #fff}body.highcontrast .nav-tabs > li > a,body.highcontrast dl.tabs > dt a{color: #fff;background: #000;border: 1px solid #fff;margin: 2px}body.highcontrast .nav-tabs > li > a:hover,body.highcontrast dl.tabs > dt a:hover,body.highcontrast .nav-tabs > li > a:focus,body.highcontrast dl.tabs > dt a:focus{color: #fff;background: #000}body.highcontrast .nav-tabs > li.active > a,body.highcontrast dl.tabs > dt.open a{color: #8bfffb;background: #000}body.highcontrast dd.tabs,body.highcontrast .tab-content{background: #000}body.highcontrast .nav-tabs.nav-stacked > li > a{border-color: #fff}body.highcontrast .nav-tabs.nav-stacked > li > a:hover,body.highcontrast .nav-tabs.nav-stacked > li > a:focus{color: #8bfffb}body.highcontrast .accordion-heading .accordion-toggle,body.highcontrast .pane-sliders h3.title a{color: #fff}body.highcontrast .accordion-heading .accordion-toggle:focus,body.highcontrast .pane-sliders h3.title a:focus,body.highcontrast .accordion-heading .accordion-toggle:hover,body.highcontrast .pane-sliders h3.title a:hover{color: #8bfffb}body.highcontrast .accordion-heading .accordion-toggle:after,body.highcontrast .pane-sliders h3.title a:after,body.highcontrast .accordion-heading .accordion-toggle:focus:after,body.highcontrast .pane-sliders h3.title a:focus:after,body.highcontrast .accordion-heading .accordion-toggle.collapsed:focus:after,body.highcontrast .pane-sliders h3.title a.collapsed:focus:after{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast .accordion-heading .accordion-toggle.collapsed:after,body.highcontrast .pane-sliders h3.title a.collapsed:after{background-image: url(/templates/jm-university/images/down_arrow_white.png)}body.highcontrast .pane-sliders h3.title.pane-toggler-down a:after{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast .well{border: none;background: none}body.highcontrast .dropdown-menu{background: #000;border-color: #fff}body.highcontrast .dropdown-menu a{color: #8bfffb}body.highcontrast .dropdown-menu a:hover,body.highcontrast .dropdown-menu a:focus{color: #000}body.highcontrast .dropdown-menu a:hover [class^="icon-"],body.highcontrast .dropdown-menu a:focus [class^="icon-"],body.highcontrast .dropdown-menu a:hover [class*=" icon-"],body.highcontrast .dropdown-menu a:focus [class*=" icon-"]{color: #000}body.highcontrast .caret{border-top-color: #000}body.highcontrast .btn:hover .caret,body.highcontrast .btn:focus .caret,body.highcontrast .open .caret{border-top-color: #fff}body.highcontrast legend{color: #fff;border-color: #fff}body.highcontrast .table th,body.highcontrast table.category th,body.highcontrast .table td,body.highcontrast table.category td{border-color: #fff}body.highcontrast .table th,body.highcontrast table.category th{background: #fff;color: #000}body.highcontrast .table th a,body.highcontrast table.category th a{color: #000;text-decoration: underline}body.highcontrast .table th a:hover,body.highcontrast table.category th a:hover{text-decoration: none}body.highcontrast .table td,body.highcontrast table.category td{background: none}body.highcontrast .pager li > a,body.highcontrast .pager li > span{color: #000;background: #fff;border-color: #fff;text-decoration: none}body.highcontrast .pager li > a:hover,body.highcontrast .pager li > a:focus{color: #fff;background: #000}body.highcontrast .pagination ul > li{margin: 5px 2px 0}body.highcontrast .pagination ul > li > a,body.highcontrast .pagination ul > li > span{color: #fff;background: none;border-color: #fff}body.highcontrast .pagination ul > li > a:hover,body.highcontrast .pagination ul > li > span:hover,body.highcontrast .pagination ul > li > a:focus,body.highcontrast .pagination ul > li > span:focus{color: #fff;background: #000}body.highcontrast .pagination ul > li.active > a,body.highcontrast .pagination ul > li > span.pagenav{color: #000;background: #fff}body.highcontrast .pagination ul li.pagination-start span.pagenav,body.highcontrast .pagination ul li.pagination-prev span.pagenav,body.highcontrast .pagination ul li.pagination-next span.pagenav,body.highcontrast .pagination ul li.pagination-end span.pagenav{border-color: transparent;background: none;color: #fff}body.highcontrast .pagination ul li.pagination-start span.pagenav:hover,body.highcontrast .pagination ul li.pagination-prev span.pagenav:hover,body.highcontrast .pagination ul li.pagination-next span.pagenav:hover,body.highcontrast .pagination ul li.pagination-end span.pagenav:hover,body.highcontrast .pagination ul li.pagination-start span.pagenav:focus,body.highcontrast .pagination ul li.pagination-prev span.pagenav:focus,body.highcontrast .pagination ul li.pagination-next span.pagenav:focus,body.highcontrast .pagination ul li.pagination-end span.pagenav:focus{color: #fff;background: none}body.highcontrast .pagination ul li.pagination-start a,body.highcontrast .pagination ul li.pagination-prev a,body.highcontrast .pagination ul li.pagination-next a,body.highcontrast .pagination ul li.pagination-end a{border-color: transparent;color: #fff;background: none}body.highcontrast .pagination ul li.pagination-start a:hover,body.highcontrast .pagination ul li.pagination-prev a:hover,body.highcontrast .pagination ul li.pagination-next a:hover,body.highcontrast .pagination ul li.pagination-end a:hover,body.highcontrast .pagination ul li.pagination-start a:focus,body.highcontrast .pagination ul li.pagination-prev a:focus,body.highcontrast .pagination ul li.pagination-next a:focus,body.highcontrast .pagination ul li.pagination-end a:focus{color: #000;background: #fff}body.highcontrast .pagination ul > li > a:hover,body.highcontrast .pagination ul > li > a:focus,body.highcontrast .pagination ul > .active > a,body.highcontrast .pagination ul > .active > span{color: #000 !important;background: #fff}body.highcontrast .pagination ul > .active > a,body.highcontrast .pagination ul > .active > span{color: #000;background: #fff}body.highcontrast span.highlight{color: #000;background-color: #8bfffb}body.highcontrast h3.jm-typo-title{border-color: #fff}body.highcontrast .jm-color{color: #8bfffb}body.highcontrast .jm-block span{background: #fff;color: #000}body.highcontrast .jm-block.second span{background: #8bfffb}body.highcontrast p.jmbadge,body.highcontrast span.jmbadge{background-image: url(/templates/jm-university/images/icons/white/badge.png)}body.highcontrast p.jmcalendar,body.highcontrast span.jmcalendar{background-image: url(/templates/jm-university/images/icons/white/calendar.png)}body.highcontrast p.jmchat,body.highcontrast span.jmchat{background-image: url(/templates/jm-university/images/icons/white/chat.png)}body.highcontrast p.jmcheck,body.highcontrast span.jmcheck{background-image: url(/templates/jm-university/images/icons/white/check.png)}body.highcontrast p.jmcloud,body.highcontrast span.jmcloud{background-image: url(/templates/jm-university/images/icons/white/cloud.png)}body.highcontrast p.jmdirection,body.highcontrast span.jmdirection{background-image: url(/templates/jm-university/images/icons/white/direction.png)}body.highcontrast p.jmdivide,body.highcontrast span.jmdivide{background-image: url(/templates/jm-university/images/icons/white/divide.png)}body.highcontrast p.jmerror,body.highcontrast span.jmerror{background-image: url(/templates/jm-university/images/icons/white/error.png)}body.highcontrast p.jmfire,body.highcontrast span.jmfire{background-image: url(/templates/jm-university/images/icons/white/fire.png)}body.highcontrast p.jmflag,body.highcontrast span.jmflag{background-image: url(/templates/jm-university/images/icons/white/flag.png)}body.highcontrast p.jmheart,body.highcontrast span.jmheart{background-image: url(/templates/jm-university/images/icons/white/heart.png)}body.highcontrast p.jmhome,body.highcontrast span.jmhome{background-image: url(/templates/jm-university/images/icons/white/home.png)}body.highcontrast p.jminfo,body.highcontrast span.jminfo{background-image: url(/templates/jm-university/images/icons/white/info.png)}body.highcontrast p.jmlist,body.highcontrast span.jmlist{background-image: url(/templates/jm-university/images/icons/white/list.png)}body.highcontrast p.jmmail,body.highcontrast span.jmmail{background-image: url(/templates/jm-university/images/icons/white/mail.png)}body.highcontrast p.jmpeople,body.highcontrast span.jmpeople{background-image: url(/templates/jm-university/images/icons/white/people.png)}body.highcontrast p.jmstar,body.highcontrast span.jmstar{background-image: url(/templates/jm-university/images/icons/white/star.png)}body.highcontrast p.jmstat,body.highcontrast span.jmstat{background-image: url(/templates/jm-university/images/icons/white/stat.png)}body.highcontrast .plan-options{background: #000}body.highcontrast .plan-price{background: #fff;color: #000}body.highcontrast .dj-slide-desc-text{background: #000 !important;color: #fff !important}body.highcontrast .dj-slide-desc-text a{color: #8bfffb !important}body.highcontrast .dj-slide-title{color: #fff !important}body.highcontrast .dj-slide-title a{color: #fff !important}body.highcontrast .dj-slide-title a:hover{color: #8bfffb !important}body.highcontrast #djmediatools .dj-categories a.dj-category,body.highcontrast #djmediatools .dj-categories a.dj-category:hover{color: #fff}body.highcontrast #djmediatools .dj-categories .dj-ctitle-bg{background: #000;opacity: 1 !important}body.highcontrast #djmediatools .dj-categories .dj-ctitle-in{color: #fff !important}body.highcontrast #djmediatools .dj-categories .dj-ctitle-in:hover{color: #8bfffb !important}body.highcontrast #jm-allpage .dj-readmore-wrapper .dj-readmore{padding: 0;color: #8bfffb}body.highcontrast #jm-allpage .dj-readmore-wrapper .dj-readmore:after{display: none}body.highcontrast .dj-load-button .dj-key{color: #8bfffb !important}body.highcontrast .dj-mslider .dj-load-button{border-color: #fff !important}body.highcontrast .dj-mslider .dj-load-button.dj-load-button-active{background: #fff !important}body.highcontrast #jm-allpage .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .dj-mslider .dj-slide a:hover img.dj-image{border-color: #fff !important}body.highcontrast .djslider-loader .load-button{border-color: #fff !important}body.highcontrast .djslider-loader .load-button.load-button-active{background: #fff !important}body.highcontrast #jm-allpage .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .djslider-loader .slider-container > ul > li a img{border-color: #fff !important}body.highcontrast .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast .dj-slideshow .dj-load-button:hover .dj-key{color: #000 !important}body.highcontrast .dj-slideshow .dj-load-button-active,body.highcontrast .dj-slideshow .dj-load-button:hover{background: #fff !important}body.highcontrast #jm-allpage .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #fff !important}body.highcontrast .dj-slideshowThumbs .dj-load-button img{border-color: #fff !important}body.highcontrast #jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #fff !important}body.highcontrast .dj-tabber{border-color: #fff !important}body.highcontrast .box_skitter{margin: 0 auto;border: none !important}body.highcontrast .box_skitter .label_skitter{color: #fff !important}body.highcontrast .box_skitter .label_skitter p{color: #fff !important}body.highcontrast #jm-allpage .dj-mslider .dj-load-button,body.highcontrast #jm-top3 .dj-mslider .dj-load-button,body.highcontrast #jm-footer-mod .dj-mslider .dj-load-button,body.highcontrast #jm-allpage .color1-ms .dj-mslider .dj-load-button,body.highcontrast #jm-allpage .color2-ms .dj-mslider .dj-load-button,body.highcontrast #jm-allpage .color3-ms .dj-mslider .dj-load-button,body.highcontrast #jm-allpage .color4-ms .dj-mslider .dj-load-button,body.highcontrast #jm-allpage .color5-ms .dj-mslider .dj-load-button{border-color: #fff !important}body.highcontrast #jm-allpage .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-top3 .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-footer-mod .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-allpage .color1-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-allpage .color2-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-allpage .color3-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-allpage .color4-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast #jm-allpage .color5-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #fff !important}body.highcontrast #jm-allpage .djslider-loader .load-button,body.highcontrast #jm-top3 .djslider-loader .load-button,body.highcontrast #jm-footer-mod .djslider-loader .load-button,body.highcontrast #jm-allpage .color1-ms .djslider-loader .load-button,body.highcontrast #jm-allpage .color2-ms .djslider-loader .load-button,body.highcontrast #jm-allpage .color3-ms .djslider-loader .load-button,body.highcontrast #jm-allpage .color4-ms .djslider-loader .load-button,body.highcontrast #jm-allpage .color5-ms .djslider-loader .load-button{border-color: #fff !important}body.highcontrast #jm-allpage .djslider-loader .load-button.load-button-active,body.highcontrast #jm-top3 .djslider-loader .load-button.load-button-active,body.highcontrast #jm-footer-mod .djslider-loader .load-button.load-button-active,body.highcontrast #jm-allpage .color1-ms .djslider-loader .load-button.load-button-active,body.highcontrast #jm-allpage .color2-ms .djslider-loader .load-button.load-button-active,body.highcontrast #jm-allpage .color3-ms .djslider-loader .load-button.load-button-active,body.highcontrast #jm-allpage .color4-ms .djslider-loader .load-button.load-button-active,body.highcontrast #jm-allpage .color5-ms .djslider-loader .load-button.load-button-active{background: #fff !important}body.highcontrast #jm-allpage .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-top3 .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-footer-mod .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-allpage .color1-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-allpage .color2-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-allpage .color3-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-allpage .color4-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-allpage .color5-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast #jm-allpage .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-top3 .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-footer-mod .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-allpage .color3-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-allpage .color4-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast #jm-allpage .color5-ms .dj-slideshow .dj-load-button:hover .dj-key{color: #000 !important}body.highcontrast #jm-allpage .dj-slideshow .dj-load-button-active,body.highcontrast #jm-top3 .dj-slideshow .dj-load-button-active,body.highcontrast #jm-footer-mod .dj-slideshow .dj-load-button-active,body.highcontrast #jm-allpage .color1-ms .dj-slideshow .dj-load-button-active,body.highcontrast #jm-allpage .color2-ms .dj-slideshow .dj-load-button-active,body.highcontrast #jm-allpage .color3-ms .dj-slideshow .dj-load-button-active,body.highcontrast #jm-allpage .color4-ms .dj-slideshow .dj-load-button-active,body.highcontrast #jm-allpage .color5-ms .dj-slideshow .dj-load-button-active,body.highcontrast #jm-allpage .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-top3 .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-footer-mod .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-allpage .color3-ms .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-allpage .color4-ms .dj-slideshow .dj-load-button:hover,body.highcontrast #jm-allpage .color5-ms .dj-slideshow .dj-load-button:hover{background: #fff !important}body.highcontrast #jm-allpage .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-top3 .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-footer-mod .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .color1-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .color2-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .color3-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .color4-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .color5-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast #jm-allpage .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-top3 .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-footer-mod .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color1-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color2-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color3-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color4-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color5-ms .dj-mslider .dj-slide a:hover img.dj-image{border-color: #fff !important}body.highcontrast #jm-allpage .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-top3 .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-footer-mod .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .color1-ms .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .color2-ms .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .color3-ms .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .color4-ms .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .color5-ms .djslider-loader .slider-container > ul > li img,body.highcontrast #jm-allpage .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-top3 .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-footer-mod .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-allpage .color1-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-allpage .color2-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-allpage .color3-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-allpage .color4-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast #jm-allpage .color5-ms .djslider-loader .slider-container > ul > li a img{border-color: #fff !important}body.highcontrast #jm-allpage .dj-galleryGrid .dj-slide,body.highcontrast #jm-top3 .dj-galleryGrid .dj-slide,body.highcontrast #jm-footer-mod .dj-galleryGrid .dj-slide,body.highcontrast #jm-allpage .color1-ms .dj-galleryGrid .dj-slide,body.highcontrast #jm-allpage .color2-ms .dj-galleryGrid .dj-slide,body.highcontrast #jm-allpage .color3-ms .dj-galleryGrid .dj-slide,body.highcontrast #jm-allpage .color4-ms .dj-galleryGrid .dj-slide,body.highcontrast #jm-allpage .color5-ms .dj-galleryGrid .dj-slide{border-color: #fff !important}body.highcontrast #jm-allpage .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-top3 .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-footer-mod .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .color1-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .color2-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .color3-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .color4-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .color5-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast #jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-top3 .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-footer-mod .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color1-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color2-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color3-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color4-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color5-ms .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #fff !important}body.highcontrast #jm-allpage .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-top3 .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-footer-mod .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-allpage .color1-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-allpage .color2-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-allpage .color3-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-allpage .color4-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast #jm-allpage .color5-ms .dj-slideshowThumbs .dj-load-button img{border-color: #fff !important}body.highcontrast #jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-top3 .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-footer-mod .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast #jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-top3 .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-footer-mod .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast #jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #fff !important}body.highcontrast #jm-allpage .dj-tabber .dj-tab,body.highcontrast #jm-top3 .dj-tabber .dj-tab,body.highcontrast #jm-footer-mod .dj-tabber .dj-tab,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tab,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tab,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tab,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tab,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tab{background: #000 !important;border-color: #fff !important}body.highcontrast #jm-allpage .dj-tabber .dj-tab span,body.highcontrast #jm-top3 .dj-tabber .dj-tab span,body.highcontrast #jm-footer-mod .dj-tabber .dj-tab span,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tab span,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tab span,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tab span,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tab span,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tab span{color: #fff !important}body.highcontrast #jm-allpage .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-top3 .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-top3 .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active{border-color: transparent;background: #fff !important}body.highcontrast #jm-allpage .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-top3 .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-top3 .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span{color: #000 !important}body.highcontrast #jm-allpage .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-top3 .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast #jm-allpage .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-top3 .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab-indicator{display: none}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{color: #fff !important;text-shadow: none;background: #000 !important;padding: 10px !important}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-slide-title,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-slide-title{color: #fff !important}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-slide-title a,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-slide-title a{color: #fff !important}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-slide-title a:hover,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-slide-title a:hover{color: #8bfffb !important}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore{background: #fff;color: #000 !important;padding: 15px 40px}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:after,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:after{display: none}body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:hover,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:hover{background: #8bfffb}body.highcontrast #jm-allpage .header-ms .djslider-loader .load-button,body.highcontrast #jm-allpage .header-ms .dj-mslider .load-button,body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-load-button,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-load-button{border-color: #fff !important}body.highcontrast #jm-allpage .header-ms .djslider-loader .load-button.load-button-active,body.highcontrast #jm-allpage .header-ms .dj-mslider .load-button.load-button-active,body.highcontrast #jm-allpage .header-ms .djslider-loader .dj-load-button.dj-load-button-active,body.highcontrast #jm-allpage .header-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #fff !important}body.highcontrast #jm-allpage .header-ms .djslider-loader img.prev-button,body.highcontrast #jm-allpage .header-ms .dj-mslider img.prev-button,body.highcontrast #jm-allpage .header-ms .djslider-loader img.next-button,body.highcontrast #jm-allpage .header-ms .dj-mslider img.next-button,body.highcontrast #jm-allpage .header-ms .djslider-loader img.play-button,body.highcontrast #jm-allpage .header-ms .dj-mslider img.play-button,body.highcontrast #jm-allpage .header-ms .djslider-loader img.pause-button,body.highcontrast #jm-allpage .header-ms .dj-mslider img.pause-button,body.highcontrast #jm-allpage .header-ms .djslider-loader img.dj-prev,body.highcontrast #jm-allpage .header-ms .dj-mslider img.dj-prev,body.highcontrast #jm-allpage .header-ms .djslider-loader img.dj-next,body.highcontrast #jm-allpage .header-ms .dj-mslider img.dj-next,body.highcontrast #jm-allpage .header-ms .djslider-loader img.dj-play,body.highcontrast #jm-allpage .header-ms .dj-mslider img.dj-play,body.highcontrast #jm-allpage .header-ms .djslider-loader img.dj-pause,body.highcontrast #jm-allpage .header-ms .dj-mslider img.dj-pause{background-color: #000}body.highcontrast #jm-allpage #jm-page .header-ms .djslider-loader .dj-slide,body.highcontrast #jm-allpage #jm-page .header-ms .dj-mslider .dj-slide,body.highcontrast #jm-allpage #jm-page .header-ms .djslider-loader ul.dj-slides > li,body.highcontrast #jm-allpage #jm-page .header-ms .dj-mslider ul.dj-slides > li{background: none}body.highcontrast .jm-module.stripe-ms:before{background: #000}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-in-border{color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-title{color: #fff;background: #000;border: 1px solid #fff !important;margin: 0 2px}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-title:hover,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title{color: #8bfffb;background: #000;border-color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-in-border{background: #000}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-group{border-color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-group:first-child{border-color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a{text-decoration: underline}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a:focus{background: #000}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-date{opacity: 1}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb !important;background: #000;text-decoration: none}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/down_arrow_white.png)}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel{border-color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb}body.highcontrast #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-content a{color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-content a:hover,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-content a:focus{background: #fff;color: #000}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-author a,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-category a{color: #8bfffb}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-author a:hover,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-category a:hover,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-author a:focus,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-article-category a:focus{background: #fff;color: #000}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-readmore a{color: #8bfffb;padding: 0}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-readmore a:after{display: none}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-readmore a:hover,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-readmore a:focus{background: #fff;color: #000}body.highcontrast #jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb !important}body.highcontrast #jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast #jm-allpage .djtabs.default-theme.accordion .djtabs-title{border-color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme.accordion .djtabs-title:hover,body.highcontrast #jm-allpage .djtabs.default-theme.accordion .djtabs-active-wrapper .djtabs-title{border-color: #8bfffb}body.highcontrast #jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title{border-color: transparent}body.highcontrast #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb !important}body.highcontrast #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a{color: #8bfffb}body.highcontrast #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast #jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast #jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #fff}body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-title-wrapper.djtabs-prev .djtabs-title:hover,body.highcontrast #jm-allpage .djtabs.default-theme .djtabs-title-wrapper.djtabs-next .djtabs-title:hover{background: none}body.highcontrast2{background: #000;color: #ff0}body.highcontrast2 #jm-page-settings ul.nav.menu li a{background: #000}body.highcontrast2 #jm-page-settings ul.nav.menu .contrast a{border-color: #ff0}body.highcontrast2 #jm-page-settings ul.nav.menu .container-width a{border-color: #ff0}body.highcontrast2 #jm-page-settings ul.nav.menu .resizer a{border-color: #ff0}body.highcontrast2 #jm-allpage,body.highcontrast2 #jm-top-bar,body.highcontrast2 #jm-logo-nav,body.highcontrast2 #jm-header,body.highcontrast2 #jm-top1,body.highcontrast2 #jm-top2,body.highcontrast2 #jm-top3,body.highcontrast2 #jm-main,body.highcontrast2 #jm-bottom1,body.highcontrast2 #jm-bottom2,body.highcontrast2 #jm-bottom3,body.highcontrast2 #jm-footer-mod,body.highcontrast2 #jm-footer{background: #000;color: #ff0;border: none !important}body.highcontrast2 #jm-allpage .jm-module .jm-title,body.highcontrast2 #jm-top-bar .jm-module .jm-title,body.highcontrast2 #jm-logo-nav .jm-module .jm-title,body.highcontrast2 #jm-header .jm-module .jm-title,body.highcontrast2 #jm-top1 .jm-module .jm-title,body.highcontrast2 #jm-top2 .jm-module .jm-title,body.highcontrast2 #jm-top3 .jm-module .jm-title,body.highcontrast2 #jm-main .jm-module .jm-title,body.highcontrast2 #jm-bottom1 .jm-module .jm-title,body.highcontrast2 #jm-bottom2 .jm-module .jm-title,body.highcontrast2 #jm-bottom3 .jm-module .jm-title,body.highcontrast2 #jm-footer-mod .jm-module .jm-title,body.highcontrast2 #jm-footer .jm-module .jm-title{color: #ff0}body.highcontrast2 #jm-logo-sitedesc #jm-logo a{color: #ff0}body.highcontrast2 #jm-logo-sitedesc #jm-logo a:hover,body.highcontrast2 #jm-logo-sitedesc #jm-logo a:focus{color: #000;background: #ff0}body.highcontrast2 #jm-logo-sitedesc #jm-logo a img{background-color: #ff0}body.highcontrast2 .breadcrumb{border-color: #ff0}body.highcontrast2 #jm-poweredby{color: #ff0}body.highcontrast2 #jm-poweredby a{color: #ff0;text-decoration: underline}body.highcontrast2 #jm-poweredby a:hover,body.highcontrast2 #jm-poweredby a:focus{text-decoration: none;color: #000;background: #ff0}body.highcontrast2 #jm-back-top a{color: #ff0;background-color: #000;border: 2px solid #ff0}body.highcontrast2 a{color: #8bfffb;text-decoration: underline;-webkit-transition: none !important;transition: none !important}body.highcontrast2 a:hover,body.highcontrast2 a:focus{color: #000;background: #ff0;text-decoration: none}body.highcontrast2 #jm-top3 a,body.highcontrast2 #jm-footer-mod a,body.highcontrast2 .dj-megamenu-override .modules-wrap a,body.highcontrast2 #jm-allpage .jm-module.color1-ms a,body.highcontrast2 #jm-allpage .jm-module.color2-ms a,body.highcontrast2 #jm-allpage .jm-module.color3-ms a,body.highcontrast2 #jm-allpage .jm-module.color4-ms a,body.highcontrast2 #jm-allpage .jm-module.color5-ms a{color: #8bfffb;text-decoration: underline}body.highcontrast2 #jm-top3 a:hover,body.highcontrast2 #jm-footer-mod a:hover,body.highcontrast2 .dj-megamenu-override .modules-wrap a:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms a:hover,body.highcontrast2 #jm-allpage .jm-module.color2-ms a:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms a:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms a:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms a:hover,body.highcontrast2 #jm-top3 a:focus,body.highcontrast2 #jm-footer-mod a:focus,body.highcontrast2 .dj-megamenu-override .modules-wrap a:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms a:focus,body.highcontrast2 #jm-allpage .jm-module.color2-ms a:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms a:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms a:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms a:focus{color: #000;background: #ff0;text-decoration: none}body.highcontrast2 #jm-footer a{color: #8bfffb;text-decoration: underline}body.highcontrast2 #jm-footer a:hover,body.highcontrast2 #jm-footer a:focus{color: #000;background-color: #ff0;text-decoration: none}body.highcontrast2 h1,body.highcontrast2 h2,body.highcontrast2 h3,body.highcontrast2 h4,body.highcontrast2 h5,body.highcontrast2 h6{color: #ff0}body.highcontrast2 h1 a,body.highcontrast2 h2 a,body.highcontrast2 h3 a,body.highcontrast2 h4 a,body.highcontrast2 h5 a,body.highcontrast2 h6 a{color: #8bfffb;text-decoration: underline}body.highcontrast2 h1 a:hover,body.highcontrast2 h2 a:hover,body.highcontrast2 h3 a:hover,body.highcontrast2 h4 a:hover,body.highcontrast2 h5 a:hover,body.highcontrast2 h6 a:hover,body.highcontrast2 h1 a:focus,body.highcontrast2 h2 a:focus,body.highcontrast2 h3 a:focus,body.highcontrast2 h4 a:focus,body.highcontrast2 h5 a:focus,body.highcontrast2 h6 a:focus{color: #000;background: #ff0;text-decoration: none}body.highcontrast2 #jm-allpage ul:not([class]),body.highcontrast2 #jm-allpage ul.jm-dark,body.highcontrast2 #jm-allpage ul.jm-light{list-style: disc outside none}body.highcontrast2 #jm-allpage ul:not([class]) li,body.highcontrast2 #jm-allpage ul.jm-dark li,body.highcontrast2 #jm-allpage ul.jm-light li{padding: 0;margin: 0;background-image: none}body.highcontrast2 #jm-top3 ul:not([class]),body.highcontrast2 #jm-footer-mod ul:not([class]),body.highcontrast2 #jm-top-menu-nav ul:not([class]),body.highcontrast2 #jm-allpage .jm-module.color1-ms ul:not([class]),body.highcontrast2 #jm-allpage .jm-module.color2-ms ul:not([class]),body.highcontrast2 #jm-allpage .jm-module.color3-ms ul:not([class]),body.highcontrast2 #jm-allpage .jm-module.color4-ms ul:not([class]),body.highcontrast2 #jm-allpage .jm-module.color5-ms ul:not([class]),body.highcontrast2 #jm-top3 ul.jm-dark,body.highcontrast2 #jm-footer-mod ul.jm-dark,body.highcontrast2 #jm-top-menu-nav ul.jm-dark,body.highcontrast2 #jm-allpage .jm-module.color1-ms ul.jm-dark,body.highcontrast2 #jm-allpage .jm-module.color2-ms ul.jm-dark,body.highcontrast2 #jm-allpage .jm-module.color3-ms ul.jm-dark,body.highcontrast2 #jm-allpage .jm-module.color4-ms ul.jm-dark,body.highcontrast2 #jm-allpage .jm-module.color5-ms ul.jm-dark,body.highcontrast2 #jm-top3 ul.jm-light,body.highcontrast2 #jm-footer-mod ul.jm-light,body.highcontrast2 #jm-top-menu-nav ul.jm-light,body.highcontrast2 #jm-allpage .jm-module.color1-ms ul.jm-light,body.highcontrast2 #jm-allpage .jm-module.color2-ms ul.jm-light,body.highcontrast2 #jm-allpage .jm-module.color3-ms ul.jm-light,body.highcontrast2 #jm-allpage .jm-module.color4-ms ul.jm-light,body.highcontrast2 #jm-allpage .jm-module.color5-ms ul.jm-light{list-style: disc outside none}body.highcontrast2 #jm-top3 ul:not([class]) li,body.highcontrast2 #jm-footer-mod ul:not([class]) li,body.highcontrast2 #jm-top-menu-nav ul:not([class]) li,body.highcontrast2 #jm-allpage .jm-module.color1-ms ul:not([class]) li,body.highcontrast2 #jm-allpage .jm-module.color2-ms ul:not([class]) li,body.highcontrast2 #jm-allpage .jm-module.color3-ms ul:not([class]) li,body.highcontrast2 #jm-allpage .jm-module.color4-ms ul:not([class]) li,body.highcontrast2 #jm-allpage .jm-module.color5-ms ul:not([class]) li,body.highcontrast2 #jm-top3 ul.jm-dark li,body.highcontrast2 #jm-footer-mod ul.jm-dark li,body.highcontrast2 #jm-top-menu-nav ul.jm-dark li,body.highcontrast2 #jm-allpage .jm-module.color1-ms ul.jm-dark li,body.highcontrast2 #jm-allpage .jm-module.color2-ms ul.jm-dark li,body.highcontrast2 #jm-allpage .jm-module.color3-ms ul.jm-dark li,body.highcontrast2 #jm-allpage .jm-module.color4-ms ul.jm-dark li,body.highcontrast2 #jm-allpage .jm-module.color5-ms ul.jm-dark li,body.highcontrast2 #jm-top3 ul.jm-light li,body.highcontrast2 #jm-footer-mod ul.jm-light li,body.highcontrast2 #jm-top-menu-nav ul.jm-light li,body.highcontrast2 #jm-allpage .jm-module.color1-ms ul.jm-light li,body.highcontrast2 #jm-allpage .jm-module.color2-ms ul.jm-light li,body.highcontrast2 #jm-allpage .jm-module.color3-ms ul.jm-light li,body.highcontrast2 #jm-allpage .jm-module.color4-ms ul.jm-light li,body.highcontrast2 #jm-allpage .jm-module.color5-ms ul.jm-light li{padding: 0;margin: 0;background-image: none}body.highcontrast2 .label-info[href],body.highcontrast2 .badge-info[href],body.highcontrast2 .label-info,body.highcontrast2 .badge-info{color: #000 !important;background: #ff0;text-decoration: none}body.highcontrast2 .label-info[href]:hover,body.highcontrast2 .badge-info[href]:hover,body.highcontrast2 .label-info:hover,body.highcontrast2 .badge-info:hover,body.highcontrast2 .label-info[href]:focus,body.highcontrast2 .badge-info[href]:focus,body.highcontrast2 .label-info:focus,body.highcontrast2 .badge-info:focus{background: #ff0;text-decoration: underline}body.highcontrast2 #jm-allpage .chzn-container-single .chzn-single,body.highcontrast2 #jm-allpage .chzn-container-multi .chzn-choices{border-color: #ff0;color: #ff0;background: #000}body.highcontrast2 #jm-allpage .chzn-container .chzn-drop{border-color: #ff0;background: #000}body.highcontrast2 #jm-allpage .chzn-container-multi .chzn-choices .search-field input.default{color: #ff0}body.highcontrast2 #jm-allpage .chzn-container-multi .chzn-choices .search-choice{color: #ff0;border-color: #ff0;background: #000}body.highcontrast2 h1.componentheading,body.highcontrast2 .tag-category > h1,body.highcontrast2 .page-header > h1,body.highcontrast2 .content-category > h1,body.highcontrast2 .categories-list > h1,body.highcontrast2 .blog-featured > h1,body.highcontrast2 .contact-category > h1,body.highcontrast2 .contact > h1,body.highcontrast2 .newsfeed-category > h1,body.highcontrast2 h1.page-title,body.highcontrast2 .finder > h1,body.highcontrast2 .weblink-category > h1,body.highcontrast2 .edit > h1{color: #ff0}body.highcontrast2 h2.item-title,body.highcontrast2 .page-header > h2,body.highcontrast2 .content-category > h2,body.highcontrast2 .blog > h2,body.highcontrast2 .cat-children > h3,body.highcontrast2 .contact-category > h2,body.highcontrast2 .weblink-category > h2,body.highcontrast2 .newsfeed > h2,body.highcontrast2 .newsfeed-category > h2,body.highcontrast2 .weblink-category > h2,body.highcontrast2 .contact > h3{color: #ff0}body.highcontrast2 h2.item-title a,body.highcontrast2 .page-header > h2 a,body.highcontrast2 .content-category > h2 a,body.highcontrast2 .blog > h2 a,body.highcontrast2 .cat-children > h3 a,body.highcontrast2 .contact-category > h2 a,body.highcontrast2 .weblink-category > h2 a,body.highcontrast2 .newsfeed > h2 a,body.highcontrast2 .newsfeed-category > h2 a,body.highcontrast2 .weblink-category > h2 a,body.highcontrast2 .contact > h3 a{color: #ff0}body.highcontrast2 h2.item-title a:hover,body.highcontrast2 .page-header > h2 a:hover,body.highcontrast2 .content-category > h2 a:hover,body.highcontrast2 .blog > h2 a:hover,body.highcontrast2 .cat-children > h3 a:hover,body.highcontrast2 .contact-category > h2 a:hover,body.highcontrast2 .weblink-category > h2 a:hover,body.highcontrast2 .newsfeed > h2 a:hover,body.highcontrast2 .newsfeed-category > h2 a:hover,body.highcontrast2 .weblink-category > h2 a:hover,body.highcontrast2 .contact > h3 a:hover,body.highcontrast2 h2.item-title a:focus,body.highcontrast2 .page-header > h2 a:focus,body.highcontrast2 .content-category > h2 a:focus,body.highcontrast2 .blog > h2 a:focus,body.highcontrast2 .cat-children > h3 a:focus,body.highcontrast2 .contact-category > h2 a:focus,body.highcontrast2 .weblink-category > h2 a:focus,body.highcontrast2 .newsfeed > h2 a:focus,body.highcontrast2 .newsfeed-category > h2 a:focus,body.highcontrast2 .weblink-category > h2 a:focus,body.highcontrast2 .contact > h3 a:focus{color: #000;background: #ff0}body.highcontrast2 h3.page-header{border-color: #ff0}body.highcontrast2 dl.article-info{color: #ff0}body.highcontrast2 ul.list-striped > li{border-color: #ff0}body.highcontrast2 .items-leading div[class*="leading-"],body.highcontrast2 .items-row,body.highcontrast2 .archive-items > div{border-color: #ff0}body.highcontrast2 p.img_caption{background: #000}body.highcontrast2 #jm-allpage .readmore,body.highcontrast2 #jm-top3 .readmore,body.highcontrast2 #jm-footer-mod .readmore,body.highcontrast2 #jm-top-menu-nav .readmore,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore{padding: 20px 55px;color: #8bfffb;border-color: #ff0}body.highcontrast2 #jm-allpage .readmore:hover,body.highcontrast2 #jm-top3 .readmore:hover,body.highcontrast2 #jm-footer-mod .readmore:hover,body.highcontrast2 #jm-top-menu-nav .readmore:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore:hover,body.highcontrast2 #jm-allpage .readmore:focus,body.highcontrast2 #jm-top3 .readmore:focus,body.highcontrast2 #jm-footer-mod .readmore:focus,body.highcontrast2 #jm-top-menu-nav .readmore:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore:focus{color: #000;background: #ff0}body.highcontrast2 #jm-allpage .readmore:after,body.highcontrast2 #jm-top3 .readmore:after,body.highcontrast2 #jm-footer-mod .readmore:after,body.highcontrast2 #jm-top-menu-nav .readmore:after,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore:after,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore:after,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore:after,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore:after{display: none}body.highcontrast2 #jm-allpage p.readmore{background: none}body.highcontrast2 #jm-allpage p.readmore:hover,body.highcontrast2 #jm-allpage p.readmore:focus{background: none}body.highcontrast2 .tip-wrap .tip{color: #000;background-color: #ff0}body.highcontrast2 .tip-wrap .tip-top{border-bottom-color: #ff0}body.highcontrast2 .tip-wrap .tip-title{color: #000}body.highcontrast2 .tip-wrap .tip-text{color: #000}body.highcontrast2 .tooltip.in{opacity: 1}body.highcontrast2 .tooltip-inner{color: #000;background-color: #ff0}body.highcontrast2 .tooltip.top .tooltip-arrow{border-top-color: #ff0}body.highcontrast2 .tooltip.right .tooltip-arrow{border-right-color: #ff0}body.highcontrast2 .tooltip.left .tooltip-arrow{border-left-color: #ff0}body.highcontrast2 .tooltip.bottom .tooltip-arrow{border-bottom-color: #ff0}body.highcontrast2 .dj-megamenu-override li.dj-up a.dj-up_a{color: #ff0;text-decoration: underline}body.highcontrast2 .dj-megamenu-override li.dj-up a.dj-up_a small.subtitle{opacity: 1;color: #8bfffb}body.highcontrast2 .dj-megamenu-override li.dj-up.active a.dj-up_a,body.highcontrast2 .dj-megamenu-override li.dj-up:hover a.dj-up_a,body.highcontrast2 .dj-megamenu-override li.dj-up.hover a.dj-up_a{text-decoration: none;color: #000;background: #ff0}body.highcontrast2 .dj-megamenu-override li.dj-up.active a.dj-up_a small.subtitle,body.highcontrast2 .dj-megamenu-override li.dj-up:hover a.dj-up_a small.subtitle,body.highcontrast2 .dj-megamenu-override li.dj-up.hover a.dj-up_a small.subtitle{color: #000}body.highcontrast2 .dj-megamenu-override li.dj-up.active a.dj-up_a:focus,body.highcontrast2 .dj-megamenu-override li.dj-up:hover a.dj-up_a:focus,body.highcontrast2 .dj-megamenu-override li.dj-up.hover a.dj-up_a:focus{outline: 2px solid #f00}body.highcontrast2 .dj-megamenu-override li div.dj-subwrap div.dj-subwrap-in{background: #ff0;border-color: #ff0}body.highcontrast2 .dj-megamenu-override .dj-submenu > li > a,body.highcontrast2 .dj-megamenu-override .dj-subtree > li > a{color: #000}body.highcontrast2 .dj-megamenu-override .dj-submenu > li:hover > a,body.highcontrast2 .dj-megamenu-override .dj-subtree > li:hover > a,body.highcontrast2 .dj-megamenu-override .dj-submenu > li.hover > a,body.highcontrast2 .dj-megamenu-override .dj-subtree > li.hover > a,body.highcontrast2 .dj-megamenu-override .dj-submenu > li.active > a,body.highcontrast2 .dj-megamenu-override .dj-subtree > li.active > a{color: #ff0;background: #000;background-image: none;text-indent: 5px}body.highcontrast2 .dj-megamenu-override .multiple_cols .dj-subcol + .dj-subcol:after{border-color: #000}body.highcontrast2 .dj-megamenu-sticky.dj-megamenu-override{background: #000}body.highcontrast2 #jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn,body.highcontrast2 #jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn,body.highcontrast2 #jm-allpage .dj-megamenu-select .dj-mobile-open-btn{color: #ff0}body.highcontrast2 #jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,body.highcontrast2 #jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn:hover,body.highcontrast2 #jm-allpage .dj-megamenu-select .dj-mobile-open-btn:hover{color: #8bfffb}body.highcontrast2 #jm-allpage .dj-megamenu-override .modules-wrap{color: #000}body.highcontrast2 #jm-allpage .dj-megamenu-override .modules-wrap .moduletable > h3{color: #000}body.highcontrast2 .dj-megamenu-offcanvas .dj-mobile-open-btn,body.highcontrast2 .dj-megamenu-accordion .dj-mobile-open-btn,body.highcontrast2 .dj-megamenu-select .dj-mobile-open-btn{color: #ff0}body.highcontrast2 .dj-offcanvas,body.highcontrast2 .dj-offcanvas > div{background: #ff0;color: #000}body.highcontrast2 .dj-offcanvas .dj-offcanvas-close-btn{color: #000}body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem > a,body.highcontrast2 .dj-offcanvas .nav.menu > li:first-child > a,body.highcontrast2 .dj-offcanvas .nav.menu > li:first-child > span.separator{background: #ff0;color: #000;border: none}body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem:hover > a,body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem.active > a,body.highcontrast2 .dj-offcanvas .nav.menu li a:hover,body.highcontrast2 .dj-offcanvas .nav.menu li span.separator:hover,body.highcontrast2 .dj-offcanvas .nav.menu li a:focus,body.highcontrast2 .dj-offcanvas .nav.menu li span.separator:focus{background: #000;color: #ff0}body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem.parent > a span.toggler{color: #000}body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem.parent:hover > a span.toggler,body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem.parent.active > a span.toggler{color: #ff0}body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem > a .subtitle{color: #000}body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem:hover > a .subtitle,body.highcontrast2 .dj-offcanvas ul li.dj-mobileitem.active > a .subtitle{color: #ff0}body.highcontrast2 .jm-module .jm-title{color: #ff0}body.highcontrast2 .moduletable > h3{color: #ff0}body.highcontrast2 #jm-header .jm-module .jm-title,body.highcontrast2 #jm-top3 .jm-module .jm-title,body.highcontrast2 #jm-footer-mod .jm-module .jm-title{color: #ff0}body.highcontrast2 #jm-header .moduletable > h3,body.highcontrast2 #jm-top3 .moduletable > h3,body.highcontrast2 #jm-footer-mod .moduletable > h3{color: #ff0}body.highcontrast2 #jm-allpage .jm-module.color1-ms,body.highcontrast2 #jm-allpage .jm-module.color2-ms,body.highcontrast2 #jm-allpage .jm-module.color3-ms,body.highcontrast2 #jm-allpage .jm-module.color4-ms,body.highcontrast2 #jm-allpage .jm-module.color5-ms{background: #000;color: #ff0;border: 1px solid #ff0}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default .jmm-icon{color: #ff0}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default .jmm-icon a:hover{background: none}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default .jmm-title{color: #ff0}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default .jmm-title a{color: #8bfffb}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default .jmm-title a:hover{color: #000;background: #ff0}body.highcontrast2 #jm-allpage .jm-module.style2-ms.color1-ms,body.highcontrast2 #jm-allpage .jm-module.style2-ms.color2-ms,body.highcontrast2 #jm-allpage .jm-module.style2-ms.color3-ms,body.highcontrast2 #jm-allpage .jm-module.style2-ms.color4-ms,body.highcontrast2 #jm-allpage .jm-module.style2-ms.color5-ms{border: none}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title{color: #8bfffb}body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title a:hover,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title a:hover,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title a:hover,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title a:hover,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title a:hover,body.highcontrast2 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title a:hover{color: #000;background: #ff0}body.highcontrast2 .jm-tabhome .box span[class*='icon']{color: #ff0}body.highcontrast2 .jm-tabhome .box .jm-label{color: #8bfffb}body.highcontrast2 .text-color1,body.highcontrast2 .text-color2,body.highcontrast2 .text-color3,body.highcontrast2 .text-color4,body.highcontrast2 .text-color5{color: #8bfffb}body.highcontrast2 #jm-allpage .readmore-large,body.highcontrast2 #jm-top3 .readmore-large,body.highcontrast2 #jm-footer-mod .readmore-large,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large,body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large{border: 2px solid #ff0;color: #ff0}body.highcontrast2 #jm-allpage .readmore-large [class^="icon-"],body.highcontrast2 #jm-top3 .readmore-large [class^="icon-"],body.highcontrast2 #jm-footer-mod .readmore-large [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large [class^="icon-"],body.highcontrast2 #jm-allpage .readmore-large [class*=" icon-"],body.highcontrast2 #jm-top3 .readmore-large [class*=" icon-"],body.highcontrast2 #jm-footer-mod .readmore-large [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large [class*=" icon-"]{color: #ff0}body.highcontrast2 #jm-allpage .readmore-large:hover,body.highcontrast2 #jm-top3 .readmore-large:hover,body.highcontrast2 #jm-footer-mod .readmore-large:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large:hover,body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large:hover,body.highcontrast2 #jm-allpage .readmore-large:focus,body.highcontrast2 #jm-top3 .readmore-large:focus,body.highcontrast2 #jm-footer-mod .readmore-large:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large:focus,body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large:focus{color: #000;background: #ff0}body.highcontrast2 #jm-allpage .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-top3 .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-footer-mod .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large:hover [class^="icon-"],body.highcontrast2 #jm-allpage .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-top3 .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-footer-mod .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large:focus [class^="icon-"],body.highcontrast2 #jm-allpage .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-top3 .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-footer-mod .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large:hover [class*=" icon-"],body.highcontrast2 #jm-allpage .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-top3 .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-footer-mod .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color1-ms .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color2-ms .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color3-ms .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color4-ms .readmore-large:focus [class*=" icon-"],body.highcontrast2 #jm-allpage .jm-module.color5-ms .readmore-large:focus [class*=" icon-"]{color: #000}body.highcontrast2 #jm-top-bar .search-ms .search form{width: auto;height: auto}body.highcontrast2 #jm-top-bar .search-ms .search input.button,body.highcontrast2 #jm-top-bar .search-ms .search button.button{position: static;display: inline-block;font-size: 12px;padding: 0 15px;background-image: none;width: auto;height: 25px;border: 1px solid #ff0;color: #ff0 !important}body.highcontrast2 #jm-top-bar .search-ms .search input.button:hover,body.highcontrast2 #jm-top-bar .search-ms .search button.button:hover{background: #ff0;color: #000 !important}body.highcontrast2 #jm-top-bar .search-ms .search .inputbox{position: static;padding: 0 10px;width: 215px;background: #000;color: #ff0;border: 1px solid #ff0;pointer-events: auto;opacity: 1}body.highcontrast2 .jm-icons a{color: #000;background-position: center center;background-repeat: no-repeat;background-color: transparent;opacity: 1}body.highcontrast2 .jm-icons a:hover,body.highcontrast2 .jm-icons a:focus{background-color: #8bfffb}body.highcontrast2 .jm-icons a.jm-facebook{background-image: url(/templates/jm-university/images/social/facebook.png)}body.highcontrast2 .jm-icons a.jm-link{background-image: url(/templates/jm-university/images/social/linkedin.png)}body.highcontrast2 .jm-icons a.jm-skype{background-image: url(/templates/jm-university/images/social/skype.png)}body.highcontrast2 .jm-icons a.jm-twitter{background-image: url(/templates/jm-university/images/social/twitter.png)}body.highcontrast2 .jm-icons a.jm-google{background-image: url(/templates/jm-university/images/social/gplus.png)}body.highcontrast2 #jm-allpage .jmm-social.override li .jmm-ico{color: #ff0;background: #000}body.highcontrast2 #jm-allpage .jmm-social.override li a:hover,body.highcontrast2 #jm-allpage .jmm-social.override li a:focus{background: none}body.highcontrast2 #jm-allpage .jmm-social.override li a:hover .jmm-ico,body.highcontrast2 #jm-allpage .jmm-social.override li a:focus .jmm-ico{opacity: 1;color: #000;background: #ff0}body.highcontrast2 #jm-allpage .contact-ps > h3:first-child{color: #ff0}body.highcontrast2 .nav.menu li a,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li a,body.highcontrast2 #jm-top3 .nav.menu li a,body.highcontrast2 #jm-footer-mod .nav.menu li a,body.highcontrast2 .nav.menu li span.separator,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li span.separator,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li span.separator,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li span.separator,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li span.separator,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li span.separator,body.highcontrast2 #jm-top3 .nav.menu li span.separator,body.highcontrast2 #jm-footer-mod .nav.menu li span.separator{color: #ff0;background-image: none;border-color: #ff0;padding-top: 6px;padding-bottom: 6px}body.highcontrast2 .nav.menu li a:hover,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li a:hover,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li a:hover,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li a:hover,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li a:hover,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li a:hover,body.highcontrast2 #jm-top3 .nav.menu li a:hover,body.highcontrast2 #jm-footer-mod .nav.menu li a:hover,body.highcontrast2 .nav.menu li span.separator:hover,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li span.separator:hover,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li span.separator:hover,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li span.separator:hover,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li span.separator:hover,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li span.separator:hover,body.highcontrast2 #jm-top3 .nav.menu li span.separator:hover,body.highcontrast2 #jm-footer-mod .nav.menu li span.separator:hover,body.highcontrast2 .nav.menu li a:focus,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li a:focus,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li a:focus,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li a:focus,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li a:focus,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li a:focus,body.highcontrast2 #jm-top3 .nav.menu li a:focus,body.highcontrast2 #jm-footer-mod .nav.menu li a:focus,body.highcontrast2 .nav.menu li span.separator:focus,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li span.separator:focus,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li span.separator:focus,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li span.separator:focus,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li span.separator:focus,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li span.separator:focus,body.highcontrast2 #jm-top3 .nav.menu li span.separator:focus,body.highcontrast2 #jm-footer-mod .nav.menu li span.separator:focus{color: #000;background: #ff0;text-indent: 5px}body.highcontrast2 .nav.menu li a,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li a,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li a,body.highcontrast2 #jm-top3 .nav.menu li a,body.highcontrast2 #jm-footer-mod .nav.menu li a{text-decoration: underline}body.highcontrast2 .nav.menu > li > a,body.highcontrast2 #jm-allpage .color1-ms .nav.menu > li > a,body.highcontrast2 #jm-allpage .color2-ms .nav.menu > li > a,body.highcontrast2 #jm-allpage .color3-ms .nav.menu > li > a,body.highcontrast2 #jm-allpage .color4-ms .nav.menu > li > a,body.highcontrast2 #jm-allpage .color5-ms .nav.menu > li > a,body.highcontrast2 #jm-top3 .nav.menu > li > a,body.highcontrast2 #jm-footer-mod .nav.menu > li > a,body.highcontrast2 .nav.menu > li > span.separator,body.highcontrast2 #jm-allpage .color1-ms .nav.menu > li > span.separator,body.highcontrast2 #jm-allpage .color2-ms .nav.menu > li > span.separator,body.highcontrast2 #jm-allpage .color3-ms .nav.menu > li > span.separator,body.highcontrast2 #jm-allpage .color4-ms .nav.menu > li > span.separator,body.highcontrast2 #jm-allpage .color5-ms .nav.menu > li > span.separator,body.highcontrast2 #jm-top3 .nav.menu > li > span.separator,body.highcontrast2 #jm-footer-mod .nav.menu > li > span.separator{background: none;padding-top: 14px;padding-bottom: 14px}body.highcontrast2 .nav.menu li.active > a,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li.active > a,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li.active > a,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li.active > a,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li.active > a,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li.active > a,body.highcontrast2 #jm-top3 .nav.menu li.active > a,body.highcontrast2 #jm-footer-mod .nav.menu li.active > a,body.highcontrast2 .nav.menu li.active > span.separator,body.highcontrast2 #jm-allpage .color1-ms .nav.menu li.active > span.separator,body.highcontrast2 #jm-allpage .color2-ms .nav.menu li.active > span.separator,body.highcontrast2 #jm-allpage .color3-ms .nav.menu li.active > span.separator,body.highcontrast2 #jm-allpage .color4-ms .nav.menu li.active > span.separator,body.highcontrast2 #jm-allpage .color5-ms .nav.menu li.active > span.separator,body.highcontrast2 #jm-top3 .nav.menu li.active > span.separator,body.highcontrast2 #jm-footer-mod .nav.menu li.active > span.separator{color: #000;background: #ff0;text-indent: 5px}body.highcontrast2 .nav.menu > li.parent > ul,body.highcontrast2 #jm-allpage .color1-ms .nav.menu > li.parent > ul,body.highcontrast2 #jm-allpage .color2-ms .nav.menu > li.parent > ul,body.highcontrast2 #jm-allpage .color3-ms .nav.menu > li.parent > ul,body.highcontrast2 #jm-allpage .color4-ms .nav.menu > li.parent > ul,body.highcontrast2 #jm-allpage .color5-ms .nav.menu > li.parent > ul,body.highcontrast2 #jm-top3 .nav.menu > li.parent > ul,body.highcontrast2 #jm-footer-mod .nav.menu > li.parent > ul{margin-top: 0}body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li a,body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li span.separator{color: #000;text-decoration: none;background-image: none;padding-top: 6px;padding-bottom: 6px}body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li a:hover,body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li span.separator:hover,body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li a:focus,body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li span.separator:focus{text-decoration: underline;color: #ff0;background: #000;text-indent: 5px}body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu > li > a,body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu > li > span.separator{background: none;padding-top: 14px;padding-bottom: 14px;text-indent: 5px}body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li.active > a,body.highcontrast2 #jm-allpage .dj-megamenu .nav.menu li.active > span.separator{color: #ff0;background: #000;text-indent: 5px}body.highcontrast2 .nav.menu li a img{background-color: #ff0;padding: 2px}body.highcontrast2 #jm-top-bar .nav.menu li a,body.highcontrast2 #jm-top-bar .nav.menu li span.separator{color: #ff0;background-image: none;text-indent: 0}body.highcontrast2 #jm-top-bar .nav.menu li a:hover,body.highcontrast2 #jm-top-bar .nav.menu li span.separator:hover,body.highcontrast2 #jm-top-bar .nav.menu li a:focus,body.highcontrast2 #jm-top-bar .nav.menu li span.separator:focus{color: #000;background: #ff0}body.highcontrast2 #jm-top-bar .nav.menu li a{text-decoration: underline}body.highcontrast2 #jm-top-bar .nav.menu li a:after:hover,body.highcontrast2 #jm-top-bar .nav.menu li a:after:focus{color: #000}body.highcontrast2 #jm-top-bar .nav.menu li.active > a,body.highcontrast2 #jm-top-bar .nav.menu li.active > span.separator{background: #ff0;color: #000}body.highcontrast2 #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a{color: #000;background: #8bfffb}body.highcontrast2 #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:hover,body.highcontrast2 #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus{color: #000;background: #8bfffb;text-indent: 0}body.highcontrast2 #jm-allpage .btn,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn,body.highcontrast2 #jm-allpage a.button,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button,body.highcontrast2 #jm-allpage input.button,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button,body.highcontrast2 #jm-allpage button.button,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button{background: #ff0;border-color: #ff0;color: #000 !important}body.highcontrast2 #jm-allpage .btn:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn:hover,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn:hover,body.highcontrast2 #jm-allpage a.button:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button:hover,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button:hover,body.highcontrast2 #jm-allpage input.button:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button:hover,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button:hover,body.highcontrast2 #jm-allpage button.button:hover,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button:hover,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button:hover,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button:hover,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button:hover,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button:hover,body.highcontrast2 #jm-allpage .btn:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn:focus,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn:focus,body.highcontrast2 #jm-allpage a.button:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button:focus,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button:focus,body.highcontrast2 #jm-allpage input.button:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button:focus,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button:focus,body.highcontrast2 #jm-allpage button.button:focus,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button:focus,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button:focus,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button:focus,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button:focus,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button:focus,body.highcontrast2 #jm-allpage .btn:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn:active,body.highcontrast2 #jm-allpage a.button:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button:active,body.highcontrast2 #jm-allpage input.button:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button:active,body.highcontrast2 #jm-allpage button.button:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button:active,body.highcontrast2 #jm-allpage .btn.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn.active,body.highcontrast2 #jm-allpage a.button.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button.active,body.highcontrast2 #jm-allpage input.button.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button.active,body.highcontrast2 #jm-allpage button.button.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button.active{background: #000;color: #ff0 !important}body.highcontrast2 #jm-allpage .btn.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn.active,body.highcontrast2 #jm-allpage a.button.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button.active,body.highcontrast2 #jm-allpage input.button.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button.active,body.highcontrast2 #jm-allpage button.button.active,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button.active,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button.active,body.highcontrast2 #jm-allpage .btn:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms .btn:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms .btn:active,body.highcontrast2 #jm-allpage a.button:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms a.button:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms a.button:active,body.highcontrast2 #jm-allpage input.button:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms input.button:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms input.button:active,body.highcontrast2 #jm-allpage button.button:active,body.highcontrast2 #jm-allpage .jm-module.color1-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color2-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color3-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color4-ms button.button:active,body.highcontrast2 #jm-allpage .jm-module.color5-ms button.button:active{outline: 2px solid #f00}body.highcontrast2 a.btn,body.highcontrast2 a.button{text-decoration: none}body.highcontrast2 #jm-allpage select,body.highcontrast2 #jm-allpage textarea,body.highcontrast2 #jm-allpage input[type="text"],body.highcontrast2 #jm-allpage input[type="password"],body.highcontrast2 #jm-allpage input[type="datetime"],body.highcontrast2 #jm-allpage input[type="datetime-local"],body.highcontrast2 #jm-allpage input[type="date"],body.highcontrast2 #jm-allpage input[type="month"],body.highcontrast2 #jm-allpage input[type="time"],body.highcontrast2 #jm-allpage input[type="week"],body.highcontrast2 #jm-allpage input[type="number"],body.highcontrast2 #jm-allpage input[type="email"],body.highcontrast2 #jm-allpage input[type="url"],body.highcontrast2 #jm-allpage input[type="search"],body.highcontrast2 #jm-allpage input[type="tel"],body.highcontrast2 #jm-allpage input[type="color"],body.highcontrast2 #jm-allpage .uneditable-input{border-color: #ff0;color: #ff0;background: #000}body.highcontrast2 #jm-allpage select:focus,body.highcontrast2 #jm-allpage textarea:focus,body.highcontrast2 #jm-allpage input[type="text"]:focus,body.highcontrast2 #jm-allpage input[type="password"]:focus,body.highcontrast2 #jm-allpage input[type="datetime"]:focus,body.highcontrast2 #jm-allpage input[type="datetime-local"]:focus,body.highcontrast2 #jm-allpage input[type="date"]:focus,body.highcontrast2 #jm-allpage input[type="month"]:focus,body.highcontrast2 #jm-allpage input[type="time"]:focus,body.highcontrast2 #jm-allpage input[type="week"]:focus,body.highcontrast2 #jm-allpage input[type="number"]:focus,body.highcontrast2 #jm-allpage input[type="email"]:focus,body.highcontrast2 #jm-allpage input[type="url"]:focus,body.highcontrast2 #jm-allpage input[type="search"]:focus,body.highcontrast2 #jm-allpage input[type="tel"]:focus,body.highcontrast2 #jm-allpage input[type="color"]:focus,body.highcontrast2 #jm-allpage .uneditable-input:focus{border-color: #8bfffb}body.highcontrast2 input::-moz-placeholder,body.highcontrast2 textarea::-moz-placeholder{color: #ff0;opacity: 1}body.highcontrast2 input:-ms-input-placeholder,body.highcontrast2 textarea:-ms-input-placeholder{color: #ff0}body.highcontrast2 input::-webkit-input-placeholder,body.highcontrast2 textarea::-webkit-input-placeholder{color: #ff0}body.highcontrast2 .nav-tabs > li > a,body.highcontrast2 dl.tabs > dt a{color: #ff0;background: #000;border: 1px solid #ff0;margin: 2px}body.highcontrast2 .nav-tabs > li > a:hover,body.highcontrast2 dl.tabs > dt a:hover,body.highcontrast2 .nav-tabs > li > a:focus,body.highcontrast2 dl.tabs > dt a:focus{color: #ff0;background: #000}body.highcontrast2 .nav-tabs > li.active > a,body.highcontrast2 dl.tabs > dt.open a{color: #8bfffb;background: #000}body.highcontrast2 dd.tabs,body.highcontrast2 .tab-content{background: #000}body.highcontrast2 .nav-tabs.nav-stacked > li > a{border-color: #ff0}body.highcontrast2 .nav-tabs.nav-stacked > li > a:hover,body.highcontrast2 .nav-tabs.nav-stacked > li > a:focus{color: #8bfffb}body.highcontrast2 .accordion-heading .accordion-toggle,body.highcontrast2 .pane-sliders h3.title a{color: #ff0}body.highcontrast2 .accordion-heading .accordion-toggle:focus,body.highcontrast2 .pane-sliders h3.title a:focus,body.highcontrast2 .accordion-heading .accordion-toggle:hover,body.highcontrast2 .pane-sliders h3.title a:hover{color: #8bfffb}body.highcontrast2 .accordion-heading .accordion-toggle:after,body.highcontrast2 .pane-sliders h3.title a:after,body.highcontrast2 .accordion-heading .accordion-toggle:focus:after,body.highcontrast2 .pane-sliders h3.title a:focus:after,body.highcontrast2 .accordion-heading .accordion-toggle.collapsed:focus:after,body.highcontrast2 .pane-sliders h3.title a.collapsed:focus:after{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast2 .accordion-heading .accordion-toggle.collapsed:after,body.highcontrast2 .pane-sliders h3.title a.collapsed:after{background-image: url(/templates/jm-university/images/down_arrow_white.png)}body.highcontrast2 .pane-sliders h3.title.pane-toggler-down a:after{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast2 .well{border: none;background: none}body.highcontrast2 .dropdown-menu{background: #000;border-color: #ff0}body.highcontrast2 .dropdown-menu a{color: #8bfffb}body.highcontrast2 .dropdown-menu a:hover,body.highcontrast2 .dropdown-menu a:focus{color: #000}body.highcontrast2 .dropdown-menu a:hover [class^="icon-"],body.highcontrast2 .dropdown-menu a:focus [class^="icon-"],body.highcontrast2 .dropdown-menu a:hover [class*=" icon-"],body.highcontrast2 .dropdown-menu a:focus [class*=" icon-"]{color: #000}body.highcontrast2 .caret{border-top-color: #000}body.highcontrast2 .btn:hover .caret,body.highcontrast2 .btn:focus .caret,body.highcontrast2 .open .caret{border-top-color: #ff0}body.highcontrast2 legend{color: #ff0;border-color: #ff0}body.highcontrast2 .table th,body.highcontrast2 table.category th,body.highcontrast2 .table td,body.highcontrast2 table.category td{border-color: #ff0}body.highcontrast2 .table th,body.highcontrast2 table.category th{background: #ff0;color: #000}body.highcontrast2 .table th a,body.highcontrast2 table.category th a{color: #000;text-decoration: underline}body.highcontrast2 .table th a:hover,body.highcontrast2 table.category th a:hover{text-decoration: none}body.highcontrast2 .table td,body.highcontrast2 table.category td{background: none}body.highcontrast2 .pager li > a,body.highcontrast2 .pager li > span{color: #000;background: #ff0;border-color: #ff0;text-decoration: none}body.highcontrast2 .pager li > a:hover,body.highcontrast2 .pager li > a:focus{color: #ff0;background: #000}body.highcontrast2 .pagination ul > li{margin: 5px 2px 0}body.highcontrast2 .pagination ul > li > a,body.highcontrast2 .pagination ul > li > span{color: #ff0;background: none;border-color: #ff0}body.highcontrast2 .pagination ul > li > a:hover,body.highcontrast2 .pagination ul > li > span:hover,body.highcontrast2 .pagination ul > li > a:focus,body.highcontrast2 .pagination ul > li > span:focus{color: #ff0;background: #000}body.highcontrast2 .pagination ul > li.active > a,body.highcontrast2 .pagination ul > li > span.pagenav{color: #000;background: #ff0}body.highcontrast2 .pagination ul li.pagination-start span.pagenav,body.highcontrast2 .pagination ul li.pagination-prev span.pagenav,body.highcontrast2 .pagination ul li.pagination-next span.pagenav,body.highcontrast2 .pagination ul li.pagination-end span.pagenav{border-color: transparent;background: none;color: #ff0}body.highcontrast2 .pagination ul li.pagination-start span.pagenav:hover,body.highcontrast2 .pagination ul li.pagination-prev span.pagenav:hover,body.highcontrast2 .pagination ul li.pagination-next span.pagenav:hover,body.highcontrast2 .pagination ul li.pagination-end span.pagenav:hover,body.highcontrast2 .pagination ul li.pagination-start span.pagenav:focus,body.highcontrast2 .pagination ul li.pagination-prev span.pagenav:focus,body.highcontrast2 .pagination ul li.pagination-next span.pagenav:focus,body.highcontrast2 .pagination ul li.pagination-end span.pagenav:focus{color: #ff0;background: none}body.highcontrast2 .pagination ul li.pagination-start a,body.highcontrast2 .pagination ul li.pagination-prev a,body.highcontrast2 .pagination ul li.pagination-next a,body.highcontrast2 .pagination ul li.pagination-end a{border-color: transparent;color: #ff0;background: none}body.highcontrast2 .pagination ul li.pagination-start a:hover,body.highcontrast2 .pagination ul li.pagination-prev a:hover,body.highcontrast2 .pagination ul li.pagination-next a:hover,body.highcontrast2 .pagination ul li.pagination-end a:hover,body.highcontrast2 .pagination ul li.pagination-start a:focus,body.highcontrast2 .pagination ul li.pagination-prev a:focus,body.highcontrast2 .pagination ul li.pagination-next a:focus,body.highcontrast2 .pagination ul li.pagination-end a:focus{color: #000;background: #ff0}body.highcontrast2 .pagination ul > li > a:hover,body.highcontrast2 .pagination ul > li > a:focus,body.highcontrast2 .pagination ul > .active > a,body.highcontrast2 .pagination ul > .active > span{color: #000 !important;background: #ff0}body.highcontrast2 .pagination ul > .active > a,body.highcontrast2 .pagination ul > .active > span{color: #000;background: #ff0}body.highcontrast2 span.highlight{color: #000;background-color: #8bfffb}body.highcontrast2 h3.jm-typo-title{border-color: #ff0}body.highcontrast2 .jm-color{color: #8bfffb}body.highcontrast2 .jm-block span{background: #ff0;color: #000}body.highcontrast2 .jm-block.second span{background: #8bfffb}body.highcontrast2 p.jmbadge,body.highcontrast2 span.jmbadge{background-image: url(/templates/jm-university/images/icons/white/badge.png)}body.highcontrast2 p.jmcalendar,body.highcontrast2 span.jmcalendar{background-image: url(/templates/jm-university/images/icons/white/calendar.png)}body.highcontrast2 p.jmchat,body.highcontrast2 span.jmchat{background-image: url(/templates/jm-university/images/icons/white/chat.png)}body.highcontrast2 p.jmcheck,body.highcontrast2 span.jmcheck{background-image: url(/templates/jm-university/images/icons/white/check.png)}body.highcontrast2 p.jmcloud,body.highcontrast2 span.jmcloud{background-image: url(/templates/jm-university/images/icons/white/cloud.png)}body.highcontrast2 p.jmdirection,body.highcontrast2 span.jmdirection{background-image: url(/templates/jm-university/images/icons/white/direction.png)}body.highcontrast2 p.jmdivide,body.highcontrast2 span.jmdivide{background-image: url(/templates/jm-university/images/icons/white/divide.png)}body.highcontrast2 p.jmerror,body.highcontrast2 span.jmerror{background-image: url(/templates/jm-university/images/icons/white/error.png)}body.highcontrast2 p.jmfire,body.highcontrast2 span.jmfire{background-image: url(/templates/jm-university/images/icons/white/fire.png)}body.highcontrast2 p.jmflag,body.highcontrast2 span.jmflag{background-image: url(/templates/jm-university/images/icons/white/flag.png)}body.highcontrast2 p.jmheart,body.highcontrast2 span.jmheart{background-image: url(/templates/jm-university/images/icons/white/heart.png)}body.highcontrast2 p.jmhome,body.highcontrast2 span.jmhome{background-image: url(/templates/jm-university/images/icons/white/home.png)}body.highcontrast2 p.jminfo,body.highcontrast2 span.jminfo{background-image: url(/templates/jm-university/images/icons/white/info.png)}body.highcontrast2 p.jmlist,body.highcontrast2 span.jmlist{background-image: url(/templates/jm-university/images/icons/white/list.png)}body.highcontrast2 p.jmmail,body.highcontrast2 span.jmmail{background-image: url(/templates/jm-university/images/icons/white/mail.png)}body.highcontrast2 p.jmpeople,body.highcontrast2 span.jmpeople{background-image: url(/templates/jm-university/images/icons/white/people.png)}body.highcontrast2 p.jmstar,body.highcontrast2 span.jmstar{background-image: url(/templates/jm-university/images/icons/white/star.png)}body.highcontrast2 p.jmstat,body.highcontrast2 span.jmstat{background-image: url(/templates/jm-university/images/icons/white/stat.png)}body.highcontrast2 .plan-options{background: #000}body.highcontrast2 .plan-price{background: #ff0;color: #000}body.highcontrast2 .dj-slide-desc-text{background: #000 !important;color: #ff0 !important}body.highcontrast2 .dj-slide-desc-text a{color: #8bfffb !important}body.highcontrast2 .dj-slide-title{color: #ff0 !important}body.highcontrast2 .dj-slide-title a{color: #ff0 !important}body.highcontrast2 .dj-slide-title a:hover{color: #8bfffb !important}body.highcontrast2 #djmediatools .dj-categories a.dj-category,body.highcontrast2 #djmediatools .dj-categories a.dj-category:hover{color: #ff0}body.highcontrast2 #djmediatools .dj-categories .dj-ctitle-bg{background: #000;opacity: 1 !important}body.highcontrast2 #djmediatools .dj-categories .dj-ctitle-in{color: #ff0 !important}body.highcontrast2 #djmediatools .dj-categories .dj-ctitle-in:hover{color: #8bfffb !important}body.highcontrast2 #jm-allpage .dj-readmore-wrapper .dj-readmore{padding: 0;color: #8bfffb}body.highcontrast2 #jm-allpage .dj-readmore-wrapper .dj-readmore:after{display: none}body.highcontrast2 .dj-load-button .dj-key{color: #8bfffb !important}body.highcontrast2 .dj-mslider .dj-load-button{border-color: #ff0 !important}body.highcontrast2 .dj-mslider .dj-load-button.dj-load-button-active{background: #ff0 !important}body.highcontrast2 #jm-allpage .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .dj-mslider .dj-slide a:hover img.dj-image{border-color: #ff0 !important}body.highcontrast2 .djslider-loader .load-button{border-color: #ff0 !important}body.highcontrast2 .djslider-loader .load-button.load-button-active{background: #ff0 !important}body.highcontrast2 #jm-allpage .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .djslider-loader .slider-container > ul > li a img{border-color: #ff0 !important}body.highcontrast2 .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 .dj-slideshow .dj-load-button:hover .dj-key{color: #000 !important}body.highcontrast2 .dj-slideshow .dj-load-button-active,body.highcontrast2 .dj-slideshow .dj-load-button:hover{background: #ff0 !important}body.highcontrast2 #jm-allpage .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #ff0 !important}body.highcontrast2 .dj-slideshowThumbs .dj-load-button img{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #ff0 !important}body.highcontrast2 .dj-tabber{border-color: #ff0 !important}body.highcontrast2 .box_skitter{margin: 0 auto;border: none !important}body.highcontrast2 .box_skitter .label_skitter{color: #ff0 !important}body.highcontrast2 .box_skitter .label_skitter p{color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-mslider .dj-load-button,body.highcontrast2 #jm-top3 .dj-mslider .dj-load-button,body.highcontrast2 #jm-footer-mod .dj-mslider .dj-load-button,body.highcontrast2 #jm-allpage .color1-ms .dj-mslider .dj-load-button,body.highcontrast2 #jm-allpage .color2-ms .dj-mslider .dj-load-button,body.highcontrast2 #jm-allpage .color3-ms .dj-mslider .dj-load-button,body.highcontrast2 #jm-allpage .color4-ms .dj-mslider .dj-load-button,body.highcontrast2 #jm-allpage .color5-ms .dj-mslider .dj-load-button{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-top3 .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-footer-mod .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-allpage .color1-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-allpage .color2-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-allpage .color3-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-allpage .color4-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-allpage .color5-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #ff0 !important}body.highcontrast2 #jm-allpage .djslider-loader .load-button,body.highcontrast2 #jm-top3 .djslider-loader .load-button,body.highcontrast2 #jm-footer-mod .djslider-loader .load-button,body.highcontrast2 #jm-allpage .color1-ms .djslider-loader .load-button,body.highcontrast2 #jm-allpage .color2-ms .djslider-loader .load-button,body.highcontrast2 #jm-allpage .color3-ms .djslider-loader .load-button,body.highcontrast2 #jm-allpage .color4-ms .djslider-loader .load-button,body.highcontrast2 #jm-allpage .color5-ms .djslider-loader .load-button{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-top3 .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-footer-mod .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-allpage .color1-ms .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-allpage .color2-ms .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-allpage .color3-ms .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-allpage .color4-ms .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-allpage .color5-ms .djslider-loader .load-button.load-button-active{background: #ff0 !important}body.highcontrast2 #jm-allpage .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-top3 .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-footer-mod .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast2 #jm-allpage .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-top3 .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-footer-mod .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshow .dj-load-button:hover .dj-key{color: #000 !important}body.highcontrast2 #jm-allpage .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-top3 .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-footer-mod .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshow .dj-load-button-active,body.highcontrast2 #jm-allpage .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-top3 .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-footer-mod .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshow .dj-load-button:hover,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshow .dj-load-button:hover{background: #ff0 !important}body.highcontrast2 #jm-allpage .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-top3 .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-footer-mod .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color1-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color2-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color3-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color4-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color5-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-top3 .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-footer-mod .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color1-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color2-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color3-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color4-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color5-ms .dj-mslider .dj-slide a:hover img.dj-image{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-top3 .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-footer-mod .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .color1-ms .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .color2-ms .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .color3-ms .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .color4-ms .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .color5-ms .djslider-loader .slider-container > ul > li img,body.highcontrast2 #jm-allpage .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-top3 .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-footer-mod .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-allpage .color1-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-allpage .color2-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-allpage .color3-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-allpage .color4-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast2 #jm-allpage .color5-ms .djslider-loader .slider-container > ul > li a img{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-top3 .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-footer-mod .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-allpage .color1-ms .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-allpage .color2-ms .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-allpage .color3-ms .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-allpage .color4-ms .dj-galleryGrid .dj-slide,body.highcontrast2 #jm-allpage .color5-ms .dj-galleryGrid .dj-slide{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-top3 .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-footer-mod .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-top3 .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-footer-mod .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-top3 .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-footer-mod .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshowThumbs .dj-load-button img{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-top3 .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-footer-mod .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast2 #jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-top3 .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-footer-mod .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast2 #jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-tabber .dj-tab,body.highcontrast2 #jm-top3 .dj-tabber .dj-tab,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tab,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tab,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tab,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tab,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tab,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tab{background: #000 !important;border-color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-tabber .dj-tab span,body.highcontrast2 #jm-top3 .dj-tabber .dj-tab span,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tab span,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tab span,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tab span,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tab span,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tab span,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tab span{color: #ff0 !important}body.highcontrast2 #jm-allpage .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-top3 .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-top3 .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active{border-color: transparent;background: #ff0 !important}body.highcontrast2 #jm-allpage .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-top3 .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-top3 .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span{color: #000 !important}body.highcontrast2 #jm-allpage .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-top3 .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast2 #jm-allpage .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-top3 .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast2 #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab-indicator{display: none}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{color: #ff0 !important;text-shadow: none;background: #000 !important;padding: 10px !important}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-slide-title,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-slide-title{color: #ff0 !important}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-slide-title a,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-slide-title a{color: #ff0 !important}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-slide-title a:hover,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-slide-title a:hover{color: #8bfffb !important}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore{background: #ff0;color: #000 !important;padding: 15px 40px}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:after,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:after{display: none}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:hover,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:hover{background: #8bfffb}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .load-button,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .load-button,body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-load-button,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-load-button{border-color: #ff0 !important}body.highcontrast2 #jm-allpage .header-ms .djslider-loader .load-button.load-button-active,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .load-button.load-button-active,body.highcontrast2 #jm-allpage .header-ms .djslider-loader .dj-load-button.dj-load-button-active,body.highcontrast2 #jm-allpage .header-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #ff0 !important}body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.prev-button,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.prev-button,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.next-button,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.next-button,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.play-button,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.play-button,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.pause-button,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.pause-button,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.dj-prev,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.dj-prev,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.dj-next,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.dj-next,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.dj-play,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.dj-play,body.highcontrast2 #jm-allpage .header-ms .djslider-loader img.dj-pause,body.highcontrast2 #jm-allpage .header-ms .dj-mslider img.dj-pause{background-color: #000}body.highcontrast2 #jm-allpage #jm-page .header-ms .djslider-loader .dj-slide,body.highcontrast2 #jm-allpage #jm-page .header-ms .dj-mslider .dj-slide,body.highcontrast2 #jm-allpage #jm-page .header-ms .djslider-loader ul.dj-slides > li,body.highcontrast2 #jm-allpage #jm-page .header-ms .dj-mslider ul.dj-slides > li{background: none}body.highcontrast2 .jm-module.stripe-ms:before{background: #000}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-in-border{color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-title{color: #ff0;background: #000;border: 1px solid #ff0 !important;margin: 0 2px}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-title:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title{color: #8bfffb;background: #000;border-color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-in-border{background: #000}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-group{border-color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-group:first-child{border-color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a{text-decoration: underline}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a:focus{background: #000}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-date{opacity: 1}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb !important;background: #000;text-decoration: none}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/down_arrow_white.png)}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel{border-color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb}body.highcontrast2 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-content a{color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-content a:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-content a:focus{background: #ff0;color: #000}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-author a,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-category a{color: #8bfffb}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-author a:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-category a:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-author a:focus,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-article-category a:focus{background: #ff0;color: #000}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-readmore a{color: #8bfffb;padding: 0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-readmore a:after{display: none}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-readmore a:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-readmore a:focus{background: #ff0;color: #000}body.highcontrast2 #jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb !important}body.highcontrast2 #jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast2 #jm-allpage .djtabs.default-theme.accordion .djtabs-title{border-color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme.accordion .djtabs-title:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme.accordion .djtabs-active-wrapper .djtabs-title{border-color: #8bfffb}body.highcontrast2 #jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title{border-color: transparent}body.highcontrast2 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast2 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast2 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast2 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast2 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast2 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast2 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast2 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast2 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast2 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #8bfffb !important}body.highcontrast2 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast2 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast2 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast2 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast2 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #8bfffb}body.highcontrast2 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast2 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast2 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast2 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast2 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a{color: #8bfffb}body.highcontrast2 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast2 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast2 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast2 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast2 #jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast2 #jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #ff0}body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-title-wrapper.djtabs-prev .djtabs-title:hover,body.highcontrast2 #jm-allpage .djtabs.default-theme .djtabs-title-wrapper.djtabs-next .djtabs-title:hover{background: none}body.highcontrast3{background: #ff0;color: #000}body.highcontrast3 #jm-page-settings ul.nav.menu li a{background: #ff0}body.highcontrast3 #jm-page-settings ul.nav.menu .contrast a{border-color: #000}body.highcontrast3 #jm-page-settings ul.nav.menu .container-width a{border-color: #000}body.highcontrast3 #jm-page-settings ul.nav.menu .resizer a{border-color: #000}body.highcontrast3 #jm-allpage,body.highcontrast3 #jm-top-bar,body.highcontrast3 #jm-logo-nav,body.highcontrast3 #jm-header,body.highcontrast3 #jm-top1,body.highcontrast3 #jm-top2,body.highcontrast3 #jm-top3,body.highcontrast3 #jm-main,body.highcontrast3 #jm-bottom1,body.highcontrast3 #jm-bottom2,body.highcontrast3 #jm-bottom3,body.highcontrast3 #jm-footer-mod,body.highcontrast3 #jm-footer{background: #ff0;color: #000;border: none !important}body.highcontrast3 #jm-allpage .jm-module .jm-title,body.highcontrast3 #jm-top-bar .jm-module .jm-title,body.highcontrast3 #jm-logo-nav .jm-module .jm-title,body.highcontrast3 #jm-header .jm-module .jm-title,body.highcontrast3 #jm-top1 .jm-module .jm-title,body.highcontrast3 #jm-top2 .jm-module .jm-title,body.highcontrast3 #jm-top3 .jm-module .jm-title,body.highcontrast3 #jm-main .jm-module .jm-title,body.highcontrast3 #jm-bottom1 .jm-module .jm-title,body.highcontrast3 #jm-bottom2 .jm-module .jm-title,body.highcontrast3 #jm-bottom3 .jm-module .jm-title,body.highcontrast3 #jm-footer-mod .jm-module .jm-title,body.highcontrast3 #jm-footer .jm-module .jm-title{color: #000}body.highcontrast3 #jm-logo-sitedesc #jm-logo a{color: #000}body.highcontrast3 #jm-logo-sitedesc #jm-logo a:hover,body.highcontrast3 #jm-logo-sitedesc #jm-logo a:focus{color: #ff0;background: #000}body.highcontrast3 #jm-logo-sitedesc #jm-logo a img{background-color: #000}body.highcontrast3 .breadcrumb{border-color: #000}body.highcontrast3 #jm-poweredby{color: #000}body.highcontrast3 #jm-poweredby a{color: #000;text-decoration: underline}body.highcontrast3 #jm-poweredby a:hover,body.highcontrast3 #jm-poweredby a:focus{text-decoration: none;color: #ff0;background: #000}body.highcontrast3 #jm-back-top a{color: #000;background-color: #ff0;border: 2px solid #000}body.highcontrast3 a{color: #00f;text-decoration: underline;-webkit-transition: none !important;transition: none !important}body.highcontrast3 a:hover,body.highcontrast3 a:focus{color: #ff0;background: #000;text-decoration: none}body.highcontrast3 #jm-top3 a,body.highcontrast3 #jm-footer-mod a,body.highcontrast3 .dj-megamenu-override .modules-wrap a,body.highcontrast3 #jm-allpage .jm-module.color1-ms a,body.highcontrast3 #jm-allpage .jm-module.color2-ms a,body.highcontrast3 #jm-allpage .jm-module.color3-ms a,body.highcontrast3 #jm-allpage .jm-module.color4-ms a,body.highcontrast3 #jm-allpage .jm-module.color5-ms a{color: #00f;text-decoration: underline}body.highcontrast3 #jm-top3 a:hover,body.highcontrast3 #jm-footer-mod a:hover,body.highcontrast3 .dj-megamenu-override .modules-wrap a:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms a:hover,body.highcontrast3 #jm-allpage .jm-module.color2-ms a:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms a:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms a:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms a:hover,body.highcontrast3 #jm-top3 a:focus,body.highcontrast3 #jm-footer-mod a:focus,body.highcontrast3 .dj-megamenu-override .modules-wrap a:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms a:focus,body.highcontrast3 #jm-allpage .jm-module.color2-ms a:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms a:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms a:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms a:focus{color: #ff0;background: #000;text-decoration: none}body.highcontrast3 #jm-footer a{color: #00f;text-decoration: underline}body.highcontrast3 #jm-footer a:hover,body.highcontrast3 #jm-footer a:focus{color: #ff0;background-color: #000;text-decoration: none}body.highcontrast3 h1,body.highcontrast3 h2,body.highcontrast3 h3,body.highcontrast3 h4,body.highcontrast3 h5,body.highcontrast3 h6{color: #000}body.highcontrast3 h1 a,body.highcontrast3 h2 a,body.highcontrast3 h3 a,body.highcontrast3 h4 a,body.highcontrast3 h5 a,body.highcontrast3 h6 a{color: #00f;text-decoration: underline}body.highcontrast3 h1 a:hover,body.highcontrast3 h2 a:hover,body.highcontrast3 h3 a:hover,body.highcontrast3 h4 a:hover,body.highcontrast3 h5 a:hover,body.highcontrast3 h6 a:hover,body.highcontrast3 h1 a:focus,body.highcontrast3 h2 a:focus,body.highcontrast3 h3 a:focus,body.highcontrast3 h4 a:focus,body.highcontrast3 h5 a:focus,body.highcontrast3 h6 a:focus{color: #ff0;background: #000;text-decoration: none}body.highcontrast3 #jm-allpage ul:not([class]),body.highcontrast3 #jm-allpage ul.jm-dark,body.highcontrast3 #jm-allpage ul.jm-light{list-style: disc outside none}body.highcontrast3 #jm-allpage ul:not([class]) li,body.highcontrast3 #jm-allpage ul.jm-dark li,body.highcontrast3 #jm-allpage ul.jm-light li{padding: 0;margin: 0;background-image: none}body.highcontrast3 #jm-top3 ul:not([class]),body.highcontrast3 #jm-footer-mod ul:not([class]),body.highcontrast3 #jm-top-menu-nav ul:not([class]),body.highcontrast3 #jm-allpage .jm-module.color1-ms ul:not([class]),body.highcontrast3 #jm-allpage .jm-module.color2-ms ul:not([class]),body.highcontrast3 #jm-allpage .jm-module.color3-ms ul:not([class]),body.highcontrast3 #jm-allpage .jm-module.color4-ms ul:not([class]),body.highcontrast3 #jm-allpage .jm-module.color5-ms ul:not([class]),body.highcontrast3 #jm-top3 ul.jm-dark,body.highcontrast3 #jm-footer-mod ul.jm-dark,body.highcontrast3 #jm-top-menu-nav ul.jm-dark,body.highcontrast3 #jm-allpage .jm-module.color1-ms ul.jm-dark,body.highcontrast3 #jm-allpage .jm-module.color2-ms ul.jm-dark,body.highcontrast3 #jm-allpage .jm-module.color3-ms ul.jm-dark,body.highcontrast3 #jm-allpage .jm-module.color4-ms ul.jm-dark,body.highcontrast3 #jm-allpage .jm-module.color5-ms ul.jm-dark,body.highcontrast3 #jm-top3 ul.jm-light,body.highcontrast3 #jm-footer-mod ul.jm-light,body.highcontrast3 #jm-top-menu-nav ul.jm-light,body.highcontrast3 #jm-allpage .jm-module.color1-ms ul.jm-light,body.highcontrast3 #jm-allpage .jm-module.color2-ms ul.jm-light,body.highcontrast3 #jm-allpage .jm-module.color3-ms ul.jm-light,body.highcontrast3 #jm-allpage .jm-module.color4-ms ul.jm-light,body.highcontrast3 #jm-allpage .jm-module.color5-ms ul.jm-light{list-style: disc outside none}body.highcontrast3 #jm-top3 ul:not([class]) li,body.highcontrast3 #jm-footer-mod ul:not([class]) li,body.highcontrast3 #jm-top-menu-nav ul:not([class]) li,body.highcontrast3 #jm-allpage .jm-module.color1-ms ul:not([class]) li,body.highcontrast3 #jm-allpage .jm-module.color2-ms ul:not([class]) li,body.highcontrast3 #jm-allpage .jm-module.color3-ms ul:not([class]) li,body.highcontrast3 #jm-allpage .jm-module.color4-ms ul:not([class]) li,body.highcontrast3 #jm-allpage .jm-module.color5-ms ul:not([class]) li,body.highcontrast3 #jm-top3 ul.jm-dark li,body.highcontrast3 #jm-footer-mod ul.jm-dark li,body.highcontrast3 #jm-top-menu-nav ul.jm-dark li,body.highcontrast3 #jm-allpage .jm-module.color1-ms ul.jm-dark li,body.highcontrast3 #jm-allpage .jm-module.color2-ms ul.jm-dark li,body.highcontrast3 #jm-allpage .jm-module.color3-ms ul.jm-dark li,body.highcontrast3 #jm-allpage .jm-module.color4-ms ul.jm-dark li,body.highcontrast3 #jm-allpage .jm-module.color5-ms ul.jm-dark li,body.highcontrast3 #jm-top3 ul.jm-light li,body.highcontrast3 #jm-footer-mod ul.jm-light li,body.highcontrast3 #jm-top-menu-nav ul.jm-light li,body.highcontrast3 #jm-allpage .jm-module.color1-ms ul.jm-light li,body.highcontrast3 #jm-allpage .jm-module.color2-ms ul.jm-light li,body.highcontrast3 #jm-allpage .jm-module.color3-ms ul.jm-light li,body.highcontrast3 #jm-allpage .jm-module.color4-ms ul.jm-light li,body.highcontrast3 #jm-allpage .jm-module.color5-ms ul.jm-light li{padding: 0;margin: 0;background-image: none}body.highcontrast3 .label-info[href],body.highcontrast3 .badge-info[href],body.highcontrast3 .label-info,body.highcontrast3 .badge-info{color: #ff0 !important;background: #000;text-decoration: none}body.highcontrast3 .label-info[href]:hover,body.highcontrast3 .badge-info[href]:hover,body.highcontrast3 .label-info:hover,body.highcontrast3 .badge-info:hover,body.highcontrast3 .label-info[href]:focus,body.highcontrast3 .badge-info[href]:focus,body.highcontrast3 .label-info:focus,body.highcontrast3 .badge-info:focus{background: #000;text-decoration: underline}body.highcontrast3 #jm-allpage .chzn-container-single .chzn-single,body.highcontrast3 #jm-allpage .chzn-container-multi .chzn-choices{border-color: #000;color: #000;background: #ff0}body.highcontrast3 #jm-allpage .chzn-container .chzn-drop{border-color: #000;background: #ff0}body.highcontrast3 #jm-allpage .chzn-container-multi .chzn-choices .search-field input.default{color: #000}body.highcontrast3 #jm-allpage .chzn-container-multi .chzn-choices .search-choice{color: #000;border-color: #000;background: #ff0}body.highcontrast3 h1.componentheading,body.highcontrast3 .tag-category > h1,body.highcontrast3 .page-header > h1,body.highcontrast3 .content-category > h1,body.highcontrast3 .categories-list > h1,body.highcontrast3 .blog-featured > h1,body.highcontrast3 .contact-category > h1,body.highcontrast3 .contact > h1,body.highcontrast3 .newsfeed-category > h1,body.highcontrast3 h1.page-title,body.highcontrast3 .finder > h1,body.highcontrast3 .weblink-category > h1,body.highcontrast3 .edit > h1{color: #000}body.highcontrast3 h2.item-title,body.highcontrast3 .page-header > h2,body.highcontrast3 .content-category > h2,body.highcontrast3 .blog > h2,body.highcontrast3 .cat-children > h3,body.highcontrast3 .contact-category > h2,body.highcontrast3 .weblink-category > h2,body.highcontrast3 .newsfeed > h2,body.highcontrast3 .newsfeed-category > h2,body.highcontrast3 .weblink-category > h2,body.highcontrast3 .contact > h3{color: #000}body.highcontrast3 h2.item-title a,body.highcontrast3 .page-header > h2 a,body.highcontrast3 .content-category > h2 a,body.highcontrast3 .blog > h2 a,body.highcontrast3 .cat-children > h3 a,body.highcontrast3 .contact-category > h2 a,body.highcontrast3 .weblink-category > h2 a,body.highcontrast3 .newsfeed > h2 a,body.highcontrast3 .newsfeed-category > h2 a,body.highcontrast3 .weblink-category > h2 a,body.highcontrast3 .contact > h3 a{color: #000}body.highcontrast3 h2.item-title a:hover,body.highcontrast3 .page-header > h2 a:hover,body.highcontrast3 .content-category > h2 a:hover,body.highcontrast3 .blog > h2 a:hover,body.highcontrast3 .cat-children > h3 a:hover,body.highcontrast3 .contact-category > h2 a:hover,body.highcontrast3 .weblink-category > h2 a:hover,body.highcontrast3 .newsfeed > h2 a:hover,body.highcontrast3 .newsfeed-category > h2 a:hover,body.highcontrast3 .weblink-category > h2 a:hover,body.highcontrast3 .contact > h3 a:hover,body.highcontrast3 h2.item-title a:focus,body.highcontrast3 .page-header > h2 a:focus,body.highcontrast3 .content-category > h2 a:focus,body.highcontrast3 .blog > h2 a:focus,body.highcontrast3 .cat-children > h3 a:focus,body.highcontrast3 .contact-category > h2 a:focus,body.highcontrast3 .weblink-category > h2 a:focus,body.highcontrast3 .newsfeed > h2 a:focus,body.highcontrast3 .newsfeed-category > h2 a:focus,body.highcontrast3 .weblink-category > h2 a:focus,body.highcontrast3 .contact > h3 a:focus{color: #ff0;background: #000}body.highcontrast3 h3.page-header{border-color: #000}body.highcontrast3 dl.article-info{color: #000}body.highcontrast3 ul.list-striped > li{border-color: #000}body.highcontrast3 .items-leading div[class*="leading-"],body.highcontrast3 .items-row,body.highcontrast3 .archive-items > div{border-color: #000}body.highcontrast3 p.img_caption{background: #ff0}body.highcontrast3 #jm-allpage .readmore,body.highcontrast3 #jm-top3 .readmore,body.highcontrast3 #jm-footer-mod .readmore,body.highcontrast3 #jm-top-menu-nav .readmore,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore{padding: 20px 55px;color: #00f;border-color: #000}body.highcontrast3 #jm-allpage .readmore:hover,body.highcontrast3 #jm-top3 .readmore:hover,body.highcontrast3 #jm-footer-mod .readmore:hover,body.highcontrast3 #jm-top-menu-nav .readmore:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore:hover,body.highcontrast3 #jm-allpage .readmore:focus,body.highcontrast3 #jm-top3 .readmore:focus,body.highcontrast3 #jm-footer-mod .readmore:focus,body.highcontrast3 #jm-top-menu-nav .readmore:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore:focus{color: #ff0;background: #000}body.highcontrast3 #jm-allpage .readmore:after,body.highcontrast3 #jm-top3 .readmore:after,body.highcontrast3 #jm-footer-mod .readmore:after,body.highcontrast3 #jm-top-menu-nav .readmore:after,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore:after,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore:after,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore:after,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore:after{display: none}body.highcontrast3 #jm-allpage p.readmore{background: none}body.highcontrast3 #jm-allpage p.readmore:hover,body.highcontrast3 #jm-allpage p.readmore:focus{background: none}body.highcontrast3 .tip-wrap .tip{color: #ff0;background-color: #000}body.highcontrast3 .tip-wrap .tip-top{border-bottom-color: #000}body.highcontrast3 .tip-wrap .tip-title{color: #ff0}body.highcontrast3 .tip-wrap .tip-text{color: #ff0}body.highcontrast3 .tooltip.in{opacity: 1}body.highcontrast3 .tooltip-inner{color: #ff0;background-color: #000}body.highcontrast3 .tooltip.top .tooltip-arrow{border-top-color: #000}body.highcontrast3 .tooltip.right .tooltip-arrow{border-right-color: #000}body.highcontrast3 .tooltip.left .tooltip-arrow{border-left-color: #000}body.highcontrast3 .tooltip.bottom .tooltip-arrow{border-bottom-color: #000}body.highcontrast3 .dj-megamenu-override li.dj-up a.dj-up_a{color: #000;text-decoration: underline}body.highcontrast3 .dj-megamenu-override li.dj-up a.dj-up_a small.subtitle{opacity: 1;color: #00f}body.highcontrast3 .dj-megamenu-override li.dj-up.active a.dj-up_a,body.highcontrast3 .dj-megamenu-override li.dj-up:hover a.dj-up_a,body.highcontrast3 .dj-megamenu-override li.dj-up.hover a.dj-up_a{text-decoration: none;color: #ff0;background: #000}body.highcontrast3 .dj-megamenu-override li.dj-up.active a.dj-up_a small.subtitle,body.highcontrast3 .dj-megamenu-override li.dj-up:hover a.dj-up_a small.subtitle,body.highcontrast3 .dj-megamenu-override li.dj-up.hover a.dj-up_a small.subtitle{color: #ff0}body.highcontrast3 .dj-megamenu-override li.dj-up.active a.dj-up_a:focus,body.highcontrast3 .dj-megamenu-override li.dj-up:hover a.dj-up_a:focus,body.highcontrast3 .dj-megamenu-override li.dj-up.hover a.dj-up_a:focus{outline: 2px solid #f00}body.highcontrast3 .dj-megamenu-override li div.dj-subwrap div.dj-subwrap-in{background: #000;border-color: #000}body.highcontrast3 .dj-megamenu-override .dj-submenu > li > a,body.highcontrast3 .dj-megamenu-override .dj-subtree > li > a{color: #ff0}body.highcontrast3 .dj-megamenu-override .dj-submenu > li:hover > a,body.highcontrast3 .dj-megamenu-override .dj-subtree > li:hover > a,body.highcontrast3 .dj-megamenu-override .dj-submenu > li.hover > a,body.highcontrast3 .dj-megamenu-override .dj-subtree > li.hover > a,body.highcontrast3 .dj-megamenu-override .dj-submenu > li.active > a,body.highcontrast3 .dj-megamenu-override .dj-subtree > li.active > a{color: #000;background: #ff0;background-image: none;text-indent: 5px}body.highcontrast3 .dj-megamenu-override .multiple_cols .dj-subcol + .dj-subcol:after{border-color: #ff0}body.highcontrast3 .dj-megamenu-sticky.dj-megamenu-override{background: #ff0}body.highcontrast3 #jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn,body.highcontrast3 #jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn,body.highcontrast3 #jm-allpage .dj-megamenu-select .dj-mobile-open-btn{color: #000}body.highcontrast3 #jm-allpage .dj-megamenu-offcanvas .dj-mobile-open-btn:hover,body.highcontrast3 #jm-allpage .dj-megamenu-accordion .dj-mobile-open-btn:hover,body.highcontrast3 #jm-allpage .dj-megamenu-select .dj-mobile-open-btn:hover{color: #00f}body.highcontrast3 #jm-allpage .dj-megamenu-override .modules-wrap{color: #ff0}body.highcontrast3 #jm-allpage .dj-megamenu-override .modules-wrap .moduletable > h3{color: #ff0}body.highcontrast3 .dj-megamenu-offcanvas .dj-mobile-open-btn,body.highcontrast3 .dj-megamenu-accordion .dj-mobile-open-btn,body.highcontrast3 .dj-megamenu-select .dj-mobile-open-btn{color: #000}body.highcontrast3 .dj-offcanvas,body.highcontrast3 .dj-offcanvas > div{background: #000;color: #ff0}body.highcontrast3 .dj-offcanvas .dj-offcanvas-close-btn{color: #ff0}body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem > a,body.highcontrast3 .dj-offcanvas .nav.menu > li:first-child > a,body.highcontrast3 .dj-offcanvas .nav.menu > li:first-child > span.separator{background: #000;color: #ff0;border: none}body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem:hover > a,body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem.active > a,body.highcontrast3 .dj-offcanvas .nav.menu li a:hover,body.highcontrast3 .dj-offcanvas .nav.menu li span.separator:hover,body.highcontrast3 .dj-offcanvas .nav.menu li a:focus,body.highcontrast3 .dj-offcanvas .nav.menu li span.separator:focus{background: #ff0;color: #000}body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem.parent > a span.toggler{color: #ff0}body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem.parent:hover > a span.toggler,body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem.parent.active > a span.toggler{color: #000}body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem > a .subtitle{color: #ff0}body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem:hover > a .subtitle,body.highcontrast3 .dj-offcanvas ul li.dj-mobileitem.active > a .subtitle{color: #000}body.highcontrast3 .jm-module .jm-title{color: #000}body.highcontrast3 .moduletable > h3{color: #000}body.highcontrast3 #jm-header .jm-module .jm-title,body.highcontrast3 #jm-top3 .jm-module .jm-title,body.highcontrast3 #jm-footer-mod .jm-module .jm-title{color: #000}body.highcontrast3 #jm-header .moduletable > h3,body.highcontrast3 #jm-top3 .moduletable > h3,body.highcontrast3 #jm-footer-mod .moduletable > h3{color: #000}body.highcontrast3 #jm-allpage .jm-module.color1-ms,body.highcontrast3 #jm-allpage .jm-module.color2-ms,body.highcontrast3 #jm-allpage .jm-module.color3-ms,body.highcontrast3 #jm-allpage .jm-module.color4-ms,body.highcontrast3 #jm-allpage .jm-module.color5-ms{background: #ff0;color: #000;border: 1px solid #000}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default .jmm-icon{color: #000}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default .jmm-icon a:hover{background: none}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default .jmm-title{color: #000}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default .jmm-title a{color: #00f}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default .jmm-title a:hover{color: #ff0;background: #000}body.highcontrast3 #jm-allpage .jm-module.style2-ms.color1-ms,body.highcontrast3 #jm-allpage .jm-module.style2-ms.color2-ms,body.highcontrast3 #jm-allpage .jm-module.style2-ms.color3-ms,body.highcontrast3 #jm-allpage .jm-module.style2-ms.color4-ms,body.highcontrast3 #jm-allpage .jm-module.style2-ms.color5-ms{border: none}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title{color: #00f}body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms .jmm-title a:hover,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color1-ms .jmm-title a:hover,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color2-ms .jmm-title a:hover,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color3-ms .jmm-title a:hover,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color4-ms .jmm-title a:hover,body.highcontrast3 #jm-allpage #jm-page .jmm-add-features.default.style2-ms.color5-ms .jmm-title a:hover{color: #ff0;background: #000}body.highcontrast3 .jm-tabhome .box span[class*='icon']{color: #000}body.highcontrast3 .jm-tabhome .box .jm-label{color: #00f}body.highcontrast3 .text-color1,body.highcontrast3 .text-color2,body.highcontrast3 .text-color3,body.highcontrast3 .text-color4,body.highcontrast3 .text-color5{color: #00f}body.highcontrast3 #jm-allpage .readmore-large,body.highcontrast3 #jm-top3 .readmore-large,body.highcontrast3 #jm-footer-mod .readmore-large,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large,body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large{border: 2px solid #000;color: #000}body.highcontrast3 #jm-allpage .readmore-large [class^="icon-"],body.highcontrast3 #jm-top3 .readmore-large [class^="icon-"],body.highcontrast3 #jm-footer-mod .readmore-large [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large [class^="icon-"],body.highcontrast3 #jm-allpage .readmore-large [class*=" icon-"],body.highcontrast3 #jm-top3 .readmore-large [class*=" icon-"],body.highcontrast3 #jm-footer-mod .readmore-large [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large [class*=" icon-"]{color: #000}body.highcontrast3 #jm-allpage .readmore-large:hover,body.highcontrast3 #jm-top3 .readmore-large:hover,body.highcontrast3 #jm-footer-mod .readmore-large:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large:hover,body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large:hover,body.highcontrast3 #jm-allpage .readmore-large:focus,body.highcontrast3 #jm-top3 .readmore-large:focus,body.highcontrast3 #jm-footer-mod .readmore-large:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large:focus,body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large:focus{color: #ff0;background: #000}body.highcontrast3 #jm-allpage .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-top3 .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-footer-mod .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large:hover [class^="icon-"],body.highcontrast3 #jm-allpage .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-top3 .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-footer-mod .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large:focus [class^="icon-"],body.highcontrast3 #jm-allpage .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-top3 .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-footer-mod .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large:hover [class*=" icon-"],body.highcontrast3 #jm-allpage .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-top3 .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-footer-mod .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color1-ms .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color2-ms .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color3-ms .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color4-ms .readmore-large:focus [class*=" icon-"],body.highcontrast3 #jm-allpage .jm-module.color5-ms .readmore-large:focus [class*=" icon-"]{color: #ff0}body.highcontrast3 #jm-top-bar .search-ms .search form{width: auto;height: auto}body.highcontrast3 #jm-top-bar .search-ms .search input.button,body.highcontrast3 #jm-top-bar .search-ms .search button.button{position: static;display: inline-block;font-size: 12px;padding: 0 15px;background-image: none;width: auto;height: 25px;border: 1px solid #000;color: #000 !important}body.highcontrast3 #jm-top-bar .search-ms .search input.button:hover,body.highcontrast3 #jm-top-bar .search-ms .search button.button:hover{background: #000;color: #ff0 !important}body.highcontrast3 #jm-top-bar .search-ms .search .inputbox{position: static;padding: 0 10px;width: 215px;background: #ff0;color: #000;border: 1px solid #000;pointer-events: auto;opacity: 1}body.highcontrast3 .jm-icons a{color: #ff0;background-position: center center;background-repeat: no-repeat;background-color: transparent;opacity: 1}body.highcontrast3 .jm-icons a:hover,body.highcontrast3 .jm-icons a:focus{background-color: #00f}body.highcontrast3 .jm-icons a.jm-facebook{background-image: url(/templates/jm-university/images/social/facebook.png)}body.highcontrast3 .jm-icons a.jm-link{background-image: url(/templates/jm-university/images/social/linkedin.png)}body.highcontrast3 .jm-icons a.jm-skype{background-image: url(/templates/jm-university/images/social/skype.png)}body.highcontrast3 .jm-icons a.jm-twitter{background-image: url(/templates/jm-university/images/social/twitter.png)}body.highcontrast3 .jm-icons a.jm-google{background-image: url(/templates/jm-university/images/social/gplus.png)}body.highcontrast3 #jm-allpage .jmm-social.override li .jmm-ico{color: #000;background: #ff0}body.highcontrast3 #jm-allpage .jmm-social.override li a:hover,body.highcontrast3 #jm-allpage .jmm-social.override li a:focus{background: none}body.highcontrast3 #jm-allpage .jmm-social.override li a:hover .jmm-ico,body.highcontrast3 #jm-allpage .jmm-social.override li a:focus .jmm-ico{opacity: 1;color: #ff0;background: #000}body.highcontrast3 #jm-allpage .contact-ps > h3:first-child{color: #000}body.highcontrast3 .nav.menu li a,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li a,body.highcontrast3 #jm-top3 .nav.menu li a,body.highcontrast3 #jm-footer-mod .nav.menu li a,body.highcontrast3 .nav.menu li span.separator,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li span.separator,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li span.separator,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li span.separator,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li span.separator,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li span.separator,body.highcontrast3 #jm-top3 .nav.menu li span.separator,body.highcontrast3 #jm-footer-mod .nav.menu li span.separator{color: #000;background-image: none;border-color: #000;padding-top: 6px;padding-bottom: 6px}body.highcontrast3 .nav.menu li a:hover,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li a:hover,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li a:hover,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li a:hover,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li a:hover,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li a:hover,body.highcontrast3 #jm-top3 .nav.menu li a:hover,body.highcontrast3 #jm-footer-mod .nav.menu li a:hover,body.highcontrast3 .nav.menu li span.separator:hover,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li span.separator:hover,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li span.separator:hover,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li span.separator:hover,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li span.separator:hover,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li span.separator:hover,body.highcontrast3 #jm-top3 .nav.menu li span.separator:hover,body.highcontrast3 #jm-footer-mod .nav.menu li span.separator:hover,body.highcontrast3 .nav.menu li a:focus,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li a:focus,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li a:focus,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li a:focus,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li a:focus,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li a:focus,body.highcontrast3 #jm-top3 .nav.menu li a:focus,body.highcontrast3 #jm-footer-mod .nav.menu li a:focus,body.highcontrast3 .nav.menu li span.separator:focus,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li span.separator:focus,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li span.separator:focus,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li span.separator:focus,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li span.separator:focus,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li span.separator:focus,body.highcontrast3 #jm-top3 .nav.menu li span.separator:focus,body.highcontrast3 #jm-footer-mod .nav.menu li span.separator:focus{color: #ff0;background: #000;text-indent: 5px}body.highcontrast3 .nav.menu li a,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li a,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li a,body.highcontrast3 #jm-top3 .nav.menu li a,body.highcontrast3 #jm-footer-mod .nav.menu li a{text-decoration: underline}body.highcontrast3 .nav.menu > li > a,body.highcontrast3 #jm-allpage .color1-ms .nav.menu > li > a,body.highcontrast3 #jm-allpage .color2-ms .nav.menu > li > a,body.highcontrast3 #jm-allpage .color3-ms .nav.menu > li > a,body.highcontrast3 #jm-allpage .color4-ms .nav.menu > li > a,body.highcontrast3 #jm-allpage .color5-ms .nav.menu > li > a,body.highcontrast3 #jm-top3 .nav.menu > li > a,body.highcontrast3 #jm-footer-mod .nav.menu > li > a,body.highcontrast3 .nav.menu > li > span.separator,body.highcontrast3 #jm-allpage .color1-ms .nav.menu > li > span.separator,body.highcontrast3 #jm-allpage .color2-ms .nav.menu > li > span.separator,body.highcontrast3 #jm-allpage .color3-ms .nav.menu > li > span.separator,body.highcontrast3 #jm-allpage .color4-ms .nav.menu > li > span.separator,body.highcontrast3 #jm-allpage .color5-ms .nav.menu > li > span.separator,body.highcontrast3 #jm-top3 .nav.menu > li > span.separator,body.highcontrast3 #jm-footer-mod .nav.menu > li > span.separator{background: none;padding-top: 14px;padding-bottom: 14px}body.highcontrast3 .nav.menu li.active > a,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li.active > a,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li.active > a,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li.active > a,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li.active > a,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li.active > a,body.highcontrast3 #jm-top3 .nav.menu li.active > a,body.highcontrast3 #jm-footer-mod .nav.menu li.active > a,body.highcontrast3 .nav.menu li.active > span.separator,body.highcontrast3 #jm-allpage .color1-ms .nav.menu li.active > span.separator,body.highcontrast3 #jm-allpage .color2-ms .nav.menu li.active > span.separator,body.highcontrast3 #jm-allpage .color3-ms .nav.menu li.active > span.separator,body.highcontrast3 #jm-allpage .color4-ms .nav.menu li.active > span.separator,body.highcontrast3 #jm-allpage .color5-ms .nav.menu li.active > span.separator,body.highcontrast3 #jm-top3 .nav.menu li.active > span.separator,body.highcontrast3 #jm-footer-mod .nav.menu li.active > span.separator{color: #ff0;background: #000;text-indent: 5px}body.highcontrast3 .nav.menu > li.parent > ul,body.highcontrast3 #jm-allpage .color1-ms .nav.menu > li.parent > ul,body.highcontrast3 #jm-allpage .color2-ms .nav.menu > li.parent > ul,body.highcontrast3 #jm-allpage .color3-ms .nav.menu > li.parent > ul,body.highcontrast3 #jm-allpage .color4-ms .nav.menu > li.parent > ul,body.highcontrast3 #jm-allpage .color5-ms .nav.menu > li.parent > ul,body.highcontrast3 #jm-top3 .nav.menu > li.parent > ul,body.highcontrast3 #jm-footer-mod .nav.menu > li.parent > ul{margin-top: 0}body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li a,body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li span.separator{color: #ff0;text-decoration: none;background-image: none;padding-top: 6px;padding-bottom: 6px}body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li a:hover,body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li span.separator:hover,body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li a:focus,body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li span.separator:focus{text-decoration: underline;color: #000;background: #ff0;text-indent: 5px}body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu > li > a,body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu > li > span.separator{background: none;padding-top: 14px;padding-bottom: 14px;text-indent: 5px}body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li.active > a,body.highcontrast3 #jm-allpage .dj-megamenu .nav.menu li.active > span.separator{color: #000;background: #ff0;text-indent: 5px}body.highcontrast3 .nav.menu li a img{background-color: #000;padding: 2px}body.highcontrast3 #jm-top-bar .nav.menu li a,body.highcontrast3 #jm-top-bar .nav.menu li span.separator{color: #000;background-image: none;text-indent: 0}body.highcontrast3 #jm-top-bar .nav.menu li a:hover,body.highcontrast3 #jm-top-bar .nav.menu li span.separator:hover,body.highcontrast3 #jm-top-bar .nav.menu li a:focus,body.highcontrast3 #jm-top-bar .nav.menu li span.separator:focus{color: #ff0;background: #000}body.highcontrast3 #jm-top-bar .nav.menu li a{text-decoration: underline}body.highcontrast3 #jm-top-bar .nav.menu li a:after:hover,body.highcontrast3 #jm-top-bar .nav.menu li a:after:focus{color: #ff0}body.highcontrast3 #jm-top-bar .nav.menu li.active > a,body.highcontrast3 #jm-top-bar .nav.menu li.active > span.separator{background: #000;color: #ff0}body.highcontrast3 #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a{color: #ff0;background: #00f}body.highcontrast3 #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:hover,body.highcontrast3 #jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus{color: #ff0;background: #00f;text-indent: 0}body.highcontrast3 #jm-allpage .btn,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn,body.highcontrast3 #jm-allpage a.button,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button,body.highcontrast3 #jm-allpage input.button,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button,body.highcontrast3 #jm-allpage button.button,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button{background: #000;border-color: #000;color: #ff0 !important}body.highcontrast3 #jm-allpage .btn:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn:hover,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn:hover,body.highcontrast3 #jm-allpage a.button:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button:hover,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button:hover,body.highcontrast3 #jm-allpage input.button:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button:hover,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button:hover,body.highcontrast3 #jm-allpage button.button:hover,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button:hover,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button:hover,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button:hover,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button:hover,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button:hover,body.highcontrast3 #jm-allpage .btn:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn:focus,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn:focus,body.highcontrast3 #jm-allpage a.button:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button:focus,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button:focus,body.highcontrast3 #jm-allpage input.button:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button:focus,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button:focus,body.highcontrast3 #jm-allpage button.button:focus,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button:focus,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button:focus,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button:focus,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button:focus,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button:focus,body.highcontrast3 #jm-allpage .btn:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn:active,body.highcontrast3 #jm-allpage a.button:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button:active,body.highcontrast3 #jm-allpage input.button:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button:active,body.highcontrast3 #jm-allpage button.button:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button:active,body.highcontrast3 #jm-allpage .btn.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn.active,body.highcontrast3 #jm-allpage a.button.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button.active,body.highcontrast3 #jm-allpage input.button.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button.active,body.highcontrast3 #jm-allpage button.button.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button.active{background: #ff0;color: #000 !important}body.highcontrast3 #jm-allpage .btn.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn.active,body.highcontrast3 #jm-allpage a.button.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button.active,body.highcontrast3 #jm-allpage input.button.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button.active,body.highcontrast3 #jm-allpage button.button.active,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button.active,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button.active,body.highcontrast3 #jm-allpage .btn:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms .btn:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms .btn:active,body.highcontrast3 #jm-allpage a.button:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms a.button:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms a.button:active,body.highcontrast3 #jm-allpage input.button:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms input.button:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms input.button:active,body.highcontrast3 #jm-allpage button.button:active,body.highcontrast3 #jm-allpage .jm-module.color1-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color2-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color3-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color4-ms button.button:active,body.highcontrast3 #jm-allpage .jm-module.color5-ms button.button:active{outline: 2px solid #f00}body.highcontrast3 a.btn,body.highcontrast3 a.button{text-decoration: none}body.highcontrast3 #jm-allpage select,body.highcontrast3 #jm-allpage textarea,body.highcontrast3 #jm-allpage input[type="text"],body.highcontrast3 #jm-allpage input[type="password"],body.highcontrast3 #jm-allpage input[type="datetime"],body.highcontrast3 #jm-allpage input[type="datetime-local"],body.highcontrast3 #jm-allpage input[type="date"],body.highcontrast3 #jm-allpage input[type="month"],body.highcontrast3 #jm-allpage input[type="time"],body.highcontrast3 #jm-allpage input[type="week"],body.highcontrast3 #jm-allpage input[type="number"],body.highcontrast3 #jm-allpage input[type="email"],body.highcontrast3 #jm-allpage input[type="url"],body.highcontrast3 #jm-allpage input[type="search"],body.highcontrast3 #jm-allpage input[type="tel"],body.highcontrast3 #jm-allpage input[type="color"],body.highcontrast3 #jm-allpage .uneditable-input{border-color: #000;color: #000;background: #ff0}body.highcontrast3 #jm-allpage select:focus,body.highcontrast3 #jm-allpage textarea:focus,body.highcontrast3 #jm-allpage input[type="text"]:focus,body.highcontrast3 #jm-allpage input[type="password"]:focus,body.highcontrast3 #jm-allpage input[type="datetime"]:focus,body.highcontrast3 #jm-allpage input[type="datetime-local"]:focus,body.highcontrast3 #jm-allpage input[type="date"]:focus,body.highcontrast3 #jm-allpage input[type="month"]:focus,body.highcontrast3 #jm-allpage input[type="time"]:focus,body.highcontrast3 #jm-allpage input[type="week"]:focus,body.highcontrast3 #jm-allpage input[type="number"]:focus,body.highcontrast3 #jm-allpage input[type="email"]:focus,body.highcontrast3 #jm-allpage input[type="url"]:focus,body.highcontrast3 #jm-allpage input[type="search"]:focus,body.highcontrast3 #jm-allpage input[type="tel"]:focus,body.highcontrast3 #jm-allpage input[type="color"]:focus,body.highcontrast3 #jm-allpage .uneditable-input:focus{border-color: #00f}body.highcontrast3 input::-moz-placeholder,body.highcontrast3 textarea::-moz-placeholder{color: #000;opacity: 1}body.highcontrast3 input:-ms-input-placeholder,body.highcontrast3 textarea:-ms-input-placeholder{color: #000}body.highcontrast3 input::-webkit-input-placeholder,body.highcontrast3 textarea::-webkit-input-placeholder{color: #000}body.highcontrast3 .nav-tabs > li > a,body.highcontrast3 dl.tabs > dt a{color: #000;background: #ff0;border: 1px solid #000;margin: 2px}body.highcontrast3 .nav-tabs > li > a:hover,body.highcontrast3 dl.tabs > dt a:hover,body.highcontrast3 .nav-tabs > li > a:focus,body.highcontrast3 dl.tabs > dt a:focus{color: #000;background: #ff0}body.highcontrast3 .nav-tabs > li.active > a,body.highcontrast3 dl.tabs > dt.open a{color: #00f;background: #ff0}body.highcontrast3 dd.tabs,body.highcontrast3 .tab-content{background: #ff0}body.highcontrast3 .nav-tabs.nav-stacked > li > a{border-color: #000}body.highcontrast3 .nav-tabs.nav-stacked > li > a:hover,body.highcontrast3 .nav-tabs.nav-stacked > li > a:focus{color: #00f}body.highcontrast3 .accordion-heading .accordion-toggle,body.highcontrast3 .pane-sliders h3.title a{color: #000}body.highcontrast3 .accordion-heading .accordion-toggle:focus,body.highcontrast3 .pane-sliders h3.title a:focus,body.highcontrast3 .accordion-heading .accordion-toggle:hover,body.highcontrast3 .pane-sliders h3.title a:hover{color: #00f}body.highcontrast3 .accordion-heading .accordion-toggle:after,body.highcontrast3 .pane-sliders h3.title a:after,body.highcontrast3 .accordion-heading .accordion-toggle:focus:after,body.highcontrast3 .pane-sliders h3.title a:focus:after,body.highcontrast3 .accordion-heading .accordion-toggle.collapsed:focus:after,body.highcontrast3 .pane-sliders h3.title a.collapsed:focus:after{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast3 .accordion-heading .accordion-toggle.collapsed:after,body.highcontrast3 .pane-sliders h3.title a.collapsed:after{background-image: url(/templates/jm-university/images/down_arrow_white.png)}body.highcontrast3 .pane-sliders h3.title.pane-toggler-down a:after{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast3 .well{border: none;background: none}body.highcontrast3 .dropdown-menu{background: #ff0;border-color: #000}body.highcontrast3 .dropdown-menu a{color: #00f}body.highcontrast3 .dropdown-menu a:hover,body.highcontrast3 .dropdown-menu a:focus{color: #ff0}body.highcontrast3 .dropdown-menu a:hover [class^="icon-"],body.highcontrast3 .dropdown-menu a:focus [class^="icon-"],body.highcontrast3 .dropdown-menu a:hover [class*=" icon-"],body.highcontrast3 .dropdown-menu a:focus [class*=" icon-"]{color: #ff0}body.highcontrast3 .caret{border-top-color: #ff0}body.highcontrast3 .btn:hover .caret,body.highcontrast3 .btn:focus .caret,body.highcontrast3 .open .caret{border-top-color: #000}body.highcontrast3 legend{color: #000;border-color: #000}body.highcontrast3 .table th,body.highcontrast3 table.category th,body.highcontrast3 .table td,body.highcontrast3 table.category td{border-color: #000}body.highcontrast3 .table th,body.highcontrast3 table.category th{background: #000;color: #ff0}body.highcontrast3 .table th a,body.highcontrast3 table.category th a{color: #ff0;text-decoration: underline}body.highcontrast3 .table th a:hover,body.highcontrast3 table.category th a:hover{text-decoration: none}body.highcontrast3 .table td,body.highcontrast3 table.category td{background: none}body.highcontrast3 .pager li > a,body.highcontrast3 .pager li > span{color: #ff0;background: #000;border-color: #000;text-decoration: none}body.highcontrast3 .pager li > a:hover,body.highcontrast3 .pager li > a:focus{color: #000;background: #ff0}body.highcontrast3 .pagination ul > li{margin: 5px 2px 0}body.highcontrast3 .pagination ul > li > a,body.highcontrast3 .pagination ul > li > span{color: #000;background: none;border-color: #000}body.highcontrast3 .pagination ul > li > a:hover,body.highcontrast3 .pagination ul > li > span:hover,body.highcontrast3 .pagination ul > li > a:focus,body.highcontrast3 .pagination ul > li > span:focus{color: #000;background: #ff0}body.highcontrast3 .pagination ul > li.active > a,body.highcontrast3 .pagination ul > li > span.pagenav{color: #ff0;background: #000}body.highcontrast3 .pagination ul li.pagination-start span.pagenav,body.highcontrast3 .pagination ul li.pagination-prev span.pagenav,body.highcontrast3 .pagination ul li.pagination-next span.pagenav,body.highcontrast3 .pagination ul li.pagination-end span.pagenav{border-color: transparent;background: none;color: #000}body.highcontrast3 .pagination ul li.pagination-start span.pagenav:hover,body.highcontrast3 .pagination ul li.pagination-prev span.pagenav:hover,body.highcontrast3 .pagination ul li.pagination-next span.pagenav:hover,body.highcontrast3 .pagination ul li.pagination-end span.pagenav:hover,body.highcontrast3 .pagination ul li.pagination-start span.pagenav:focus,body.highcontrast3 .pagination ul li.pagination-prev span.pagenav:focus,body.highcontrast3 .pagination ul li.pagination-next span.pagenav:focus,body.highcontrast3 .pagination ul li.pagination-end span.pagenav:focus{color: #000;background: none}body.highcontrast3 .pagination ul li.pagination-start a,body.highcontrast3 .pagination ul li.pagination-prev a,body.highcontrast3 .pagination ul li.pagination-next a,body.highcontrast3 .pagination ul li.pagination-end a{border-color: transparent;color: #000;background: none}body.highcontrast3 .pagination ul li.pagination-start a:hover,body.highcontrast3 .pagination ul li.pagination-prev a:hover,body.highcontrast3 .pagination ul li.pagination-next a:hover,body.highcontrast3 .pagination ul li.pagination-end a:hover,body.highcontrast3 .pagination ul li.pagination-start a:focus,body.highcontrast3 .pagination ul li.pagination-prev a:focus,body.highcontrast3 .pagination ul li.pagination-next a:focus,body.highcontrast3 .pagination ul li.pagination-end a:focus{color: #ff0;background: #000}body.highcontrast3 .pagination ul > li > a:hover,body.highcontrast3 .pagination ul > li > a:focus,body.highcontrast3 .pagination ul > .active > a,body.highcontrast3 .pagination ul > .active > span{color: #ff0 !important;background: #000}body.highcontrast3 .pagination ul > .active > a,body.highcontrast3 .pagination ul > .active > span{color: #ff0;background: #000}body.highcontrast3 span.highlight{color: #ff0;background-color: #00f}body.highcontrast3 h3.jm-typo-title{border-color: #000}body.highcontrast3 .jm-color{color: #00f}body.highcontrast3 .jm-block span{background: #000;color: #ff0}body.highcontrast3 .jm-block.second span{background: #00f}body.highcontrast3 p.jmbadge,body.highcontrast3 span.jmbadge{background-image: url(/templates/jm-university/images/icons/white/badge.png)}body.highcontrast3 p.jmcalendar,body.highcontrast3 span.jmcalendar{background-image: url(/templates/jm-university/images/icons/white/calendar.png)}body.highcontrast3 p.jmchat,body.highcontrast3 span.jmchat{background-image: url(/templates/jm-university/images/icons/white/chat.png)}body.highcontrast3 p.jmcheck,body.highcontrast3 span.jmcheck{background-image: url(/templates/jm-university/images/icons/white/check.png)}body.highcontrast3 p.jmcloud,body.highcontrast3 span.jmcloud{background-image: url(/templates/jm-university/images/icons/white/cloud.png)}body.highcontrast3 p.jmdirection,body.highcontrast3 span.jmdirection{background-image: url(/templates/jm-university/images/icons/white/direction.png)}body.highcontrast3 p.jmdivide,body.highcontrast3 span.jmdivide{background-image: url(/templates/jm-university/images/icons/white/divide.png)}body.highcontrast3 p.jmerror,body.highcontrast3 span.jmerror{background-image: url(/templates/jm-university/images/icons/white/error.png)}body.highcontrast3 p.jmfire,body.highcontrast3 span.jmfire{background-image: url(/templates/jm-university/images/icons/white/fire.png)}body.highcontrast3 p.jmflag,body.highcontrast3 span.jmflag{background-image: url(/templates/jm-university/images/icons/white/flag.png)}body.highcontrast3 p.jmheart,body.highcontrast3 span.jmheart{background-image: url(/templates/jm-university/images/icons/white/heart.png)}body.highcontrast3 p.jmhome,body.highcontrast3 span.jmhome{background-image: url(/templates/jm-university/images/icons/white/home.png)}body.highcontrast3 p.jminfo,body.highcontrast3 span.jminfo{background-image: url(/templates/jm-university/images/icons/white/info.png)}body.highcontrast3 p.jmlist,body.highcontrast3 span.jmlist{background-image: url(/templates/jm-university/images/icons/white/list.png)}body.highcontrast3 p.jmmail,body.highcontrast3 span.jmmail{background-image: url(/templates/jm-university/images/icons/white/mail.png)}body.highcontrast3 p.jmpeople,body.highcontrast3 span.jmpeople{background-image: url(/templates/jm-university/images/icons/white/people.png)}body.highcontrast3 p.jmstar,body.highcontrast3 span.jmstar{background-image: url(/templates/jm-university/images/icons/white/star.png)}body.highcontrast3 p.jmstat,body.highcontrast3 span.jmstat{background-image: url(/templates/jm-university/images/icons/white/stat.png)}body.highcontrast3 .plan-options{background: #ff0}body.highcontrast3 .plan-price{background: #000;color: #ff0}body.highcontrast3 .dj-slide-desc-text{background: #ff0 !important;color: #000 !important}body.highcontrast3 .dj-slide-desc-text a{color: #00f !important}body.highcontrast3 .dj-slide-title{color: #000 !important}body.highcontrast3 .dj-slide-title a{color: #000 !important}body.highcontrast3 .dj-slide-title a:hover{color: #00f !important}body.highcontrast3 #djmediatools .dj-categories a.dj-category,body.highcontrast3 #djmediatools .dj-categories a.dj-category:hover{color: #000}body.highcontrast3 #djmediatools .dj-categories .dj-ctitle-bg{background: #ff0;opacity: 1 !important}body.highcontrast3 #djmediatools .dj-categories .dj-ctitle-in{color: #000 !important}body.highcontrast3 #djmediatools .dj-categories .dj-ctitle-in:hover{color: #00f !important}body.highcontrast3 #jm-allpage .dj-readmore-wrapper .dj-readmore{padding: 0;color: #00f}body.highcontrast3 #jm-allpage .dj-readmore-wrapper .dj-readmore:after{display: none}body.highcontrast3 .dj-load-button .dj-key{color: #00f !important}body.highcontrast3 .dj-mslider .dj-load-button{border-color: #000 !important}body.highcontrast3 .dj-mslider .dj-load-button.dj-load-button-active{background: #000 !important}body.highcontrast3 #jm-allpage .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .dj-mslider .dj-slide a:hover img.dj-image{border-color: #000 !important}body.highcontrast3 .djslider-loader .load-button{border-color: #000 !important}body.highcontrast3 .djslider-loader .load-button.load-button-active{background: #000 !important}body.highcontrast3 #jm-allpage .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .djslider-loader .slider-container > ul > li a img{border-color: #000 !important}body.highcontrast3 .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 .dj-slideshow .dj-load-button:hover .dj-key{color: #ff0 !important}body.highcontrast3 .dj-slideshow .dj-load-button-active,body.highcontrast3 .dj-slideshow .dj-load-button:hover{background: #000 !important}body.highcontrast3 #jm-allpage .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #000 !important}body.highcontrast3 .dj-slideshowThumbs .dj-load-button img{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #000 !important}body.highcontrast3 .dj-tabber{border-color: #000 !important}body.highcontrast3 .box_skitter{margin: 0 auto;border: none !important}body.highcontrast3 .box_skitter .label_skitter{color: #000 !important}body.highcontrast3 .box_skitter .label_skitter p{color: #000 !important}body.highcontrast3 #jm-allpage .dj-mslider .dj-load-button,body.highcontrast3 #jm-top3 .dj-mslider .dj-load-button,body.highcontrast3 #jm-footer-mod .dj-mslider .dj-load-button,body.highcontrast3 #jm-allpage .color1-ms .dj-mslider .dj-load-button,body.highcontrast3 #jm-allpage .color2-ms .dj-mslider .dj-load-button,body.highcontrast3 #jm-allpage .color3-ms .dj-mslider .dj-load-button,body.highcontrast3 #jm-allpage .color4-ms .dj-mslider .dj-load-button,body.highcontrast3 #jm-allpage .color5-ms .dj-mslider .dj-load-button{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-top3 .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-footer-mod .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-allpage .color1-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-allpage .color2-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-allpage .color3-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-allpage .color4-ms .dj-mslider .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-allpage .color5-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #000 !important}body.highcontrast3 #jm-allpage .djslider-loader .load-button,body.highcontrast3 #jm-top3 .djslider-loader .load-button,body.highcontrast3 #jm-footer-mod .djslider-loader .load-button,body.highcontrast3 #jm-allpage .color1-ms .djslider-loader .load-button,body.highcontrast3 #jm-allpage .color2-ms .djslider-loader .load-button,body.highcontrast3 #jm-allpage .color3-ms .djslider-loader .load-button,body.highcontrast3 #jm-allpage .color4-ms .djslider-loader .load-button,body.highcontrast3 #jm-allpage .color5-ms .djslider-loader .load-button{border-color: #000 !important}body.highcontrast3 #jm-allpage .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-top3 .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-footer-mod .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-allpage .color1-ms .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-allpage .color2-ms .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-allpage .color3-ms .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-allpage .color4-ms .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-allpage .color5-ms .djslider-loader .load-button.load-button-active{background: #000 !important}body.highcontrast3 #jm-allpage .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-top3 .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-footer-mod .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshow .dj-load-button-active .dj-key,body.highcontrast3 #jm-allpage .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-top3 .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-footer-mod .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshow .dj-load-button:hover .dj-key,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshow .dj-load-button:hover .dj-key{color: #ff0 !important}body.highcontrast3 #jm-allpage .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-top3 .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-footer-mod .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshow .dj-load-button-active,body.highcontrast3 #jm-allpage .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-top3 .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-footer-mod .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshow .dj-load-button:hover,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshow .dj-load-button:hover{background: #000 !important}body.highcontrast3 #jm-allpage .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-top3 .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-footer-mod .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color1-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color2-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color3-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color4-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color5-ms .dj-mslider .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-top3 .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-footer-mod .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color1-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color2-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color3-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color4-ms .dj-mslider .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color5-ms .dj-mslider .dj-slide a:hover img.dj-image{border-color: #000 !important}body.highcontrast3 #jm-allpage .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-top3 .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-footer-mod .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .color1-ms .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .color2-ms .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .color3-ms .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .color4-ms .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .color5-ms .djslider-loader .slider-container > ul > li img,body.highcontrast3 #jm-allpage .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-top3 .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-footer-mod .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-allpage .color1-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-allpage .color2-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-allpage .color3-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-allpage .color4-ms .djslider-loader .slider-container > ul > li a img,body.highcontrast3 #jm-allpage .color5-ms .djslider-loader .slider-container > ul > li a img{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-top3 .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-footer-mod .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-allpage .color1-ms .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-allpage .color2-ms .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-allpage .color3-ms .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-allpage .color4-ms .dj-galleryGrid .dj-slide,body.highcontrast3 #jm-allpage .color5-ms .dj-galleryGrid .dj-slide{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-top3 .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-footer-mod .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshow .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-top3 .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-footer-mod .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshow .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshow .dj-slide a:hover img.dj-image{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-top3 .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-footer-mod .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshowThumbs .dj-load-button img,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshowThumbs .dj-load-button img{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-top3 .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-footer-mod .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide img.dj-image,body.highcontrast3 #jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-top3 .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-footer-mod .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color2-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color4-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,body.highcontrast3 #jm-allpage .color5-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image{border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-tabber .dj-tab,body.highcontrast3 #jm-top3 .dj-tabber .dj-tab,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tab,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tab,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tab,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tab,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tab,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tab{background: #ff0 !important;border-color: #000 !important}body.highcontrast3 #jm-allpage .dj-tabber .dj-tab span,body.highcontrast3 #jm-top3 .dj-tabber .dj-tab span,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tab span,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tab span,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tab span,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tab span,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tab span,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tab span{color: #000 !important}body.highcontrast3 #jm-allpage .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-top3 .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-top3 .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active{border-color: transparent;background: #000 !important}body.highcontrast3 #jm-allpage .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-top3 .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-top3 .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab.dj-tab-active span{color: #ff0 !important}body.highcontrast3 #jm-allpage .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-top3 .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tabs-left .dj-tab-indicator,body.highcontrast3 #jm-allpage .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-top3 .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-footer-mod .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-allpage .color1-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-allpage .color2-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-allpage .color3-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-allpage .color4-ms .dj-tabber .dj-tabs-right .dj-tab-indicator,body.highcontrast3 #jm-allpage .color5-ms .dj-tabber .dj-tabs-right .dj-tab-indicator{display: none}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{color: #000 !important;text-shadow: none;background: #ff0 !important;padding: 10px !important}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-slide-title,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-slide-title{color: #000 !important}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-slide-title a,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-slide-title a{color: #000 !important}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-slide-title a:hover,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-slide-title a:hover{color: #00f !important}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore{background: #000;color: #ff0 !important;padding: 15px 40px}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:after,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:after{display: none}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper .dj-readmore:hover,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper .dj-readmore:hover{background: #00f}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .load-button,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .load-button,body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-load-button,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-load-button{border-color: #000 !important}body.highcontrast3 #jm-allpage .header-ms .djslider-loader .load-button.load-button-active,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .load-button.load-button-active,body.highcontrast3 #jm-allpage .header-ms .djslider-loader .dj-load-button.dj-load-button-active,body.highcontrast3 #jm-allpage .header-ms .dj-mslider .dj-load-button.dj-load-button-active{background: #000 !important}body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.prev-button,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.prev-button,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.next-button,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.next-button,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.play-button,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.play-button,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.pause-button,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.pause-button,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.dj-prev,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.dj-prev,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.dj-next,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.dj-next,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.dj-play,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.dj-play,body.highcontrast3 #jm-allpage .header-ms .djslider-loader img.dj-pause,body.highcontrast3 #jm-allpage .header-ms .dj-mslider img.dj-pause{background-color: #ff0}body.highcontrast3 #jm-allpage #jm-page .header-ms .djslider-loader .dj-slide,body.highcontrast3 #jm-allpage #jm-page .header-ms .dj-mslider .dj-slide,body.highcontrast3 #jm-allpage #jm-page .header-ms .djslider-loader ul.dj-slides > li,body.highcontrast3 #jm-allpage #jm-page .header-ms .dj-mslider ul.dj-slides > li{background: none}body.highcontrast3 .jm-module.stripe-ms:before{background: #ff0}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-in-border{color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-title{color: #000;background: #ff0;border: 1px solid #000 !important;margin: 0 2px}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-title:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title{color: #00f;background: #ff0;border-color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-in-border{background: #ff0}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-group{border-color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-group:first-child{border-color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a{text-decoration: underline}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a:focus{background: #ff0}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-date{opacity: 1}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title a{color: #00f !important;background: #ff0;text-decoration: none}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title{color: #00f}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/down_arrow_white.png)}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/up_arrow_white.png)}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel{border-color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title a{color: #00f}body.highcontrast3 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title{color: #00f}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-content a{color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-content a:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-content a:focus{background: #000;color: #ff0}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-author a,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-category a{color: #00f}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-author a:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-category a:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-author a:focus,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-article-category a:focus{background: #000;color: #ff0}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-readmore a{color: #00f;padding: 0}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-readmore a:after{display: none}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-readmore a:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-readmore a:focus{background: #000;color: #ff0}body.highcontrast3 #jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #00f !important}body.highcontrast3 #jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #00f}body.highcontrast3 #jm-allpage .djtabs.default-theme.accordion .djtabs-title{border-color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme.accordion .djtabs-title:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme.accordion .djtabs-active-wrapper .djtabs-title{border-color: #00f}body.highcontrast3 #jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title{border-color: transparent}body.highcontrast3 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast3 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast3 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast3 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast3 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,body.highcontrast3 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast3 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast3 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast3 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a,body.highcontrast3 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a{color: #00f !important}body.highcontrast3 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast3 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast3 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast3 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title,body.highcontrast3 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title{color: #00f}body.highcontrast3 #jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast3 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast3 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast3 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a,body.highcontrast3 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-readmore a{color: #00f}body.highcontrast3 #jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast3 #jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast3 #jm-allpage .color4-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast3 #jm-allpage .color5-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast3 #jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,body.highcontrast3 #jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group{border-color: #000}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-title-wrapper.djtabs-prev .djtabs-title:hover,body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-title-wrapper.djtabs-next .djtabs-title:hover{background: none}body.highcontrast3 .accordion-heading .accordion-toggle:after,body.highcontrast3 .pane-sliders h3.title a:after,body.highcontrast3 .accordion-heading .accordion-toggle:focus:after,body.highcontrast3 .pane-sliders h3.title a:focus:after,body.highcontrast3 .accordion-heading .accordion-toggle.collapsed:focus:after,body.highcontrast3 .pane-sliders h3.title a.collapsed:focus:after{background-image: url(/templates/jm-university/images/scheme1/up_arrow.png)}body.highcontrast3 .accordion-heading .accordion-toggle.collapsed:after,body.highcontrast3 .pane-sliders h3.title a.collapsed:after{background-image: url(/templates/jm-university/images/scheme1/down_arrow.png)}body.highcontrast3 .pane-sliders h3.title.pane-toggler-down a:after{background-image: url(/templates/jm-university/images/scheme1/up_arrow.png)}body.highcontrast3 p.jmbadge,body.highcontrast3 span.jmbadge{background-image: url(/templates/jm-university/images/icons/badge.png)}body.highcontrast3 p.jmcalendar,body.highcontrast3 span.jmcalendar{background-image: url(/templates/jm-university/images/icons/calendar.png)}body.highcontrast3 p.jmchat,body.highcontrast3 span.jmchat{background-image: url(/templates/jm-university/images/icons/chat.png)}body.highcontrast3 p.jmcheck,body.highcontrast3 span.jmcheck{background-image: url(/templates/jm-university/images/icons/check.png)}body.highcontrast3 p.jmcloud,body.highcontrast3 span.jmcloud{background-image: url(/templates/jm-university/images/icons/cloud.png)}body.highcontrast3 p.jmdirection,body.highcontrast3 span.jmdirection{background-image: url(/templates/jm-university/images/icons/direction.png)}body.highcontrast3 p.jmdivide,body.highcontrast3 span.jmdivide{background-image: url(/templates/jm-university/images/icons/divide.png)}body.highcontrast3 p.jmerror,body.highcontrast3 span.jmerror{background-image: url(/templates/jm-university/images/icons/error.png)}body.highcontrast3 p.jmfire,body.highcontrast3 span.jmfire{background-image: url(/templates/jm-university/images/icons/fire.png)}body.highcontrast3 p.jmflag,body.highcontrast3 span.jmflag{background-image: url(/templates/jm-university/images/icons/flag.png)}body.highcontrast3 p.jmheart,body.highcontrast3 span.jmheart{background-image: url(/templates/jm-university/images/icons/heart.png)}body.highcontrast3 p.jmhome,body.highcontrast3 span.jmhome{background-image: url(/templates/jm-university/images/icons/home.png)}body.highcontrast3 p.jminfo,body.highcontrast3 span.jminfo{background-image: url(/templates/jm-university/images/icons/info.png)}body.highcontrast3 p.jmlist,body.highcontrast3 span.jmlist{background-image: url(/templates/jm-university/images/icons/list.png)}body.highcontrast3 p.jmmail,body.highcontrast3 span.jmmail{background-image: url(/templates/jm-university/images/icons/mail.png)}body.highcontrast3 p.jmpeople,body.highcontrast3 span.jmpeople{background-image: url(/templates/jm-university/images/icons/people.png)}body.highcontrast3 p.jmstar,body.highcontrast3 span.jmstar{background-image: url(/templates/jm-university/images/icons/star.png)}body.highcontrast3 p.jmstat,body.highcontrast3 span.jmstat{background-image: url(/templates/jm-university/images/icons/stat.png)}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/scheme1/down_arrow.png)}body.highcontrast3 #jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler{background-image: url(/templates/jm-university/images/scheme1/up_arrow.png)}body.highcontrast3 #jm-back-top a{color: #ff0;background-color: #000;border: 2px solid #ff0}a:focus{outline: 2px solid #f00 !important}body.highcontrast #jm-offcanvas,body.highcontrast2 #jm-offcanvas,body.highcontrast3 #jm-offcanvas,body.highcontrast .toggle-nav.menu,body.highcontrast2 .toggle-nav.menu,body.highcontrast3 .toggle-nav.menu{display: none}body.highcontrast #jm-allpage,body.highcontrast2 #jm-allpage,body.highcontrast3 #jm-allpage{padding-top: 0 !important}body.highcontrast #jm-bar-wrapp,body.highcontrast2 #jm-bar-wrapp,body.highcontrast3 #jm-bar-wrapp{position: static}body.highcontrast .alert,body.highcontrast2 .alert,body.highcontrast3 .alert,body.highcontrast .alert h4,body.highcontrast2 .alert h4,body.highcontrast3 .alert h4{color: #654d25}body.highcontrast .alert a,body.highcontrast2 .alert a,body.highcontrast3 .alert a,body.highcontrast .alert h4 a,body.highcontrast2 .alert h4 a,body.highcontrast3 .alert h4 a{color: inherit}body.highcontrast .alert-success,body.highcontrast2 .alert-success,body.highcontrast3 .alert-success{background-color: #dff0d8;border-color: #d6e9c6;color: #234424}body.highcontrast .alert-success h4,body.highcontrast2 .alert-success h4,body.highcontrast3 .alert-success h4{color: #234424}body.highcontrast .alert-danger,body.highcontrast2 .alert-danger,body.highcontrast3 .alert-danger,body.highcontrast .alert-error,body.highcontrast2 .alert-error,body.highcontrast3 .alert-error{background-color: #f2dede;border-color: #eed3d7;color: #5d2524}body.highcontrast .alert-danger h4,body.highcontrast2 .alert-danger h4,body.highcontrast3 .alert-danger h4,body.highcontrast .alert-error h4,body.highcontrast2 .alert-error h4,body.highcontrast3 .alert-error h4{color: #5d2524}body.highcontrast .alert-info,body.highcontrast2 .alert-info,body.highcontrast3 .alert-info{background-color: #d9edf7;border-color: #bce8f1;color: #1d4457}body.highcontrast .alert-info h4,body.highcontrast2 .alert-info h4,body.highcontrast3 .alert-info h4{color: #1d4457}body.highcontrast a,body.highcontrast2 a,body.highcontrast3 a,body.highcontrast #jm-allpage,body.highcontrast2 #jm-allpage,body.highcontrast3 #jm-allpage{-webkit-transition: none;transition: none}body.highcontrast .jm-module.promo1-ms.animate-ms,body.highcontrast2 .jm-module.promo1-ms.animate-ms,body.highcontrast3 .jm-module.promo1-ms.animate-ms,body.highcontrast .jm-module.promo2-ms.animate-ms,body.highcontrast2 .jm-module.promo2-ms.animate-ms,body.highcontrast3 .jm-module.promo2-ms.animate-ms,body.highcontrast .jm-module.promo3-ms.animate-ms,body.highcontrast2 .jm-module.promo3-ms.animate-ms,body.highcontrast3 .jm-module.promo3-ms.animate-ms,body.highcontrast .jm-module.promo4-ms.animate-ms,body.highcontrast2 .jm-module.promo4-ms.animate-ms,body.highcontrast3 .jm-module.promo4-ms.animate-ms{visibility: visible;-webkit-animation: none;animation: none}body.highcontrast .jm-slideIn,body.highcontrast2 .jm-slideIn,body.highcontrast3 .jm-slideIn{-webkit-animation-name: none;animation-name: none}img.prev-button:focus,img.next-button:focus,img.play-button:focus,img.pause-button:focus,img.dj-prev:focus,img.dj-next:focus,img.dj-play:focus,img.dj-pause:focus{outline: 2px solid #f00 !important}.load-button:focus,.dj-load-button:focus{outline: 2px solid #f00 !important}
.cf:before,.cf:after{display: table;content: "";line-height: 0}.cf:after{clear: both}.fsize70{font-size: 9.800000000000001px}.fsize70 .jm-module .jm-title{font-size: 14px}.fsize70 .dj-megamenu li.dj-up a.dj-up_a{font-size: 10.5px}.fsize70 .dj-megamenu-override .dj-submenu > li > a,.fsize70 .dj-megamenu-override .dj-subtree > li > a{font-size: 10.5px}.fsize70 .dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 10.5px}.fsize70 .nav.menu li a,.fsize70 .nav.menu li span.separator{font-size: 9.800000000000001px}.fsize70 dl.article-info{font-size: 8.33px}.fsize70 h1{font-size: 26.95px}.fsize70 h2{font-size: 22.05px}.fsize70 h3{font-size: 17.15px}.fsize70 h4{font-size: 12.25px}.fsize70 h5{font-size: 9.800000000000001px}.fsize70 h6{font-size: 8.33px}.fsize70 h1.componentheading,.fsize70 .tag-category > h1,.fsize70 .page-header > h1,.fsize70 .content-category > h1,.fsize70 .categories-list > h1,.fsize70 .blog-featured > h1,.fsize70 .contact-category > h1,.fsize70 .contact > h1,.fsize70 .newsfeed-category > h1,.fsize70 h1.page-title,.fsize70 .finder > h1,.fsize70 .weblink-category > h1,.fsize70 .edit > h1,.fsize70 .blog > h2{font-size: 22.4px}.fsize70 h2.item-title,.fsize70 .page-header > h2,.fsize70 .content-category > h2,.fsize70 .cat-children > h3,.fsize70 .contact-category > h2,.fsize70 .weblink-category > h2,.fsize70 .newsfeed > h2,.fsize70 .newsfeed-category > h2,.fsize70 .weblink-category > h2,.fsize70 .contact > h3{font-size: 22.4px}.fsize70 #jm-allpage .contact-ps > h3:first-child{font-size: 22.4px}.fsize70 legend,.fsize70 label,.fsize70 input,.fsize70 select,.fsize70 textarea{font-size: 9.800000000000001px}.fsize70 #jm-top-bar .search-ms .search input#mod-search-searchword{height: 17.5px}.fsize70 .btn,.fsize70 a.button,.fsize70 input.button,.fsize70 button.button{font-size: 9.800000000000001px}.fsize70 p.readmore .btn{font-size: 9.800000000000001px}.fsize70 .accordion-heading,.fsize70 .pane-sliders h3.title{font-size: 11.2px}.fsize70 .nav-tabs > li > a,.fsize70 dl.tabs > dt a{font-size: 11.2px}.fsize70 #jm-allpage .djtabs.default-theme .djtabs-title{font-size: 11.2px}.fsize70 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{font-size: 11.2px}.fsize70 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 29.12px}.fsize70 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{font-size: 22.4px}.fsize70 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 29.12px}.fsize70 .jm-tabhome .box .jm-label{font-size: 12.6px}.fsize70 .jm-module.promo1-ms,.fsize70 .jm-module.promo2-ms,.fsize70 .jm-module.promo3-ms,.fsize70 .jm-module.promo4-ms{font-size: 12.6px}.fsize70 .jm-footer-contact .jm-promotext{font-size: 14px}.fsize70 .jm-footer-contact .jm-promotext .jm-label{font-size: 9.1px}.fsize70 .dj-slide-desc-text{font-size: 9.800000000000001px !important}.fsize70 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,.fsize70 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{font-size: 11.2px !important}.fsize70 #jm-maincontent{font-size: 9.800000000000001px}.fsize80{font-size: 11.2px}.fsize80 .jm-module .jm-title{font-size: 16px}.fsize80 .dj-megamenu li.dj-up a.dj-up_a{font-size: 12px}.fsize80 .dj-megamenu-override .dj-submenu > li > a,.fsize80 .dj-megamenu-override .dj-subtree > li > a{font-size: 12px}.fsize80 .dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 12px}.fsize80 .nav.menu li a,.fsize80 .nav.menu li span.separator{font-size: 11.2px}.fsize80 dl.article-info{font-size: 9.52px}.fsize80 h1{font-size: 30.8px}.fsize80 h2{font-size: 25.2px}.fsize80 h3{font-size: 19.6px}.fsize80 h4{font-size: 14px}.fsize80 h5{font-size: 11.2px}.fsize80 h6{font-size: 9.52px}.fsize80 h1.componentheading,.fsize80 .tag-category > h1,.fsize80 .page-header > h1,.fsize80 .content-category > h1,.fsize80 .categories-list > h1,.fsize80 .blog-featured > h1,.fsize80 .contact-category > h1,.fsize80 .contact > h1,.fsize80 .newsfeed-category > h1,.fsize80 h1.page-title,.fsize80 .finder > h1,.fsize80 .weblink-category > h1,.fsize80 .edit > h1,.fsize80 .blog > h2{font-size: 25.6px}.fsize80 h2.item-title,.fsize80 .page-header > h2,.fsize80 .content-category > h2,.fsize80 .cat-children > h3,.fsize80 .contact-category > h2,.fsize80 .weblink-category > h2,.fsize80 .newsfeed > h2,.fsize80 .newsfeed-category > h2,.fsize80 .weblink-category > h2,.fsize80 .contact > h3{font-size: 25.6px}.fsize80 #jm-allpage .contact-ps > h3:first-child{font-size: 25.6px}.fsize80 legend,.fsize80 label,.fsize80 input,.fsize80 select,.fsize80 textarea{font-size: 11.2px}.fsize80 #jm-top-bar .search-ms .search input#mod-search-searchword{height: 20px}.fsize80 .btn,.fsize80 a.button,.fsize80 input.button,.fsize80 button.button{font-size: 11.2px}.fsize80 p.readmore .btn{font-size: 11.2px}.fsize80 .accordion-heading,.fsize80 .pane-sliders h3.title{font-size: 12.8px}.fsize80 .nav-tabs > li > a,.fsize80 dl.tabs > dt a{font-size: 12.8px}.fsize80 #jm-allpage .djtabs.default-theme .djtabs-title{font-size: 12.8px}.fsize80 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{font-size: 12.8px}.fsize80 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 33.28px}.fsize80 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{font-size: 25.6px}.fsize80 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 33.28px}.fsize80 .jm-tabhome .box .jm-label{font-size: 14.4px}.fsize80 .jm-module.promo1-ms,.fsize80 .jm-module.promo2-ms,.fsize80 .jm-module.promo3-ms,.fsize80 .jm-module.promo4-ms{font-size: 14.4px}.fsize80 .jm-footer-contact .jm-promotext{font-size: 16px}.fsize80 .jm-footer-contact .jm-promotext .jm-label{font-size: 10.4px}.fsize80 .dj-slide-desc-text{font-size: 11.2px !important}.fsize80 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,.fsize80 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{font-size: 12.8px !important}.fsize80 #jm-maincontent{font-size: 11.2px}.fsize90{font-size: 12.6px}.fsize90 .jm-module .jm-title{font-size: 18px}.fsize90 .dj-megamenu li.dj-up a.dj-up_a{font-size: 13.5px}.fsize90 .dj-megamenu-override .dj-submenu > li > a,.fsize90 .dj-megamenu-override .dj-subtree > li > a{font-size: 13.5px}.fsize90 .dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 13.5px}.fsize90 .nav.menu li a,.fsize90 .nav.menu li span.separator{font-size: 12.6px}.fsize90 dl.article-info{font-size: 10.71px}.fsize90 h1{font-size: 34.65px}.fsize90 h2{font-size: 28.35px}.fsize90 h3{font-size: 22.05px}.fsize90 h4{font-size: 15.75px}.fsize90 h5{font-size: 12.6px}.fsize90 h6{font-size: 10.71px}.fsize90 h1.componentheading,.fsize90 .tag-category > h1,.fsize90 .page-header > h1,.fsize90 .content-category > h1,.fsize90 .categories-list > h1,.fsize90 .blog-featured > h1,.fsize90 .contact-category > h1,.fsize90 .contact > h1,.fsize90 .newsfeed-category > h1,.fsize90 h1.page-title,.fsize90 .finder > h1,.fsize90 .weblink-category > h1,.fsize90 .edit > h1,.fsize90 .blog > h2{font-size: 28.8px}.fsize90 h2.item-title,.fsize90 .page-header > h2,.fsize90 .content-category > h2,.fsize90 .cat-children > h3,.fsize90 .contact-category > h2,.fsize90 .weblink-category > h2,.fsize90 .newsfeed > h2,.fsize90 .newsfeed-category > h2,.fsize90 .weblink-category > h2,.fsize90 .contact > h3{font-size: 28.8px}.fsize90 #jm-allpage .contact-ps > h3:first-child{font-size: 28.8px}.fsize90 legend,.fsize90 label,.fsize90 input,.fsize90 select,.fsize90 textarea{font-size: 12.6px}.fsize90 #jm-top-bar .search-ms .search input#mod-search-searchword{height: 22.5px}.fsize90 .btn,.fsize90 a.button,.fsize90 input.button,.fsize90 button.button{font-size: 12.6px}.fsize90 p.readmore .btn{font-size: 12.6px}.fsize90 .accordion-heading,.fsize90 .pane-sliders h3.title{font-size: 14.4px}.fsize90 .nav-tabs > li > a,.fsize90 dl.tabs > dt a{font-size: 14.4px}.fsize90 #jm-allpage .djtabs.default-theme .djtabs-title{font-size: 14.4px}.fsize90 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{font-size: 14.4px}.fsize90 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 37.44px}.fsize90 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{font-size: 28.8px}.fsize90 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 37.44px}.fsize90 .jm-tabhome .box .jm-label{font-size: 16.2px}.fsize90 .jm-module.promo1-ms,.fsize90 .jm-module.promo2-ms,.fsize90 .jm-module.promo3-ms,.fsize90 .jm-module.promo4-ms{font-size: 16.2px}.fsize90 .jm-footer-contact .jm-promotext{font-size: 18px}.fsize90 .jm-footer-contact .jm-promotext .jm-label{font-size: 11.7px}.fsize90 .dj-slide-desc-text{font-size: 12.6px !important}.fsize90 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,.fsize90 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{font-size: 14.4px !important}.fsize90 #jm-maincontent{font-size: 12.6px}.fsize110{font-size: 15.4px}.fsize110 .jm-module .jm-title{font-size: 22px}.fsize110 .dj-megamenu li.dj-up a.dj-up_a{font-size: 16.5px}.fsize110 .dj-megamenu-override .dj-submenu > li > a,.fsize110 .dj-megamenu-override .dj-subtree > li > a{font-size: 16.5px}.fsize110 .dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 16.5px}.fsize110 .nav.menu li a,.fsize110 .nav.menu li span.separator{font-size: 15.4px}.fsize110 dl.article-info{font-size: 13.09px}.fsize110 h1{font-size: 42.35px}.fsize110 h2{font-size: 34.65px}.fsize110 h3{font-size: 26.95px}.fsize110 h4{font-size: 19.25px}.fsize110 h5{font-size: 15.4px}.fsize110 h6{font-size: 13.09px}.fsize110 h1.componentheading,.fsize110 .tag-category > h1,.fsize110 .page-header > h1,.fsize110 .content-category > h1,.fsize110 .categories-list > h1,.fsize110 .blog-featured > h1,.fsize110 .contact-category > h1,.fsize110 .contact > h1,.fsize110 .newsfeed-category > h1,.fsize110 h1.page-title,.fsize110 .finder > h1,.fsize110 .weblink-category > h1,.fsize110 .edit > h1,.fsize110 .blog > h2{font-size: 35.2px}.fsize110 h2.item-title,.fsize110 .page-header > h2,.fsize110 .content-category > h2,.fsize110 .cat-children > h3,.fsize110 .contact-category > h2,.fsize110 .weblink-category > h2,.fsize110 .newsfeed > h2,.fsize110 .newsfeed-category > h2,.fsize110 .weblink-category > h2,.fsize110 .contact > h3{font-size: 35.2px}.fsize110 #jm-allpage .contact-ps > h3:first-child{font-size: 35.2px}.fsize110 legend,.fsize110 label,.fsize110 input,.fsize110 select,.fsize110 textarea{font-size: 15.4px}.fsize110 #jm-top-bar .search-ms .search input#mod-search-searchword{height: 27.5px}.fsize110 .btn,.fsize110 a.button,.fsize110 input.button,.fsize110 button.button{font-size: 15.4px}.fsize110 p.readmore .btn{font-size: 15.4px}.fsize110 .accordion-heading,.fsize110 .pane-sliders h3.title{font-size: 17.6px}.fsize110 .nav-tabs > li > a,.fsize110 dl.tabs > dt a{font-size: 17.6px}.fsize110 #jm-allpage .djtabs.default-theme .djtabs-title{font-size: 17.6px}.fsize110 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{font-size: 17.6px}.fsize110 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 45.76px}.fsize110 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{font-size: 35.2px}.fsize110 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 45.76px}.fsize110 .jm-tabhome .box .jm-label{font-size: 19.8px}.fsize110 .jm-module.promo1-ms,.fsize110 .jm-module.promo2-ms,.fsize110 .jm-module.promo3-ms,.fsize110 .jm-module.promo4-ms{font-size: 19.8px}.fsize110 .jm-footer-contact .jm-promotext{font-size: 22px}.fsize110 .jm-footer-contact .jm-promotext .jm-label{font-size: 14.3px}.fsize110 .dj-slide-desc-text{font-size: 15.4px !important}.fsize110 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,.fsize110 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{font-size: 17.6px !important}.fsize110 #jm-maincontent{font-size: 16.8px}.fsize120{font-size: 16.8px}.fsize120 .jm-module .jm-title{font-size: 24px}.fsize120 .dj-megamenu li.dj-up a.dj-up_a{font-size: 18px}.fsize120 .dj-megamenu-override .dj-submenu > li > a,.fsize120 .dj-megamenu-override .dj-subtree > li > a{font-size: 18px}.fsize120 .dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 18px}.fsize120 .nav.menu li a,.fsize120 .nav.menu li span.separator{font-size: 16.8px}.fsize120 dl.article-info{font-size: 14.28px}.fsize120 h1{font-size: 46.2px}.fsize120 h2{font-size: 37.8px}.fsize120 h3{font-size: 29.4px}.fsize120 h4{font-size: 21px}.fsize120 h5{font-size: 16.8px}.fsize120 h6{font-size: 14.28px}.fsize120 h1.componentheading,.fsize120 .tag-category > h1,.fsize120 .page-header > h1,.fsize120 .content-category > h1,.fsize120 .categories-list > h1,.fsize120 .blog-featured > h1,.fsize120 .contact-category > h1,.fsize120 .contact > h1,.fsize120 .newsfeed-category > h1,.fsize120 h1.page-title,.fsize120 .finder > h1,.fsize120 .weblink-category > h1,.fsize120 .edit > h1,.fsize120 .blog > h2{font-size: 38.4px}.fsize120 h2.item-title,.fsize120 .page-header > h2,.fsize120 .content-category > h2,.fsize120 .cat-children > h3,.fsize120 .contact-category > h2,.fsize120 .weblink-category > h2,.fsize120 .newsfeed > h2,.fsize120 .newsfeed-category > h2,.fsize120 .weblink-category > h2,.fsize120 .contact > h3{font-size: 38.4px}.fsize120 #jm-allpage .contact-ps > h3:first-child{font-size: 38.4px}.fsize120 legend,.fsize120 label,.fsize120 input,.fsize120 select,.fsize120 textarea{font-size: 16.8px}.fsize120 #jm-top-bar .search-ms .search input#mod-search-searchword{height: 30px}.fsize120 .btn,.fsize120 a.button,.fsize120 input.button,.fsize120 button.button{font-size: 16.8px}.fsize120 p.readmore .btn{font-size: 16.8px}.fsize120 .accordion-heading,.fsize120 .pane-sliders h3.title{font-size: 19.2px}.fsize120 .nav-tabs > li > a,.fsize120 dl.tabs > dt a{font-size: 19.2px}.fsize120 #jm-allpage .djtabs.default-theme .djtabs-title{font-size: 19.2px}.fsize120 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{font-size: 19.2px}.fsize120 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 49.92px}.fsize120 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{font-size: 38.4px}.fsize120 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 49.92px}.fsize120 .jm-tabhome .box .jm-label{font-size: 21.6px}.fsize120 .jm-module.promo1-ms,.fsize120 .jm-module.promo2-ms,.fsize120 .jm-module.promo3-ms,.fsize120 .jm-module.promo4-ms{font-size: 21.6px}.fsize120 .jm-footer-contact .jm-promotext{font-size: 24px}.fsize120 .jm-footer-contact .jm-promotext .jm-label{font-size: 15.6px}.fsize120 .dj-slide-desc-text{font-size: 16.8px !important}.fsize120 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,.fsize120 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{font-size: 19.2px !important}.fsize120 #jm-maincontent{font-size: 21px}.fsize130{font-size: 18.2px}.fsize130 .jm-module .jm-title{font-size: 26px}.fsize130 .dj-megamenu li.dj-up a.dj-up_a{font-size: 19.5px}.fsize130 .dj-megamenu-override .dj-submenu > li > a,.fsize130 .dj-megamenu-override .dj-subtree > li > a{font-size: 19.5px}.fsize130 .dj-megamenu-override .modules-wrap .moduletable > h3{font-size: 19.5px}.fsize130 .nav.menu li a,.fsize130 .nav.menu li span.separator{font-size: 18.2px}.fsize130 dl.article-info{font-size: 15.47px}.fsize130 h1{font-size: 50.05px}.fsize130 h2{font-size: 40.95px}.fsize130 h3{font-size: 31.85px}.fsize130 h4{font-size: 22.75px}.fsize130 h5{font-size: 18.2px}.fsize130 h6{font-size: 15.47px}.fsize130 h1.componentheading,.fsize130 .tag-category > h1,.fsize130 .page-header > h1,.fsize130 .content-category > h1,.fsize130 .categories-list > h1,.fsize130 .blog-featured > h1,.fsize130 .contact-category > h1,.fsize130 .contact > h1,.fsize130 .newsfeed-category > h1,.fsize130 h1.page-title,.fsize130 .finder > h1,.fsize130 .weblink-category > h1,.fsize130 .edit > h1,.fsize130 .blog > h2{font-size: 41.6px}.fsize130 h2.item-title,.fsize130 .page-header > h2,.fsize130 .content-category > h2,.fsize130 .cat-children > h3,.fsize130 .contact-category > h2,.fsize130 .weblink-category > h2,.fsize130 .newsfeed > h2,.fsize130 .newsfeed-category > h2,.fsize130 .weblink-category > h2,.fsize130 .contact > h3{font-size: 41.6px}.fsize130 #jm-allpage .contact-ps > h3:first-child{font-size: 41.6px}.fsize130 legend,.fsize130 label,.fsize130 input,.fsize130 select,.fsize130 textarea{font-size: 18.2px}.fsize130 #jm-top-bar .search-ms .search input#mod-search-searchword{height: 32.5px}.fsize130 .btn,.fsize130 a.button,.fsize130 input.button,.fsize130 button.button{font-size: 18.2px}.fsize130 p.readmore .btn{font-size: 18.2px}.fsize130 .accordion-heading,.fsize130 .pane-sliders h3.title{font-size: 20.8px}.fsize130 .nav-tabs > li > a,.fsize130 dl.tabs > dt a{font-size: 20.8px}.fsize130 #jm-allpage .djtabs.default-theme .djtabs-title{font-size: 20.8px}.fsize130 #jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title{font-size: 20.8px}.fsize130 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel span{line-height: 54.08px}.fsize130 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title{font-size: 41.6px}.fsize130 #jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date{line-height: 54.08px}.fsize130 .jm-tabhome .box .jm-label{font-size: 23.4px}.fsize130 .jm-module.promo1-ms,.fsize130 .jm-module.promo2-ms,.fsize130 .jm-module.promo3-ms,.fsize130 .jm-module.promo4-ms{font-size: 23.4px}.fsize130 .jm-footer-contact .jm-promotext{font-size: 26px}.fsize130 .jm-footer-contact .jm-promotext .jm-label{font-size: 16.9px}.fsize130 .dj-slide-desc-text{font-size: 18.2px !important}.fsize130 #jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,.fsize130 #jm-allpage .header-ms .dj-mslider .dj-slide-desc-text{font-size: 20.8px !important}.fsize130 #jm-maincontent{font-size: 28px}
