	.header{
		padding: .2em;
		}
 	.lpurple {
		background-color: #dcccf3;
		/* background-color: #e0ccf3; */
		}
    .mpurple {
		/* background-color: #532480; */
		/* background-color: #383088; */
		background-color: #271a76;
		}
    .purple {
		/* background-color: #431b69; */
		background-color: #271a76;
		}
	.green {
		background-color: #5cb85c;
		}
	.lgreen {
		background-color: #cdeab4;
		}
	.lgreyblue {
		background-color: #4b7fac;
		}
    .white{
		color: white;
		}
	.gray{
		color: #828282;
		}
	h1 {
		font-size: 52px;
		font-family: Palatino, "Times New Roman", serif;
		}
	h4 {
		font-size: 16px;
		}
	.blank {
		font-size: 10px;
		}
	.blank-sm {
		font-size: 6px;
	}
	.caption{
		padding: 0 10px;
	}
	.caption h4{
		text-transform: uppercase;
	}
	.marginit{
		margin: 5px 10px;
	}
	.btn-default:hover {
		color: #333;
	  	background-color: #e0ccf3;
	  	border-color: #431b69;
	}
	.cmap{
		margin-left: 30px;
		margin-right: 20px;
	}
	.mapHead {
		padding: 1px;
		background-color: #f1e4fe;
		border-radius: 10px;
	}
	.mapChapter{
		color: #431b69;
		font-weight: bold;
		margin-bottom: 7px;
	}
	.mapInfo{
		padding: 0 10px;
	}
	.content {
		padding: 0 20px;
	}
	
	.MemHead {
	    color: #2e1c75;
	    text-transform: uppercase;
	    font-size: 26px;
	    text-shadow: 2px 3px 1px rgb(0 0 0 / 9%);
	}
	.MemSubHead {
	    font-size: 15px;
	}
	.MemUL {
	    /* font-weight: bold; */
	    font-size: 15px;
	}
	.CertHead {
	    color: #2e1c75;
	    text-transform: uppercase;
	    font-size: 26px;
	    text-shadow: 2px 3px 1px rgb(0 0 0 / 9%);
	}
	.CertSubHead {
	    font-size: 15px;
	}
	.content sup{
		font-size: .5em;
		vertical-align: super;
	}
	.LevelWell {
	padding: 15px;
    margin-bottom: 10px;
    background-color: #f8f8fb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	}
	.BenefitWell {
	min-height: 20px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f8f8fb;
    /* border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%); */
	}
	.CertWell {
		padding: 15px;
		margin-bottom: 10px;
		background-color: #f8f8fb;
		border: 1px solid #e3e3e3;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
		}
	.CertWell2 {
		padding: 15px;
		margin-bottom: 10px;
		background-color: #ebe2f8;
		border: 1px solid #d7c6ee;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
		}	
	.btn-mem {
		font-size: 16px;
		color: #fff;
		background-color: #0564bd;
		border-color: #0d67b7;
		border-radius: 6px !important;
	}
	.btn.btn-mem:hover,
	.btn.btn-mem:focus,
	.btn.btn-mem.active,
	.btn.btn-mem:active  {
		color: #fff;
		background-color: #54a7f1;
	}

	.btn-benefits{
		font-size: 16px;
		color: #fff;
		/* background-color: #4079af;
		border-color: #366a9a;
		background-color: #532480;
		border-color: #431b69; 
		background: #0564bd;
		border-color: #0d67b7;
		background-color: #271a76;
		border-color: #23186d; */
		background-color: #0564bd;
		border-color: #0d67b7;
		border-radius: 6px !important;
	}
	.btn.btn-benefits:hover,
	.btn.btn-benefits:focus,
	.btn.btn-benefits.active,
	.btn.btn-benefits:active  {
		font-size: 16px;
		color: #fff;
		/* background-color: #4079af;
		background-color: #532480;
		background-color: #54a7f1; */
		background: #54a7f1;
	}
	.btn-cert {
		font-size: 16px;
		color: #fff;
		background-color: #0564bd;
		border-color: #0d67b7;
		border-radius: 6px !important;
	}
	.btn.btn-cert:hover,
	.btn.btn-cert:focus,
	.btn.btn-cert.active,
	.btn.btn-cert:active  {
		color: #fff;
		background-color: #54a7f1;
	}
/* Sticky footer styles ------------------------------------------------ */
	html {
		position: relative;
		min-height: 100%;
	}
	body {
		/* Margin bottom by footer height */
		margin-bottom: 100px;
	}
	.footer {
		color: #fff;
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 100px;
		/* background-color: #431b69; */
		background-color: #271a76;
		border-top: 5px solid #cdeab4;
	}
	.footer a{
		color: #fff;
	}

	/* ui 208 ------------------------------------------------ */
	
	.ui-208{
	margin:20px 0px;
	}
	.ui-208 .ui-item{
		margin:25px auto;
		max-width:400px;
		border:4px solid #fff;
		background:#fff;
		box-shadow:0px 0px 15px rgba(0,0,0,0.2);
		border-radius:4px;
	}
	.ui-208 .ui-item .content{
		padding:10px 15px 15px 15px;
	}
	.ui-208 .ui-item .content h2{
		font-size:21px;
		line-height:30px;
		text-transform:uppercase;
		font-weight:bold;
		color: #0565bd;
	}
	.ui-208 .ui-item .content h3{
		font-size:20px;
		line-height:30px;
		color:#532480;
	}
	.ui-208 .ui-item .content p{
		color:#000;
		margin-bottom:8px;
		font-size: 15px;
	}
	.ui-208 .ui-item .content > a.btn{
		border-radius:5px;
		padding:8px 20px;
		border:0px;
		margin-top:4px;
		font-weight:600;
		text-transform:uppercase;
	}
	
	/* UI 208 Button classes */
	.btn {
		border-radius: 2px;
		position: relative;
	}
	.btn.btn-no-border {
		border: 0px !important;
	}
	.btn.btn-Comp {
	color: #ffffff;
	background: #0564bd;
	border: 1px solid #0d67b7;
	}
	.btn.btn-Comp:hover,
	.btn.btn-Comp:focus,
	.btn.btn-Comp.active,
	.btn.btn-Comp:active {
		background: #54a7f1;
		color: #ffffff;
	}



