/* W3.CSS 4.13 June 2019 by Roger Moser */

:root{
--mosx-violet: #65194F;
--mosx-blue: #2CBCE4;
--mosx-blue-darker: #1CACD4;
--mosx-red: #E40428;
--mosx-yellow: #FFD500;
--mosx-yellow-darker: #EFC500;
}

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
/*[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}*/
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
/*[type=search]::-webkit-search-decoration{-webkit-appearance:none}*/
/*::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}"/
/* End extract */
html,body{font-family:Helvetica,Arial,sans-serif;color:var(--mosx-violet);font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.mosx-serif{font-family:serif}
h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,sans-serif;font-weight:400;margin:10px 0}.mosx-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.mosx-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.mosx-table,.mosx-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.mosx-table-all{border:1px solid #ccc}
.mosx-bordered tr,.mosx-table-all tr{border-bottom:1px solid #ddd}.mosx-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.mosx-table-all tr:nth-child(odd){background-color:#fff}.mosx-table-all tr:nth-child(even){background-color:#f1f1f1}
.mosx-hoverable tbody tr:hover,.mosx-ul.mosx-hoverable li:hover{background-color:#ccc}.mosx-centered tr th,.mosx-centered tr td{text-align:center}
.mosx-table td,.mosx-table th,.mosx-table-all td,.mosx-table-all th{padding:16px 16px;display:table-cell;text-align:left;vertical-align:top}
.mosx-table th:first-child,.mosx-table td:first-child,.mosx-table-all th:first-child,.mosx-table-all td:first-child{padding-left:16px}
.mosx-btn,.mosx-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap;
    -webkit-border-radius: 15px;
/*    -moz-border-radius: 15px;*/
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
/*    -moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);*/
    box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
}
.mosx-table-fixed{ table-layout:fixed; }
.mosx-table-fixed td { overflow: hidden; }
.mosx-high-light{text-decoration:underline}
.mosx-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.mosx-btn,.mosx-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}   
.mosx-disabled,.mosx-btn:disabled,.mosx-button:disabled{cursor:not-allowed;opacity:0.3}.mosx-disabled *,:disabled *{pointer-events:none}
.mosx-btn.mosx-disabled:hover,.mosx-btn:disabled:hover{box-shadow:none}
.mosx-badge,.mosx-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.mosx-badge{border-radius:50%}
.mosx-ul{list-style-type:none;padding:0;margin:0}.mosx-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.mosx-ul li:last-child{border-bottom:none}
.mosx-tooltip,.mosx-display-container{position:relative}.mosx-tooltip .mosx-text{display:none}.mosx-tooltip:hover .mosx-text{display:inline-block}
.mosx-ripple:active{opacity:0.5}.mosx-ripple{transition:opacity 0s}
.mosx-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.mosx-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.mosx-dropdown-click,.mosx-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.mosx-dropdown-hover:hover .mosx-dropdown-content{display:block}
.mosx-dropdown-hover:first-child,.mosx-dropdown-click:hover{background-color:#ccc;color:#000}
.mosx-dropdown-hover:hover>.mosx-button:first-child,.mosx-dropdown-click:hover>.mosx-button:first-child{background-color:#ccc;color:#000}
.mosx-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.mosx-check,.mosx-radio{width:24px;height:24px;position:relative;top:6px}
.mosx-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.mosx-bar-block .mosx-dropdown-hover,.mosx-bar-block .mosx-dropdown-click{width:100%}
.mosx-bar-block .mosx-dropdown-hover .mosx-dropdown-content,.mosx-bar-block .mosx-dropdown-click .mosx-dropdown-content{min-width:100%}
.mosx-bar-block .mosx-dropdown-hover .mosx-button,.mosx-bar-block .mosx-dropdown-click .mosx-button{width:100%;text-align:left;padding:8px 16px}
.mosx-main,#main{transition:margin-left .4s}
.mosx-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.mosx-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.mosx-bar{width:100%;overflow:hidden}.mosx-center .mosx-bar{display:inline-block;width:auto}
.mosx-bar .mosx-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.mosx-bar .mosx-dropdown-hover,.mosx-bar .mosx-dropdown-click{position:static;float:left}
.mosx-bar .mosx-button{white-space:normal}
.mosx-bar-block .mosx-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.mosx-bar-block.mosx-center .mosx-bar-item{text-align:center}.mosx-block{display:block;width:100%}
.mosx-responsive{display:block;overflow-x:auto}
.mosx-container:after,.mosx-container:before,.mosx-panel:after,.mosx-panel:before,.mosx-row:after,.mosx-row:before,.mosx-row-padding:after,.mosx-row-padding:before,
.mosx-cell-row:before,.mosx-cell-row:after,.mosx-clear:after,.mosx-clear:before,.mosx-bar:before,.mosx-bar:after{content:"";display:table;clear:both}
.mosx-col,.mosx-half,.mosx-third,.mosx-twothird,.mosx-threequarter,.mosx-quarter{float:left;width:100%}
.mosx-col.s1{width:8.33333%}.mosx-col.s2{width:16.66666%}.mosx-col.s3{width:24.99999%}.mosx-col.s4{width:33.33333%}
.mosx-col.s5{width:41.66666%}.mosx-col.s6{width:49.99999%}.mosx-col.s7{width:58.33333%}.mosx-col.s8{width:66.66666%}
.mosx-col.s9{width:74.99999%}.mosx-col.s10{width:83.33333%}.mosx-col.s11{width:91.66666%}.mosx-col.s12{width:99.99999%}
@media (min-width:601px){.mosx-col.m1{width:8.33333%}.mosx-col.m2{width:16.66666%}.mosx-col.m3,.mosx-quarter{width:24.99999%}.mosx-col.m4,.mosx-third{width:33.33333%}
.mosx-col.m5{width:41.66666%}.mosx-col.m6,.mosx-half{width:49.99999%}.mosx-col.m7{width:58.33333%}.mosx-col.m8,.mosx-twothird{width:66.66666%}
.mosx-col.m9,.mosx-threequarter{width:74.99999%}.mosx-col.m10{width:83.33333%}.mosx-col.m11{width:91.66666%}.mosx-col.m12{width:99.99999%}}
@media (min-width:993px){.mosx-col.l1{width:8.33333%}.mosx-col.l2{width:16.66666%}.mosx-col.l3{width:24.99999%}.mosx-col.l4{width:33.33333%}
.mosx-col.l5{width:41.66666%}.mosx-col.l6{width:49.99999%}.mosx-col.l7{width:58.33333%}.mosx-col.l8{width:66.66666%}
.mosx-col.l9{width:74.99999%}.mosx-col.l10{width:83.33333%}.mosx-col.l11{width:91.66666%}.mosx-col.l12{width:99.99999%}}
.mosx-rest{overflow:hidden}.mosx-stretch{margin-left:-16px;margin-right:-16px}
.mosx-content,.mosx-auto{margin-left:auto;margin-right:auto}.mosx-content{max-width:980px}.mosx-auto{max-width:1140px}
.mosx-cell-row{display:table;width:100%}.mosx-cell{display:table-cell}
.mosx-cell-top{vertical-align:top}.mosx-cell-middle{vertical-align:middle}.mosx-cell-bottom{vertical-align:bottom}
.mosx-hide{display:none!important}.mosx-show-block,.mosx-show{display:block!important}.mosx-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.mosx-auto{max-width:95%}}
@media (max-width:600px){.mosx-modal-content{margin:0 10px;width:auto!important}.mosx-modal{padding-top:30px}
.mosx-dropdown-hover.mosx-mobile .mosx-dropdown-content,.mosx-dropdown-click.mosx-mobile .mosx-dropdown-content{position:relative}	
.mosx-hide-small{display:none!important}.mosx-mobile{display:block;width:100%!important}.mosx-bar-item.mosx-mobile,.mosx-dropdown-hover.mosx-mobile,.mosx-dropdown-click.mosx-mobile{text-align:center}
.mosx-dropdown-hover.mosx-mobile,.mosx-dropdown-hover.mosx-mobile .mosx-btn,.mosx-dropdown-hover.mosx-mobile .mosx-button,.mosx-dropdown-click.mosx-mobile,.mosx-dropdown-click.mosx-mobile .mosx-btn,.mosx-dropdown-click.mosx-mobile .mosx-button{width:100%}}
@media (max-width:768px){.mosx-modal-content{width:500px}.mosx-modal{padding-top:50px}}
@media (min-width:993px){.mosx-modal-content{width:900px}.mosx-hide-large{display:none!important}.mosx-sidebar.mosx-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.mosx-hide-medium{display:none!important}}
@media (max-width:992px){.mosx-sidebar.mosx-collapse{display:none}.mosx-main{margin-left:0!important;margin-right:0!important}.mosx-auto{max-width:100%}}
.mosx-top,.mosx-bottom{position:fixed;width:100%;z-index:1}.mosx-top{top:0}.mosx-bottom{bottom:0}
.mosx-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.mosx-display-topleft{position:absolute;left:0;top:0}.mosx-display-topright{position:absolute;right:0;top:0}
.mosx-display-bottomleft{position:absolute;left:0;bottom:0}.mosx-display-bottomright{position:absolute;right:0;bottom:0}
.mosx-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.mosx-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.mosx-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.mosx-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.mosx-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.mosx-display-container:hover .mosx-display-hover{display:block}.mosx-display-container:hover span.mosx-display-hover{display:inline-block}.mosx-display-hover{display:none}
.mosx-display-position{position:absolute}
.mosx-circle{border-radius:50%}
.mosx-round-small{border-radius:2px}.mosx-round,.mosx-round-medium{border-radius:4px}.mosx-round-large{border-radius:8px}.mosx-round-xlarge{border-radius:16px}.mosx-round-xxlarge{border-radius:32px}
.mosx-row-padding,.mosx-row-padding>.mosx-half,.mosx-row-padding>.mosx-third,.mosx-row-padding>.mosx-twothird,.mosx-row-padding>.mosx-threequarter,.mosx-row-padding>.mosx-quarter,.mosx-row-padding>.mosx-col{padding:0 8px}
.mosx-container,.mosx-panel{padding:0.01em 16px}.mosx-panel{margin-top:16px;margin-bottom:16px}
.mosx-code,.mosx-codespan{font-family:Consolas,"courier new";font-size:16px}
.mosx-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.mosx-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.mosx-card,.mosx-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.mosx-card-4,.mosx-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.mosx-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.mosx-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.mosx-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.mosx-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.mosx-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.mosx-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.mosx-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.mosx-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.mosx-animate-input{transition:width 0.4s ease-in-out}.mosx-animate-input:focus{width:100%!important}
.mosx-opacity,.mosx-hover-opacity:hover{opacity:0.60}.mosx-opacity-off,.mosx-hover-opacity-off:hover{opacity:1}
.mosx-opacity-max{opacity:0.25}.mosx-opacity-min{opacity:0.75}
.mosx-greyscale-max,.mosx-grayscale-max,.mosx-hover-greyscale:hover,.mosx-hover-grayscale:hover{filter:grayscale(100%)}
.mosx-greyscale,.mosx-grayscale{filter:grayscale(75%)}.mosx-greyscale-min,.mosx-grayscale-min{filter:grayscale(50%)}
.mosx-sepia{filter:sepia(75%)}.mosx-sepia-max,.mosx-hover-sepia:hover{filter:sepia(100%)}.mosx-sepia-min{filter:sepia(50%)}
.mosx-tiny{font-size:10px!important}.mosx-small{font-size:12px!important}.mosx-medium{font-size:15px!important}.mosx-large{font-size:18px!important}
.mosx-xlarge{font-size:24px!important}.mosx-xxlarge{font-size:36px!important}.mosx-xxxlarge{font-size:48px!important}.mosx-jumbo{font-size:64px!important}
.mosx-left-align{text-align:left!important}.mosx-right-align{text-align:right!important}.mosx-justify{text-align:justify!important}.mosx-center{text-align:center!important}
.mosx-border-0{border:0!important}.mosx-border{border:1px solid #ccc!important}
.mosx-border-top{border-top:1px solid #ccc!important}.mosx-border-bottom{border-bottom:1px solid #ccc!important}
.mosx-border-left{border-left:1px solid #ccc!important}.mosx-border-right{border-right:1px solid #ccc!important}
.mosx-topbar{border-top:6px solid #ccc!important}.mosx-bottombar{border-bottom:6px solid #ccc!important}
.mosx-leftbar{border-left:6px solid #ccc!important}.mosx-rightbar{border-right:6px solid #ccc!important}
.mosx-section,.mosx-code{margin-top:16px!important;margin-bottom:16px!important}
.mosx-margin{margin:16px!important}.mosx-margin-top{margin-top:16px!important}.mosx-margin-bottom{margin-bottom:16px!important}
.mosx-margin-left{margin-left:16px!important}.mosx-margin-right{margin-right:16px!important}
.mosx-padding-small{padding:4px 8px!important}.mosx-padding{padding:8px 16px!important}.mosx-padding-large{padding:12px 24px!important}
.mosx-padding-16{padding-top:16px!important;padding-bottom:16px!important}.mosx-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.mosx-padding-32{padding-top:32px!important;padding-bottom:32px!important}.mosx-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.mosx-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.mosx-left{float:left!important}.mosx-right{float:right!important}
.mosx-button:hover{color:#000;background-color:#ccc}
.mosx-transparent,.mosx-hover-none:hover{background-color:transparent!important}
.mosx-hover-none:hover{box-shadow:none!important}
/* Colors */
.mosx-amber,.mosx-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.mosx-aqua,.mosx-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.mosx-blue,.mosx-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.mosx-light-blue,.mosx-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.mosx-brown,.mosx-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.mosx-cyan,.mosx-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.mosx-blue-grey,.mosx-hover-blue-grey:hover,.mosx-blue-gray,.mosx-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.mosx-green,.mosx-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.mosx-light-green,.mosx-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.mosx-indigo,.mosx-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.mosx-khaki,.mosx-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.mosx-lime,.mosx-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.mosx-orange,.mosx-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.mosx-deep-orange,.mosx-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.mosx-pink,.mosx-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.mosx-purple,.mosx-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.mosx-deep-purple,.mosx-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.mosx-red,.mosx-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.mosx-sand,.mosx-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.mosx-teal,.mosx-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.mosx-yellow,.mosx-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.mosx-white,.mosx-hover-white:hover{color:#000!important;background-color:#fff!important}
.mosx-black,.mosx-hover-black:hover{color:#fff!important;background-color:#000!important}
.mosx-grey,.mosx-hover-grey:hover,.mosx-gray,.mosx-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.mosx-light-grey,.mosx-hover-light-grey:hover,.mosx-light-gray,.mosx-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.mosx-dark-grey,.mosx-hover-dark-grey:hover,.mosx-dark-gray,.mosx-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.mosx-pale-red,.mosx-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.mosx-pale-green,.mosx-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.mosx-pale-yellow,.mosx-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.mosx-pale-blue,.mosx-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.mosx-text-amber,.mosx-hover-text-amber:hover{color:#ffc107!important}
.mosx-text-aqua,.mosx-hover-text-aqua:hover{color:#00ffff!important}
.mosx-text-blue,.mosx-hover-text-blue:hover{color:#2196F3!important}
.mosx-text-light-blue,.mosx-hover-text-light-blue:hover{color:#87CEEB!important}
.mosx-text-brown,.mosx-hover-text-brown:hover{color:#795548!important}
.mosx-text-cyan,.mosx-hover-text-cyan:hover{color:#00bcd4!important}
.mosx-text-blue-grey,.mosx-hover-text-blue-grey:hover,.mosx-text-blue-gray,.mosx-hover-text-blue-gray:hover{color:#607d8b!important}
.mosx-text-green,.mosx-hover-text-green:hover{color:#4CAF50!important}
.mosx-text-light-green,.mosx-hover-text-light-green:hover{color:#8bc34a!important}
.mosx-text-indigo,.mosx-hover-text-indigo:hover{color:#3f51b5!important}
.mosx-text-khaki,.mosx-hover-text-khaki:hover{color:#b4aa50!important}
.mosx-text-lime,.mosx-hover-text-lime:hover{color:#cddc39!important}
.mosx-text-orange,.mosx-hover-text-orange:hover{color:#ff9800!important}
.mosx-text-deep-orange,.mosx-hover-text-deep-orange:hover{color:#ff5722!important}
.mosx-text-pink,.mosx-hover-text-pink:hover{color:#e91e63!important}
.mosx-text-purple,.mosx-hover-text-purple:hover{color:#9c27b0!important}
.mosx-text-deep-purple,.mosx-hover-text-deep-purple:hover{color:#673ab7!important}
.mosx-text-red,.mosx-hover-text-red:hover{color:#f44336!important}
.mosx-text-sand,.mosx-hover-text-sand:hover{color:#fdf5e6!important}
.mosx-text-teal,.mosx-hover-text-teal:hover{color:#009688!important}
.mosx-text-yellow,.mosx-hover-text-yellow:hover{color:#d2be0e!important}
.mosx-text-white,.mosx-hover-text-white:hover{color:#fff!important}
.mosx-text-black,.mosx-hover-text-black:hover{color:#000!important}
.mosx-text-grey,.mosx-hover-text-grey:hover,.mosx-text-gray,.mosx-hover-text-gray:hover{color:#757575!important}
.mosx-text-light-grey,.mosx-hover-text-light-grey:hover,.mosx-text-light-gray,.mosx-hover-text-light-gray:hover{color:#f1f1f1!important}
.mosx-text-dark-grey,.mosx-hover-text-dark-grey:hover,.mosx-text-dark-gray,.mosx-hover-text-dark-gray:hover{color:#3a3a3a!important}
.mosx-border-amber,.mosx-hover-border-amber:hover{border-color:#ffc107!important}
.mosx-border-aqua,.mosx-hover-border-aqua:hover{border-color:#00ffff!important}
.mosx-border-blue,.mosx-hover-border-blue:hover{border-color:#2196F3!important}
.mosx-border-light-blue,.mosx-hover-border-light-blue:hover{border-color:#87CEEB!important}
.mosx-border-brown,.mosx-hover-border-brown:hover{border-color:#795548!important}
.mosx-border-cyan,.mosx-hover-border-cyan:hover{border-color:#00bcd4!important}
.mosx-border-blue-grey,.mosx-hover-border-blue-grey:hover,.mosx-border-blue-gray,.mosx-hover-border-blue-gray:hover{border-color:#607d8b!important}
.mosx-border-green,.mosx-hover-border-green:hover{border-color:#4CAF50!important}
.mosx-border-light-green,.mosx-hover-border-light-green:hover{border-color:#8bc34a!important}
.mosx-border-indigo,.mosx-hover-border-indigo:hover{border-color:#3f51b5!important}
.mosx-border-khaki,.mosx-hover-border-khaki:hover{border-color:#f0e68c!important}
.mosx-border-lime,.mosx-hover-border-lime:hover{border-color:#cddc39!important}
.mosx-border-orange,.mosx-hover-border-orange:hover{border-color:#ff9800!important}
.mosx-border-deep-orange,.mosx-hover-border-deep-orange:hover{border-color:#ff5722!important}
.mosx-border-pink,.mosx-hover-border-pink:hover{border-color:#e91e63!important}
.mosx-border-purple,.mosx-hover-border-purple:hover{border-color:#9c27b0!important}
.mosx-border-deep-purple,.mosx-hover-border-deep-purple:hover{border-color:#673ab7!important}
.mosx-border-red,.mosx-hover-border-red:hover{border-color:#f44336!important}
.mosx-border-sand,.mosx-hover-border-sand:hover{border-color:#fdf5e6!important}
.mosx-border-teal,.mosx-hover-border-teal:hover{border-color:#009688!important}
.mosx-border-yellow,.mosx-hover-border-yellow:hover{border-color:#ffeb3b!important}
.mosx-border-white,.mosx-hover-border-white:hover{border-color:#fff!important}
.mosx-border-black,.mosx-hover-border-black:hover{border-color:#000!important}
.mosx-border-grey,.mosx-hover-border-grey:hover,.mosx-border-gray,.mosx-hover-border-gray:hover{border-color:#9e9e9e!important}
.mosx-border-light-grey,.mosx-hover-border-light-grey:hover,.mosx-border-light-gray,.mosx-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.mosx-border-dark-grey,.mosx-hover-border-dark-grey:hover,.mosx-border-dark-gray,.mosx-hover-border-dark-gray:hover{border-color:#616161!important}
.mosx-border-pale-red,.mosx-hover-border-pale-red:hover{border-color:#ffe7e7!important}.mosx-border-pale-green,.mosx-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.mosx-border-pale-yellow,.mosx-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.mosx-border-pale-blue,.mosx-hover-border-pale-blue:hover{border-color:#e7ffff!important}

/* The navigation fix to hide navbar during scrolling */
body {
      margin: 0;
      background: #fff;
}

/* The navigation bar */
.mosx-navbar {
  overflow: hidden;
  background-color: #fff;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  padding: 12px 12px;
  transition: top 0.8s;
}
/* The fixed email-button */
#MosxLanguageSwitch{
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 10px;
    right: 15px;
    width: 60px;
    height: 44px;
}

/* Main content */
.mosx-main {
  margin-top: 1px; /* Add a top margin to avoid content overlay */
  padding-top: 1px;
  text-align: justify;
} 

/* PRINT and online DISPLAY controls */
@media print {
  .mosx-navbar {
    display: none;
  }
}
@media screen {
  .mosx-printheader {
    display: none;
  }
}

@media screen {
  .mosx-navbar._MouseOver {
    display: none;
  }
  .mosx-navbar._MouseOver:hover {
	display: block;
    overflow: hidden;
  }
}

.post-tag:hover {
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    line-height: 1;
    white-space: nowrap;
	font-weight:bold;
    text-decoration: none;
    text-align: center;
    border-width: 2px;
    border-style: solid;
	border-color: var(--mosx-yellow-darker);
    border-radius: 7px;
	background-color: var(--mosx-yellow);
    transition: all 2s ease-in-out; /*-- SUN effect --*/
}
.post-tag-dark:hover {
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    line-height: 1;
    white-space: nowrap;
	font-weight:bold;
    text-decoration: none;
    text-align: center;
	color: #FFF;
    border-width: 2px;
    border-style: solid;
	border-color: var(--mosx-blue-darker);
    border-radius: 7px;
	background-color: var(--mosx-blue);
    transition: all 2s ease-in-out; /*-- MOON effect --*/
}