article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #f8f8f8;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	height:100%;
}

img {
	max-width: 100%;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -162px;
}

.page-wrap:after {
	content: "";
	display: block;
}

.site-footer, .page-wrap:after {
	height: 162px;
}

#for_developer:after {
	height: auto;
}
header {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	position: relative;
	width: 100%;
	z-index: 99;
}

nav ul {
	float: right;
	opacity: 1;
	height: auto;
	list-style: none;
}

nav > ul > li > button {
	border: none;
	margin: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #fefefe;
	cursor: pointer;
	font-weight: 300;
	font-family: Roboto;
	padding: 19px 12px !important;
}

nav > ul > li {
	text-align: center;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	float: left;
}

nav > ul > li > button:hover, nav > ul > li > button:focus, nav > ul > li:not(#language_li):hover, nav .wrs_css_active_true, nav > ul > li a:focus {
	background-color: #eee;
}

nav a {
	font-size: 20px;
	text-decoration: none;
	font-weight: 400;
	color: #222;
}

nav span {
	color: #333;
    font-size: 32px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: -4px;
}

nav ul li:hover {
	cursor: pointer;
	position: relative;
}

nav ul li span {
	color: #fff;
}

nav > ul > li > button, nav > ul > li a, nav > ul > li span {
	cursor: pointer;
	display: block;
	outline: none;
	text-decoration: none;
	font-size: 18px;
	padding: 17px 12px;
	font-weight: 300;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

nav li {
	text-decoration: none;
}

nav [type="checkbox"], nav label {
	display: none;
}

#menulanguages .wrs_css_active_true {
	background-color: #efefef;
}

.wrs_css_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
	position: relative;
}

.wrs_css_logo_wiris {
	text-decoration: none;
    margin-top: 0;
    margin-bottom: 11px;
    margin-right: 4px;
    display: inline-block;
    height: 28px;
}

.wrs_css_logo_editor {
	height: 20px;
	margin-bottom: 2px;
	margin-left: 10px;
}

#lang {
	background-color: #fefefe;
	padding: 5px;
}

.wrs_css_extra_padding {
	margin: 0 30px;
}

.wrs_css_content {
	height: auto;
	padding: 18px;
	padding-bottom: 10px;
	margin: 0 auto;
	max-width: 1200px;
}

.wrs_css_container:after, .wrs_css_row:after {
	clear: both;
	content: "";
	display: table;
}

.wrs_css_padding_zero {
	padding-left: 0;
	padding-right: 0;
}

.wrs_css_padding_small {
	padding: 2px 20px !important
}

.wrs_css_padding {
	padding: 12px 2px !important;
}

.wrs_css_col {
	float: left;
	width: 100%
}
.wrs_css_col.wrs_css_s1 {
	width: 8.33333%
}
.wrs_css_col.wrs_css_s2 {
	width: 16.66666%
}
.wrs_css_col.wrs_css_s3 {
	width: 24.99999%
}
.wrs_css_col.wrs_css_s4 {
	width: 33.33333%
}
.wrs_css_col.wrs_css_s5 {
	width: 41.66666%
}
.wrs_css_col.wrs_css_s6 {
	width: 49.99999%
}
.wrs_css_col.wrs_css_s7 {
	width: 58.33333%
}
.wrs_css_col.wrs_css_s8 {
	width: 66.66666%
}
.wrs_css_col.wrs_css_s9 {
	width: 74.99999%
}
.wrs_css_col.wrs_css_s10 {
	width: 83.33333%
}
.wrs_css_col.wrs_css_s11 {
	width: 91.66666%
}
.wrs_css_col.wrs_css_s12 {
	width: 99.99999%
}
.wrs_css_col.wrs_css_xs1 {
	width:5%;
}
.wrs_css_col.wrs_css_xs11 {
	width: 94.9%;
}
.wrs_css_option_label {
	text-align: left;
	padding-top: 3px;
}

.wrs_css_container {
	padding: 0.01em 2px
}

.wrs_css_code {
	font-family: Consolas, "courier new";
	word-wrap: break-word;
}

.wrs_css_center {
	text-align: center !important
}

.wrs_css_bold, h3, h2, h4, .wrs_css_font_w400, h1 {
	font-weight: 400;
}

section h2 {
    font-size: 1.4em;
}

.wrs_css_section_description {
	text-align: center;
}

