/**
Version:      1.1.1
**/

:root {
--black: #0D0D15;
--dark: #282833;
--text: #656571;
--primary: #2D68FF;
--secondary: #FFA100;
--cloud: #E2E2E8;
--snow: #F2F3F5;
--white: #ffffff;
--link: #0088ff;
--link-active: #0066ff;
}
.black {color:var(--black) !important}
.dark {color:var(--dark) !important}
.text {color:var(--text) !important}
.primary {color:var(--primary) !important}
.secondary {color:var(--secondary) !important}
.cloud {color:var(--cloud) !important}
.snow {color:var(--snow) !important}
.white {color:var(--white) !important}

.bg_black {background-color:var(--black) !important}
.bg_dark {background-color:var(--dark) !important}
.bg_text {background-color:var(--text) !important}
.bg_primary {background-color:var(--primary) !important}
.bg_seconday {background-color:var(--secondary) !important}
.bg_cloud {background-color:var(--cloud) !important}
.bg_snow {background-color:var(--snow) !important}
.bg_white {background-color:var(--white) !important}

.bg_dark p {color:var(--white)}
.bg_dark a {color:var(--white)}
.bg_dark a:hover {color:var(--cloud)}

.height80 img {height:80px; width:auto}
.height72 img {height:72px; width:auto}
.height64 img {height:64px; width:auto}
.height56 img {height:56px; width:auto}
.height48 img {height:48px; width:auto}
.height40 img {height:40px; width:auto}
.height32 img {height:32px; width:auto}

.keyword {
	padding: 0.5rem 0.625rem;
    border: 3px solid var(--primary);
	color: var(--black);
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    margin: 0 1rem 1rem 0;
}
.edu_border {
	border: 1px solid var(--text);
}
.close-canvas,
.after-offcanvas {
	display:none;
}
li {
	font-size: 1.0625rem;
	line-height: 1.625rem;
}
b, strong {
 	font-weight: 600;
	filter: brightness(60%);
}