@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/* Colors */
.bg1{
	background: #eff3fa;
}
.emp-bg-green{
	background: #00b67a !important;
	color: #fff;
}
.emp-bg-red{
	background: #f5a9a9;
}
.emp-bg-green.button:hover {
    background-color: black !important; /* Background changes to black on hover */
}
.emp-font-green{
	color: #00b67a;
}
.emp-font-dk-blue{
	color: #145a95;
}
.emp-font-lt-blue{
	color:#eff3fa;
}
.emp-font-red{
	color: #ff0000;
}
.emp-bg-dark{
	background:#145a95;
	color: #fff;
}
.emp-bg-med{
	background:#4682b4;
	color: #fff;
}

/* Body */
body {
	font-family: 'Urbanist',Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#EFF3FA;
	color: #2F3D4F
}
input {
	font-size:18px;
	padding: 3px;
}
ul {
	list-style-type: disc;
}
.minor-text {
	font-size: 13px;
	margin:0px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1000px;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	min-height:75px;
}
.logo {
	color: #000;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 70%;
	text-align: right;
	margin-right: 25px;
	margin-top:20px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #2F3D4F;
	text-align: left;
	margin-right: 45px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #2F3D4F;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	padding-top: 50px;
	padding-bottom: 50px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 49%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
}
.text_column h3{
	text-align: center;
	font-weight: bold;
}
.about {
	padding-top: 35px;
	display: inline-block;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
select{
	font-size:16px;
	padding: 3px;
}
footer {
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.footer-nav{
	width:32%; 
	min-width:250px; 
	display:inline-block; 
	vertical-align: top;
}
.footer-nav a{
	color: #fff;
	text-decoration: none;
}
.button {
   background: #145a95;
   padding: 5.5px 11px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #ffffff;
   font-weight: normal;
   text-decoration: none;
   vertical-align: middle;
   margin: 5px 4px;
   width: inherit;
   }
.button:hover {
   border-top-color: #000000;
   background: #000000;
   color: #ffffff;
   }
.in-cart{
	background: #00b67a;
	color: #fff;
}
.in-cart:hover {
	border-top-color: #000000;
	background: #000000;
	color: #ffffff;
	}
#course-select .button{
	font-size:18px; 
	padding: 5.5px 25px; 
}
.course-select-mod{
	margin-top: -80px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 40PX;
	margin-bottom: 0px;
	margin-top: 50px;
	color: #fff;
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

#home-title{
	font-weight:bold;
	margin-bottom:5px;
	
}
#home-course-select{
	width:50%; 
	display:inline-block; 
	text-align:center;
	min-height:315px;
	margin-top:35px;
	vertical-align: top;
}
#home-course-select-video-1{
	width:50%; 
	display:inline-block; 
	text-align:center;
	min-height:315px;
	margin-top:35px;
	vertical-align: top;
}
#home-course-select-video-2{
	width:50%; 
	display:inline-block; 
	text-align:center;
	min-height:315px;
	margin-top:35px;
	vertical-align: top;
	display:none;
}
#partner-featured-left{
	width:40%; 
	display:inline-block; 
	min-height:315px;
	margin-top:35px;
	vertical-align: top;
}
#partner-featured-right{
	width:58%; 
	display:inline-block; 
	text-align:center;
	min-height:315px;
	margin-top:15px;
	vertical-align: top;
}
.partner-contact-container{
	width:49%; 
	min-width:380px; 
	display:inline-block; 
	vertical-align: top;
}
#partner-headline-left{
	text-align:center;
	width:55%; 
	display:inline-block; 
	margin-top:35px;
	vertical-align: top;
	font-size:20px;
}
#partner-headline-left h1{
	font-size:28px;
}
#partner-image-right{
	width:43%; 
	display:inline-block; 
	text-align:center;
	margin-top:15px;
	vertical-align: top;
}
#ph-container{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 50px;
	padding:20px;
	max-width: 1000px;
	margin: 100px auto 50px;
}
.partner-highlight{
	width: 400px;
	padding: 20px 40px;
	margin: auto;
}
.partner-highlight:nth-child(odd){
	margin-top: -75px;
}
.partner-highlight:hover{
	background: #eff3fa;
}
.ph-title{
	font-weight: bold;
	font-size: 24px;
	margin-top:20px;
}
.ph-body{
	text-align: justify;
}
.partner-type{
	width:20%;
	display:inline-block;
	min-width: 200px;
	margin: 0px auto 75px;
	text-align:center;
	color: #2F3D4F;
	padding: 0px 4%;
}
#pi-1{
	height: 120px;
	margin-top:40px;
}
#pi-1:hover{
	height:160px;
	margin-top:0px;
}
#pi-2{
	height: 120px;
	margin-top:40px;
}
#pi-2:hover{
	height:160px;
	margin-top:0px;
}
#pi-3{
	height: 100px;
	margin-top:30px;
}
#pi-3:hover{
	height:130px;
	margin-top:0px;
}
#home-video{
	display:inline-block;
	width:49%; 
	text-align: center;
	margin-top:25px;
	margin-bottom:5px;
}
#welcome-video{
	max-width: 500px;
	margin:auto;
	border-radius:10px;
}
.price-disc{
	color: #ff0000;
	font-weight: bold;
}