.wrs_css_live_preview {
	background-color: #fdfdfd;
	min-height: 120px;
	height: auto;
	min-width: 250px;
	display: inline-block;
	margin: 8px;
	position: relative;
	vertical-align: top;
	border-radius: 2px;
}

.wrs_css_live_preview_small {
	min-width: 160px;
    min-height: 80px;
}


.wrs_css_live_preview span {
	color: #777;
    font-weight: 700;
    margin-top: 8px;
    display: block;
}

.wrs_css_ex_links {
	display: none;
	bottom: 0;
	position: relative;
	width: 100%;
	padding-bottom: 5px;
}

.wrs_css_ex_links a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4c;
}

.wrs_css_ex_links a:hover {
	text-decoration: underline;
}


footer {
	background-color: #C11029;
	color: #fefefe;
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 30px;
}

footer a, footer a:visited {
	color: #fefefe !important;
	text-decoration: underline;
}

footer .wrs_css_footer_left {
	text-align: left;
}

footer .wrs_css_footer_right {
	text-align: right;
}
footer .wrs_css_button, footer a.wrs_css_button:visited {
	background-color: #fefefe;
	color: #111 !important;
	margin-top: 4px;
	text-decoration: none !important;
	padding: 4px 16px;
}
#footer_right_title {
	margin-bottom: 10px;
}
footer #title_language {
	margin-top: 3em;
	margin-bottom: 1.7em;
}
footer #list_languages {
	font-size: 0.7em;
}
footer #list_languages span {
	margin-left: 8px;
}
#footer_legal a {
	margin-left: 12px;
}
.wrs_css_last_footer {
	font-size: 0.7em;
	opacity: 0.5;
}
footer #social_networks {
	font-size: 1.8rem;
}

.wrs_css_solutionbox {
	display: inline-block;
	opacity: 1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#canvas_logo {
	width: 210px;
    margin-top: 6px;
}

#moodle_logo {
	width: 200px;
    margin-top: -10px;
}

#schoology_logo {
	width: 272px;
    margin-top: 2px;
}

.wrs_css_main_editor {
	max-width: 550px;
	height: 280px;
	margin: 0 auto;
}

.wrs_css_main_editor_test {
	width: 90%;
	height: 300px;
	margin: 0 auto;
}

.wrs_css_dynamic_content {
	min-height: 50px;
	margin-top: 14px;
}

.wrs_css_dynamic_content > a {
	text-decoration: none;
	color: #669;
}

.wrs_css_small_editor {
	margin: 10px 18px;
	height: 245px;
	max-width: 520px;
}

.wrs_css_normal_editor {
	margin: 0 auto;
	margin-top: 25px;
	height: 250px;
	width: 90%;
	padding: 0px 5px;
}

#toolbars .wrs_css_editor_container {
	max-width: 520px;
	padding-right: 20px;
	height: 240px;
}

.wrs_css_parcc_btn {
	background-color: #0091B2;
	background-image: linear-gradient(to bottom, #0091B2 0%, #005f75 100%);
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 18px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	color: #fefefe;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	user-select: none;
	background-repeat: repeat-x;
	border-color: #00576b;
	margin: 6px 0px;
}

.wrs_css_parcc_btn:hover {
	background-color: #005f75;
	background-position: 0 -15px;
	border-color: #004a5b;
}

.wrs_css_parcc_btn.wrs_css_active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	background: #0091B2;
}

.wrs_css_separator {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wrs_css_button_primary {
	background-color: #f04a5d !important;
}

.wrs_css_button {
	background-color: #666;
	border: 0;
	border-radius: 4px;
	color: #fcfcfc;
	cursor: pointer;
	font-size: 16px;
	padding: 4px 14px;
	text-align: center;
	line-height: 2.4;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-weight: 500;
	font-family: 'Roboto';
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.wrs_css_disabled_button {
    background-color: #ccc !important;
    color: #fefefe;
    display: inline-block;
    cursor: default;
}

input.wrs_css_button {
	background-color: #589DB1;
}

.wrs_css_button:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
}

button:hover {
	background-color: #3d3d3d;
}

input.wrs_css_buton:hover {
	background-color: #388297;
}

#section-main-editor {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	overflow: visible;
}

#section-accessibility-editor {
	background-color: #e0e0e0;
}


textarea#source-mathml, textarea#source-latex {
	font-family: consolas, monospace;
    font-size: 16px;
    height: auto;
    padding: 10px;
    max-width: 456px;
    display: inline-block;
}

#label-source-latex {
	margin-top: 20px;
}
#source-mathml_set, #source-latex_set {
	display: inline-block;
    vertical-align: top;
}

