<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Main Document */

/* ================================= 
   BASE STYLES
   ================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* To secure correct behavior in older browsers - set new html5 elements to block  */

header, section, footer, aside, nav, main, article, figure {
  display: block; 
}


body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: 1.02em;
  line-height: 1.6;
  color: #353535;
  text-align: left;
  background-color: #f3f3f3;
  overflow: scroll-y;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #58068c;
  font-weight: 505;
}

 a:focus, button:focus, input:focus, textarea:focus  {
    outline: 3px solid #1ca2b0  /* #7ee0fc #fee800; #dd1b4d*/ !important }

a:hover {
 text-decoration: none;
 color: #353535;	
}
	
h1 {
	
	font-size: 2.1em;
	font-weight: 600;
	font-family: "Roboto";
}

h2 {
    font-size: 1.9em;
	font-weight: 600;
	padding: 0.7em 0 0;
	color: #353535;
	text-transform: capitalize;
}

h3 {
    font-size: 1.5em;
	font-weight: 600;
	padding: 0.7em 0 0;
	color: #353535 /*#1594A8 #008765*/;
	text-transform: capitalize;
}
	


h4 {
	font-size: 1.25em;
	font-weight: 600;
	padding: 0.4em 0 0;
	color: #666;
	text-transform: capitalize;
}



h5 {
	font-size: 1.125em;
	font-weight: 600;
	padding: 0.7em 0 0;
	color: #666;
	text-transform: capitalize;
}



h6 {
	font-size: 1em;
	font-weight: 700;
	padding: 0.7em 0 0;
	color: #666;
	text-transform: capitalize;
}


 .steps ol {
    list-style-type: none;
    counter-reset: ol-counter;
    padding: 5px 0 0 0;
}

.steps ol li {
    font-size: 1em;
	font-weight: 500;
    line-height: 1.4;
    display: block;
	padding: 15px 5px 8px 3px;
	
}


 .steps ol li:before{
   content: counter(ol-counter, decimal-leading-zero);
   counter-increment: ol-counter;
   color: #353535;
   font-size: 1.5em;
   border-right: 1px #353535 solid;
   padding-right: 10px;
   margin-right: 15px;
   font-weight: 700;
   
                    
                }

 .steps ol li:after {
	 
   content:"\a";
   white-space: pre;
     }


li, p {
  line-height: 1.85;
}

label {
    display: block;
	font-weight: 500;
	
}


strong {
  font-weight: bold;
}

caption { 
  display: table-caption;
  text-align: center;
  color: #353535;
  caption-side: top;
  font-weight: 500;
}


hr {
    margin-top: 2.3rem;
    margin-bottom: 2.4rem;
}


pre code {
	
    word-break: break-all;

}

code {
	color:#fff; 
	font-family: monospace; 
	font-weight:500; 
	font-size: 1.1em;
	background:#353535;
	padding: 2px 5px;
	border-radius: 4px;
	margin: 0 3px;
}

/* SITE GLOBAL STYLES */

.skip-link {
  position: absolute;
  left: 50%;
  top: -2.5em;
  background: #353535;
  color: #fff;
  text-decoration: none;
  padding: 6px;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 300;
	
}

.skip-link:hover {
	color: #fff;
	text-decoration: none;
}

.skip-link:focus {
    top: 0; /* Now the link will appear */
	left: 0;
}


#main {
  -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1180px;
  /*padding: 0;*/
}


/* ---- Header ---- */
#main-header {
  background: #58068c;
  padding: 0.95em 0;
}


#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
   flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: space-between;
}


#main-header nav a {
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  font-family: "Roboto"
}

#main-header nav a:hover {
  color:rgb(254,232,0);
	
}
	
#main-header .logo,
#main-header nav a {
  padding: 6px 0;
}
	
#main-header .logo img {
	width: 195px;
}