/* Courses */
.package-info-box ul {
	list-style: none;
}
.package-info-box{
	border: 4px solid #4682b4;
	min-width:300px;
	max-width:400px;
	display:inline-block;
	text-align:justify;
	box-shadow: 2px 2px 2px 0px #6e6e6e;
}
.package-info-box .button{
	background: #00b67a;
	padding:8px 35px; 
}
.package-info-box .button:hover{
	background:#000000;
}
.purchase-primary.button{
	background: #00b67a;
	padding:8px 35px; 
}
.purchase-primary.button:hover{
	background:#000000;
}
.lower-info-box{
	border: 1px solid #000;
	box-shadow: 2px 2px 2px 0px #6e6e6e;
	padding: 15px 20px;
	background: #fff;
	width:250px;
	margin: auto;
	text-align:center;
}
.lower-info-container{
	width:33%;
	display: inline-block;
	min-width:280px;
	vertical-align:top;
}
.lower-info-headline{
	color: #2b647a;
	font-weight:bold;
	font-size:24px;
	margin-bottom:15px;
}
#main-wrapper #main{
	width:100%;
}
#content{
	padding:0px;
}
#course-listing-table{
	border-spacing: 0;
	border-collapse: collapse;
}
#course-listing-table tr:nth-child(odd):nth-child(n+5) {
	background: #eff3fa;
}
#course-listing-table-mob{
	border-spacing: 0;
	border-collapse: collapse;
}
#course-listing-table-mob tr:nth-child(4n + 4) {
  background: #eff3fa;
}
#course-listing-table-mob tr:nth-child(4n + 5) {
background: #eff3fa;
}
#messages{
	width:80%;
	max-width:1000px;
	margin: auto;
}
#trustpilot-container{
	max-width: 1000px;
	margin: 40px auto 40px;
}
.package-info-box-container{
	width:48%; 
	min-width:420px; 
	display:inline-block;
	vertical-align:top;
	margin-bottom:40px;
}
.package-price{
	width:43%; 
	display:inline-block; 
	font-size:18px; 
	height:40px;
	line-height:22px;
}
.package-price-n{
	width:43%; 
	display:inline-block; 
	font-size:24px; 
	font-weight:bold;
	margin-top:8px;
}
.package-button-div{
	width:55%; 
	display:inline-block; 
	height:40px; 
	vertical-align:top; 
	padding-top:8px;
}
#select-lic-type{
  box-shadow: 0px 0px 5px #145a95; 
  background: #fff; 
  position: fixed; 
  z-index: 3; 
  border: 5px solid #145a95; 
  border-radius: 5px; 
  padding: 20px 30px; 
  max-width:600px; 
  top: 40%; 
  transform: translate(-50%, -50%); 
  left: 50%; 
  overflow: auto;
}
#select-courses{
	box-shadow: 0px 0px 0px 5px #145a95;
	border-radius: 3px;
	background: rgb(255, 255, 255);
	position: fixed;
	z-index: 3;
	padding: 20px 30px;
	max-width: 700px;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	overflow: auto;
}
#approval-info-container{
	width: 90%;
	max-width:1000px;
	background: #fff;
	margin: 75px auto 0px;
	padding: 30px;
}