section h1 {
	padding-bottom: 1.3em;
    font-size: 1.8em;
    color: #333;
}

.wrs_css_under_title:before {
	display: inline-block;
    width: 1px;
    border: 1px solid #f04a5d;
    height: 34px;
    background: #c92130;
    margin: 0 auto;
    margin-right: 8px;
    margin-bottom: -6px;
    content: "";
}

.wrs_css_notification {
	display: inline-block;
	background: #fefefe;
	margin: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 25px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-left: 5px solid;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.wrs_css_notification_info {
	border-left-color: #589DB1;
	color: #589DB1;
}

.wrs_css_notification_info:hover {
	border-left-color: #378297;
}

.wrs_css_under_title_accessibility:after {
	display: block;
	width: 65px;
	height: 3px;
	background: #006df0;
	margin: 0px 0 10px 0;
	content: "";
}

a:hover > .wrs_css_info_icon {
	opacity: 1;
}

.wrs_css_accessible_box {
	text-align: left;
	margin: 15px 20px;
	width: 500px;
	display: none;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wrs_css_accessible_box span {
	display: block;
}

.wrs_css_accessible_frame {
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin-top: 10px;
	color: #696969;
	max-width: 500px;
	background-color: #fefefe;
	padding: 10px 10px 10px 37px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.20);
}

.wrs_css_accessible_frame img {
	display: inline-block;
	margin-top: 0;
	width: 20px;
	margin-right: 10px;
}

.wrs_css_accessible_frame > h3 {
	display:inline-block;
}


.wrs_css_accessible_frame div {
	margin-top: 3px;
}

.wrs_css_accessible_empty_text {
	font-style: italic;
}

#accessibleContainer {
	color: #666;
}


#accessibleEnglish {
	display: inline-block;
}

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -42px;
	left: 0px;
	background-color: #DD462E;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	-moz-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
	z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#DD462E;
	outline:0;
}

.wrs_css_solutionbox img {
	width: 150px;
    padding: 30px 50px;
    vertical-align: middle;
}

.wrs_css_live_section, .wrs_css_section_quote, .wrs_css_section_solutions, .wrs_css_banner_section {
	padding-top: 40px;
	padding-bottom: 50px;
}

.wrs_css_section_description{
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrs_css_banner_section {
	margin-top: 0.2em;
	background-color: #fefefe;
}

.wrs_css_live_section{
	background-color: #f0f0f0;
}

.wrs_css_accessible_vision {
	display: inline-block !important;
}

.wrs_css_align_right {
	display: inline-block;
	text-align: right;
}

.wrs_css_align_left {
	display: inline-block;
	text-align: left;
}

.wrs_css_sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: rgba(17, 17, 17, 0.7);
	overflow-x: hidden;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 60px;
}

.wrs_css_sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	color: #818181;
	display: block;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.wrs_css_sidenav a:hover, .wrs_css_offcanvas a:focus{
	color: #333;
}

.wrs_css_sidenav .wrs_css_closebtn:hover {
	color: #fff;
}

.wrs_css_sidenav .wrs_css_closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	margin-right: 25px;
	padding: 0;
	color: #fefefe;
}

#languagesavailablemore {
	text-align: center;
}

#editorContainer_customtoolbar {
	height: 210px !important;
}

#tryme_container {
	margin-right: 30px;
	text-align: right;
	direction: ltr;
}

#tryme, #tryme_text, #editorContainer, #editorContainerChem {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.wrs_css_toolbar_example {
	margin-top: 12px;
	margin-bottom: 12px;
}

.wrs_css_toolbar_publishers {
	text-align: center;
}

#editorContainer_publishers {
	max-width: 530px !important;
}

#button_solutions_home {
	padding: 6px 14px;
	line-height: 2;
	white-space: normal;
	background-color: #f26a54;
	font-weight: 500;
	margin-bottom: 1em;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#button_solutions_home:hover {
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
}

#integrate_title {
	margin-top: 1em;
	margin-bottom: 1em;
}

#export_formula_title {
	font-weight: 300;
	color: #404040;
	font-size: 1.27em;
}

.wrs_css_content_small {
	max-width: 902px !important;
}

#w_icon {
	display: none;
}

#language_button {
	background: url('../img/language_icon.svg');
	background-position: 12px 15px;
	background-repeat: no-repeat;
}

#language_span{
	display: none;
}

#logo_header {
	width: 200px;
    margin-top: 8px;
}