#main-header nav a.active {
  color:rgb(254,232,0);
  border-bottom: 3px solid rgb(254,232,0); 
  font-weight: 400;
}


#main-header nav a.active, .toggle-menu a.active {
  color:rgb(254,232,0);
  font-weight: 400;
}

.toggle-button {
	color: #fff;
	display: none;
	cursor: pointer;
	}

.toggle-button .material-icons, .material-icons-outlined  {
	position: relative;
	top: 6px;

}

.toggle-menu {
  display: none;
  
}

.toggle-menu ul{
  list-style: none;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: -40px;
  
}


.toggle-menu ul li a{
	padding-left: 45px;
	margin: 0;

}

.toggle-menu a {
  text-decoration: none;
  color: white;
  background: #58068c;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1em;
 
}

.toggle-menu a:hover {
 color:rgb(254,232,0);
}	


 .toggle-menu #sign-cred {
	background:#fff;
    margin-top: 0;
	text-transform: none;
	padding: 10px;
	width: 100%;
}


.toggle-menu #sign-cred ul {

  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -40px;

}

.toggle-menu #sign-cred ul li {

  padding: 8px 0 0 32px;
}


.toggle-menu #sign-cred ul li a {

  text-transform: none;
  color: #58068c;
  background: none;
  padding: 0;
  font-weight: 500;
}

.fixed-top {
    position:-webkit-sticky !important; 
	position:sticky !important;
	position: static;
    top: 0;
    right: 0;
    left: 0;
    
}
.push-right {
  margin-left: auto;
}

#prog {
  background: #fff;
  padding: 0;
  margin: 0 0 1em 0;
}

#prog h1 {
margin: 0;	
padding: 8px 0 8px 0;
color: #612A8D;
/*text-transform: uppercase;*/
font-size: 2.14em;
font-weight: 600;
font-family: "Roboto";
} 

/* ---- Footer ---- */
#main-footer {
  background: #fff;
  /*flex: 1;*/
  padding: 5px 0 0 5px;
  margin: 2.5em 0 0 0;

}


#main-footer  .copy-right {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 15px 0;
	font-size: 0.85em;
}

	
#main-footer  .copy-right a {
	
		color: #58068c;
}


/* End of Site global styles */

/* FORM COMPONENTS */

input[type="text"], input[type="email"],  input[type="search"], input[type="password"], input[type="tel"], textarea  {
  border: 2px solid #58068c;
  border-radius: 3px;
  padding: 8px 16px;
  background: #fff;
  font-size: 1em;
  margin: 0 0 20px 0
}


label {
  color: #353535;
  display: block;
  cursor: pointer;
  font-weight: 500;
  padding: 4px 0;
  margin: 0;
}


fieldset, legend {
	margin: 0;
}

legend {
	
	font-size: 1.1em;
	font-weight: 600;
}

.srch-container {
	
	margin: .5em 0;
}

.srch-container input[type="search"] {
	border: 2px solid #58068c;
	border-radius: 3px;
	padding: 8px 16px;
  	background: #fff;
  	font-size: 1em;
	margin: 0 .3em 0 0;
}

.srch-container button {
	background: #58068c;
	color: #fff;
	padding: 10px 20px;
	line-height: 1.6;
	border-radius: 3px;
	border: none;
}

.error-message {
	color:#b50909 !important;    
	display: block;
	font-weight: 500;
	position: relative;
	top: -10px;
}

.error-icon {
	color:#b50909 !important;
	position: relative;
	top: 7px;
	padding-right: 2px;
}

.input-error {border: 3px solid #b50909 !important; margin-bottom: 8px !important; }


/* Begin Styled checkbox */

.checkbox {
	margin: -1em 0;
}
.checkbox.column {
  margin-top: -1.5rem;
  padding: 0 1rem 1rem; }
  .checkbox.column label {
    display: block; }

.checkbox input[type='checkbox'] {
  opacity: 0; }


.checkbox label {
  position: relative;
  padding: 0 3rem 0 2rem; }

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: '';
  display: inline-block; }

