html, body {
	font: normal 15px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	background: #fff!important;
	padding: 0;
	margin: 0;
}

.fp-desc {
	font: normal 15px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal!important;
}

.maincontent {
	background: #f1f7ef;
	font-size: 15px;
}

p {	
	margin: 0 0 10px 0 !important;
}

.top-bar {
	height: 36px;
	background: #00623a none repeat center center;
	color: #fff;
	font: 14px/20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
	text-transform: none;
	padding: 0 10%;
}

.sign-in-container {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-bar {
	background: #f1f7ef;
	height: 90px;
	padding: 0 10%;
	transition: all 0.1s ease 0s;
	display: flex;	
	align-items: flex-end;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.effepi-menu {
	height: 100%;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

ul.effepi-menu > li > a:hover {
	color: #498768;
}

ul.effepi-menu > li > a {
	margin: 18px 14px 18px 14px;
	padding: 4px 4px 4px 4px;
	font: normal 600 19px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
}

.effepi img {
	width: 120px;
}

.section-title, .main-title {
	color: #00623a;
	text-align: center;
	font: 44px/54px "Oswald",Helvetica,Arial,Verdana,sans-serif
}

.cisl-btn {
	border-width: 1px;
	border-color: #00623a !important;
	background: #00623a !important;
	padding: 12px 18px 12px 18px !important;
	border-radius: 0;
	text-align: center;
	font: 12px/14px "Oswald",Helvetica,Arial,Verdana,sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	height: auto;
	margin: 15px 0;
}

.fps-store-price {
	font-size: 2em;
	font-weight: bold;
	margin: 15px 0;
}

.fps-store-product-title {
	font-size: 1.2em;
	color: #00623a;
}

.fps-store-product-desc {
	margin: 15px 0;
}

.fps-store-product {
	width: 30%;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(0,0,0,0.1);
	padding: 15px 30px;
	margin-bottom: 15px;
}

.flex-end {
	justify-content: flex-end;
}

footer {	
	background: #00623a none repeat center top;
	margin: 0;
	padding: 0 10%;
	color: #eee;
}

.footer-top {	
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.effepi-small {
	width: 100px;
}

.footer-top h4 {
	margin: 0;
	font: 20px/30px "Oswald",Helvetica,Arial,Verdana,sans-serif;	
}

.footer-item {
	margin-bottom: 30px;	
	word-spacing: normal;
	width: 22%;
	line-height: 27px;
}

.footer-item-title {
	font: 24px/40px "Oswald",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 15px;
}

.footer-top h6 {
	font: normal 14px / 24px "Oswald", Helvetica, Arial, Verdana, sans-serif;
}

.effepi-footer-menu {
	font-size: 15px !important;
	line-height: 27px !important;
}

.effepi-footer-menu-item:hover {
	color: #498768;
}

.effepi-footer-menu-item {
	padding: 0 0 10px 0;
	margin: 0;
}

.footer-bottom {
	margin-top: 10px;
	background: #00623a none repeat center top;
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: 15px;
	line-height: 25px;    
	padding: 10px 0;
}

.footer-bottom-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footer-bottom-item {
	color: rgba: (255,255,255);
	font-size: 14px;
	margin: 5px;
	font-weight: 500;	
}

a.footer-bottom-item {
	padding: 10px 16px 10px;
}
	
a.footer-bottom-item:hover {
	background: rgb( 0,78,46);
	text-decoration: underline;
}

.effepi-scroll {
	background-color: rgba(0,0,0,.2);
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	text-transform: none;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .4s ease;
}

.effepi-scroll:hover {
	background-color: rgba(0,0,0,.5);
	text-decoration: none;
}

.maincontent {
	padding: 70px 10%;
}

.userForm {
	flex-basis: 0;
}

.formbox {
	width: auto;
	margin: 0;
}

.formbox2 {
	width: auto;
	margin: 0;
}

.formbox,.formbox2, .formselect2 {	
	flex-grow: 1;
	margin: 10px 20px;
	box-sizing: border-box;
}

.formfield, .formfield2, .formselect3, .formfield1 {
	width: 100%;
}


input, select {
	width: 100%;
	box-shadow: none;
	border: 1px solid #00825d;
}

input[type="radio"] {
	margin-top: 5px;
	width: auto;
}

input[type="checkbox"] {
	margin-top: 5px;
	width: auto;
}

* {
	outline: none;
}

.flex-wrap {
	flex-wrap: none;
}

.mobile-menu {
	color: #00623a;
	font-size: 1.7em;
	visibility: hidden;
	opacity: 0;
	padding: 11px 8px 11px 8px;
}

.mobile-toggle {
	position: fixed;
    visibility: hidden;
    top: 10px;
    right: 10px;
    opacity: 0;
    margin: 0!important;
    background-color: rgba(0,0,0,.2);
    transition: background .2s linear;
	height: 17px;
	width: 24px;	
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5em;
}

.mobile-toggle-close {
	display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
	right: 15px;
    z-index: 9999;
    opacity: 0;
    transition: opacity .5s ease;
    min-width: 12px;
    min-height: 12px;
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
    margin: 15px 0px 0px 0px;
	background: #498768;
	color: #fff;
	font-size: 24px;
}

.areaimg {
	width: 100px;
}

.page-title {
	text-align: center;
	min-height: 140px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.uk-article-title {
	font: 500 44px/64px "Oswald",Helvetica,Arial,Verdana,sans-serif;
	font-size: 44px;
	font-weight: 500 !important;
	margin: 0;
}

.ecm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ecm-area {
	width: 20%;
}

.coursetitle {
	margin-top: 20px;
	font-weight: bold;
}

.margin-r {
	margin-right: 10px;
}

.margin-t {
	margin: 20px;
}

.paypal-button-row {
	height: 45px !important;	
}

.paypal-button > .paypal-button-label-container {
	height: 20px !important;
}

.sp-flex {
	display: flex;
}

.sp-flex-wrap {
	flex-wrap: wrap;
}

.sp-flex-space-between {
	justify-content: space-between;
}

.sp-flex-space-evenly {
	justify-content: space-evenly;
}

.sp-flex-space-around {
	justify-content: space-around;
}

.sp-flex-center {
	justify-content: center;
}

.sp-flex-end {
	justify-content: flex-end;
}

.sp-flex-column {
	flex-direction: column;
}

.sp-flex-cross-center {
	align-items: center;
}

.sp-flex-cross-baseline {
	align-items: baseline;
}

.sp-flex-cross-start {
	align-items: flex-start;
}

.sp-flex-cross-end {
	align-items: flex-end;
}

.sp-flex-crossrows-start {
	align-content: flex-start;
}

.sp-flex-crossrows-end {
	align-content: flex-end;
}

.sp-flex-crossrows-space-between {
	align-content: space-between;
}

.sp-flex-crossrows-space-around {
	align-content: space-around;
}

.sp-flex-self-start {
	align-self: flex-start;
}

.sp-flex-self-end {
	align-self: flex-end;
}

.sp-flex-self-center {
	align-self: center;
}

.sp-flex-self-space-between {
	align-self: space-between;
}

.sp-flex-self-space-around {
	align-self: space-around;
}

.sp-flex-item-grow{
	flex-grow: 1;
}
.sp-flex-grow > *{
	flex-grow: 1;
	flex-basis: 0;
}

@media screen and (min-width: 800px) and (max-width: 1024px)  {
	.header-bar {
		padding: 0 10px;
	}
	
	ul.effepi-menu > li > a {
		padding: 2px;
	}
	.fps-store-product {
		width: 100%;
	}
}

@media screen and (max-width: 1080px)  {
	.fps-store-product {
		width: 100%;
	}
}
@media screen and (max-width: 992px)  {
	.sign-in-container {
		justify-content: center;
	}
	
	.effepi img {
		width: 125px;		
	}
	
	.userForm {
		padding: 10px 5px;
	}
	
	input,select {
		width: 80%;
	}
	
	.clabel {
		margin-top: 15px;
	}
	.fps-store-product {
		width: 100%;
	}
}

@media screen and (max-width: 900px ) {
	.header-bar {
		padding: 0 20px 0 20px;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	}
	
	.effepi {
		align-self: flex-end;
	}
	
	.footer-item {
		width: 100%;
	}	
	
	footer{
		padding: 0 20px;	
	}
	
	.footer-top h4 {
		margin-bottom: 10px;
	}
	
	.effepi-small {		
		width: 40%;
	}
	
	.effepi-menu {		
		transform: translate3d(100%,0,0);
		transition: right .5s ease;
		background-color: #ffffff;
		width: 330px;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		min-height: 100%;		
		max-width: 100%;
		z-index: 9602;
		box-sizing: border-box;
		padding: 45px 15px 30px 30px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		z-index: 99999;
	}
	
	.effepi-menu-item {
		width: 100%;
		padding: 15px 30px 15px 0;
		margin: 0;
		border-bottom: 1px solid rgba(51,51,51,.12);
	}
	
	ul.effepi-menu > li > a:hover {
		color: #498768;
	}
	
	ul.effepi-menu > li > a {
		margin: 0;
		padding: 0;
		font-size: 16px;
	}
	
	.mobile-toggle, .mobile-menu {
		visibility: visible;
		opacity: 1;
	}
	
	.mobile-toggle-close {
		opacity: 1;
	}

	.maincontent {
		padding: 70px 20px;		
	}
	
	.section-title, .main-title {
		font-size: 44px;
		margin-bottom: 10px;
	}
	
	.userForm {
		border: 1px solid rgba( 0,0,0,0.2);
		box-shadow: none;
		padding: none;
	}
	.fps-store-product {
		width: 100%;
	}
}

@media screen and (max-width: 600px ) {
	.top-bar {
		padding: 3px 20px 3px 20px;
	}
	.fps-store-product {
		width: 100%;
	}
}