@charset "UTF-8";
/** HEADER **/
/*! CSS Used from: https://static.scistarter.org/css/display.css */
@media only screen and (max-width: 767px) {
	.old-ss .hidden-xs-only {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.old-ss .hidden-sm-and-up {
		display: none !important;
	}
}

/*! CSS Used from: https://static.scistarter.org/css/main.css */
.old-ss [class*=" el-icon-"], .old-ss [class^=el-icon-] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.old-ss .el-icon-arrow-down:before {
	content: "\e603";
}

.old-ss .el-icon-search:before {
	content: "\e619";
}

.old-ss .el-icon--right {
	margin-left: 5px;
}

.old-ss .el-autocomplete {
	position: relative;
	display: inline-block;
}

.old-ss .el-autocomplete-suggestion {
	margin: 5px 0;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.old-ss .el-dropdown-menu {
	z-index: 10;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.old-ss .el-autocomplete-suggestion__wrap {
	max-height: 280px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
}

.old-ss .el-autocomplete-suggestion__list {
	margin: 0;
	padding: 0;
}

.old-ss .el-dropdown {
	display: inline-block;
	position: relative;
	color: #606266;
	font-size: 14px;
}

.old-ss .el-dropdown .el-dropdown-selfdefine:focus:active, .old-ss .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
	outline-width: 0;
}

.old-ss .el-dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	margin: 5px 0;
	background-color: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.old-ss .el-dropdown-menu__item {
	list-style: none;
	line-height: 36px;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
	color: #606266;
	background-color: transparent !important;
	cursor: pointer;
	outline: 0;
}

.old-ss .el-dropdown-menu__item:focus, .old-ss .el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: #ecf5ff;
	color: #66b1ff;
}

.old-ss .el-dropdown-menu--small {
	padding: 6px 0;
}

.old-ss .el-dropdown-menu--small .el-dropdown-menu__item {
	line-height: 27px;
	padding: 0 15px;
	font-size: 13px;
}

.old-ss .el-button {
	-webkit-user-select: none;
}

.old-ss .el-button {
	-moz-user-select: none;
	-ms-user-select: none;
}

.old-ss .el-scrollbar {
	overflow: hidden;
	position: relative;
}

.old-ss .el-scrollbar:active > .el-scrollbar__bar, .old-ss .el-scrollbar:focus > .el-scrollbar__bar, .old-ss .el-scrollbar:hover > .el-scrollbar__bar {
	opacity: 1;
	-webkit-transition: opacity 340ms ease-out;
	transition: opacity 340ms ease-out;
}

.old-ss .el-scrollbar__wrap {
	overflow: scroll;
	height: 100%;
}

.old-ss .el-scrollbar__thumb {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	border-radius: inherit;
	background-color: rgba(144, 147, 153, 0.3);
	-webkit-transition: .3s background-color;
	transition: .3s background-color;
}

.old-ss .el-scrollbar__thumb:hover {
	background-color: rgba(144, 147, 153, 0.5);
}

.old-ss .el-scrollbar__bar {
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 1;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity 120ms ease-out;
	transition: opacity 120ms ease-out;
}

.old-ss .el-scrollbar__bar.is-vertical {
	width: 6px;
	top: 2px;
}

.old-ss .el-scrollbar__bar.is-vertical > div {
	width: 100%;
}

.old-ss .el-scrollbar__bar.is-horizontal {
	height: 6px;
	left: 2px;
}

.old-ss .el-scrollbar__bar.is-horizontal > div {
	height: 100%;
}

.old-ss .el-input {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.old-ss .el-input::-webkit-scrollbar {
	z-index: 11;
	width: 6px;
}

.old-ss .el-input::-webkit-scrollbar-thumb {
	border-radius: 5px;
	width: 6px;
	background: #b4bccc;
}

.old-ss .el-input::-webkit-scrollbar-corner {
	background: #fff;
}

.old-ss .el-input::-webkit-scrollbar-track {
	background: #fff;
}

.old-ss .el-input::-webkit-scrollbar-track-piece {
	background: #fff;
	width: 6px;
}

.old-ss .el-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}

.old-ss .el-input__inner::placeholder {
	color: #c0c4cc;
}

.old-ss .el-input__inner:hover {
	border-color: #c0c4cc;
}

.old-ss .el-input__inner:focus {
	border-color: #47a8d4;
	outline: 0;
}

.old-ss .el-input--small {
	font-size: 13px;
}

.old-ss .el-input--small .el-input__inner {
	height: 32px;
	line-height: 32px;
}

.old-ss .el-input-group {
	line-height: normal;
	display: inline-table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.old-ss .el-input-group > .el-input__inner {
	vertical-align: middle;
	display: table-cell;
}

.old-ss .el-input-group__append {
	background-color: #f5f7fa;
	color: #909399;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	padding: 0 20px;
	width: 1px;
	white-space: nowrap;
}

.old-ss .el-input-group__append {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.old-ss .el-input-group--append .el-input__inner {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.old-ss .el-input-group__append:focus {
	outline: 0;
}

.old-ss .el-input-group__append .el-button {
	display: inline-block;
	margin: -10px -20px;
}

.old-ss .el-input-group__append button.el-button {
	border-color: transparent;
	background-color: transparent;
	color: inherit;
	border-top: 0;
	border-bottom: 0;
}

.old-ss .el-input-group__append .el-button {
	font-size: inherit;
}

.old-ss .el-input-group__append {
	border-left: 0;
}

.old-ss .el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}

.old-ss .el-button:focus, .old-ss .el-button:hover {
	color: #47a8d4;
	border-color: #c6e2ff;
	background-color: #ecf5ff;
}

.old-ss .el-button:active {
	color: #47a8d4;
	border-color: #47a8d4;
	outline: 0;
}

.old-ss div, .old-ss span, .old-ss a, .old-ss img, .old-ss i, .old-ss ul, .old-ss li, .old-ss header, .old-ss nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.old-ss header, .old-ss nav {
	display: block;
}

.old-ss ul {
	list-style: none;
}

.old-ss *, .old-ss *:before, .old-ss *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.old-ss a {
	color: #47a8d4;
	text-decoration: none;
	cursor: pointer;
}

.old-ss a:visited {
	color: #2584b0;
}

.old-ss a:hover, .old-ss a:focus {
	color: #47a8d4;
	text-decoration: underline;
}

.old-ss a:active {
	color: #2584b0;
}

.old-ss li ul {
	margin-bottom: 0;
}

@media screen and (min-width: 767px) {
	.old-ss .u-mt-sm\@bp2 {
		margin-top: 0.5rem !important;
	}
}

.old-ss button {
	cursor: pointer;
}

.old-ss .icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	width: 1em;
}

.old-ss .el-button {
	border-radius: 0;
}

.old-ss .el-input__inner {
	border-color: #aaa;
}

.old-ss .el-input__inner::placeholder {
	color: #aaa;
}

.old-ss .el-input__inner::placeholder {
	color: #999;
}

@media print {
	.old-ss header {
		display: none;
	}
}

.old-ss input[type="text"], .old-ss input[type="text"]::placeholder {
	font-size: 14px;
}

.old-ss button * {
	cursor: pointer;
}

.old-ss div.el-autocomplete-suggestion.el-popper {
	width: 275px !important;
}

.old-ss header.site-header {
	background-color: #24284E;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
	color: #fff;
	height: 4rem;
	position: relative;
	height: 6.75rem;
}

.old-ss header.site-header #login-links {
	text-align: center;
	font-size: 80%;
	margin-top: 0.5rem;
}

.old-ss header.site-header #login-links a {
	color: #fff;
}