.checkbox label::before {
  height: 22px;
  width: 22px;
  left: 0;
  top: 1px;
  background: #fff;
  border: 2px solid #353535;
  border-radius: 3px;
}

.checkbox label::after {
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkbox input[type='checkbox'] + label::after {
  content: none; }

.checkbox input[type='checkbox']:checked + label::after {
  content: ''; }

.checkbox input[type='checkbox']:checked + label::before {
  background: #58068c; }

.checkbox input[type='checkbox']:focus + label::before {
  outline: 3px solid #1ca2b0 !important;
  outline: auto 5px -webkit-focus-ring-color; }

/* End Styled checkbox */


/* Begin Styled radio button */

.radio.column {
  margin-top: -1rem;
  padding: 0 1rem 1rem; }
  .radio.column label {
    display: block; }

.radio input[type='radio'] {
  opacity: 0; }

.radio label {
  position: relative;
  padding: 0 3rem 0 2rem; }

.radio label::before,
.radio label::after {
  position: absolute;
  content: '';
  display: inline-block; }

.radio label::before {
  height: 22px;
  width: 22px;
  left: 0;
  top: 1px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #353535; }

.radio label::after {
  left: 4px;
  top: 5px;
  width: 13px;
  height: 13px;
  border: 7px solid #58068c;
  border-radius: 50%; }

.radio input[type='radio'] + label::after {
  content: none; }

.radio input[type='radio']:checked + label::after {
  content: ''; }

.radio input[type='radio']:focus + label::before {
  outline: 3px solid #1ca2b0 !important;
  outline: auto 5px -webkit-focus-ring-color; }

/* End Styled radio button */



/* Segmented Control */

.segmented_c {
	margin-bottom: .5em;
}

.segmented_c .btn.btn-secondary {
    color: #58068c;
    background-color: #fff;
	margin-right:0 !important;
	padding: 9px 20px;
}


.segmented_c .btn-secondary:not(:disabled):not(.disabled).active {
	outline: 3px solid #1ca2b0;
	background: #58068c;
	color: #fff;
}


.segmented_c .btn-secondary.focus, .segmented_c .btn-secondary:focus {
	outline: 3px solid #1ca2b0;
	box-shadow:0;
}

/* End Segmented Control */


/* Custom select */

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: -2px; }

.select select {
  display: inline-block;
  cursor: pointer;
  padding: 10px 45px 10px 10px;
  border: 2px solid #58068c;
  background: #fff;
  color: #353535;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  border-radius: 3px;
  }

.select select:focus {
	outline: 3px solid #1ca2b0;	
}
  .select select:hover, .select select:focus {
    color: #464646;
    background: #fff; }
  .select select:disabled {
   color: #353535;
    pointer-events: none; }
  .select select:hover ~ .select__arrow,
  .select select:focus ~ .select__arrow {
    border-top-color: #464646; }
  .select select:disabled ~ .select__arrow {
    border-top-color: #f4f4f4; }

.select__arrow {
  position: relative;
  top: 1px;
  right: 37px;
  display: inline-block;
  width: 2px;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 10px 8px 0;
  border-color: #58068c transparent transparent; 
}

/* Custom Select Ends */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }


.button-main {
  background-color: #58068c;
  border: none;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #58068c;
  border-radius: 3px;
  letter-spacing: 1px;
}

.button-second {
  background-color: #fff;
  border: none;
  color: #58068c;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #58068c;
  border-radius: 3px;
  letter-spacing: 1px;
}


/* END FORM COMPONENTS */


/* BOOTSTRAP 4 STYLES */

.alert {
	margin: 1em 0;
	border: 0;
	border-radius: 3px;
	color: #353535;
	font-weight: 500;
	font-size: 1.06em;
	padding: 1.05em 1.95em 1.05em 1.75em;
	-webkit-box-shadow: 0 1px 3px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  	box-shadow: 0 1px 3px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
	
}

.alert.alert-info {
    background-color: #e7f6f8;
	border-left: 6px solid #00bde3;
}
	
.alert.alert-success {
    background-color: #ecf3ec;
	border-left: 6px solid #00a91c;
	}
	
 .alert.alert-warning {
    background-color: #faf3d1;
	border-left: 6px solid #ffbe2e;
}

.alert.alert-danger {
    background-color: #f4e3db;
	border-left: 6px solid #d63e04;
}

.close { opacity: 1; font-weight: 600; text-shadow:none;}
	
.segment article .material-icons, .material-icons-outlined  {
	font-size: 24px;
	color: #58068c;
	position: relative;
	top: 4px;
	padding-right:3px;
	}

.dropdown-menu {
    font-size: 0.7em;
    color:inherit;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	text-transform: none;
	white-space: normal;
	margin-top: 15px;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
	box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
	
}

.dropdown-item {
	
    padding: .5rem 1.5rem;
}

.dropdown-menu, .dropdown-menu:hover, .dropdown-item:hover  {
	font-size: 0.9rem;
	background-color: #fff;
  	border: transparent;
  	border: none;
}

.dropdown-menu a:hover  {
	background: #fff;
	text-decoration: none;
}

.dropdown-menu a {
	
    color: #58068c;
		
}

.dropdown-header {
	color: #333;
	cursor: default;
	
}

.dropdown-menu:before {
    border-bottom: 11px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: -11px;
	color: #fff;
}

.bootstrap-select .dropdown-menu {
    font-size: 1em;
	margin-top: 5px;
}


.dropdown-menu a {
	
    color: #58068c;
		
}

.dropdown-item.active, .dropdown-item:active {
    color: #58068c;
    text-decoration: none;
    background-color: #fff;
}

.btn {

  padding: 10px 20px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 3px;
  margin: 8px 0;

}

.btn.btn-primary {
    color: #fff;
    background-color: #58068c;
    border-color: #58068c;
	margin-right: 10px;
}


.btn.btn-primary.active:hover,
.btn.btn-primary:active:hover {

	color: #fff;
    background-color: #58068c;
    border-color: #58068c;
}


.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus {
	outline: 3px solid #1ca2b0 !important;
}


.btn.btn-disabled {
    color: #666;
    background-color: #ccc;
    border-color: #ccc;
}


.btn.btn-secondary {
    color: #58068c;
    background-color: #fff;
    border: 1px solid #58068c;
	margin-right: 12px !important;
}


.btn.btn-secondary.active.focus,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary:active.focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover {

	color: #58068c;
    background-color: #fff;
    border-color: #58068c;
	text-decoration: none;
}


.btn-link, .btn-link:hover {

	color:#58068c;
	text-decoration: none;
}

/* END OF BOOTSTRAP 4 STYLES */


/* WIDGETS */

#accordion {
	
	margin: 1.3em 0;
}

#accordion .card {
	
	
	border-radius: 0;
	border: 0;
}

#accordion .card-body {
	
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-link {
 	font-size: 1.1em;
}

#accordion .card-header {
	
	padding: .2em 1.25em;
}

  
#accordion .card-link::after {
	content: "\e313";
	top: 22px;
	right: 15px;
	position: absolute;
    font-family: "Material Icons";
	font-size: 28px;
	color: #58068c;
	font-weight: 300;
}

