@font-face {
	font-family: 'fontello';
	src: url('./font/fontello.eot?71668682');
	src: url('./font/fontello.eot?71668682#iefix') format('embedded-opentype'),
		 url('./font/fontello.woff?71668682') format('woff'),
		 url('./font/fontello.ttf?71668682') format('truetype'),
		 url('./font/fontello.svg?71668682#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
img.icon {
	width: 65px;
}
.icon-link::before {
	content: "\e800";
	margin-left: 24px;
	margin-right: 19px;
}
.icon-file-pdf::before {
	color: red;
	content: "\f1c1";
	margin-left: 26px;
	margin-right: 10px;
}
.icon-file-docx:before { 
	color: #4169e1;
	content: '\f1c2';
	margin-left: 26px;
	margin-right: 20px;
} 
html, body {
	height: 100%;
	min-height: 100%;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	margin: 0;
}
.wrapper {
	min-height: 100vh;
	height: auto;
	position: relative;
}
a:focus, h3 a:hover {
	text-decoration: none;
}
header {
	margin-bottom: 40px;
}
header img {
	max-height: 75px;
}
.position-relative {
	flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
	background-color: #231f20;
	padding: 0;
	font-family: Arial;  
	color: white;
	margin-top: auto;
}
footer .content-container {
	max-width: 800px;
	margin: 0 auto;
}
footer .separated a {
	color: #f5a321;
}
footer .separated a:after {
	content: "|";
	padding: 0 10px;
}
footer a:last-child:after {
	content: "";
}
footer div {
	flex: 0 0 25%;
}
footer .content-container img {
	max-width: 60px;
}
footer .social-icon {
	display: inline-block;
	background-repeat: no-repeat;
    background-size: contain;   
    background-position: center center;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
footer .social-icon.facebook {
    background-image: url('../images/login/social-icons-facebook.svg');
}
footer .social-icon.llinkedin {
	background-image: url('../images/login/social-icons-linkedin.svg');
}
footer .social-icon.youtube {
	background-image: url('../images/login/social-icons-youtube.svg');
}
h1, h2 {
	text-transform: uppercase;
}
ul h3 {
	display: inline-block;
}
h1, h2, h3, h4, h5 {
	/* font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
	font-weight: 300;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 14px;
}
.site-container {
	max-width: 1180px;
	margin: 0 auto;
}
nav .dropdown:hover .dropdown-menu {
	display:block;
}
.nav-item {
	background-color: #433F92;
	font-size: 20px;
	border-radius: 25px;
	padding: 5px 20px;
	margin-left: 15px;
}
.nav-item:hover {
	background-color: #E71427;
}
.nav-item:hover a {
	color: #EBEBE5;
}
.hover {
	cursor: pointer!important;
}
a.hover {
	text-decoration: none;
	color: inherit!important;
}

.btn {
	margin-right: 5px;
	border-radius: 0;
}
/* Video Container */
#mediaClip iframe {
	width: 100%;
}
/* MODAL */
.modal-content {
	border-radius: 0;
}
/* Profile Form */
.colour-00adef {
	color: #00adef;
}
.colour-6150a1 {
	color: #6150a1;
}
.colour-f5a321 {
	color: #f5a321;
}
.colour-ee2f36 {
	color: #ee2f36;
}
.colour-ee3036 {
	color: #ee3036;
}
.colour-2c3069 {
	color: #2c3069;
}
.bg-2c3069 {
	background-color: #2c3069;
}
.program-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.program-list {
	justify-content: space-between;
	max-width: 1160px;
}
.program-item {
	flex: 0 0 100%;
	text-decoration: none!important;
}
.program-item img {
	max-width: 66%;
	margin-bottom: 15px;
}
/* Module List */
.module-list-container {
	width: 50%;
	margin: 0 auto;
}
.module-item {
	background-color: #edeee9;
	display: flex;
	margin-bottom: 30px;
	opacity: .5;
	text-decoration: none!important;
}
.module-item.active {
	opacity: 1;
}
.module-item-media {
	flex: 0 0 25%;
}
.module-item-media img {
	max-width: 100%;
}
.module-item-content {
	padding: 15px 25px;
}
.module-item.active:hover {
	background-color: #777;
	color: #fff!important;
}
/* Module Page */
.module-container {
	width: 980px;
	margin: 0 auto;
}
.slider {
	background-color: black;
    display: flex;
    flex-wrap: nowrap;
    width: 200%;
    position: relative;
    left: 0;
    transition: all 1s;
}
.slider.active {
    left: -100%;
    transition: all 1s;
}
.slider .panel {
	width: 50%;
}
/* .module-media-container {
	display: flex;
} */
/*
.module-media-container .module-clip {
	flex: 0 0 60%;
}
*/
.xmodule-media-container video {
	width: 100%;
	display: block;
}
.module-media-container .module-sidebar {
	/* -ms-flex: 1 1 auto;
	flex: 1 1 auto; */
    background-color: #484747;
    padding: 80px;
    font-size: 25px;
    text-transform: capitalize;
    color: white;
}
.module-resource-list {
	padding: 20px;
	background: #efefef;
	border-radius: 2px;
}
  
.module-resource-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.module-resource-item a {
	color: #444;
}
.module-resource-item .icon {
	margin-right: 15px;
	font-family: "fontello";
	font-style: normal;
	font-size: 22px;
}
/* END Module Page */
.question-item {
	font-size: 20px;
	color: #dedede;
	line-height: 2rem;
	padding: 15px;
}
.question-item ul {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}
.question-item ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.question-item ul input {
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 10px;
}
.question-item .btn-container {
	text-align: right;
}
.question-item button {
	border: 0;
	padding: 5px 25px;
	background-color: #008fca;
	color: white;
	margin-left: 0.25rem;
}
.error-message {
	padding: .25rem;
	background-color: #efefef;
}
.xpurchases-container {
	max-width: 1140px;
	margin-top: 5rem;
}
.purchases-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 350px));
    gap: 6rem 1.5rem;  /* row-gap column-gap */
    justify-content: center;
    max-width: 1140px;
    margin-top: 5rem;
}
.purchases-container > div {
	display: grid !important;
	grid-template-columns: 1fr;
	grid-row-gap: 6rem;
	grid-column-gap: 2rem;
}
.purchase-item {
	flex: 0 0 auto;
	max-width: 350px;  /* adjust to your desired card width */
	min-width: 300px;  	
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	justify-content: center;
}
.purchase-item > div {
	max-width: 400px;
}
@media(min-width: 768px) {
	.purchases-container > div {
		grid-template-columns: 1fr 1fr;
	}
}
@media(min-width: 1024px) {
	.purchases-container > div {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.purchase-item h2 {
	font-size: 25px;
	flex: 1 1 2rem;
}
.purchase-item h3 {
	flex: 1 1 auto;
}
.purchase-item > div {
	padding: 50px;
	border-radius: 65px;
	padding-top: 85px;
	font: Light 30px/45px Oswald;
	font-family: Oswald;
	font-weight: lighter;
	font-size: 30px;
	line-height: 45px;
	color: white;
	justify-content: space-between;
	width: 100%;
}
.purchase-item input[type="checkbox"] {
	display: none;
}
.purchase-item img {
	max-width: 150px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}
.purchase-item.pa-early-stage > div{
	background-color: #192965;
}
.purchase-item.pa-intermediate-stage > div {
	background-color: #F68F0D;
}
.purchase-item.pa-intermediate-stage h2 {
	color: #E71427;
}
.purchase-item.pa-legal-startup > div {
	background-color: #433F92;
}
.purchase-item.pa-legal-startup h2 {
	color: #F68F0D;
}
.purchase-item.pa-better-leader > div {
	background-color: #00A1ED;
}
.purchase-item.better-leader h2 {
	color: #EBEBE5;
}
.purchase-item.pa-legal-sme > div {
	background-color: #ee3036;
}
.purchase-item.pa-alpm > div {
	background-color: #444;
}
.purchase-item.pa-alpm-premium > div {
	background-color: #2c3069;
}
.rnd-btn {
	display: flex;
	justify-content: center;
	background-color: #E71427;
	border-radius: 25px;
	padding: .25rem 1.25rem .5rem;
	font-size: 24px;
	color: white;
	border: 0;
	font-family: Oswald;
	font-weight: lighter;
	line-height: 1.7rem;
}
.rnd-btn:hover {
	background-color: #d70417;
}
.buy-button:after {
	content: "BUY";
}
.buy-button.active:after {
	content:"[ACTIVE]";
}
.buy-button.in-cart:after {
	content:"[IN CART]";
}
.buy-button.coming-soon::after {
	content: "COMING SOON";
}
.text-size-1 {
	font-size: 25px;
	font-weight: lighter;
}
.flashMsg {
	position: fixed;
	width: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
	padding: 15px;
}
.flashMsg.success {
	color: #155724;
	background-color: rgba(212,237,218, .95);
}
.flashMsg.error {
	color: #721c24;
	background-color: rgba(248,215,218, .95);
}
#questions .successMsg {
  font-weight: normal;
  font-size: 1rem;
}
#questions .successMsg h4 {
	font-weight: bold;
}
@media (min-width: 768px) {
	.program-item {
		flex: 0 0 50%;
	}
	.program-item h2 {
		font-size: 26px;
	}
	.program-item h3 {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.program-item {
		flex: 0 0 33.3333333333%;
	}
	.program-list {
		margin: 0 auto;
	}
}
/** BANNERS **/
.completionBanner {
	background-color: #433f92;
	color: white;
	padding: 15px 0;
}
.completionBanner h2 {
	font-size: 1.5rem;
}
.banner-content {
	max-width: 900px;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.completionBanner img {
	width: 125px;
	margin: 15px 0
}
.banner-items {
    display: flex;
}
.banner-item {
    display: flex;
    flex-direction: column;
    margin-right: 3rem;
    align-items: center;
}
.tick:before{
	height: 8px;
	display: block;
	content: " ";
}
.tick:after {
	content: " ";
	display: block;
	width: 24px;
	height: 16px;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
	transform: translateY(-8px) rotate(-45deg);
}