*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-family: 'Restora Neue Light';
	src:url('../fonts/RestoraNeue-Light.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Restora Neue Light';
	src:url('../fonts/RestoraNeue-Light.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Restora Neue Light Italics';
	src:url('../fonts/RestoraNeue-LightItalic.otf');
	font-weight: normal;
	font-style: normal;
}
body, html {
    color: #212529;
	font-size: 15px;
	/*font-family: "Montserrat",sans-serif;*/
	font-family: Open Sans,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100% !important;
	font-weight:normal;
	/*background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#002e55 0%,#011E37 100%)!important;*/
	--bs-body-font-family: /*var(--bs-font-sans-serif);*/ "Montserrat",sans-serif;
    --bs-body-font-size: 15px!important;
    --bs-body-font-weight: 100!important;
    --bs-body-line-height: 1.7em!important;
	/*font-size: 1.1em;*/
    /*font-family: "Open Sans",Arial,sans-serif;*/
    /*font-family: "ABeeZee",sans-serif;*/ 
    /*font-family: "Audiowide",sans-serif;*/
    /*font-family: "Exo",sans-serif;*/
}
body {
	background-color: white;
    background-image: url(../images/white-and-gray-background-2-1920.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
html {
  scroll-behavior: smooth !important;
}

.bg-light {
    --bs-bg-opacity: 0!important;
    /*background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;*/
}
#wa-widget-wrapper>div, h1, h2, h3, h4, h5, input, p, textarea {
    margin-block-start: revert!important;
    margin-block-end: revert!important;
    margin-inline-start: revert!important;
    margin-inline-end: revert!important;
	-webkit-margin-before: 0.5em!important;
    -webkit-margin-after: 0.5em!important;
}
.xjmShowMobile {display:none;}
.xjmHideMobile {display:block;}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: 'Restora Neue Light';
    line-height: 1em;
}
h1 {
    font-size: calc(1.375rem + 1.3vw);
}
h2 {
    font-size: calc(1.325rem + .9vw);
}
h3 {
    font-size: calc(1.275rem + .6vw);
}
h4 {
    font-size: calc(1.275rem + .3vw);
}
h1.xjmTopic {
	text-align: center!important;
	font-weight: bold!important;
	background-color: #081d3a!important;
	background-image: linear-gradient(#133a67,#050d19)!important;
	text-shadow: 1px 1px 0 rgba(140,140,140,0.5),-1px -1px 1px rgba(0,0,0,0.9)!important;
	color: white!important;
	padding: 20px!important;
	margin-bottom: 20px!important;
	border-radius: 5px 5px 0 0!important;
	cursor:pointer;
}
div, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	line-height: 1.7em;
}
p {
	/*font-size:1.1em;*/
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #800000!important;
	font-weight:bold;
}
a:hover {
	text-decoration: underline; 
	color:purple!important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.navbar-nav a:hover {
	text-decoration: none;
}

a h2:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #800000;
}
ul, li {
	font-size: 100%;
	line-height: 1.5em;
}
ul.imageGallery {
	padding-left: 0;
	display: block;
}
.top ul li {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    padding: 15px;
    overflow: hidden;
}
img {
	width:100%;
	height: auto;
}
#xjmMainContainerOuter .xjmLink {
	text-decoration: none;
	cursor: pointer;
	color: #800000;
	font-weight:bold;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#xjmMainContainerOuter .xjmLink:hover {
	color:#cd0d5d;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.xjmReveal{
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}
.xjmReveal.active{
  transform: translateY(0);
  opacity: 1;
}
.xjmHR {
    text-align: center;
    background: -webkit-linear-gradient(left, rgba(1, 35, 16) 0%, rgb(181, 96, 25) 50%, rgba(1, 35, 16) 100%);
    background: -o-linear-gradient(left, rgba(1, 35, 16) 0%, rgb(181, 96, 25) 50%, rgba(1, 35, 16) 100%);
    background: linear-gradient(to right, rgb(1, 35, 16) 0%, rgb(181, 96, 25) 50%, rgb(1, 35, 16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
    padding: 3px;
    margin: 5px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: white;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
#xjmNavbarContainer, .dropdown-item {
    font-size: 0.9em;
}
#xjmMainContainerOuter {
	margin: 0;
    padding-bottom: 0;
    padding-top: 55px;
    background-color: transparent;
}
#xjmTop {
	z-index: 99999;
    position: fixed;
    bottom: 5%;
    right: 1%;
}
#scrollUpIcon {
	background-color: white;
    border-radius: 36px;
    color: #662f50;
    font-size: 2em;
    border: 4px solid white;
    box-shadow: 0 0 4px black;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#scrollUpIcon:hover {
    transform: scale(1.5);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#xjmStatusSideBar {
	position: fixed;
    top: 20vh;
    right: -390px;
    width: 400px;
    display: flex;
    z-index: 999999;
	transition: all 0.5s ease;
	color: black;
}
#xjmStatusSideBarTextTab {
	text-shadow: 1px 1px #000;
    background: #008e26;
    box-shadow: 0 0 20px #008e26;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 10px 0 0 10px;
    height: 100px;
    display: flex;
    align-items: center;
    margin-left: -25px;
	min-height: 150px;
	font-size: 1em;
}
#xjmStatusSideBarTextTabText {
	transform: rotate(-90deg);
    margin-left: -22px;
    letter-spacing: 3px;
    line-height: 1em;
}
#xjmStatusSideBarContentOuter {
	background: #edfbf1;
    box-shadow: 0 0 20px #008e26;
    border: 1px solid #008e26;
    border-radius: 0 0 0 10px;
    padding: 10px;
    width: 100%;
}
#xjmStatusSideBarContentHdr {
	font-style: italic;
	font-weight:bold;
}
#xjmStatusSideBarContent, #xjmStatusSideBarContent div {
	line-height:1.3em;
	font-size: 1em;
}
#xjmStatusSideBar:hover {
    right: -1px;
    transition: all 0.2s ease;
}