.old-ss .logo {
	bottom: 0;
	height: inherit;
	position: absolute;
	left: 4%;
	top: 0;
	z-index: 2;
}

.old-ss .logo > img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
}

@media (max-width: 815px) {
	.old-ss .logo > img {
		max-width: 140px;
	}
}

.old-ss button.menu-trigger {
	display: none;
	position: absolute;
	top: 0;
	bottom: 50%;
	right: 4%;
	color: #F54017;
	stroke: #F54017;
	background: #24284E;
	font-size: 1.125rem;
	line-height: 1;
	height: 1.125rem;
	margin: auto;
	border: none;
}

.old-ss button.menu-trigger:hover, .old-ss button.menu-trigger:focus {
	color: #d46820;
	stroke: #d46820;
}

.old-ss button.menu-trigger span {
	display: none;
}

.old-ss .nav--active {
	position: absolute;
	right: 4%;
	top: 2px;
	display: block;
}

.old-ss .nav--active ul {
	display: inline-block;
	padding: 0px;
}

.old-ss .nav--active ul li {
	display: inline;
}

.old-ss .nav--active ul li a {
	color: #fff;
	text-decoration: none;
	padding-right: 1rem !important;
}

.old-ss .nav--active ul li a:hover, .old-ss .nav--active ul li a:focus {
	color: #F54017;
}