/*Admin*/
#admin-header{
	width:100%; 
	display:inline-block; 
	text-align:center; 
	margin-bottom:10px
}
#admin-header a{
	text-decoration: none;
	color: #4682b4;
	margin-right:12px;
}
#admin-header a:hover{
	color: #000;
	cursor: pointer;
}

/* Course Home */

#ch-course-title{
	display: inline-block;
    width: 70%;
    margin-bottom: 15px;
}

#ch-start-button{
	display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    width: 28%;
    min-width: 170px;
    text-align: right;
    margin-bottom: 15px;
	font-size: 24px;
}
#ch-start-button .button {
	font-weight: bold;
}
#ch-progress-bar{
	display: inline-block;
    width: 70%;
    margin-bottom: 15px;
	font-size:24px;
	margin-top:15px;
}
#ch-progress-bar .time-remaining{
	margin-left:75px;
}
#progress-circle{
	display: inline-block;
}
#ch-course-details-link{
	width: 28%;
	text-align:right;
	min-width:170px;
	display:inline-block;
	padding-top:5px;
	font-size:24px;
}
#ch-course-details label{
	font-weight: bold;
}
#ch-units-container{
	width: 33%;
	max-width: 400px;
	display:inline-block;
	padding:10px;
	margin-top:40px;
	color: inherit;
}
.ch-unit{
	padding:10px;
	margin: 10px;
}
.ch-unit-title{
	font-weight: bold;
	font-size: 20px;
}
.ch-module-title{
	font-weight: bold;
	font-size: 20px;
}
.ch-module-overview.ch-section-title{
	margin: 10px 0px 5px;
}
.ch-module-overview.ch-section-status{
	padding-top:10px;
}
.ch-module-units .ch-section-title{
	max-width: 280px;
}
.ch-module-units .ch-unit{
	margin: 0px 10px;
}
.ch-module-units .ch-unit-title{
	font-weight: 600;
}
.ch-sections{
	margin-top:20px;
}
.ch-section-title{
	margin-bottom: 15px;
	display:inline-block;
	max-width:300px;
}
.ch-section-status{
	width:25px;
	display:inline-block;
	vertical-align: top;
	padding-top: 1.5px;
}
#ch-featured-container{
	display:inline-block;
	margin:40px 0px 0px 2%;
	text-align: center;
	width:64%;
	vertical-align: top;
}
.ch-featured{
	width: 100%;
	max-width: 290px;
	height:200px;
	margin: 0px 2% 30px;
	display:inline-block;
	border: 1px solid #4682b4;
	padding: 15px;
	vertical-align: top;
}
.ch-featured.ch-link:hover{
	border: 3px solid #4682b4;
	cursor: pointer;
}
#ch-messages{
	margin-top:40px;
	border: 2px solid #4682b4;
	padding: 10px 15px;
}
#ch-correspondence{
	margin-top:40px;
	border: 1px solid #4682b4;
	padding: 10px 15px;
	text-align: center;
}

/* Course Player */
.time-remaining{
	display: inline-block;
}
.progress-bar{
	display: inline-block;
	vertical-align: top;
}

/*Miscellaneous*/
.emp-fullsize{
	display: block;
}
.emp-mobile{
	display: none;
}