/* INCLUDES 3 PRODUCTS SECTION*/

.wrs_css_product_box {
	background-color: #fefefe;
	padding: 20px 26px;
	box-shadow: 0 2px 2px 0 hsla(0,0%,0%,0.3);
	margin: 18px 10px;
	text-align: left;
	position: relative;
	margin-top:0;

	/* NEW */
	display: flex;
	flex-direction: column;
}

.wrs_css_product_box_min_height_230 {
	min-height: 230px;
}

.wrs_css_product_box_spaced {
	padding: 32px 26px 42px 26px;
}

.wrs_css_product_box + .wrs_css_product_box {
	margin-top: 18px;
}

.wrs_css_product_box_icon {
	display: inline-block;
	max-width: 32px;
	max-height: 40px;
	margin: 0 auto;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 8px;

	/* NEW */
	display: inline-flex;
	margin-right: unset;
	margin-left: 2px;
}

.wrs_css_product_box_icon_alt {
	margin-bottom: 0;
	vertical-align: middle;
	max-width: 34px;
} 

.wrs_css_product_box_title {
	font-size: 1.2em;
    font-weight: 400;
    color: #333;
    display: inline-block;
    vertical-align: top;

    /* NEW */
    display: inline-flex;
    padding-left: 8px;
}
.wrs_css_product_box_beta {
	color: #508ff6;
    position: absolute;
    right: 16px;
    top: 12px;
    text-transform: uppercase;
}
.wrs_css_product_box_detail {
	font-size: 0.8em;
	color: #666;
	margin-top: 8px;
	font-weight: 400;

	/* NEW */
	flex-grow: 1;
}

.wrs_css_product_box .wrs_css_button {
	max-width: 240px;
}

.wrs_css_product_box_detail + .wrs_css_product_box_detail {
	margin-top: 22px;
}

#output-formats, #accessibility {
	background-color: #eee;
}

section {
    padding-top: 44px;
    padding-bottom: 52px;
}

section.wrs_css_section_secondary_header {
    background-color: #f04a5e;
    padding-top: 2px;
    padding-bottom: 9px;
}

section.wrs_css_section_secondary_header a {
    color: #fefefe;
    text-decoration: none;
    font-weight: 300;
}

section.wrs_css_section_secondary_header a:hover {
    text-decoration: underline;
}

.wrs_css_spaced_top {
	margin-top: 0.6em;
}
.wrs_css_spaced_big_top {
	margin-top: 1em;
}
.wrs_css_spaced_biggest_top {
	margin-top: 1.2em;
}
.wrs_css_spaced_ultra_top {
	margin-top: 2.2em;
}
.wrs_css_spaced_ultra_bottom {
	margin-top: 2.2em;
}
.wrs_css_spaced_ultra_top_bottom {
	margin-top: 2.2em;
	margin-bottom: 2.2em;
}
.wrs_css_spaced_bottom {
	margin-bottom: 0.6em;
}
.wrs_css_spaced_big_bottom {
	margin-bottom: 1em;
}
.wrs_css_spaced_biggest_bottom {
	margin-bottom: 1.2em;
}
.wrs_css_spaced_top_bottom {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
.wrs_css_spaced_big_top_bottom {
	margin-top: 1em;
	margin-bottom: 1em;
}
.wrs_css_spaced_biggest_top_bottom {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

#slogan {
	background-color: #f04a5e;
    background-image: url(../img/bg_hero.svg);
    background-size: cover;
    padding-top: 14px;
    padding-bottom:26px;
}

#slogan h1 {
	color: #fefefe;
    /* text-shadow: 0 2px 5px rgba(0, 0, 0, 0.34), 0 2px 4px rgba(0, 0, 0, 0.34); */
    font-weight: 500;
    padding-bottom: 0;
}

.wrs_css_gray_background {
	background-color: #eee;
}
.wrs_css_white_background {
	background-color: #ffffff;
}

.wrs_css_academic_integrations {
	padding-bottom:10px;
}

.wrs_css_developer_integragtions {
	padding-top:10px;
}

.wrs_css_section_mathml_latex label {
	display: block;
}

#placeholder_editor:before {
	content: url('../img/editor_placeholder.png');
    transition: opacity 0.3s ease;
}

/*
#placeholder_hand:before {
	content: url('../img/hand_placeholder.png');
    transition: opacity 0.3s ease;
}
*/

#placeholder_hand {
	position: absolute;
    height: 300px;
    max-width: 550px;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
}