.old-ss .nav--links {
	position: absolute;
	bottom: 16px;
	right: 4%;
}

.old-ss .nav--links ul {
	display: table-row;
	padding: 0px;
}

.old-ss .nav--links ul li {
	display: table-cell;
}

.old-ss .nav--links ul li a {
	color: #fff;
	text-decoration: none;
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	padding-top: 0.5rem !important;
	border-bottom: 2px solid transparent;
    font-size: 16px;
}

.old-ss .nav--links ul li a:hover, .old-ss .nav--links ul li a:focus {
	color: #F54017;
	border-bottom: 2px solid #F54017;
}

@media only screen and (min-width: 816px) and (max-width: 1084px) {
	.old-ss header.site-header {
		height: 8.75rem !important;
	}

	.old-ss .logo > img {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 815px) {
	.old-ss .nav--active.hidden-xs-only {
		display: none;
	}

	.old-ss header.site-header {
		height: 4rem;
	}

	.old-ss .logo > img {
		margin: auto;
	}

	.old-ss .menu-trigger {
		display: block !important;
		bottom: 25% !important;
	}

	.old-ss .nav--links {
		display: none;
		background-color: #24284E;
		bottom: auto;
		top: 100%;
		z-index: 500;
	}

	.old-ss #login-links {
		display: none !important;
	}
}

.old-ss .el-input-group__append {
	background-color: #a9ba3c !important;
	border: none;
	color: #fff;
}

.old-ss .el-input-group__append:hover, .old-ss .el-input-group__append:focus {
	background-color: #909e33 !important;
}

.old-ss header .el-dropdown {
	margin: 0 10px;
}

.old-ss .el-dropdown-menu .el-dropdown-menu__item a {
	color: #252750;
}

.old-ss .el-dropdown-menu .el-dropdown-menu__item a:hover {
	color: #f67d20;
}

.old-ss .el-dropdown-menu .el-dropdown-menu__item:hover {
	background-color: #252750;
	color: #f67d20;
}

.old-ss .el-dropdown-menu .el-dropdown-menu__item:hover a {
	color: #f67d20;
}

.old-ss #header-login {
	margin-right: 20px;
}

/** FOOTER **/
/*! CSS Used from: https://static.scistarter.org/css/main.css */
.old-ss .el-row::after, .old-ss .el-row::before {
	content: "";
}

.old-ss .el-row {
	position: relative;
}

.old-ss .el-row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.old-ss .el-row::after, .old-ss .el-row::before {
	display: table;
}

.old-ss .el-row::after {
	clear: both;
}