#home-featured-image{
	display:inline-block;
	width:49%; 
	text-align: center;
	margin-top:25px;
	margin-bottom:5px;
}
.home-box-button{
	text-align:center;
}
#mobile-menu{
	display:none;
}
.footer-show{
	display:none;
}
.footer-hide{
	display:inline-block;
}
#featured-img{
	width:350px; 
	margin-left:-8%;
}
#course-select-container-1{
	margin-right: -8%;
}
.column_image{
	text-align: center;
}
.column_text{
	margin-top:45px;
}
.home-info-icon{
	max-height: 250px;
	max-width: 500px;
	margin-top:30px;
}
.home-row{
	height: 350px;
}
.home-info-container{
	width:75%;
}
#mlo-featured-1{
	width:46%;
	min-width:400px;
	padding: 0px 10px 30px 20px;
	display:inline-block;
}
#mlo-featured-2{
	width:46%;
	min-width:400px;
	padding: 0px 20px 30px 10px;
	display: inline-block;
	vertical-align: top;
}
.selected-state{
	min-width:80px;
	display:inline-block;
	text-align:center;
	padding: 3px 11px;
}
#mlo-state-options a{
	cursor: pointer;
}
.mlo-course-title{
	text-decoration: none;
	color: #2F3D4F;
	font-weight:400;
}
.mlo-title-div{
	background: #fff;
	padding: 3px 1px 3px 10px;
	border: 1px solid #a3a39f;
	border-radius: 5px;
	width:400px;
	margin: 0px auto 10px;
	text-align: left;
}
#mlo-custom-courses a:hover{
	text-decoration: underline;
}
#mlo-state-select{
	width:400px;
	font-size:16px;
}
#mlo-state-options{
	width:400px;
	font-size:16px;
}
#mlo-purchase-box{
		width:330px;
		padding:20px;
}
#price-info{
		width:48%;
		display:none;
}
#discounted-price{
	padding-left:20px;
	font-size:20px;
}
#mlo-custom-courses{
	min-height: 150px;
}
#mlo-headline-mob{
	display:none;
}
.partner-icon-1{
	width:24.5%;
	display: inline-block;
	text-align: center;
	margin: 30px 0px 30px;
}
.partner-icon-2{
	width:32.8%;
	display: inline-block;
	text-align: center;
	margin-top:30px;
}
.partner-icon-img{
	width:150px;
	margin-bottom:10px;
}
.partner-icon-text{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1.2px;
}
.partner-icon-details{
	background:#eff3fa; 
	width:100%; 
	padding:15px 20px; 
	margin: 40px 0px;
}
.partner-contact-box{
	width:70%; 
	background:#fff; 
	border-radius:20px; 
	padding:20px 30px; 
	margin:0px auto 40px;
	min-height:520px;
	text-align: left;
}
.firm-contact {
	border: 1px solid #a3a39f;
	padding:6px;
	font-size:14px;
	width:100%;
}
.firm-pricing-div{
	border:2px solid #000; 
	border-radius:10px; 
	padding:10px; 
	margin:auto;
	font-size:18px;
	font-weight: bold;
	min-width: 90px;
}
#mlo-size-select :hover{
	text-decoration: underline;
	cursor:pointer;
}
#partner-home-info{
	margin: auto;
	max-width: 1200px;
}
.partner-icon-mob{
	width: 48%;
	margin:0px auto 40px;
	display:inline-block;
}
#contact-us-section{
	padding: 50px;
}
.partner-icon-table{
	display: none;
}
.formatted-dialog-box{
	box-shadow: 0px 0px 5px #145a95; 
	background: #fff; 
	position: fixed; 
	z-index: 3; 
	border: 5px solid #145a95; 
	border-radius: 5px; 
	padding: 20px 30px; 
	max-width:600px; 
	top: 40%; 
	transform: translate(-50%, -50%); 
	left: 50%; 
	overflow: auto;
  }
#dialog-background{
	background: #fff; 
	opacity: .7; 
	position:fixed; 
	left: 0; 
	top: 0; 
	z-index:2; 
	width: 100%; 
	height:100%;
}

