@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* GENERAL */

body {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	width: 100%;
	color: #000;
}

a,
button {
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}
input {
	background: transparent;
	border-bottom: 1px solid #707070;
	height: 36px;
	padding-left: 10px;
	font-size: 14px;
	color: #aaaaaa;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	border-width: 0 0 1px;
}
textarea {
	resize: vertical;
	background: transparent;
	border-bottom: 1px solid #707070;
	padding: 10px;
	color: #aaaaaa;
	width: 100%;
	font-size: 14px;
	border-width: 0 0 1px;
	resize: none;
	height: 120px;
}
textarea:focus {
	background: transparent;
	border-bottom: 1px solid #fff;
	outline: none;
}
input:focus {
	box-shadow: none !important;
}
a:focus,
a:hover {
	text-decoration: none;
}
a,
button,
input {
	outline: medium none;
	color: #434343;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	color: #434343;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

ul {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
ul li {
	list-style: none;
}
hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}
label {
	font-size: 15px;
	font-weight: 400;
	color: #626262;
}
*::-moz-selection {
	background: #3399ff;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #3399ff;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3399ff;
	color: #fff;
	text-shadow: none;
}

.sppb-btn,
.sppb-btn:hover {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	border: none;
	background-color: #378abb;
	border-radius: 0;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	border-color: #378abb;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.sppb-btn:hover {
	color: #fff;
	background: #f5cd4d;
}

.sppb-btn:before {
	background: #fff;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: none;
}

.sppb-btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

blockquote {
	background: #303030;
	padding: 60px 130px;
	padding-left: 160px;
	color: #eaeaea;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	padding-top: 90px;
	line-height: 1.5;
}

/* */

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	animation-name: menu_sticky;
	animation-duration: 0.6s;
	animation-timing-function: ease-out;
}

@keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}
	50% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}

#sp-header .logo {
	height: inherit;
	display: inline-block;
	padding: 25px 0px;
}

#sp-header .logo img {
	height: inherit;
	max-width: 227px;
}

#sp-logo {
	margin: auto;
}

#sp-menu {
	margin: auto;
}

.sp-megamenu-parent {
	padding: 0;
}

.sp-megamenu-parent > li {
	margin-left: 10px;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
	margin-left: 0;
	margin-right: 0;

	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-top: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.sp-megamenu-parent > li > a.donate-now {
	background-color: #378abb;
	color: #fff;
}

.sp-megamenu-parent > li:hover > a {
	background-color: transparent;
	color: #378abb;
	font-weight: bold;
}

.sp-megamenu-parent > li.active > a {
	background-color: transparent;
	color: #378abb;
	font-weight: bold;
}

.sp-megamenu-parent > li.active:hover > a {
	background-color: transparent;
	color: #378abb;
	font-weight: bold;
}

.sp-megamenu-parent > li:hover > a.donate-now,
.sp-megamenu-parent > li.active > a.donate-now,
.sp-megamenu-parent > li.active:hover > a.donate-now {
	background-color: #6aac54;
	color: #fff;
	font-weight: bold;
}

/* */

/* FOOTER */

#sp-footer {
	font-size: inherit;
}

#sp-footer,
#sp-bottom {
	background: inherit;
	color: inherit;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, 0.1);
}

#sp-bottom .sp-module ul > li {
	display: block;
	margin-bottom: 0;
}

#sp-footer a,
#sp-bottom a {
	color: rgba(255, 255, 255, 0.9);
}

/* */

.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
	padding: 0;
}

/* BLOG SINGLE */

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .article-info {
	margin-bottom: 2rem;
}

.article-info > span,
.article-info > span > a,
.article-details .article-info {
	justify-content: center;
	font-size: 1.1rem;
	color: #5d5d5d;
	font-weight: 500;
	text-transform: uppercase;
}

.article-info > span {
	position: relative;
	display: block;
}

.article-info > span + span::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 18px;
	border-left: 2px solid #5d5d5d;
	content: "";
	display: block;
}

.article-info .published {
	font-weight: 500;
	font-size: 1rem;
	color: #5d5d5d;
	display: block;
	margin-bottom: 0px;
}

.article-info > span,
.article-info > span > a,
.article-details .article-info {
	justify-content: center;
	font-size: 1rem;
	color: #5d5d5d;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 0;
	padding: 0 15px 0 17px;
}

.article-info > span {
	position: relative;
	display: block;
}

.article-info > span + span::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 18px;
	border-left: 2px solid #5d5d5d;
	content: "";
	display: block;
}

.article-details .article-header h1,
.article-details .article-header h2 {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	color: #000;
}

@media (min-width: 992px) {
	.article-details .article-header h1,
	.article-details .article-header h2 {
		font-size: 2.5rem;
	}
}

.content-box .text p {
	margin-bottom: 20px;
	margin-top: 20px;
}

.content-box .author {
	background-color: #ffffff;
	position: relative;
	margin-bottom: 2px;
	margin-top: 35px;
	overflow: hidden;
}

.content-box .author img {
	position: absolute;
}