#placeholder_hand div{
	background-color: #e7e7e7;
    display: inline-block;
    height: 100%;
}	

#placeholder_hand div:first-child {
    width: 39px;
    margin-right: 3px;
}

#placeholder_hand div:nth-child(2) {
    width: calc(94% - 38px);
}

#placeholder_editor {
	position: absolute;
    display: block;
    left: 20px;
    top: -2px;
}	

#container_chem > img {  
	position: absolute !important;
    display: block !important;
    left: 0px !important;
    top: -2px !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}	
	
#tryme_text {
	font-family: 'Gloria Hallelujah', cursive;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 12px;
    color: #007efe;
    font-size: 2em;
    letter-spacing: 4px;
}

.wrs_css_uppercase {
	text-transform: uppercase;
}

p {
	color: #333;
}

footer p {
	color: #fefefe;
}

#mathtype_desktop_gif {
	padding-bottom: 30px;
}

#sk-circle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}
#sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #d0d0d0;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
#sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
#sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
#sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
#sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
#sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
#sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
#sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
#sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
#sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
#sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
#sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
#sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
#sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
#sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
#sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
#sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
#sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
#sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
#sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
#sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
#sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.solution-logo {
    width: 132px;
    display: inline-block;
    margin: 30px 20px;
    vertical-align: middle;
    max-height: 80px;
    text-align: center;
}

.solution-logo img {
    max-width: 100%;
    max-height: 80px;
}

#sakai-logo-solutions {
    width: 80px;
}


/*************** NEW STYLES ***************/

#header_tab_container {
	z-index: 2;
	background-color: #F0F0F0;
	margin-top: 70px;
}

.new_wrs_css_product_box_title {
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	display: inline-block;
	vertical-align: top;
}

.new_integrations_responsive_group {
	max-width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.second_header_tab {
	background: #fff;
	height: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	position: relative;
	width: 100%;
	z-index: 99;
}

.new_wrs_css_inner {
	max-width: 1200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.new_nav {
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 1030;
	align-items: center;
}


.new_nav > div > ul > li > a {
	cursor: pointer;
	color: #007680;
	font-family: Inter;
	font-style: normal;
	font-size: 15px;
	margin: 10px;
	padding: 5px;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}
/*
.new_nav > div > ul > li > a:hover {
	color: #ffffff;
	background-color: #2bb1cf;
}
*/
.new_nav > div > ul > li {
	display: inline;
}
.new_wrs_css_button {
	background-color: #007680;
	border: 0;
	border-radius: 13px;
	color: #fcfcfc;
	cursor: pointer;
	font-size: 12.8px;
	padding-bottom: 8px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 8px;
	text-align: center;
	line-height: 2.4;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-weight: bold;
	font-family: 'Inter';
	transition: all 0.3s ease;
	text-decoration: none;
}

.new_wrs_css_button:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
	background-color: #005960;
}

.new_links_container {
	padding: 18px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.new_button_container {
	padding: 8px;
	padding-right: 40px;
}
.new_wrs_css_logo_wiris {
	text-decoration: none;
	margin-top: -2px;
	margin-right: 10px;
	display: inline-block;
	height: 28px;
}

#new_ul > li {
	padding: 10px;
}

.new_tab_container {
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.new_span_container {
	white-space: nowrap;
	margin-top: 40px;
	margin-bottom: 40px;
}

.new_span_container > a {
	font-size: 20px;
	text-decoration: none;
}

.new_tab {
	margin: 30px;
	cursor: pointer;
	color: #007680;
	font-family: Inter;
	font-style: normal;
	font-size: 15px;
	margin: 10px;
	padding: 8px 12px 8px 12px;
	border-radius: 6px;
	transition: background-color 0.3s ease;
}


.active, .new_tab:hover {
	background-color: rgba(107, 202, 186, 0.4);
}

.new_wrs_css_product_box_detail {
	font-size: 0.8em;
	color: #666;
	margin-top: 8px;
	font-weight: 400;
	flex-grow: 0;
	text-align: center;
}

.new_product_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.new_wrs_css_product_box_title_2 {
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	text-align: center;
}

.new_bar_icon {
	max-width: 20px;
	max-height:20px;
}

.icon {
	cursor: pointer;
	color: #0091B2;
	font-size: 29px;
	padding: 14px;
	transition: background-color 0.3s ease;
	position: fixed;
	right: 0;
	top: 0;
	opacity: 0;
}