a:hover{
	cursor:pointer;
}
.h1-top{
	padding-top:30px;
}
#user-message{
	margin: 20px auto;
	padding: 10px;
	width: 70%;
	max-width:1000px;
	border-radius: 10px;
	font-weight: bold;
}
#user-error-message{
	margin: 20px auto;
	padding: 10px;
	width: 70%;
	max-width:1000px;
	border-radius: 10px;
}
.faq-question {
	margin-top:10px;
}
.faq-question:hover{
	cursor: pointer;
	background: #eff3fa;
	font-weight: bold;
}
.faq-answer{
	margin-left: 18px;
}
.faq-button-container {
	display:inline-block; 
	width:32.5%; 
	text-align:center;
}
.faq-button{
	border: 2px solid #000;
	border-radius:15px;
	padding:10px 30px;
}
.faq-button:hover{
	background: #145a95;
	color:#fff;
}
.mob-only{
	display: none;
}
.mob-only-tr{
	display: none;
}
#edit-cart{
	max-width:850px;
	margin: 15px auto 10px;
	text-align: right;
}
.main-body .button.edit-cart-button{
	border: 1px solid hsla(0, 0%, 10%, 0.1);
    background: #fff;
    color: #1a1a1ae6;
}
.main-body .button.edit-cart-button:hover{
	background: #000;
	color: #fff;
}
#requirements-overview ul{
	list-style: disc;
}
.two-col-div-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two-col-div{
	width: 48%;
}
.two-col-div-right{
	text-align: right;
}
.three-col-div-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.three-col-div{
	width: 31%;
}
.four-col-div-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.four-col-div{
	width: 22%;
}
.material-symbols-outlined {
    font-size: inherit;
    color: inherit;
    vertical-align: middle;
    margin: 0px 10px;
}
.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltip {
    position: absolute;
	top: 35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
	width:300px;
	border: 1px solid #ccc;
}
/* Tooltip arrow */
.tooltip::after {
    content: "";
    position: absolute;
    top: -20px; /* Moves the arrow outside the tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; /* Matches tooltip background */
}

/* Border fix for the arrow */
.tooltip::before {
    content: "";
    position: absolute;
    top: -22px; /* Slightly above the arrow to match border */
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent; /* Matches tooltip border */
}
.tooltip p{
	margin: 0px 0px 5px;
}
.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Portal */
.step-container{
	padding:20px;
}
.step-headline{
	font-size:24px;
	font-weight:bold;
}

/* Main Body Section */
.main-body{
	padding-bottom: 50px;
	width: 90%;
	max-width:1300px;
	margin:auto;
	min-height: calc(100vh - 478px);
}

.main-body h1{
	font-size: 32px;
	text-align:center;
	margin: 0px auto 30px;
	line-height: 40px;
}

.main-body h2{
	font-size:28px;
	text-align: center;
	margin:auto;
}
.main-body h3{
	font-weight: bold;
	text-align: left;
}
.main-body a{
	text-decoration: none;
	color: #145a95;
}
.main-body a.link-color{
	color: #145a95;
}
.main-body a.no-link-color{
	color: inherit;
}
.main-body a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.main-body .button{
	color: #fff;
	}
.main-body .button:hover{
	text-decoration: none;
	cursor: pointer;
	}

.main-body table {
	font-size: inherit;
	line-height: inherit;
}

.main-body .alt-white {
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  .main-body .alt-white tr:nth-child(even) {
	background: #fff;
  }

.narrow{
	max-width:900px;
}

.top-buffer{
	padding-top:40px;
}

.emp-table{
	width: 90%;
	margin: 30px auto;
	padding: 10px 20px;
	border-radius: 10px;
}
.emp-table input{
	width:100%;
	padding: 5px;
	border:1px solid #e6e6e6;
	margin-bottom:10px;
}
.emp-table label{
	font-weight:bold;
}
.wht-box {
	background: #fff;
	padding: 25px;
	margin: 30px auto;
	border-radius: 10px;
}
#partner-trustbox{
	position:absolute; 
	top:0; 
	left:0; 
	background:#fff; 
	border-radius:20px; 
	width:250px; 
	padding:25px 25px 0px; 
	z-index: 1
}