#accordion .card-link[aria-expanded="true"]::after {
	content: "\e316";
}

/* Begin Tab Content */

#tabs{
	
	padding: 30px 0;
	
}

.nav-tabs {
    border-bottom:none;
	
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent ;
    border-top: 4px solid #58086c !important;
    font-size: 1em;
    font-weight: 500;
	padding: 12px;
	background: #fff;
	border-radius: 3px;
	
}
.nav-tabs .nav-link {
    border:none;
	padding-top: 1rem;
    border-radius: 0;
    color: #58068c;
 
}

.nav-link {
    display: block;
    padding: .5rem 0;
	margin-right: 2rem;
}

.tab-pane, .tab-content {
	
	padding: 20px 15px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 35px;
}


/* Modal Window */

#small-modal .modal{
	
	top: 25%;
	
}

.modal-small {
    width: 320px;
    margin: auto;
}


.modal-small .material-icons {

	color: #353535;

}

.modal-title {
    margin-bottom: 0.8em;
}

.modal-body {
    font-weight: 400;
    padding: 0 1.5em;
}

.modal-dialog .modal-header {
    border-bottom: none;
    padding: 24px 24px 0;
}


.modal-dialog .modal-body+.modal-footer {
    padding-top: 0;
}

.modal-dialog .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
	
}