.content-box .author-comment {
	margin-left: 340px;
	padding-left: 30px;
}

.author-comment .quote {
	font-size: 25px;
	color: #eee;
	margin-bottom: 7px;
	position: relative;
	top: -5px;
}

.author-comment .quote:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f10d";
	font-size: 25px;
}

.author-comment h5 {
	font-weight: 700;
	margin: 16px 0 5px 0;
	text-transform: uppercase;
	font-size: 18px;
}

.author-comment p.a-title {
	color: #8dc63f;
	font-size: 16px;
}

.com-content #sp-main-body {
	padding: 120px 0;
}

/* */

/* SIMPLE PORTFOLIO GENERAL */

/* PORTFOLIO DEFAULTS */

.featherlight {
	top: 11%;
}

.featherlight .featherlight-content {
	max-height: 95%;
	max-width: 55%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-img {
	display: block;
	width: 100%;
	height: auto;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: none;
	margin-top: 40px;
}

.sp-simpleportfolio .sp-simpleportfolio-description .clearfix {
	height: 1px;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul {
	width: 100%;
	padding: 40px;
	border: 1px solid #f1f1f1;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li {
	padding: 0 0 10px 0;
	margin: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li strong {
	color: #252525;
	display: inline-block;
	font-weight: 700;
	width: 150px;
}

.sp-simpleportfolio .sp-simpleportfolio-description h4 {
	font-weight: 700;
	margin-bottom: 20px;
}

.port-project-info a:hover {
	color: #8dc63f;
}

/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {
	display: none !important;
}
.sp-megamenu-wrapper,
#sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column {
	display: block !important;
}

#sp-header .sp-module {
	margin-left: 0px !important;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* Twitter */

.fa-twitter::before {
	content: "\e61b";
}

/* School Filter module */

:root {
	--bg-green: #4caf50;
	--dark-grey: #333333;
	--white: #ffffff;
}

.school-filter-container {
	width: 100%;
}

.label-title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

.filter-section {
	margin-bottom: 35px;
}

.radio-group {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.custom-radio {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	user-select: none;
	color: #fff;
}

.custom-radio input {
	display: none;
}

.checkmark {
	height: 22px;
	width: 22px;
	background-color: transparent;
	border: 2.5px solid var(--dark-grey);
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
}

.custom-radio input:checked ~ .checkmark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: var(--dark-grey);
	border-radius: 50%;
}

.bottom-row {
	display: grid;
	grid-template-columns: 1fr 250px;
	gap: 50px;
	align-items: start;
}

.range-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 10px;
}

.range-label {
	font-size: 1rem;
	font-weight: 600;
}

#grade-slider-custom {
	flex: 1;
	height: 6px;
	border: none;
	background: var(--dark-grey);
	box-shadow: none;
}

#grade-slider-custom .noUi-connect {
	background: var(--dark-grey);
}

#grade-slider-custom .noUi-handle {
	width: 20px;
	height: 20px;
	right: -10px;
	top: -8px;
	background: var(--dark-grey);
	border: none;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
}

#grade-slider-custom .noUi-handle:before,
#grade-slider-custom .noUi-handle:after {
	display: none;
}

.zip-input {
	width: 100%;
	height: 44px;
	border: 2px solid var(--dark-grey);
	padding: 0 15px;
	font-size: 1.2rem;
	font-weight: 600;
	outline: none;
	margin-top: 5px;
}

#grade-display-text {
	margin-top: 12px;
	font-size: 0.9rem;
	opacity: 0.9;
	font-weight: 600;
}

/* CUSTOM */

/* SUBMENU */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.07);
	padding: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #f0f0f0;
	text-transform: uppercase;
	position: relative;
}

.sp-megamenu-parent .no-uppercase .sp-dropdown li.sp-menu-item {
	text-transform: capitalize;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 14px;
	line-height: 23px;
	display: block;
	padding: 12px 23px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	margin-left: 0;
	color: #018bc0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-menu-item {
	text-transform: capitalize;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-menu-item a {
	font-weight: 400;
}

.sp-megamenu-parent .left-drop .sp-dropdown.sp-dropdown-sub {
	top: 0 !important;
	left: auto !important;
	right: 100% !important;
}

.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 20px 0px 30px 0px;
	margin: 0;
}