/* Course Description */
#course-description{
	width:58%;
	max-width:500px;
	display:inline-block;
	vertical-align: top;
	margin-right:3%;
	margin-top:40px;
}
#course-desc-details{
	width:38%;
	max-width:400px;
	display:inline-block;
	vertical-align: top;
	margin-top:40px;
}
#course-desc-purchase-1{
	margin-top:30px;
	text-align: center;
}
#course-desc-purchase-1 .button{
	padding: 8px 35px;
	background: #00b67a;
}
#course-desc-purchase-1 .button:hover{
	background: #000;
}
#course-desc-purchase-2{
	margin-top:30px;
	text-align: center;
	display:none;
}
#course-desc-purchase-2 .button{
	padding: 8px 35px;
	background: #00b67a;
}
#course-desc-purchase-2 .button:hover{
	background: #000;
}

/*My Account*/
#ma-header{
	color: #fff;
	padding: 20px;
}
#in-progress-full{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	border-spacing: 0;
	border-collapse: collapse;
}
#in-progress-full tr:nth-child(even){
	background: #eff3fa;
}
#completed-full{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	border-spacing: 0;
	border-collapse: collapse;
}
#completed-full tr:nth-child(even){
	background: #eff3fa;
}
.ma-link-box{
	max-width:200px;
	margin: 0px auto;
	padding: 20px 10px;
	text-align: center;
	border-radius: 5px;
}
.ma-link-box:hover{
	background: #000;
	cursor: pointer;
	text-decoration: none;
}
.au-label{
	text-align: right;
	vertical-align: top;
	padding-right:10px;
}
.sales-message{
	border-radius: 10px;
	padding: 20px;
	max-width: 1200px;
	margin: 40px auto;
}
/*Mobile and Small Tablets - All new mobile CSS should go here*/
@media(max-width:800px){
	.emp-fullsize{
		display: none;
	}
	.emp-mobile{
		display: block;
	}
	.package-info-box-container{
		width:95%;
		min-width:200px;
	}
	.lower-info-box{
		margin: 0px auto 40px;
	}
	.package-price{
		width:35%;
	}
	.package-price-n{
		width:35%;
	}
	.package-button-div{
		width: 63%;
	}
	#select-courses{
		width:80%;
	}
	#approval-info-container{
		width:90%;
		padding:4%;
	}
	.emp-table{
		width:95%;
		padding:10px;
	}
	#partner-trustbox{
		position:relative; 
		margin: auto;
	}
	.mob-only{
		display: initial;
	}
	.mob-only-tr{
		display: table-row;
	}
	.mob-hide{
		display: none;
	}
	#course-desc-purchase-1{
		display: none;
	}
	#course-desc-purchase-2{
		display: block;
	}
	#course-description{
		width: 95%;
		display: block;
		max-width: 800px;
		margin: 30px auto 0px;
	}
	#course-desc-details{
		width: 95%;
		display: block;
		max-width: 800px;
		margin: 30px auto 0px;
	}
	.top-buffer{
		padding-top: 10px;
	}
	#indiv-courses-primary{
		display:none;
	}
	.faq-button-container a.faq-button {
		width: 100%; /* Ensure full width for the button */
		font-size: 16px; /* Reduce font size slightly */
		padding: 10px 5px; /* Add some padding */
		box-sizing: border-box; /* Make sure padding doesn’t overflow */
		text-align: center; /* Center the text within the button */
	}
	#ch-course-title{
		width: 100%;
	}
	#ch-start-button{
		width: 100%;
		text-align: left;
		margin: 10px 0px 25px;
	}
	#ch-progress-bar{
		font-size:inherit;
		width:100%;
	}
	#ch-progress-bar .time-remaining{
		margin-left:20px;
		margin-top: 0px;
	}
	#progress-circle{
		display: block;
	}
	#ch-course-details-link{
		width: 100%;
		text-align: left;
		font-size:inherit;
	}
	#ch-units-container{
		width: 92%;
		margin: 40px auto;
		display:block;
	}
	.tooltip {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        width: 300px; 
        padding: 12px;
    }
	.tooltip::after,
    .tooltip::before {
        content: none; /* Hides the arrow */
    }
	#ch-featured-container{
		width: 92%;
		margin: auto;
		display:block;
	}
	.two-col-div{
		width: 100%;
	}
	.two-col-div.ch-study-button{
		width:48%;
	}
	.two-col-div-right{
		text-align: left;
	}
	.three-col-div{
		width: 100%;
	}
	.four-col-div{
		width: 100%;
		margin-bottom:20px;
	}
	.ch-section-title{
		max-width:88%;
	}
	.ch-featured{
		width:96%;
		margin: 0px auto 30px;
	}
	#in-progress-mobile{
		width: 100%;
		margin: auto;
		border-spacing: 0;
		border-collapse: collapse;
	}
	#in-progress-mobile tr:nth-child(4n + 1), #in-progress-mobile tr:nth-child(4n + 2){
		background: #eff3fa;
	}
	#completed-mobile{
		width: 100%;
		margin: auto;
		border-spacing: 0;
		border-collapse: collapse;
	}
	#completed-mobile tr:nth-child(4n + 1), #completed-mobile tr:nth-child(4n + 2){
		background: #eff3fa;
	}
	#ma-header{
		margin: 0px -5%;
	}
}