.modal-footer {
	border-top: none;
	padding: 30px 0;
	
}

.text-muted { 
	
	color: #666 !important;	
}

.form-group {
	
	width: auto
}

.form-control {
   
    font-size: 1em;
	margin: 0;
	padding: 0;
	height: inherit;
}

/* flatpickr Calendar */

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #58068c;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #58068c;
}

.flatpickr-input[readonly] {
    cursor: pointer;
	background: #fff;
	width: auto;
	margin: 0 0 2px 0;
}

/* Pagination */

ul.page-pagination  {
	margin: 20px 0 20px -4px;
    padding: 0;
    list-style: none;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	overflow: hidden;
	
}

.page-pagination .page-number {
  height: 24px;
  width: 28px;
  font-size: 1em;
  margin-left: 8px;	
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}  

.page-pagination .selected  {
  
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  background-color: #58068c;
  width: 28px;
  height: 26px;
  padding: 10px 0 8px;
 
  }

.page-pagination .disabled .material-icons {
  margin-right: 4px;
  color: #666 !important;
  
}

.page-pagination .next, .page-pagination .prev  {
  line-height: 1 !important;
  
}
.page-pagination .next {
	 margin-left: 20px;
}


.page-pagination .prev {
	 margin-right: 15px;
}


.page-pagination .next .material-icons, .page-pagination .prev .material-icons {
	
	color: #58068c;
	font-size: 2.1em;
	display: block;
	
}



/* END OF  WIDGETS */

/* MISCELLANEOUS STYLES */

.uline {
border-bottom: 5px solid #333;
padding-bottom: 5px;	

}

.ucase {
	text-transform: uppercase;
}

.info-text {
	text-decoration: none;
    border-bottom: 2px dashed #58068c;
	cursor:pointer;
	color: #58068c !important;

}

.misc-input {
	
	width: 195px;
}
      

.misc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}

.misc-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center;
}

.call-out {
  display: block;
  width: 100%;
  background: #fff;
  padding: 1.2em;
  margin: 1.7em 0 1.8em 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  box-shadow: 0 1px 3px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-left: 5px solid #58068c;
}

#widget {
	
	display: none;
	
}

.extra-space {
	
	margin: 25px 0 0 0;
}

.extra-bot {
	
	margin: 30px 0 40px 0;
}

p.bot-margin {
	
	margin: 28px 0;
}

h3.no-margin {
	margin-top:0; 
	padding-top: 0;
}

.call-out-heading {display: inline; margin-right: 0.3em;}


/* ---- Segment Cards ---- */
.segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0;
  display: -webkit-flex; /* Safari */ /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;	
	-webkit-flex-wrap: wrap;
  margin-bottom: 28px;
}

.segment article {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.84em 1em;
  padding: 1em;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
          box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  width: 100%;
}
.segment article:last-child {
  margin-bottom: 0;
}
.segment article h3 {
  color: #58068c;
  font-size: 1.25em;
  padding: 1em 0;
  font-weight: 600;
}
.segment article p {
  margin: 0 0 1em;
  font-size: 1em;
  line-height: 1.65em;
  font-weight: 300;
}
.segment article p:last-of-type {
  margin-bottom: 3em;
}
.segment article .button {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 15px;
  padding: 10px 30px;
  -webkit-box-shadow: inset 0 0 0 2px #58068c;
          box-shadow: inset 0 0 0 2px #58068c;
  text-align: center;
  border: none;
}


