| Line 1: | Line 1: | 
| − | {{#css: | + | {{Onboarding-css}}<!-- Source code for the CSS file. Do not remove -->   | 
| − |   |  | 
| − | <!-- LAYOUT -->
 |  | 
| − | .section{
 |  | 
| − | 	max-width: 100%;
 |  | 
| − | 	line-height: 1.6;
 |  | 
| − | 	margin-bottom: 40px;
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .row{
 |  | 
| − | 	display: flex;
 |  | 
| − | 	flex-wrap: wrap; 
 |  | 
| − | 	max-width: 100%;
 |  | 
| − | 	line-height: 1.6;
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .greybg {
 |  | 
| − | 	background-color:#F5F5F5;
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, 
 |  | 
| − | .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
 |  | 
| − | 	position: relative;
 |  | 
| − | 	width: 100%;
 |  | 
| − | 	min-height: 1px;
 |  | 
| − | 	padding-right: 15px;
 |  | 
| − | 	padding-left: 15px; 
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .card {
 |  | 
| − | 	position: relative;
 |  | 
| − | 	display: flex;
 |  | 
| − | 	flex-direction: column;
 |  | 
| − | 	min-width: 0;
 |  | 
| − | 	word-wrap: break-word;
 |  | 
| − | 	background-clip: border-box;
 |  | 
| − | 	padding: 0 1.5rem 0 1.5rem;
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .card-body {
 |  | 
| − | 	flex: 1 1 auto;
 |  | 
| − | 	padding: 10px; 
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | <!-- LAYOUT... MOBILE -->
 |  | 
| − | @media (max-width: 576px) {
 |  | 
| − | 	.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
 |  | 
| − | 	.card { padding-top: 22px !important; padding-bottom: 12px !important; padding-left: 10px !important; }
 |  | 
| − | 	.card-body { padding: 0 !important; }
 |  | 
| − | 	.section { margin-left: -10px; margin-bottom: 30px; }
 |  | 
| − | 	.section p { padding-top: 10px; }
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | <!-- LAYOUT... TABLET -->
 |  | 
| − | @media screen and (min-width: 576px) {
 |  | 
| − | 	.col-md-4 { flex: 0 0 30%; max-width: 30%; }
 |  | 
| − | 	.col-md-6 { flex: 0 0 45%; max-width: 45%; }
 |  | 
| − | 	.col-md-8 { flex: 0 0 66%; max-width: 66%; }
 |  | 
| − | 	.col-md-10 { flex: 0 0 80%; max-width: 80%; }
 |  | 
| − | 	.card-body { padding: 0 !important; }
 |  | 
| − | 	.section { margin-left: -10px; margin-bottom: 30px; }
 |  | 
| − | 	.section p { padding-top: 10px; }
 |  | 
| − | } |  | 
| − |   |  | 
| − | <!-- LAYOUT... DESKTOP --> |  | 
| − | @media screen and (min-width: 992px) {
 |  | 
| − | 	.col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
 |  | 
| − | 	.col-lg-2 {	flex: 0 0 15%; max-width: 15%; }
 |  | 
| − | 	.col-lg-4 { flex: 0 0 25%; max-width: 25%; }
 |  | 
| − | 	.col-lg-6 {	flex: 0 0 45%; max-width: 45%; }
 |  | 
| − | 	.col-lg-8 {	flex: 0 0 66%; max-width: 66%; }
 |  | 
| − | 	.col-lg-10 { flex: 0 0 80%; max-width: 80%; }
 |  | 
| − | 	.section p { padding-top: 10px; }
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | <!-- TEXT FORMATTING -->
 |  | 
| − | h1, h2 { font-family: 'Helvetica', sans-serif !important; }
 |  | 
| − |   |  | 
| − | h2 { font-weight: 700; border-bottom: none; }
 |  | 
| − |   |  | 
| − | a { text-decoration: underline; }
 |  | 
| − |   |  | 
| − | .bold { font-weight: 700; }
 |  | 
| − |   |  | 
| − | <!-- NAVIGATION -->
 |  | 
| − | .navMenu { list-style: none; }
 |  | 
| − |   |  | 
| − | .navMenu li {
 |  | 
| − | 	border: solid 1px #002D42;
 |  | 
| − | 	display: inline-block;
 |  | 
| − | 	margin: 8px 8px 0 8px;
 |  | 
| − | 	border-radius: 10px;
 |  | 
| − | 	padding: 8px;
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .navMenu li a { text-decoration: none; }
 |  | 
| − |   |  | 
| − | .navMenu li:hover:not(.active) { background-color: #CECECE; border-radius: 10px; }
 |  | 
| − |   |  | 
| − | <!-- NAVIGATION... CONTAINERS -->
 |  | 
| − | .navContainer { overflow: auto; width: 100%; white-space: nowrap; background-color: #F5F5F5; border-bottom: 5px solid #6D4E86; }
 |  | 
| − |   |  | 
| − | .tabContainer { overflow: auto; width: 100%; white-space: nowrap; padding-bottom: 0px !important; }
 |  | 
| − |   |  | 
| − | .navContainer .navMenu li { margin-bottom: 8px; }
 |  | 
| − |   |  | 
| − | .navContainer::-webkit-scrollbar, .tabContainer::-webkit-scrollbar { color: rgba(0,0,0,0); background-color: #F5F5F5; height: 5px; }
 |  | 
| − |   |  | 
| − | <!-- NAVIGATION... BUTTONS -->
 |  | 
| − | .primary-btn {
 |  | 
| − | 	padding:8px 24px !important;
 |  | 
| − | 	border: none !important;
 |  | 
| − | 	border-radius: 10px 10px 0 0 !important;
 |  | 
| − | 	background-color: #002D42;
 |  | 
| − | 	color:white; 
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .primary-btn a, .arrow.up:hover { color: white !important; text-decoration: none; }
 |  | 
| − |   |  | 
| − | .primary-btn:hover { background-color: #00131c !important; }
 |  | 
| − |   |  | 
| − | .primary-btn.active, .primary-btn.active:hover { background-color: #F5F5F5 !important; }
 |  | 
| − |   |  | 
| − | .primary-btn.active a { color: black !important; }
 |  | 
| − |   |  | 
| − | <!-- CHECKLIST -->
 |  | 
| − | .checklistblock { border: 0px; margin: 1.5rem 0 1.5rem 0; }
 |  | 
| − |   |  | 
| − | .checkbox {
 |  | 
| − | 	display:inline-block;
 |  | 
| − | 	padding: 0.1rem 0.4rem 0.1rem 0.4rem !important;
 |  | 
| − | 	border: solid 1px black;
 |  | 
| − | 	margin-right: 10px;
 |  | 
| − | 	float: left;
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .mw-parser-output .external { background: none;	padding-right: 0; }
 |  | 
| − |   |  | 
| − | .mw-collapsible { margin-bottom: 5px; }
 |  | 
| − |   |  | 
| − | <!-- BACK TO TOP -->
 |  | 
| − | .btn-backtotop {
 |  | 
| − | 	color: #666666; font-size: 1rem; font-weight: 400; 
 |  | 
| − | 	text-align: center; vertical-align: middle; line-height: 1.5; white-space: nowrap; 
 |  | 
| − | 	border: 1px solid transparent; border-radius: 0.35rem; background-color: #F5F5F5; 
 |  | 
| − | 	user-select: none; padding: 0.375rem 0.75rem; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
 |  | 
| − | 	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .btn-backtotop .icon { margin-right: 5px; }
 |  | 
| − |   |  | 
| − | .btn-backtotop:hover { color: white; background-color: #DDBFF5; }
 |  | 
| − |   |  | 
| − | .btn-backtotop a:hover { color: white; text-decoration: none; }
 |  | 
| − |   |  | 
| − | .fixed { position: fixed; bottom: 5px; right: 5px; }
 |  | 
| − |   |  | 
| − | .arrow { 
 |  | 
| − | 	color: red; display: inline-block; position: relative;
 |  | 
| − | 	border: solid black; border-width: 0 3px 3px 0;  
 |  | 
| − | 	width: 5px;	height: 5px; padding: 3px; top: 5px; 
 |  | 
| − | }
 |  | 
| − |   |  | 
| − | .up {transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
 |  | 
| − |   |  | 
| − | }}
 |  | 
|  | <div><h2> <span style="color:#6D4E86">Under Construction</span> </h2> </div> |  | <div><h2> <span style="color:#6D4E86">Under Construction</span> </h2> </div> | 
|  |  |  |  |