@media (max-width: 1200px) {
	#ph-container{
		display: block;
		margin: 25px auto 0px;
	}
	.partner-highlight:nth-child(odd){
		margin-top: 0px;
	}
	.partner-highlight{
		margin-bottom:75px;
	}
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	#home-featured-image{
		display:none;
	}
	#home-course-select{
		width:100%;
		min-height:150px;
	}
	#home-course-select-video-1{
		display: none;
	}
	#home-course-select-video-2{
		width:100%;
		min-height:150px;
		display:block;
	}
	#course-select-container-1{
		margin-right: 0px;
	}	
	.hero{
		padding-top: 0px;
	}
	.footer-nav{
		padding-left:20px;
	}
	.course-select-mod{
		margin-top: 0px;
	}
	.home-box-button{
		text-align:center;
	}
	#mobile-menu{
		display:inline-block;
		position:absolute;
		left:10px;
		font-size:35px;
	}
	.column_image{
		display:none;
	}
	.footer-show{
		display:block;
	}
	.footer-hide{
		display:none;
	}
	.home-row{
	height: 250px;
}
	#mlo-state-select{
	width:300px;
	font-size:16px;
}
	#mlo-state-options{
		width:300px;
		font-size:16px;
	}
	.mlo-title-div{
		width:300px;
	}
	#mlo-purchase-box{
		width:90%;
		padding:10px;
		margin: 60px auto 20px;
	}
	#price-info{
		width:40%;
	}
	#discounted-price{
		padding-left:0px;
		font-size:20px;
	}
	#mlo-featured-1{
		min-width:300px;
		margin:auto;
		width:90%;
		padding:0% 5%;
	}
	#mlo-featured-2{
		min-width:300px;
		margin:auto;
		width:90%;
		padding: 0% 5% 10px;
	}
	#mlo-featured-1-info{
		display: none;
	}
	#mlo-custom-courses{
		min-height: 0px;
	}
	#mlo-section-spacer-1{
		display:none;
	}
	#mlo-headline{
		display: none;
	}
	#mlo-headline-mob{
		display: block;
	}
	#partner-featured-right{
		display:none;
	}
	#partner-featured-left{
		width:100%;
		min-height: 0px;
		margin-bottom:40px;
		margin-top: -30px;
	}
	#partner-image-right{
		display:none;
	}
	#partner-headline-left{
		width: 100%;
	}
	#partner-home-info{
		width: 90%;
		margin-top: -40px;
	}
	.partner-icon-row{
		display:none;
	}
	.partner-icon-table{
		display: block;
		text-align:center;
	}
	.partner-icon-img{
		margin-bottom: 0px;
	}
	#contact-us-section{
		padding: 50px 0px 0px;
	}
	.partner-contact-box{
		min-height:400px;
	}
	.partner-highlight{
		width:90%;
		padding: 20px 10px;
	}
	.partner-highlight:hover{
		background: initial;
	}
	.formatted-dialog-box{
		max-width:90%;
		left: 0%;
		transform: translate(0%, -50%);
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: none;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
#home-video{
	width: 90%;
	display: block;
	padding-top:35px;
	margin: auto;
}
#welcome-video{
	width: 100%;
}
	#home-featured-image{
		display:none;
	}
	#home-course-select{
		width:100%;
		min-height: 150px;
	}
	#home-course-select-video-1{
		display:none;
	}
	#home-course-select-video-2{
		width:100%;
		min-height: 150px;
		display: block;
	}
	#course-select-container-1{
		margin-right: 0px;
	}	
	.hero{
		padding-top: 0px;
	}
	.footer-nav{
		padding-left:20px;
	}
	.course-select-mod{
		margin-top: 0px;
	}
	.home-box-button{
		text-align:center;
	}
	#mobile-menu{
		display:inline-block;
		position:absolute;
		left:10px;
		font-size:35px;
	}
	.column_image{
		display:none;
	}
	.footer-show{
		display:block;
	}
	.footer-hide{
		display:none;
	}
	.home-row{
	height: 250px;
}
	#mlo-state-select{
	width:300px;
	font-size:16px;
}
	#mlo-state-options{
		width:300px;
		font-size:16px;
	}
	.mlo-title-div{
		width:300px;
	}
	#mlo-purchase-box{
		width:90%;
		padding:10px;
		margin:60px auto 20px;
	}
	#price-info{
		width:40%;
	}
	#discounted-price{
		padding-left:00px;
		font-size:20px;
	}
	#mlo-featured-1{
		min-width:300px;
		margin:auto;
		width:90%;
		padding:0% 5%;
	}
	#mlo-featured-2{
		min-width:300px;
		margin:auto;
		width:90%;
		padding: 0% 5% 10px;
	}
	#mlo-featured-1-info{
		display: none;
	}
	#mlo-custom-courses{
		min-height: 0px;
	}
	#mlo-section-spacer-1{
		display: none;
	}
	#mlo-headline{
		display: none;
	}
	#mlo-headline-mob{
		display: block;
	}
	#partner-featured-right{
		display:none;
	}
	#partner-featured-left{
		width:100%;
		min-height: 0px;
		margin-bottom:40px;
		margin-top: -30px;
	}
	#partner-image-right{
		display:none;
	}
	#partner-headline-left{
		width: 100%;
		margin-top: -50px;
	}
	#partner-home-info{
		width: 90%;
		margin-top: -20px;
	}
	.partner-icon-row{
		display:none;
	}
	.partner-icon-table{
		display: block;
		text-align:center;
	}
	.partner-icon-img{
		margin-bottom: 0px;
	}
	#contact-us-section{
		padding: 50px 0px 0px;
	}
	.partner-contact-box{
		min-height: 400px;
		width:80%;
	}
	.partner-contact-container{
		width:80%;
	}
	.partner-highlight{
		width:90%;
		padding: 20px 10px;
	}
	.partner-highlight:hover{
		background: initial;
	}
	.formatted-dialog-box{
		max-width:90%;
		left: 0%;
		transform: translate(0%, -50%);
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 50%;
}
.text_column {
	width:48%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:5px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	.footer-nav{
		padding-left: 20px;
	}
	.footer-show{
		display: block;
	}
	.footer-hide{
		display:none;
	}
	nav ul li{
		margin-right:40px;
	}
	#featured-img{
		width:250px; 
		margin-left:0%;
		margin-top: 30px;
	}
	.partner-featured #featured-img{
		display:none;
	}
	#partner-trustbox{
		position:relative; 
		margin: auto;
	}
	.home-row{
	height: 250px;
	}
	.home-info-icon{
	max-height: 200px;
	max-width: 300px;
	margin-top:30px;
	}
	.home-info-container{
		width:90%;
	}
}