.segment article ul {

 margin: 0;
 padding: 0;
 list-style: none;

}
	
.segment article ul li {
	
	padding: 11px;
	border-bottom: 1px solid #efefef;
		
	}
	
.segment article ul li:first-of-type {
	
	padding-top: 0;
	margin-top: 0;
		
	}

.segment article ul li:last-of-type {
	
	border-bottom: none;
		
	}	

/* Rows */

.row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 1em;
  margin: 0 0 25px 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  box-shadow: 0 1px 3px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}


.row-content.first {

  margin-bottom: 45px;
  border-left: 5px solid #58068c;

}


.column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
          flex: 1;
  padding: 0 0.9em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}


.column-content.user-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
          flex: 1;
  padding: 0 0.1em 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}


.user-img img {
    width: 64px;
    height: 74px;
	border-radius: 3px;
	padding-left: 0 !important;
}


/* ---- User ---- */

.user {
		
	-ms-flex-line-pack: end; 
	align-content: flex-end; 
	color: #fff; 
	font-size: 19px;
	text-transform: uppercase;
	border-radius: 2px;
	background: rgb(144, 100, 178);
	margin: 0;
	padding: 0;
    width: 32px;
    height: 30px;
    line-height: 30px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	border: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


/* END MISCELLANEOUS STYLES */

/* ---- TABLE ---- */

div.table-tools {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
	margin: 30px 0 0 0;
	
}

div.table-tools &gt; span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 6px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.tools-left {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	margin-right: auto;
	margin-bottom: 12px;
}

table {
 
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #58068c;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table-head th{
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #ede2f5;
}

tbody tr {
  font-size: 1em;
  color: #333;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #efefef;
  cursor: pointer;
}

.column1 {
  width: 220px;
  padding-left: 40px;
}

.column2 {
  width: 250px;
}

.column3 {
  width: 150px;
}

.column4 {
  width: 110px;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}

.table-search {
    position: relative;
    z-index: 2;
	top: 45px;
	right: 0;
	left: 8px;
    display: inline;
    text-align: center;
    pointer-events: none;
    color: #666;
}

input.table-lissrch {
	padding: 8px 36px;
	margin: 3px 0;
	width: 100%
	
}

/* ---- END OF TABLE ---- */

/* ---- RESPONSIVE STYLES ---- */
	
@media (min-width: 500px) {
  
  #main-header nav a {
    margin: 6px 15px;
	padding: 0 0 3px 0;
	font-size:1em;
	letter-spacing: 1px;
  }
	
}

@media (max-width: 595px) {
  
	
	#main-header .logo img {
    width: 165px;
}
   .nav-tabs .nav-link.active {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent;
    border-bottom: 2px solid #58086c !important;
	border-top: 0 !important;
	padding: 12px 0 8px 0 !important;
    font-size: 1em;
    font-weight: 500;
    background: none;
    border-radius: 0;
	
	}
	
	.nav-tabs .nav-item {
    margin-bottom: 15px;
}
	
	input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
		max-width: 100%;
	}
	
	select {
        width: 200px;
    }
	
	.srch-container button {
		width: 100%;
		margin-top: .8em;
	}
	
	.srch-container input[type="search"] {
		width: 100%;
	}
	
	ul.page-pagination {
    margin: 20px 35px 20px 30px;
	overflow: visible;
	}
}
	

	
@media all and (max-width: 799px) {
  
	
	.segment article {
    width: 100%;
	margin: 15px 0;
  }
	
	.user{
		display: none;
	
	}
	
	.skip-link {display: none;}
	
	#main-menu {
		display: none;
	
	}
	
	#tabs nav {
		
		display: block
	}
	
	.toggle-wrapper {
		 
    	margin: 0 -20px 0 0;
		
	}
	
	.btn {width: 100%;}
	
	.toggle-menu {
	position: absolute;
    top: 70px;
    left: 0;
    width:  100vw;
	height: 100vh;
	background: #fff;
	
}
	.toggle-button {
  	display: block;
    text-transform: uppercase;
	border: 0;
	background: transparent;
}

	
	div.table-tools {
    display: block !important;
    margin: 15px 0;
	}	
	
	.bootstrap-select {
		margin-bottom: 12px;
	}
	
	.nav-tabs {
    border-bottom:none;
}
	
}