.sp-megamenu-parent .sp-mega-group > li > a {
	text-transform: uppercase;
	padding: 12px 23px;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	font-weight: 600;
	margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item {
	border-bottom: 0px solid #f0f0f0;
	text-transform: none;
	position: relative;
}

.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item a {
	padding: 8px 23px;
	font-weight: 400;
}

.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item a i {
	margin-right: 3px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	display: inline-block;
	line-height: 1;
	padding: 0 !important;
	letter-spacing: 0;
}

/* featured-article */

.featured-article .article-content {
	overflow: hidden;
}

.featured-article .article-content h5 {
	margin-bottom: 20px;
	margin-top: 30px;
}

.featured-article .article-content h5 a {
	color: #000;
	font-weight: 700;
	font-size: 30px;
}

.featured-article .article-content h5 a:hover {
	color: #e09345;
}

.featured-article .sppb-meta-date {
	font-weight: bold;
	color: #e09345;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}

/* latest-article */

.latest-article {
	display: flex;
	margin-bottom: 30px;
}

.latest-article .image-content {
	max-width: 200px;
	margin-right: 15px;
}

.latest-article .article-content {
	overflow: hidden;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.latest-article .article-content h5 {
	margin-bottom: 0;
	margin-top: 0;
}

.latest-article .article-content h5 a {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.latest-article .article-content h5 a:hover {
	color: #e09345;
}

.latest-article .article-info {
	font-size: 13px;
	display: block;
	min-width: 100%;
}

.latest-article .sppb-meta-date {
	font-weight: normal;
	color: #000000;
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	text-transform: none;
	padding: 0;
}

.latest-article .article-info a {
	color: #378abb;
}

.latest-article .article-info a:hover {
	color: #e09345;
}

.latest-article .article-info span.separate {
	padding: 0 8px;
	font-size: 13px;
	display: none;
}

.latest-article .article-info > span + span:before {
	display: none;
}

@media (min-width: 992px) {
	.latest-article .article-info {
		display: flex;
	}

	.latest-article .article-info span.separate {
		display: inline-block;
	}
}

/* impact-article */

.impact-article {
}

.impact-article .image-content {
	margin-bottom: 15px;
}

.impact-article .article-content {
	overflow: hidden;
}

.impact-article .article-content h5 {
	margin-bottom: 0;
	margin-top: 0;
}

.impact-article .article-content h5 a {
	color: #3678b3;
	font-weight: 700;
	font-size: 18px;
}

.impact-article .article-content h5 a:hover {
	color: #e09345;
}

.impact-article .sppb-meta-date {
	font-weight: 500;
	font-size: 1.1rem;
	color: #5d5d5d;
	font-family: "Oswald";
	display: block;
	margin-bottom: 0px;
}

/* Page heading */

/* PAGE TITLE */

.sp-page-title {
	padding: 190px 0 150px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	position: relative;
}

.sp-page-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

.sp-page-title .sp-page-title-heading {
	font-style: normal;
	position: absolute;
	z-index: 2;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 40px;
	bottom: -4px;
	margin: 0;
}

.sp-page-title .sp-page-title-sub-heading {
	width: 100%;
	font-size: 18px;
	margin: 0 auto 70px auto;
	text-transform: uppercase;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 2;
}

.sp-page-title .breadcrumb {
	display: none;
}
@media (min-width: 768px) {
	.sp-page-title .sp-page-title-heading {
		font-size: 82px;
		line-height: 74px;
		bottom: -9px;
	}
}

.wrapArticleBody {
	display: block;
}

.wrapArticleBody .article-ratings-social-share + .articleBody {
	padding-left: 0;
	padding-right: 0;
}

.article-details .article-ratings-social-share {
	border: none;
	padding: 0;
	min-width: 90px;
	text-align: center;
}

.article-details .article-ratings-social-share .moduletable {
	min-width: 100%;
}

.article-details .article-ratings-social-share .moduletable h3 {
	font-size: 24px;
}

@media (min-width: 768px) {
	.wrapArticleBody {
		display: flex;
	}
	.wrapArticleBody .article-ratings-social-share + .articleBody {
		padding-left: 100px;
		padding-right: 0px;
	}
}

@media (min-width: 992px) {
	.wrapArticleBody {
		display: flex;
	}
	.wrapArticleBody .article-ratings-social-share + .articleBody {
		padding-left: 100px;
		padding-right: 200px;
	}
}

/* PAGINATION */

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pagination > li {
	margin: 0 4px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 55px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-item.active .page-link,
.pagination > li > a:hover {
	z-index: 1;
	border-color: #378abb;
	color: #fff;
	background-color: #378abb;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.blog .article-info > span,
.blog .article-info > span > a {
	padding-left: 0;
	margin-bottom: 10px;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
	line-height: 1.4;
	margin-bottom: 18px;
	font-style: normal;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.article-list .article .article-introtext {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover {
	color: #e09344;
}

.article-info {
	margin-bottom: 0;
}

.article-info > span,
.article-info > span > a {
	color: #5d5d5d;
	margin-right: 0;
	padding: 0 15px 0 17px;
}

.blog .article-info > span,
.blog .article-info > span > a {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 13px;
}

.article-info > span + span:before {
}

.article-introtext {
	margin-top: 20px;
}

.article-introtext p {
	margin-top: 0;
	margin-bottom: 0;
}

.article-list .article .readmore {
	font-size: inherit;
}

.article-list .article .readmore a {
	font-size: 14px;
	padding: 10px 20px;
	color: #727272;
	background-color: #101010;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	margin: 45px 5px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
}

.article-list .article .readmore a:hover {
	color: #727272;
	background-color: #323335;
}

.noUi-handle:after,
.noUi-handle:before {
	opacity: 0;
}