#xjmActivitySideBar {
	position: fixed;
    top: 20vh;
    left: -390px;
    /*left: -1px;*/
    width: 400px;
    display: flex;
    z-index: 999999;
	transition: all 0.5s ease;
	color: black;
}
#xjmActivitySideBarTextTab {
	text-shadow: 1px 1px #000;
    background: #490a83;
    box-shadow: 0 0 20px #490a83;
    color: white;
    border: 1px solid #ffffff;
	border-left: none;
    border-radius: 0 10px 10px 0;
    height: 100px;
    display: flex;
    align-items: center;
    margin-right: -20px;
	min-height: 150px;
	font-size: 1em;
}
#xjmActivitySideBarTextTabText {
	transform: rotate(90deg);
    margin-left: -37px;
    letter-spacing: 3px;
    line-height: 1em;
}
#xjmActivitySideBarContentOuter {
	background: #edf0fb;
    box-shadow: 0 0 20px #490a83;
    border: 1px solid #490a83;
    border-radius: 0 0 10px 0;
    padding: 10px;
    width: 100%;
}
#xjmActivitySideBarContentHdr {
	font-style: italic;
	font-weight:bold;
	text-align: center;
}
#xjmActivitySideBarContent {
	max-height: 300px;
    overflow: scroll;
}
#xjmActivitySideBarContent, #xjmActivitySideBarContent div {
	line-height:1.3em;
	font-size: 1em;
}
#xjmActivitySideBar:hover {
    left: -1px;
    transition: all 0.2s ease;
}
.xjmColumn {
	display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #002d54;
    border-radius: 10px;
    box-shadow: 0 0 18px rgb(0 0 0 / 50%);
    margin-bottom: 25px;
    width: 100%;
    padding: 0.5em 1em;
}

.rowLevel1 {
    cursor: pointer;
    font-size: 0.9em;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 0px 0;
    border-radius: 0px;
    font-weight: bold;
}
.rowLevel1 .xjmRowDetails {
    text-align:center;
	line-height: 1.3em;
	box-shadow: 0px 0px 0px 0.5px white inset;
	padding:10px 5px;
}

/* DIVIDERS //////////////////////////////////////////////////////////////////////////////////////// */
@media all and (max-width: 8000px) {
.xjmDivider1BlueUp {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAyZTU1Ij48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: cover;
	background-position-x: center;
	top: 0;
	height: 50px;
	z-index: 1;
	transform: scale(1,1);
}
.xjmDivider1BlueDown {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAyZTU1Ij48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
	background-size: cover;
	background-position-x: center;
	top: 0;
	height: 50px;
	z-index: 1;
	transform: scale(1,-1);
}
.xjmDivider1GreenUp {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMjA1NTAwIj48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-position-x: center;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,1);
}
.xjmDivider1GreenDown {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMjA1NTAwIj48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-position-x: center;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,-1);
}
.xjmDivider1PurpleUp {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjODMwMEU5Ij48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-position-x: center;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,1);
}
.xjmDivider1PurpleDown {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjODMwMEU5Ij48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-position-x: center;
    bottom: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,-1);
}
.xjmDivider1GoldUp {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZTA5OTAwIj48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-position-x: center;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,1);
}
.xjmDivider1GoldDown {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZTA5OTAwIj48cGF0aCBkPSJNNzIwIDE0MEw2NDAgMGwtODAgMTQwSDBWMGgxMjgwdjE0MEg3MjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-position-x: center;
    bottom: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1,-1);
}
.bg-light {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#002e55 0%,#011E37 100%)!important;
}
}
/* DIVIDERS //////////////////////////////////////////////////////////////////////////////////////// */