@media (min-width: 500px) {
  #intro .cta .splash {
    display: block;
    width: 200px;
  }
}
	
@media all and (max-width: 640px) {
	#main-footer  .copy-right {

	display: block !important;
	justify-content: normal !important;
	padding: 15px 0;
	font-size: 0.85em;
}
	
	div.table-tools &gt; span {
    -webkit-box-orient:unset;
	-webkit-box-direction:unset;
	-ms-flex-direction:unset;
	flex-direction:unset;
    padding:0;
    display: block;
}
	}
	
@media screen and (max-width: 1297px) and (min-width: 1025px) {
  .segment article {
    width: 47%;
	/*margin: 15px 0; */
	
  }
	.segment article:nth-child(2) {
  margin-right: 0;
}
  /*nav {display: none;} */
}
	
@media screen and (min-width: 1298px) {
  .segment article {
    width: 31%;
  }
}

@media (min-width: 800px) {
  .segment {
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
  }
  .segment article {
	margin-top: 28px;
    margin-bottom: 0;
  }
	
}

/* --- Responsive Table -- */
@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table &gt; *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 45% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Column header 1";
	font-weight: 700;
  }
  table tbody tr td:nth-child(2):before {
	font-weight: 700;
    content: "Column header 2";
  }
  table tbody tr td:nth-child(3):before {
    content: "Column header 3";
	font-weight: 700;
  }
  table tbody tr td:nth-child(4):before {
    content: "Column header 4";
	font-weight: 700;
  }
 

	#table-mgmt table tbody tr td:nth-child(1):before {
    content: "Header 1";
	font-weight: 700;
  }
	
	
  #table-mgmt  table tbody tr td:nth-child(2):before {
	font-weight: 700;
    content: "Header 2";
  }
 #table-mgmt table tbody tr td:nth-child(3):before {
    content: "Header 3";
	font-weight: 700;
  }
 #table-mgmt table tbody tr td:nth-child(4):before {
    content: "Header 4";
	font-weight: 700;
  }
	

  .column4,
  .column5,
  .column2,
  .column6 {
    text-align: left;
  }

  
  
  .column1,
  .column2,
  .column3,
  .column4,
  .column5,
  .column6
			{
    width: max-content;
  }

  tbody tr {
    font-size: 14px;
  }
	
}


@media (max-width: 576px) {
  /*div.table-tools {
    padding-left: 15px;
    padding-right: 15px;
  }
	}*/
	#main-header .logo img {
    width: 135px;
}
	#toggle-button {
		font-size: .9em;
	
	}
	#prog h1 {

		font-size: 1.85em;
		
	}
	
	button {
		
	/* margin-bottom: 15px !important; */
	}
	
	#step {	
	
	margin-left: 0;
  }
	
	.toggle-menu {
    position: absolute;
	width:  100vw;
	height: 100vh;
	background: #fff;
	}
	
	
	.card-header {

    padding: 12px 32px;
		
	}
	
	
	.column-content {
		
		padding: 0.5em 0.9em;
	}
	
	.row-content {

    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    text-align: center;

}
	
	.misc-flex {
		
		display: block
	}
	
}</pre></body></html>