@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;	
}
body {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.certified {
	background-color: #FEF1CD;
	padding: 14px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
    margin-top: 0px;
    font-weight: 800;
}
input, textarea {
    margin-bottom: 8px;
}
.headerimage {
    margin-top: 0px;
    position: relative;
    min-height: 800px;
    overflow: hidden;
    background-color: #007041;
}
.headertext {
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.coursetype {
    background-color: rgba(243,243,243,0.90);
    padding: 15px 15px 30px 15px;
    margin-bottom: 30px;
    position: relative;
}
.classhead a {
	color: #FFF;
	text-decoration: underline;
}
.darkbg {
    background-color: rgba(80,80,80,0.90);
    color: #CCC;
}
.coursetype h2 {
    margin-top: 0px;
}
.coursetype p {
    padding-bottom: 200px;
}
.coursetype ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 30px 0px;
    padding-top: 20px;
    border-top: solid 1px #CCC;
    position: absolute;
    bottom: 30px;
    left: 5%;
    width: 90%;
}
.coursetype li {
    padding: 5px 0px;
}
.coursetype .learnmore {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: right;
}
.circle {
    height: 65px;
    width: 65px;
    background-color: #D6D6D6;
    border-radius: 100%;
    border: solid 1px #AEAEAE;
    position: relative;
    margin: auto;
}
.onlinecolor {
    background-color: rgba(86,80,212,0.80);
    border: solid 1px rgba(255,255,255,0.35);
}
.inpersoncolor {
    background-color: rgba(93,156,36,0.45);
    border: solid 1px rgba(255,255,255,0.35);
}
.hybridcolor {
    background-color: #6c8589;
    border: solid 1px rgba(255,255,255,0.35);
}
.circle-lg {
    height: 300px;
    width: 300px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    left: -300px;
    top: 60px;
    opacity: 0;
}
.circle-lg2 {
    height: 300px;
    width: 300px;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    right: -300px;
    top: 60px;
    opacity: 0;
}
.greybg {
    padding: 100px 50px;
    text-align: center;
    border: solid 1px #FFF;
}
#upcoming td, #machinescovered td, #whatsincluded td {
    padding: 8px 0px;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 200;
}
.classcard {
    background-color: #FFF;
    padding: 20px;
    height: 430px;
    position: relative;
}
.classcard h4 {
	font-size: 13.5px;
}
.hours {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 75px;
    background-color: #666;
    color: #CCC;
    text-align: center;
    font-family: 'futura-pt', sans-serif;
    font-weight: normal;
    line-height: 20px;
	padding-left: 20px;
}
.hours .time {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 0px;
    color: #FFF;
	text-align: left;
}
.hours .day {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #FFF;
	text-align: left;
}
.hours .label {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
}
.Certification, .Qualification {
    background-color: #ffbf3f;
    margin: -20px -20px 20px -20px;
    padding: 20px;
    text-transform: uppercase;
}
.Recertification {
    background-color: #EBE900;
    margin: -20px -20px 20px -20px;
    padding: 20px;
    text-transform: uppercase;
}
.time svg, .day svg {
	width: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.type {
    font-weight: 100;
    margin-bottom: 20px;
}
.title {
    font-weight: normal;
	margin-top: 40px;
}
.divider {
    position: absolute;
    bottom: 80px;
    border-bottom: solid 1px #CCC;
    width: 90%;
    height: 2px;
    left: 5%;
}
.details {
	position: absolute;
    bottom: 23px;
    left: 20px;
    font-size: 14px;
    line-height: 16px;
    width: 50%;
}
.details a {
	color: #4d9c20;
}
.register {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    background-color: #e87722;
    color: #FFF;
    padding: 10px 14px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    cursor: pointer;
    font-size: 12px;
}
.register:hover {
    background-color: #BC5C13;
    color: #FFF;
}
.carousel-control {
    background: none !important;
    text-shadow: none;
}
.customtrainingdetails ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.custombutton {
	color: #CCC; 
	text-decoration: none;
}
.custombutton:hover {
	color: #FFF; 
	text-decoration: none;
}
.custombutton:hover div {
	border: solid 1px #FFF;
	background-color: rgba(255,255,255,0.10);
}
.custombutton div {
	text-align: center; 
	font-size: 30px; 
	font-family: 'futura-pt', sans-serif; 
	text-transform: uppercase; 
	padding: 20px 10px; 
	border: solid 1px #CCC; 
	margin-top: 20px;
}
.scheduledetails {
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 100%; 
	padding: 20px; 
	background-color: #666666; 
	color: #CCC;
}
@media (max-width: 700px) {
.headerimage {
    min-height: inherit;
}
.headertext {
    position: relative;
    top: inherit;

    left: inherit;
    transform: none;
    padding: 20px;
}
.scheduledetails {
	position: relative; 
	top: 0px;
	left: -5px;
}
.greybg {
	padding: 40px 20px 10px 20px !important;
}
}