.old-ss [class*=el-col-] {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.old-ss .el-col-12 {
	width: 50%;
}

.old-ss .el-col-24 {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.old-ss .el-col-xs-24 {
		width: 100%;
	}
}

.old-ss div, .old-ss span, .old-ss h2, .old-ss p, .old-ss a, .old-ss img, .old-ss ul, .old-ss li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.old-ss ul {
	list-style: none;
}

.old-ss *, .old-ss *:before, .old-ss *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.old-ss h2, .old-ss .b-heading-6 {
	color: #24284E;
	font-family: "Nunito",sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	line-height: 1.1;
}

.old-ss h2 {
	font-size: 28px;
	font-weight: 800;
}

.old-ss .b-heading-6 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.old-ss a {
	color: #47a8d4;
	text-decoration: none;
	cursor: pointer;
}

.old-ss a:visited {
	color: #2584b0;
}

.old-ss a:hover, .old-ss a:focus {
	color: #47a8d4;
	text-decoration: underline;
}

.old-ss a:active {
	color: #2584b0;
}

.old-ss .b-list-plain {
	list-style: none;
	margin-left: 0;
}

.old-ss .b-list-inline {
	list-style: none;
	margin-left: 0;
}

.old-ss .b-list-inline > li {
	display: inline-block;
}

.old-ss .b-small {
	font-size: .875rem;
	line-height: 1.28571;
}

.old-ss .o-wrapper {
	margin: 0 auto;
	max-width: 80rem;
	width: 92%;
}

.old-ss .u-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.old-ss .u-mr {
	margin-right: 1rem !important;
}

.old-ss .u-mb {
	margin-bottom: 1rem !important;
}

.old-ss .u-mb-sm {
	margin-bottom: 0.5rem !important;
}

.old-ss .u-mb-lg {
	margin-bottom: 2rem !important;
}

.old-ss .u-pt {
	padding-top: 1rem !important;
}

.old-ss .u-pb {
	padding-bottom: 1rem !important;
}

@media screen and (min-width: 767px) {
	.old-ss .u-pt-sm\@bp2 {
		padding-top: 0.5rem !important;
	}

	.old-ss .u-pb-sm\@bp2 {
		padding-bottom: 0.5rem !important;
	}
}

.old-ss .u-txt-c {
	text-align: center !important;
}

.old-ss .u-fl-l {
	float: left !important;
}

@media screen and (min-width: 767px) {
	.old-ss .u-fl-l\@bp2 {
		float: left !important;
	}

	.old-ss .u-fl-r\@bp2 {
		float: right !important;
	}
}

@media print {
	.old-ss #footer {
		display: none;
	}
}

.old-ss #footer {
	margin-top: 2rem;
	background-color: #E8F7FF;
	color: #036176;
	padding-top: 2rem;
}

.old-ss #footer a {
	color: #036176;
    font-size: 16px;
    line-height: 1;
}

.old-ss #footer a:visited {
	color: #036176;
}

.old-ss #footer a:hover {
	color: #47a8d4;
}

.old-ss #footer .footer-section {
	display: flex;
	flex-direction: row;
	align-items: start;
}

.old-ss #footer .footer-section > .footer-group {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}

.old-ss #footer .footer-section > .footer-group > * {
	margin-bottom: 1rem;
}

@media (max-width: 960px) {
	.old-ss #footer .footer-section {
		flex-direction: column;
	}

	.old-ss #footer .footer-section > .footer-group.mobile-hz {
		flex-direction: row;
		justify-content: space-evenly;
	}
}

.old-ss .content-info {
	background-color: #036176;
}

.old-ss #footer .content-info a {
	color: #fff;
}

.old-ss .content-info__nav > li {
	margin-left: .5rem;
}

.old-ss .content-info__nav > li::before {
	content: '|';
	display: inline-block;
	margin-right: .5rem;
}

.old-ss .content-info__nav > li:first-child::before {
	display: none;
}

.old-ss .content-info__nav > li:first-child {
	margin-left: 0;
}

.old-ss #cookie-policy {
	display: none;
	background-color: #24284E;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 2rem;
	color: #fff;
	font-size: 1rem;
	z-index: 1000;
}

.old-ss #cookie-policy::after {
	display: block;
	content: "✕";
	color: #fff;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	cursor: pointer;
}

.old-ss .u-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


@media only screen and (max-width: 815px) {
   .old-ss .nav--links.open {
        display: block;
        position: absolute;
        top: 4rem;
        left: 0;
        width: 100%;
        max-width: 100%;
        display: block;
    }

   .old-ss .nav--links {
        display: none;
        background-color: #24284E;
        bottom: auto;
        top: 100%;
        z-index: 500;
    }

    .old-ss .nav--links.open ul {
        display: block;
    }

    .old-ss .nav--links.open ul li {
        display: block;
        padding: 0;
        border-top: 1px solid #888;
        width: 100%;
        max-width: 100%;
    }

    .old-ss .nav--links.open ul a {
        display: inline-block;
        padding: .5rem !important;
        padding-left: 1rem !important;
        width: 100%;
        border-bottom: none;
    }
}