/* xjmRows //////////////////////////////////////////////////////////////////////////////////////// */
@media all and (max-width: 8000px) {
	.mobileFlexColumn {
		
	}
	.mobile100 {
		
	}
.xjmRow100 {
    width:100%;
}
.xjmRow95 {
    width:95%!important;
}
.xjmRow80 {
    width:80%;
}
.xjmRow75 {
    width:75%;
}
.xjmRow70 {
    width:70%;
}
.xjmRow60 {
    width:60%;
}
.xjmRow50 {
    width:50%;
}
.xjmRow40 {
    width:40%;
}
.xjmRow33 {
    width:33%;
}
.xjmRow25 {
    width:25%;
}
.xjmRow20 {
    width:20%;
}
.xjmRow100, .xjmRow80, .xjmRow75, .xjmRow70, .xjmRow60, .xjmRow50, .xjmRow40, .xjmRow33, .xjmRow25, .xjmRow20 {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	max-width: 1240px;
    margin: auto;
}
.xjm100 {
    width:100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.xjm95 {
    width:95%!important;
}
.xjm90 {
    width:90%;
}
.xjm80 {
    width:80%;
}
.xjm75 {
    width:75%;
}
.xjm70 {
    width:70%;
}
.xjm65 {
    width:65%;
}
.xjm60 {
    width:60%;
}
.xjm55 {
    width:55%;
}
.xjm50 {
    width:50%;
}
.xjm45 {
    width:45%;
}
.xjm40 {
    width:40%;
}
.xjm35 {
    width:35%;
}
.xjm33 {
    width:33%;
}
.xjm30 {
    width:30%;
}
.xjm25 {
    width:25%;
}
.xjm20 {
    width:20%;
}
.xjm15 {
    width:15%;
}
.xjm10 {
    width:10%;
}
.xjm5 {
    width:5%;
}
.xjm100, .xjm90, .xjm80, .xjm75, .xjm70, .xjm65, .xjm60, .xjm55, .xjm50, .xjm45, .xjm40, .xjm35, .xjm33, .xjm30, .xjm25, .xjm20, .xjm15, .xjm10, .xjm5 {
	margin: 0px auto;
    padding: 0 20px;
    max-width: 1280px;
	/*-webkit-box-shadow: 0px 20px 15px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 20px 15px 0px rgb(0 0 0 / 30%);*/
}
}
/* xjmRows //////////////////////////////////////////////////////////////////////////////////////// */

/* xjmPadL+R //////////////////////////////////////////////////////////////////////////////////////// */
@media all and (max-width: 8000px) {
	.xjmPadL15 {
		padding-left:15%;
	}
}
/* xjmPadL+R //////////////////////////////////////////////////////////////////////////////////////// */

/* SECTIONS //////////////////////////////////////////////////////////////////////////////////////// */
@media all and (max-width: 8000px) {
.xjmBlock {
	display:block;
}
.sectionInner {
	width: 95%;
    max-width: 1280px;
    margin: auto;
	padding: 0;
	background: transparent;
	margin-bottom: 25px;
	/*
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);*/
}
.sectionInner2 {
	background: white;
    margin: auto;
    padding: 20px;
    position: relative;
    z-index: 1;
    width: 95%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 50px 80px 0px rgb(15 19 25 / 10%);
    border: 1px solid #ccc;
    max-width: 1280px;
}
.sectionMain {
	padding: 0;
	background-color: white;
}
.section1 {
	padding: 0;
    background: transparent;
}
.section1.level1bg {
    background-image: url(../images/level1.png);
}
.section2 {
	padding: 50px 0;
    background-color: transparent;
    position: relative;
}
.section2::before,
.section2::after {
	content: '';
	height: 100px;
	position: absolute;
	width: 100%;
}
.section2.blue::before {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#002e55 0%,#011E37 100%)!important;
	top: 0;
}
.section2.blue::after {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#002e55 0%,#011E37 100%)!important;
	bottom: 0;
}
.section2.gold::before {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	/*background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#db9c1d 0%,#c38507 100%)!important;*/
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#996b42 0%,#de9e63 100%)!important;
	top: 0;
}
.section2.gold::after {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	/*background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#db9c1d 0%,#c38507 100%)!important;*/
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#996b42 0%,#de9e63 100%)!important;
	bottom: 0;
}
.section2.purple::before {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#70363a 0%,#984a4f 100%)!important;
	top: 0;
}
.section2.purple::after {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#70363a 0%,#984a4f 100%)!important;
	bottom: 0;
}
.section2.lavender::before {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#474ab6 0%,#9271f6 100%)!important;
	top: 0;
}
.section2.lavender::after {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#474ab6 0%,#9271f6 100%)!important;
	bottom: 0;
}
.section2.dkPurple::before {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#26264a 0%,#57478c 100%)!important;
	top: 0;
}
.section2.dkPurple::after {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#26264a 0%,#57478c 100%)!important;
	bottom: 0;
}
.section2.green::before {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#2e3219  0%,#535a2d 100%)!important;
	top: 0;
}
.section2.green::after {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#2e3219  0%,#535a2d 100%)!important;
	bottom: 0;
}

.moduleMain {
	background-color:white;
	padding: 50px 5%;
}
.module1 {
	background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#70363a 0%,#984a4f 100%)!important;
	color:white;
	padding: 50px 5%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.module2 {
	background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#474ab6 0%,#9271f6 100%)!important;
	color:white;
	padding: 50px 5%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.module3 {
	background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#26264a 0%,#57478c 100%)!important;
	color:white;
	padding: 50px 5%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.module4 {
	background-blend-mode: overlay;
    /*background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#163300 0%,#275b00 100%)!important;*/
	background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#2e3219  0%,#535a2d 100%)!important;
	color:white;
	padding: 50px 5%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.module5 {
	background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#996b42 0%,#de9e63 100%)!important;
	color:white;
	padding: 50px 5%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.module6 {
	background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#002e55 0%,#011E37 100%)!important;
	color:white;
	padding: 50px 5%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.module1 a, .module2 a, .module3 a, .module4 a, .module5 a, .module6 a {
	color: white;
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.module1 a:hover, .module2 a:hover, .module3 a:hover, .module4 a:hover, .module5 a:hover, .module6 a:hover {
	color: white!important;
	opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
}
/* SECTIONS //////////////////////////////////////////////////////////////////////////////////////// */

input:not([type]), .xjmEditForm input.text, .xjmEditForm input.title, .xjmEditForm input[type=email], .xjmEditForm input[type=password], .xjmEditForm input[type=tel], .xjmEditForm input[type=text], .xjmEditForm input[type=number], .xjmEditForm select, .xjmEditForm textarea, .xjmInputDate, .xjmEditForm input[type="date"], .xjmEditForm input[type="time"], input, select {
	padding: 2px;
	border: 1px solid #bbb;
	color: #800000;
	background-color: #feffe5;
	font-family: "Montserrat",sans-serif;
	border-radius: 5px;
	font-weight: 600;
	font-size: 0.8em;
    line-height: 1.5;
}
input#xjmSearch {
	border-color: #ffffff;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	background-color: #143b71;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input#xjmSearch:hover {
	border-color: #ffffff;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	background-color: #041936;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input#xjmSearch:focus {
	border-color: #ffffff;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	background-color: #041936;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input#xjmSearch::placeholder {
 color: white;
}
.xjmButton {
	border-color: #ffffff;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	background-color: #177114;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmButton:hover {
	border-color: #ffffff;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	background-color: #0c3c0a;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmEditForm textarea {
	width: 75%;
	height: 50px;
}
.xjmEditForm input[type=submit] {
	color: #ffffff !important;
	border-color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	background-color: #06c306;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmEditForm input[type=submit]:hover {
	color: #ffffff !important;
	border-color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	background-color: green;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.trigger {
	color: #041936 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.trigger:hover {
	color: #f00000 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*///////////////////////////////////////////*/

.xjmTableHeader {
    background-color: #e8e8e8;
    font-weight: bold;
    font-size: 1.3em;
    float: left;
    box-shadow: 0px 0px 0px 1px white inset;
    padding: 10px 0;
    text-align: center;
    line-height: 2em;
    color: #333333;
}
.xjmTableRowOuter {
    width:100%;
	display:block;
}
.xjmTableRow {
    float: left;
    box-shadow: 0px 0px 0px 1px white inset;
    padding: 5px;
    text-align: center;
    margin: 0px;
}
.xjmClr {
    clear: both;
    margin: 0!important;
    padding: 0!important;
}
.xjmNavOuter {
	color: #ffffff;
	/*background: #002e55;*/
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-blend-mode: overlay;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(180deg,#002e55 0%,#011E37 100%)!important;
}
.xjmNavOuterLeft a {
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmNavOuterLeft a:hover {
	color: #4c95d0 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmNavOuterRight a {
	color: #f16a6a !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmNavOuterRight a:hover {
	color: #4c95d0 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjmNavOuterLeft {
	font-size: 20px;
	width: 100%;
}
.xjmNavOuterRight {
	width: 100%;
}
.xjmVirtualLeft {
	width: 50%;
	float: left;
	margin-top: 10px;
}
.xjmVirtualRight {
	text-align: left;
	width: 50%;
	float: right;
	font-size: 36px;
	line-height: 100px;
	font-weight: bold;
	text-shadow: 2px 2px rgba(0,0,0,0.2);
	margin-top: 10px;
}
.xjm-tooltip {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Tooltip text */
.xjm-tooltip .xjm-tooltiptext h1, .xjm-tooltip .xjm-tooltiptext h2, .xjm-tooltip .xjm-tooltiptext h3 {
	color: #ffffff !important;
}
.xjm-tooltip .xjm-tooltiptext {
	visibility: hidden;
	opacity: 0;
	font-size: 12px;
	max-width: 250px;
	width: 250px;
	background-color: #051a37;
	color: #ffffff !important;
	text-align: left;
	line-height: 1.2em;
	padding: 5px;
	border-radius: 6px;
	bottom: 35px;
	left: -13px;
	box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border: 1px solid #ffffff;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.xjm-tooltip .xjm-tooltiptext:after {
	display: block;
	content: "";
	position: absolute;
	z-index: -100;
	bottom: -11px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: #051a37;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	transform: translateX(-50%) rotate(45deg);
}
.xjm-tooltip:hover .xjm-tooltiptext {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.xjmUrgente {
	font-weight: bold;
	animation-name: color_change;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@-webkit-keyframes color_change {
	from { color: #333333; }
	to { color: red; }
}
@-moz-keyframes color_change {
	from { color: #333333; }
	to { color: red; }
}
@-o-keyframes color_change {
	from { color: #333333; }
	to { color: red; }
}
@keyframes color_change {
	from { color: #333333; }
	to { color: red; }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style: italic !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic !important;
}
.xjmAlertBox1,.xjmAlertBox2,.xjmAlertBox3,.xjmAlertBox4 {
	width: 100%;
    margin: auto 25px;
    font-weight: bold;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    border-radius: 0.5em;
    overflow: hidden;
}
.xjmAlertBox1 a,.xjmAlertBox2 a,.xjmAlertBox3 a {
	color: #ffffff !important;
}
.xjmAlertBox1 {
    background-color: #c10808;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.xjmAlertBox2 {
    background-color: orange;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.xjmAlertBox3 {
    background-color: green;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.xjmAlertBox4 {
    background-color: white;
    color: #666666;
    border: 1px solid #09e1c0;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}
.xjmAlertBox4 a {
	color: #666666 !important;
}

.navbar-brand img {
    position: absolute;
    max-height: 150px!important;
    width: 15%;
    max-width: 230px;
    border: 1px solid #012e55;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    top: 0;
}
.xjmVirtualNav {
    font-size: 16px;
	text-transform: uppercase;
    float: right;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 7%;
    width: 77%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.xjmVirtualNav a, .xjmVirtualWelcome a {
    color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.xjmVirtualNav a:hover {
    opacity:0.7;
	color: #93fb79;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.xjmVirtualWelcome {
    text-align: right;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-size: 0.8em;
}
.xjmVirtualWelcome div {
	cursor: pointer;
}
.xjmVirtualWelcome div:hover {
	color: #93fb79;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.xjmRowHeader {
    background-color: #eeeeee;
    font-weight: bold;
    font-size: 1em;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.xjmRowFooter {
    background-color: #eeeeee;
    font-weight: bold;
    font-size: 1em;
    float: left;
    box-shadow: 0px 0px 0px 1px white inset;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    border-radius: 0 0 10px 10px;
	margin-top:5px;
}
.xjmRowInnerRight {
    margin: 1px;
    text-align: right;
    border: 1px double #eeeeee;
    padding: 0px;
    padding-right: 5px;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.xjmRowInnerLeft {
    margin: 1px;
    text-align: left;
    border: 1px double #eeeeee;
    padding: 0px;
    padding-left: 5px;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.xjmRowInnerCenter {
    margin: 1px;
    text-align: center;
    border: 1px double #eeeeee;
    padding: 0px;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.xjmHdrRow {
	min-height: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	padding: 0 5px;
}
.xjmRowOuter {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
}
#xjmFooter {
	font-family: "Montserrat",sans-serif;
	background-color: #18242e;
	color:#ffffff;
	padding: 10px 0;
	width: 100%;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
	border: none;
	border-top: 1px solid #ffffff;
	/*position:fixed;*/
	bottom:0;
	font-size: 0.9em;
}

.xjmRadio {
    font-size: 1em;
    width: 0.8em;
    height: 0.8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 0px;
    background-clip: content-box;
    border: 1px solid #213861;
    background-color: #ffffff;
    border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
input[type="radio"]:checked {
    background-color: #213861;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
.xjmCheckbox {
    font-size: 1em;
    width: 1em;
    height: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 0px;
    background-clip: content-box;
    border: 1px solid #213861;
    background-color: #ffffff;
    border-radius: 25%;
    margin-bottom: -2px;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
input[type="checkbox"]:checked {
    background-color: #213861;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
.checkbox_round {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 25%;
  vertical-align: middle;
  border: 1px solid #213861;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.checkbox_round:hover {
  border-color: #213861;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.checkbox_round {
  position: relative;
	background-color: #eb9696!important;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.checkbox_round:checked {
  background-color: green!important;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.checkbox_round:checked:before {
  content: "✓";
  left: 3px;
  top: -4px;
  position: absolute;
	color:white;
	-webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.fader {
	animation: fadein 0.5s;
	position: relative;
}
.fader2 {
	animation: fadein 0.5s;
	position: relative;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.fader3 {
	animation: fadein 0.5s;
	position: relative;
	animation-delay: 1s;
	opacity: 0;
	animation-fill-mode: forwards;
}
@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}
@keyframes fadein2 {
    from { opacity: 0; left:25%; }
    to   { opacity: 1; left:0px; }
}
.fadeOut {
	animation: fadeout 0.5s;
	position: relative;
	animation-delay: 3s;
	opacity: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeout {
    from { opacity: 1;}
    to   {
		opacity: 0;
		height:0px;
		margin:0px;
		padding:0px;
		width:0px;
	}
}
.xjmDocHdr {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: white;
    background: linear-gradient(to bottom, #026028 13%,#012310 100%);
    padding: 1%;
    border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(140,140,140,0.5), -1px -1px 1px rgba(0,0,0,0.9) !important;
}
h2.xjmTopic {
    text-align: center;
    font-weight: bold;
    background-color: #16323e;
    color: white;
    padding: 10px;
    margin: 0px;
	text-shadow: 1px 1px 0 rgba(140,140,140,0.5), -1px -1px 1px rgba(0,0,0,0.9) !important;
	border-radius: 5px;
}
h3.xjmTopic {
    text-align: center !important;
    font-weight: bold !important;
    background-color: #012310 !important;
    background-image: linear-gradient(to bottom, #058c40, #012310);
    color: white !important;
    padding: 10px !important;
    margin: 0px !important;
    font-size: 1.3em;
	text-shadow: 1px 1px 0 rgba(140,140,140,0.5), -1px -1px 1px rgba(0,0,0,0.9) !important;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #00ff40;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}


.xjmAnimButton.green {
	background-color: #035c11;
    background-image: linear-gradient(#035c11,#0b2812);
}
.xjmAnimButton.green2 {
	background-color: #035c11;
    background-image: linear-gradient(#035c11,#0b2812);
}

.xjmAnimButton.green.xjmAnimate {
    background-color: #1A5B29;
}
.xjmAnimButton.green2.xjmAnimate {
    padding: 0 5px;
    text-align: center;
    min-width: 150px;
    width: 150px;
    max-width: 100%;
    font-size: 0.8em;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid white;
	
	opacity: 1;
    background: linear-gradient(45deg, #1A5B29, #32ae44, #1A5B29);
	content: '';
    background-size: 400%;
    z-index: -1;
    height: 100%;
    animation: xjmAnim2 5s linear infinite;
    transition: opacity .3s ease-in-out;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton.green.xjmAnimate:before {
	opacity: 1;
    background: linear-gradient(45deg, #1A5B29, #32ae44, #1A5B29);
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: xjmAnim2 5s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton.green2.xjmAnimate:before {
	opacity: 1;
    background: linear-gradient(45deg, #1A5B29, #32ae44, #1A5B29);
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: xjmAnim2 5s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton.cyan {
	background-color: #09e1c0;
    background-image: linear-gradient(#09e1c0,#035c11);
}
.xjmAnimButton.green:before {
    background: linear-gradient(45deg, #1A5B29, #32ae44, #1A5B29);
}
.xjmAnimButton.cyan:before {
    background: linear-gradient(45deg, #09e1c0, #32ae44, #09e1c0);
}
.xjmAnimButton.blue {
    background-color: #113450;
}
.xjmAnimButton.blue:before {
    background: linear-gradient(45deg, #002e55, #005fab, #002e55);
}
.xjmAnimButton.blue.xjmAnimate {
    background-color: #233480;
}
.xjmAnimButton.blue.xjmAnimate:before {
	opacity: 1;
    background: linear-gradient(45deg, #002e55, #005fab, #002e55);
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: xjmAnim2 5s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton.teal {
    background-color: #11504f;
}
.xjmAnimButton.teal:before {
    background: linear-gradient(45deg, #11504f, #26adab, #11504f);
}
.xjmAnimButton.gold {
    background-color: #b8860b;
}
.xjmAnimButton.gold:before {
    background: linear-gradient(45deg, #b8860b, #F6CF6E, #b8860b);
}
.xjmAnimButton.gold.xjmAnimate {
    background-color: #b8860b;
}
.xjmAnimButton.gold.xjmAnimate:before {
	opacity: 1;
    background: linear-gradient(45deg, #b8860b, #F6CF6E, #b8860b);
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: xjmAnim2 5s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton.red {
    background-color: #800000;
}
.xjmAnimButton.red:before {
    background: linear-gradient(45deg, #800000, #FF5D5D, #800000);
}
.xjmAnimButton.grey {
    background-color: #5F5F5F;
}
.xjmAnimButton.grey:before {
    background: linear-gradient(45deg, #5F5F5F, #A5A5A5, #5F5F5F);
}
.xjmAnimButton.brown {
    background-color: #8b4513;
}
.xjmAnimButton.brown:before {
    background: linear-gradient(45deg, #8b4513, #D56A1D, #8b4513);
}
.xjmAnimButton.purple {
    background-color: #75128B;
}
.xjmAnimButton.purple:before {
    background: linear-gradient(45deg, #75128B, #C73CE5, #75128B);
}
.xjmAnimButton.purple.xjmAnimate {
    background-color: #75128B;
}
.xjmAnimButton.purple.xjmAnimate:before {
	opacity: 1;
    background: linear-gradient(45deg, #75128B, #C73CE5, #75128B);
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: xjmAnim2 5s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton {
	font-weight:initial;
	color:white!important;
	font-size: 1em;
	/*font-size: 0.8em;*/
	width: 600px;
	min-width: 250px;
	max-width: 600px;
	text-transform: uppercase;
    border: 1px solid #000000;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 7px;
    padding: 15px;
	/*margin:0 3%;*/
	margin: 0;
    text-shadow: 2px 2px #2d2d2d;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
	font-family: "Montserrat",sans-serif;
	letter-spacing: 1px;
}
.xjmAnimButton:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: 40%;
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.1));
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}
.xjmAnimButton.green:before, .xjmAnimButton.cyan:before, .xjmAnimButton.blue:before, .xjmAnimButton.teal:before, .xjmAnimButton.gold:before, .xjmAnimButton.red:before, .xjmAnimButton.grey:before, .xjmAnimButton.brown:before, .xjmAnimButton.purple:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: xjmAnim 10s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 3px 1px rgba(0,0,0,.5);
}
.xjmAnimButton:active:after {
    background: transparent;
}
.xjmAnimButton:hover:before {
    opacity: 1;
}
.xjmAnimButton.green.xjmAnimate:hover:before, .xjmAnimButton.purple.xjmAnimate:hover:before, .xjmAnimButton.blue.xjmAnimate:hover:before, .xjmAnimButton.gold.xjmAnimate:hover:before {
	animation: xjmAnim 5s linear infinite;
}
@keyframes xjmAnim {
    0% { background-position: 0 0; }
    50% { background-position: 200% 0; }
    100% { background-position: 0 0; }
}
@keyframes xjmAnim2 {
    0% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

.xjmDividerBlue {
    border-top-color: #0c71c3;
    border-top-style: dashed;
    border-top-width: 2px;
	margin: 20px 0;
}
.xjmDividerGreen {
    border-top-color: #535a2d;
    border-top-style: dashed;
    border-top-width: 2px;
	margin: 20px 0;
}
.xjmDividerRed {
    border-top-color: #800000;
    border-top-style: dashed;
    border-top-width: 2px;
	margin: 20px 0;
}
.xjmDividerPurple {
    border-top-color: purple;
    border-top-style: dashed;
    border-top-width: 2px;
	margin: 20px 0;
}


.whatsappIcon, .fbIcon {
	width: 100%;
	/*max-width: 65px;*/
	max-width: 3em;
	margin: auto;
	margin-bottom: 25px;
}
.flagText {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: inherit;
}
.flagText img {
	width: 50px;
	height: 50px;
}
.spinner {
	position:fixed;
	width: 100px;
    height: 100px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}

.spinner > div {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   border: 13px solid rgba(0,0,0,0.5);
   position: absolute;
   top: 0;
   left: 0;
   animation: spinner-g7vlvwmd 0.65s linear infinite;
   z-index: 0;
}

.spinner > div::before {
   content: '';
   height: 13px;
   width: 13px;
   border-radius: 50%;
   background: #fb0219;
   position: absolute;
   top: 50%;
   animation: spinner-h1vps1md 1.3s infinite reverse steps(1);
   transform: translate(calc(2 * var(--translate-2)), calc(var(--translate) * 1%));
   z-index: 1;
}

.spinner > div:nth-of-type(1) {
   --translate: -50;
   --translate-2: calc(56px / 8);
}

.spinner > div:nth-of-type(1)::before {
   right: 0;
}

.spinner > div:nth-of-type(2) {
   --translate: 50;
   --translate-2: calc(-56px / 8);
   animation-delay: 0.65s;
   animation-direction: reverse;
   transform: translate(21.5px, 0);
}

.spinner > div:nth-of-type(2)::before {
   left: 0;
   transform: translate(calc(-56px / 4), -50%);
   animation-direction: normal;
}

@keyframes spinner-h1vps1md {
   0% {
      opacity: 0;

   }

   50% {
      opacity: 1;
   }
}

@keyframes spinner-g7vlvwmd {
   from {
      transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2)), 0) rotate(0deg);
   }

   to {
      transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2)), 0) rotate(360deg);
   }
}

.animate__animated.animate__shakeY, .animate__animated.animate__pulse, .animate__animated.animate__heartBeat {
  --animate-duration: 2s;
}


#xjmModalBoxOuter {
	z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
#xjmModalBox {
	position: absolute;
    width: 500px;
    max-width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-content-login {
    width: 400px!important;
    max-width: 95%!important;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0);
    border-radius: 10px;
    padding: 0;
}
.main-content-inner-login {
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}
#modalCloseButton {
	position: absolute;
    width: 30px;
    right: 1rem;
    top: 5px;
    font-size: 1.5em;
}
/**************************************************************************************************************************/
/* BOOTSTRAP OVERRIDES ////////////////////////////////////////*/

.bg-light {
	background-color: rgba(0,0,0,0)!important;
	background-blend-mode: overlay!important;
    background-image: url(../images/coding-background-texture.jpg),linear-gradient(0deg,#32495c 0%,#18242e 100%)!important;
}
.navbar-light .navbar-nav .nav-link {
    color: white!important;
}
.navbar-light .navbar-toggler {
    background-color: white!important;
}
.navbar-nav {
    align-items: center!important;
}
.navbar-light .navbar-toggler {
    border-color: rgb(14 43 85)!important;
}
.navbar-collapse {
    flex-grow: inherit!important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 10px aquamarine!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem!important;
}
.nav-item:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #93fb79!important;
	text-decoration: none!important;
}
.dropdown-menu {
    border-top: 5px solid #93fb79!important;
    border-radius: 0 0 0.25rem 0.25rem!important;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%)!important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #93fb79!important;
    background-color: #0e2b55!important;
}
.nav-item {
	cursor:pointer!important;
}
.btn-primary {
    color: #fff;
    background-color: #23550b!important;
    border-color: #23550b!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #012e55!important;
    border-color: #012e55!important;
}
.form-control {
    font-size: 1em!important;
}
.xjmBlockCenter {
	display:block;
	text-align: right;
}
.xjmPlay:before {
    /*content: "\e04e";
    position: relative;
    font-family: ETmodules;
    padding-left: 5px;
    font-size: 0.7em;*/
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f144";
}
.xjmPlay:before:hover {
    color:#cd0d5d;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
/****************************************************************************************************************************************/
.container
{
	width: 100%;
	height: 100%;
}
.trans
{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.top
{
	display: flex;
	width: 80vw;
	height: 80vh;
	margin-top: 10vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vh;
}
.top ul
{
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}
.top ul li
{
	position: relative;
    float: left;
    width: 25%;
    height: auto;
    padding: 15px;
    /*overflow: hidden;*/
}

.top ul li::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
	/*opacity: 0;
	background-color: rgba(0,0,0,0.90);*/
}
.top ul li img
{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.top ul li img:hover
{
	box-shadow: 0 0 50px gold;
	transform: scale(1.1);
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.lightbox
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox img
{
	max-width: 120vh;
    height: auto;
    max-height: 100%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.inicio {
    cursor: pointer;
    text-align: center;
	font-weight: bold;
    /*font-size: 1.2em;*/
    padding: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 0%);
    border: 1px solid rgba(255,255,255,0);
    border-radius: 5px;
    background-color: rgb(0 0 0 / 0%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
	font-family: "Audiowide",sans-serif;
	letter-spacing: 1px;
	font-size: 0.8em;
	width: 25%;
}
.inicio:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border: 1px solid white;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 2%);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#notificationOuter {
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.notificationInner25 a, .notificationInner75 a, .notificationInner50 a, #notificationOuter div a {
	color:#800000;
}
.notificationInner25 a:hover, .notificationInner75 a:hover, .notificationInner50 a:hover, #notificationOuter div a:hover {
	color:#21540a!important;
	opacity: 1!important;
}
/*
.notificationInner25 {
	width:25%;
	text-align: center;
	justify-content: center;
}
.notificationInner75 {
	width:75%;
}
.notificationInner50 {
	width:50%;
}
.notificationInner25, .notificationInner75, .notificationInner50 {
	padding:10px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}*/
.notificationInner100 {
	width:100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
/****************************************************************************************************************************************/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1025px) and (max-width: 1405px) {
	
}
 
/*** Responsive Styles Tablet And Below ***/
/*@media all and (max-width: 1024px) {*/
@media all and (min-width: 1024px) {
	
}
/*** END Responsive Styles Tablet And Below ***/
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 991px) {
}
@media all and (max-width: 991px) {
	.mobileFlexColumn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mobile100 {
		width: 100%!important;
		text-align: center!important;
		display: flex!important;
		align-items: center!important;
		justify-content: center!important;
	}
	.mobile100SpaceEvenly {
		width: 100%!important;
		text-align: center!important;
		display: flex!important;
		align-items: center!important;
		justify-content: space-evenly!important;
	}
	.mobileBorder {
		box-shadow: 0px 0px 0px 2px #aaaaaa inset!important;
		padding: 10px 5px!important;
		margin: 1rem 0!important
	}
	
	.xjmShowMobile {display:block!important;}
	.xjmHideMobile {display:none!important;}
	h1, h2, h3, h4, h5, h6 {
		/*font-size: 120%;
		-webkit-text-size-adjust: 120%;
		-ms-text-size-adjust: 120%;*/
	}
	h1 {
		font-size: calc(2.375rem + 1vw)!important;
	}
	h2 {
		font-size: calc(2.325rem + 1vw)!important;
	}
	h3 {
		font-size: calc(2.275rem + 1vw)!important;
	}
	h4 {
		font-size: calc(2rem + 1vw)!important;
	}
	div, p {
		font-size: calc(1.5rem + 1vw)!important;
	}
	#xjmNavbarContainer {
		font-size:1.8em;
	}
	.navbar-toggler {
		padding: 0.5rem 0.75rem!important;
		margin: 0.5rem!important;
		font-size: 1.5rem!important;
	}
	#xjmStatusSideBar {
		right: -90%;
		width: 90%;
		top: 10vh;
	}
	#xjmStatusSideBarTextTab {
		font-size: 0.9em;
		min-height: 15vh;
		margin-left: -50px;
	}
	#xjmStatusSideBarTextTabText {
		margin-left: -50px;
	}
	#xjmActivitySideBar {
		left: -90%;
		width: 90%;
		top: 10vh;
	}
	#xjmActivitySideBarTextTab {
		font-size: 0.9em;
		min-height: 15vh;
		margin-right: -50px;
	}
	#xjmActivitySideBarTextTabText {
		margin-left: -65px;
	}
	
	.dropdown-item {
		font-size:2.3em;
		font-size: 1.5em;
	}
	#xjmMainContainerOuter {
		padding-top: 100px!important;
	}
	ul.imageGallery {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.top ul li {
		width: 100%;
	}
	.navbar-brand img {
		width: 25%!important;
	}
	.xjmRow100, .xjmRow90, .xjmRow80, .xjmRow75, .xjmRow70, .xjmRow60, .xjmRow50, .xjmRow40, .xjmRow33, .xjmRow25, .xjmRow20, .xjmRow10  {
		width:100%;
	}
	.xjm100, .xjm90, .xjm80, .xjm75, .xjm70, .xjm65, .xjm60, .xjm55, .xjm50, .xjm45, .xjm40, .xjm35, .xjm33, .xjm30, .xjm25, .xjm20, .xjm15, .xjm10, .xjm5 {
		width:100%;
	}
	.moduleMain, .module1, .module2, .module3, .module4, .module5  {
		padding: 25px 3%;
	}
	body, html {
		font-size: 1.3em!important;
	}
	#xjmFooter {
		font-size: 0.8em!important;
	}
	.xjmAnimButton {
		font-size: 1em;
		width: 100%;
		min-width: 250px;
		max-width: 100%;
		margin:0;
	}
	.xjmAnimButton.green2.xjmAnimate {
		min-width: 150px!important;
		width: 600px!important;
		max-width: 100%!important;
		font-size: 1em!important;
	}
	.whatsappIcon, .fbIcon {
		/*max-width: 100px;*/
	}
	.xjmBlockCenter {
		text-align: center;
		margin-top: 20px!important;
	}
	#xjmModalBox {
		position: absolute;
		width: 100%!important;
		max-width: 95%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.main-content-login {
		width: 100%!important;
		max-width: 95%!important;
		margin: auto;
		background-color: #ffffff;
		border: 1px solid #ffffff;
		box-shadow: 0px 0px 50px 0px rgb(0 0 0);
		border-radius: 10px;
		padding: 50px 25px 25px 25px;
	}
	#modalCloseButton {
		position: absolute;
		width: 30px;
		right: 2.5rem;
		top: 5px;
		font-size: 1.5em;
	}
	.sectionInner2 {
		width: 90%;
	}
	.xjmPadL15 {
		padding-left:0;
	}
	.flagText {
		flex-direction: column;
	}
	.flagText img {
		width: 100px;
    	height: 100px;
	}
	.homeworkSchedule {
		align-items: center;
    	flex-direction: column;
	}
	.homeworkScheduleInner {
		width:100%!important;
	}
	.xjmTableRowOuter {
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.xjmTableRowOuter .xjmTableRow, .xjmTableRowOuter .xjmTableHeader {
		width:100%!important;
		text-align: center!important;
	}
	#notificationOuter {
		flex-direction: column;
	}
	
}
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*** DROP DOWN MENU  *************************************************************************************************************/

.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .dropdown-menu > li a:hover, .dropdown-menu > li:hover, .dropdown-menu > li.show, .dropdown-menu > a li:hover, .dropdown-menu > a li.show {
	background: #0e2b55!important;
	color: white!important;
	cursor:pointer!important;
  }
  .dropdown-menu > li.show > a {
    color: white;
  }
}

/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	#xjmMainContainerOuter {
		padding-top: 80px!important;
	}
	.xjmRow80, .xjmRow75, .xjmRow70, .xjmRow60, .xjmRow50, .xjmRow40, .xjmRow33, .xjmRow25, .xjmRow20  {
		width:100%;
	}
	.moduleMain, .module1, .module2, .module3, .module4  {
		padding: 25px 3%;
	}
	body, html {
		font-size: 1.8em!important;
	}
	#xjmFooter {
		font-size: 0.8em!important;
	}
	.xjmAnimButton {
		font-size: 1em;
		width: 100%;
		min-width: 250px;
		max-width: 100%;
	}
	.whatsappIcon, .fbIcon {
		/*max-width: 100px;*/
	}
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	#xjmMainContainerOuter {
		padding-top: 80px!important;
	}
	.xjmRow80, .xjmRow75, .xjmRow70, .xjmRow60, .xjmRow50, .xjmRow40, .xjmRow33, .xjmRow25, .xjmRow20  {
		width:100%;
	}
	.moduleMain, .module1, .module2, .module3, .module4  {
		padding: 25px 3%;
	}
	body, html {
		font-size: 3em!important;
	}
	#xjmFooter {
		font-size: 0.8em!important;
	}
	.xjmAnimButton {
		font-size: 1em;
		width: 100%;
		min-width: 250px;
		max-width: 100%;
	}
	.whatsappIcon, .fbIcon {
		/*max-width: 100px;*/
	}
}