
/*******************************************/
/****************  Golbal  ****************/
/*****************************************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {background-color:#21252b; color: #575757; font-family: "OpenSans-Regular", Arial, sans-serif; font-size: 14px;}
.main {background-color: #edf1f5;}
.sitewidth {margin: 0 auto; max-width: 1003px; padding: 0 10px; }
.nowrap {white-space: nowrap;}
.aligntop {vertical-align: top;}
.alignright {text-align: right;}
.mobileOnly {display: none !important;}

.videoWrapper {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
     height: 0;
     width: 100%; /* You can set this width to whatever suits your needs */
     margin: 0 auto;
}

.videoWrapper video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

sup { 
    /*vertical-align: super;*/
    font-size: smaller;
	color:#2fc1d2;
	font-style:italic;	
}

/*
fieldset {
  padding: 1em;  
   border:1px solid #e75a24;
  }

  legend {
  padding: 0.2em 0.5em;
  border:1px solid #e75a24;
  color:#e75a24;
  font-size:90%;
  text-align:left;
  }
*/

@media screen and (max-width: 767px) {
	.mobilefull {margin-left: -10px; margin-right: -10px;}
	.mobileOnly {display: inline-block !important;}
	.noMobile {display:none;}
}


/********************/
/***** Typography ***/
/********************/
h1, h2, h3, h4, h5, h6, h7, p, li {font-weight: normal; line-height: 1.4;}
h1, h2, h3, h4, h5, h6, h7 {font-family: 'OpenSans-Semibold', Arial, sans-serif;}
h1 {text-transform: uppercase;}
h1 {color: #ffffff; font-size: }
	h1 span {color: #2fc1d2;}
h2 {color: #2fc1d2; font-size: 20px;}
h7 {color: #2fc1d2; font-size: 14px;}
a {text-decoration: none;}
	a:hover {text-decoration: underline;}
p {margin-bottom: 25px; line-height: 1.3;}
/*strong {font-weight: normal; font-family: 'OpenSans-Semibold', Arial, sans-serif; color:#2fc1d2;}*/
strong {font-weight:bold; font-family: 'OpenSans-Semibold', Arial, sans-serif;}

/********************/
/***** Header  *******/
/********************/
.header {width: 100%;}
.header .navwrapper {padding: 20px 0px 10px 0px; width: 100%;z-index:1000;} 
.header .logo {display: inline-block; float: left;margin-top:-5px;}
.header ul.navigation {float: right;}
.header ul.navigation > li {display: inline-block; }
/*.header ul.navigation > li:after {content: "/"; color: #2fb7c6; font-size: 15px; }
.header ul.navigation > li:last-child:after {content: ""; display: none;}*/
.header ul.navigation > li > a {color: #ffffff; display: inline-block; font-size: 13px; text-decoration: none; text-transform: uppercase; padding: 15px; margin-bottom: 0; position: relative; min-width: 130px; text-align: center;}
.header ul.navigation > li > a > span {display: block; }
.header ul.navigation > li:hover > a, 
.header ul.navigation > li.selected > a {background: url(../images/menu-hover.png) no-repeat center 0; background-size: 100% 100%;}
	.header ul.navigation > li:first-child:hover > a {background-image: url(../images/menu-hover-about.png)}
	.header ul.navigation > li:nth-child(2):hover > a {background-image: url(../images/menu-hover-courses.png)}
	.header ul.navigation > li:nth-child(3):hover > a {background-image: url(../images/menu-hover-licensing.png)}
	.header ul.navigation > li:last-child:hover > a {background-image: url(../images/menu-hover-contact.png)}

.header ul.navigation > li ul {display: none; position: absolute;z-index:1000;}
.header ul.navigation > li:hover ul {display: block; }
/*.header ul.navigation > li ul li { margin-bottom: 2px;}*/
.header ul.navigation > li ul li { margin-bottom: 0px;border-bottom:#008a95 1px Solid;}
/*.header ul.navigation > li ul li a {background: rgba(238,235,234,0.9); color: #354052; display: block; padding: 10px 20px;}*/
.header ul.navigation > li ul li a {background:#EEEEEE; color: #354052; display: block; padding: 10px 20px;}
.header ul.navigation > li ul li a:hover {background: #2FC1D2; color: #FFFFFF; text-decoration: none;}	

.header .navbar-toggle {display: none; margin-top: 5px;}
.header .navbar-toggle .icon-bar {background-color: #ffffff; display: block; height: 3px; width: 22px;}
.header .navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}

.header .mobile-search {background: url(../images/icon-search-header-mobile.png) center center; background-size: cover;display: inline-block; float: right; width: 20px; height: 19px; margin: 5px 30px 0 0; display: none;}
.header .header-search {float: right;}
/*.header .header-search input[type="text"] {background: url(../images/icon-search-header.png) no-repeat 13px 15px transparent; border:none; color: #2fc1d2; font-size: 13px; padding: 15px 0 15px 33px; margin-left: 10px; text-transform: uppercase; outline: none; width: 160px; border: 1px solid transparent;}*/
.header .header-search input[type="text"] {
	/*background: url(../images/icon-search-header.png) no-repeat 13px 15px;*/
	border:none;
	color: #2fc1d2;
	font-size: 13px;
	padding: 15px 15px 15px 33px;
	margin-left: 10px;
	text-transform: uppercase;
	outline: none;
	width: 103px;
	height: 45px;
	border: 1px solid transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: url(../images/icon-search-header.png) no-repeat 13px 15px rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: url(../images/icon-search-header.png) no-repeat 13px 15px rgba(255, 255, 255, 0.85);
}
.header .header-search input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2fc1d2;
}
.header .header-search input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #2fc1d2;
   opacity:  1;
}
.header .header-search input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #2fc1d2;
   opacity:  1;
}
.header .header-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #2fc1d2;
}
.header .header-search input[type="text"]:focus {border: 1px solid #ffffff;}

#exam_sm {display:none;}
#contact_sm {display:none;}
#about_mobile {display:none;}
#my_training_mobile {display:none;}
#courses_mobile {display:none;}
#exam_mobile {display:none;}


.header-special-message {
	position:absolute;
	z-index:1;
	
	width:100%;
	background: rgba(122, 122, 122, 0.95);
	color:#FFFFFF; !important
	padding:5px;
	font-size:14px;
}

.header-special-message  a {
	color:#6beefe;
	text-decoration:underline;
}

.header-special-message-drop a {
	color:#6beefe;
	font-size:20px;
	text-decoration:underline;
}

.header-special-message-drop {
	display:none;
	position:absolute;
	z-index:1;
	margin-top:18px;
	width:100%;
	background: rgba(80, 80, 80, 0.5);
	color:#FFFFFF;
	padding:5px;
	font-size:12px;
}

@media screen and (max-width: 767px) {
	.header-special-message {display:none;}
}

@media screen and (max-width: 965px) {
	.header .logo img {width: 80%;margin-top:5px;}
	.header ul.navigation > li > a {min-width: 0;padding: 15px 10px;}
	.header .header-search input[type="text"] {width: 103px;}
}

@media screen and (max-width: 857px) {
	.header .logo img {width: 70%;}
	.header ul.navigation > li > a {padding: 10px 8px;}
	.header .header-search input[type="text"] {background-position: 5px 10px; padding: 10px 0 10px 25px; width:103px;}
	#exam_sm {display:block;}
	#exam_main {display:none;}
	#contact_sm {display:block;}
	#contact_main {display:none;}
}

@media screen and (max-width: 767px) {
	.header {position: relative;margin-top:-70px;}
	.header .navwrapper {background: rgba(10, 43, 66, 0.64); padding: 10px 0;position: fixed;}
		.nav-open .header .navwrapper {background: #0b3047;}
	.header .logo, .header .navbar-toggle {padding: 20px 0; padding-top: 0; padding-bottom: 0;}
	.header .logo img {width: 60%}
	.header .navbar-toggle {display: inline-block; float: right; }
	.header .navbar-toggle:after {content:""; clear: both;}
	.header ul.navigation {display: none; background-color: #0b3047; float: none;  position: absolute; top: 44px; left: 0; width: 100%;z-index:1000}
		.header ul.navigation.collapsed {display: block;}
	.header ul.navigation > li {width: 100%;}
	.header ul.navigation > li:after {content: "";}
	.header ul.navigation > li > a {border-top: 2px solid #2fc1d2; display: block; font-size: 16px; padding: 15px 20px; position: relative; text-align: left;}
	.header ul.navigation > li > a.active {background: #2fc1d2;}
	.header ul.navigation > li:first-child > a {border-top: none;}
	.header ul.navigation > li > a:after {content: "+"; position: absolute; right: 20px; font-size: 30px; top: 7px;}
	.header ul.navigation > li > a.active:after {content: "-"; font-size: 40px; top: 0px;}
	.header ul.navigation > li:hover ul {display: none;}
	.header ul.navigation > li:hover > a,
	.header ul.navigation > li.selected > a {background: #2fc1d2;}
	.header ul.navigation > li > a.active + ul {display: block; position: relative;}
	.header ul.navigation > li ul li {margin-bottom: 0;}
	.header ul.navigation > li ul li a {padding: 15px 20px;}

	.header .mobile-search {display: inline-block;}
	.header .header-search {display: none; float: none; position: absolute; top: 44px; background: rgba(10, 43, 66, 0.64); padding: 10px 0; left: 0; width: 100%}
	.header .header-search.show {display: block; }
	.header .header-search input[type="text"] {width:103px;}
	
	.header h1 {padding-top:250px;}
	
	#exam_sm {display:none;}
	#exam_main {display:block;}
	#contact_sm {display:none;}
	#contact_main {display:block;}
	#about_mobile {display:block;}
	#about_full {display:none;}
	
	#my_training_mobile {display:block;}
	#my_training_full {display:none;}
	
	#courses_mobile {display:block;}
	#courses_full {display:none;}
	
	#exam_sm {display:none;}
	#exam_main {display:none;}
	#exam_mobile {display:block;}
}

/********************/
/***** Footer *******/
/********************/
.footer {background-color: #323942;}
.footer a:hover {text-decoration: underline;}
.footer-content {padding: 30px 0 35px;}
.footer-content ul {display: table;}
.footer-content ul li {border-left: 1px solid #51575e; display: table-cell; padding: 0 30px 0 30px; width: 13%;}
.footer-content ul li.footer-about {border-left: none; padding-left: 0; width: 13%;}
.footer-content ul li.footer-courses {width: 25%;}
.footer-content ul li.footer-licensing {width: 21%;}
.footer-content ul li.footer-signup {width: 21%;}
.footer-content ul li.footer-stay {width: 41.68%;}
.footer-content li a {color: #ffffff; display: block; margin-bottom: 10px; text-decoration: none;}
.footer-content li a:hover {text-decoration: underline;}
.footer-content h5 {color: #2fc1d2; font-size: 16px; margin-bottom: 10px;}
.footer-content h5 a {color: #2fc1d2; margin-bottom: 20px;}
.footer-content p {color: #8e99a7; margin-bottom: 10px;}
.footer-content .button {margin-bottom: 15px;}

.footer-content li .members a {display: inline;}

/*
.footer .social {background: url(../images/social-icons.png) no-repeat 0 0; display: inline-block; height: 23px; margin-right: 5px; width: 26px;}
.footer .social.linkedin {background-position: -33px 0;}
.footer .social.youtube {background-position: -66px 0;}
*/
.footer .social {background: url(../images/Social_Icon_Set.png) no-repeat 0 0; display: inline-block; height: 0px; margin-right: 15px; width: 26px;}
.footer .social.linkedin {background-position: -250px 325;}
.footer .social.youtube {background-position: -66px 0;}

.footer-members {background-color: #21252b; color: #bfbfbf; padding: 2px 0;}

.footer-copyright {background-color: #21252b; color: #bfbfbf; padding: 20px 0;}
.footer-copyright p {float: left; margin-bottom: 0;}
.footer-copyright ul {float: right;}
.footer-copyright ul li {display: inline;}
.footer-copyright ul li:before {content: "/"; color: #2fb7c6; font-size: 15px; }
.footer-copyright ul li:first-child:before {content: "";}
.footer-copyright ul li a {color: #ffffff; padding: 10px;}


@media screen and (max-width: 767px) {
	.footer-content ul {display: block;}
	.footer-content ul li {display: inline-block; float: left;}
	.footer-content ul li.footer-about {width: 100%;}
	.footer-content ul li.footer-courses {border-left: 0; padding-left: 0;margin-top: 20px;width: 100%;}
	.footer-content ul li.footer-courses-discipline {border-left: 0; padding-left: 0; width: 45%;clear:both; margin-top: 20px;}
	.footer-content ul li.footer-licensing {border-left: 0; padding-left: 0; width: 100%;clear:both; margin-top: 20px;}
	.footer-content ul li.footer-signup {width: 50%; margin-top: 20px;}
	.footer-content ul li.footer-stay {width: 100%; border-left: 0; padding-left: 0; margin-top: 20px;}
	.footer-copyright ul {float: left; margin-top: 20px; margin-bottom: 20px;}
	.footer-copyright ul li {line-height: 1.2;}
	.footer-copyright ul li:first-child a {padding-left: 0;}
	.footer-copyright p {margin-bottom: 0;}
	.footer-content .button { margin-bottom: 30px;}
}


/********************/
/** Form Elemens  **/
/********************/
/*old background is f9f9f9
select font was color: #7a7a7a;  */
input[type="text"], input[type="email"], input[type="password"],  textarea {background-color: #e5f1f5; border: none;  -webkit-appearance:none; padding: 10px; font-size: 14px; border-radius: 0;}
textarea {color: #0a2b42; font-family: 'OpenSans', Arial, sans-serif;}
select {background-color: #e5f1f5; border: none; font-size: 14px; padding: 8px; }

form fieldset {margin-bottom: 6px;}
form fieldset label {color: #0a2b42; font-family: 'OpenSans-Semibold', Arial, sans-serif; width: 39%; display: inline-block; vertical-align: middle;}



form fieldset label span {color: #2fc1d2;}
form fieldset label.aligntop {padding-top: 5px;}
form fieldset input[type="text"], input[type="password"], form fieldset input[type="email"], form fieldset select, form fieldset textarea  {width: 60%;}

/**#passwordform form fieldset input[type="password"]  {width:30%;}**/

form fieldset textarea {height: 100px;}
form fieldset .button {margin-top: 20px;}

.formContainer {background-color:#FFFFFF;padding:15px;}

.course-cat-search label {text-align:right;}

.brochureLink {color:#FFFFFF;}
.brochureTile {margin-right:8px;margin-bottom:10px;width:220px;height:390px;border:solid 3px #30c0d1;background:#FFFFFF;float:left}
.brochureTile:hover{border:solid 3px #008a95;background:#FFFFFF;text-decoration:underline;}
.brochureTile_Title {text-align:center;padding:10px 10px 25px 10px;height:55px;background:#008a95;}
.brochureTile_Image {text-align:center;padding:10px;}
.brochureRegion {clear:both;width:100%;padding:25px 0px 0px 0px;}

.brochure-form {background:#FFFFFF;padding:25px;}
.brochure-form label{width:25%;}
.brochure-form input[type="text"], input[type="password"], input[type="email"], select, textarea  {width:70%;}
.brochure-form .checkbox {padding-left:25%;}
.brochure-recaptcha {padding-top:15px;padding-left:26%;}
.brochure-form  .errormsg {padding-left:25%;color:#FF0000;}

@media only screen and (max-width: 767px) { 
	form fieldset label {width: 100%; margin-bottom: 10px;}
	form fieldset input[type="text"], form fieldset input[type="email"], form fieldset select, form fieldset textarea  {width: 100%;}
	
	.course-cat-search label {text-align:left;width:100%;}
	.course-cat-search .TextBox {width:100%;}
	
	/*.brochureTile {width:100%}*/
	
	.brochure-form label{width:100%;}
	.brochure-form input[type="text"], input[type="password"], input[type="email"], select, textarea  {width:100%;}
	.brochure-form .checkbox {padding-left:0%;}
	.brochure-recaptcha {padding-left:0%;transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
	.brochure-form  .errormsg {padding-left:0%;color:#FF0000;}
}

/********************/
/** Buttons / Links **/
/********************/
.button {background: url(../images/btn-arrow.png) no-repeat right top #e75a24; background-size: contain; color: #ffffff; border: none; display: inline-block; font-family: 'OpenSans-Semibold', Arial, sans-serif; outline: none;   padding: 8px 45px 9px 15px; text-transform: uppercase; cursor: pointer; font-size: 14px;}
	.button:hover {text-decoration: underline;}
a {color: #e75a24;}
	p a:hover {text-decoration: underline;}

.button1 {background: url(../images/btn-arrow.png) no-repeat right top #e75a24; background-size: contain; color: #ffffff; border: none; display: inline-block; font-family: 'OpenSans-Semibold', Arial, sans-serif; outline: none;   padding: 8px 45px 9px 15px; text-transform: uppercase; cursor: pointer; font-size: 14px;}
	.button:hover {text-decoration: underline;}
a {color: #e75a24;}
	p a:hover {text-decoration: underline;}

/*******************************************/
/****************  Pages   ****************/
/*****************************************/

/********************/
/*****  Home  *******/
/********************/
.home {}
.home .main {background: url(../images/hero-1.jpg) no-repeat center top #ffffff; min-height: 840px;}
	.home .main.hero-2 {background-image: url(../images/hero-2.jpg); background-color: #4b5563;}
	.home .main.hero-3 {background-image: url(../images/hero-3.jpg);}
	.home .main.hero-4 {background-image: url(../images/hero-4.jpg); background-color: #6d707e;}
	.home .main.hero-5 {background-image: url(../images/hero-5.jpg);}
	.home .main.hero-6 {background-image: url(../images/hero-6.jpg); background-color: #6d707e;}
	.home .main.hero-7 {background-image: url(../images/hero-7.jpg); background-color: #6d707e;}
	.home .main.hero-8 {background-image: url(../images/hero-8.jpg); background-color: #6d707e;}
	.home .main.hero-9 {background-image: url(../images/hero-9.jpg); background-color: #6d707e;}
	.home .main.hero-10 {background-image: url(../images/hero-10.jpg); background-color: #6d707e;}
	.home .main.hero-11 {background-image: url(../images/hero-11.jpg); background-color: #6d707e;}
	.home .main.hero-12 {background-image: url(../images/hero-12.jpg); background-color: #6d707e;}
.home h1 {font-size: 50px; margin: 90px 0 20px; line-height: 1;}
.home h1 span {font-size: 60px;}
.home .subheading {color: #ffffff; font-size: 22px;} 
.home-search {background: rgba(255, 255, 255, 0.2); padding: 20px; margin-top: 40px; margin-bottom: 140px; max-width: 600px; }

.home-search input[type="text"] {background: url(../images/icon-search.png) no-repeat 10px center #ffffff; border:none; color: #949494; margin-right: 5%; padding-left: 50px; width: 70%; float: left;} 
.home-search .button {width: 25%; float: right; height: 35px; font-size: 14px;}
.home .callouts {background: rgba(47, 193, 210, 0.92); padding:12px 0px; }
.home .callouts > div {background-repeat: no-repeat; background-position: 20px 20px; border-left: 1px solid #72cbd6; display: inline-block; width: 25%; float: left; padding: 10px 10px 10px 75px; min-height: 225px; position: relative;}
.home .callouts .licensing {background-image: url(../images/icon-home-licensing.png); border-left: none;}
.home .callouts .onsite {background-image: url(../images/icon-home-onsite.png);}
.home .callouts .online {background-image: url(../images/icon-home-online.png);}
.home .callouts .newsletter {background-image: url(../images/icon-home-newsletter.png);}
.home .callouts h5 {color: #ffffff; font-size: 21px; margin-bottom: 10px;width:75%;}
.home .callouts p {color: #1f272e; margin-bottom: 40px;}
.home .callouts a.button {bottom: 13px; position: absolute;}

.home .callouts-intl {background: rgba(47, 193, 210, 0.92); padding:12px 0px;margin-top:225px;}
.home .callouts-intl > div {background-repeat: no-repeat; background-position: 20px 20px; border-left: 1px solid #72cbd6; display: inline-block; width: 33%; float: left; padding: 10px 10px 10px 75px; min-height: 225px; position: relative;}
.home .callouts-intl .licensing {background-image: url(../images/icon-home-licensing.png); border-left: none;}
.home .callouts-intl .onsite {background-image: url(../images/icon-home-onsite.png);}
.home .callouts-intl .online {background-image: url(../images/icon-home-online.png);}
.home .callouts-intl h5 {color: #ffffff; font-size: 21px; margin-bottom: 10px;width:75%;}
.home .callouts-intl p {color: #1f272e; margin-bottom: 40px;}
.home .callouts-intl a.button {bottom: 13px; position: absolute;}

.home-intl-back {background:#FFFFFF}
.home-intl-section1 {padding:25px 0px;}
.home-intl-back ul.bullets {margin-left: 20px; margin-bottom: 25px;}
.home-intl-back ul.bullets li {background: url(../images/bullet.png) no-repeat 0 5px; padding-left: 15px; margin-bottom: 15px;}
.home-intl-back hr.contentbreak {background-color:#666666; height: 2px; width: 100%; margin: 35px 0 30px;}

@media screen and (max-width: 880px) {
	.home .callouts > div {padding: 10px 10px 10px 20px;}
	.home .callouts h5 {height:75px;}
	/*.home .callouts .licensing {background-image: url()}
	.home .callouts .onsite {background-image: url()}
	.home .callouts .online {background-image: url()}
	.home .callouts .newsletter {background-image: url()}*/
}

@media screen and (max-width: 767px) {
	.home .main {background: url(../images/mobile-hero-1.jpg) no-repeat center top #ffffff; min-height: 0; background-size: 100%;}
		.home .main.hero-2 {background-image: url(../images/mobile-hero-2.jpg);}
		.home .main.hero-3 {background-image: url(../images/mobile-hero-3.jpg);}
		.home .main.hero-4 {background-image: url(../images/mobile-hero-4.jpg);}
		.home .main.hero-5 {background-image: url(../images/mobile-hero-5.jpg);}
		.home .main.hero-6 {background-image: url(../images/mobile-hero-6.jpg);}
		.home .main.hero-7 {background-image: url(../images/mobile-hero-7.jpg);}
		.home .main.hero-8 {background-image: url(../images/mobile-hero-8.jpg);}
		.home .main.hero-9 {background-image: url(../images/mobile-hero-9.jpg);}
		.home .main.hero-10 {background-image: url(../images/mobile-hero-10.jpg);}
		.home .main.hero-11 {background-image: url(../images/mobile-hero-11.jpg);}
		.home .main.hero-12 {background-image: url(../images/mobile-hero-12.jpg);}
		
	.home h1 {font-size: 24px; line-height: 25px; margin-top: 70px;padding-top:50px;}
	.home h1 span {font-size: 40px;}
	.home .subheading {font-size: 15px; width: 60%;}
	.home-search {margin-bottom: 0; max-width: auto; padding: 15px 10px;}
	.home-search > div {background-color: #ffffff; width: 100%; min-height: 0;}
	.home-search input[type="text"] {float: left; width: 80%; margin-right: 0; height: 37px;}
	.home-search .button {background-image: url(../images/btn-home-arrow-mobile.png); background-color: #ffffff; background-size: cover; text-indent: -9999px; padding-left: 0; width: auto; float: right; height: 37px; margin-right: 0;}
	.home .callouts {background: rgba(47, 193, 210, 1); padding: 0;}
	.home .callouts > div {width: 100%; border-left: none; border-bottom: 1px solid #72cbd6; min-height: 0; padding: 20px 20px 20px 65px; background-position: 15px 20px; }
	.home .callouts .online {border-bottom: none;}
	.home .callouts a.button {bottom: auto; position: relative;}
	.home .callouts h5 {font-size: 18px;}
	.home .callouts .licensing {background-image: url(../images/icon-home-licensing.png)}
	.home .callouts .onsite {background-image: url(../images/icon-home-onsite.png)}
	.home .callouts .online {background-image: url(../images/icon-home-online.png)}
	.home .callouts .newsletter {background-image: url(../images/icon-home-newsletter.png)}
}

/*****************************/
/*****  Landing Pages  *******/
/*****************************/
.landing {background:#000000;}
.landing .landing-logo {float:left;padding-top:15px;position:absolute;}
.landing .main {background: url(../images/landing-train-anywhere-2.jpg) no-repeat center top #000000;min-height: 533px;}
.landing .content {background:#000000;}
.landing .box-left {display: inline;float:left;width:50%;padding-right:25px;}
.landing .box-right {display: inline;float:right;width:50%;padding-left:25px;}
.landing .landing-advantage {padding:15px;background:#434344;border-radius: 15px;}
.landing .landing-disciplines {padding:15px;background:#eeeeee;border-radius: 15px;width:300px;}
.landing .landing-disciplines a {font-weight:bold;}
.landing .title-text {color:#FFFFFF;font-size:40px;text-align:center;letter-spacing:3px; }
.landing .header-text {color:#32c1d3;font-size:32px;padding:15px 0px;}
.landing .header-text2 {color:#32c1d3;font-size:18px;font-weight:bold;}
.landing .content-bottom {background:#000000;color:#FFFFFF;min-height:735px;}

.landing ul.bullets {margin-left: 20px; margin-bottom: 25px;}
.landing ul.bullets li {background: url(../images/bullet.png) no-repeat 0 5px; padding-left: 15px; margin-bottom: 15px;}

/*****************************/
/*****  Landing Pages (BIM) *******/
/*****************************/
.landing-bim {background:#000000;}
.landing-bim .landing-logo {float:left;padding-top:15px;position:absolute;}
.landing-bim .main {background: url(../images/landing-Revit-2.jpg) no-repeat center 75px #000000;min-height: 533px;}
.landing-bim .content {background:#000000;}
.landing-bim .box-left {display: inline;float:left;width:50%;padding-right:25px;}
.landing-bim .box-right {display: inline;float:right;width:50%;padding-left:25px;}
.landing-bim .landing-advantage {padding:15px;background:#434344;border-radius: 15px;}
.landing-bim .landing-disciplines {padding:15px;background:#eeeeee;border-radius: 15px;width:300px;}
.landing-bim .landing-disciplines a {font-weight:bold;}
.landing-bim .title-text {color:#FFFFFF;font-size:40px;text-align:center;letter-spacing:3px; }
.landing-bim .header-text {color:#32c1d3;font-size:32px;padding:15px 0px;}
.landing-bim .header-text2 {color:#32c1d3;font-size:18px;font-weight:bold;}
.landing-bim .content-bottom {background:#000000;color:#FFFFFF;min-height:1050px;}

.landing-bim ul.bullets {margin-left: 20px; margin-bottom: 25px;}
.landing-bim ul.bullets li {background: url(../images/bullet.png) no-repeat 0 5px; padding-left: 15px; margin-bottom: 15px;}



@media screen and (max-width: 767px) {
	.landing .main {background: url(../images/landing-train-anywhere-mobile-1.jpg) no-repeat center top #ffffff; min-height: 350px;; background-size: 100%;}
	.landing .landing-logo {float:none;padding-top:15px;position:relative;}
	.landing .title-text {font-size:38px;letter-spacing:2px;psdding-top:10px;}
	.landing .box-left {display:relative;float:none;}
	.landing .box-right {display:relative;float:none;}
}

/********************/
/**  Inner pages ***/
/********************/
.inner {}
.inner h1 {font-size: 30px; margin-top: 70px;}
	.inner h1 span {font-size: 50px; line-height: 0.8;}
	.inner h1 .subheading {font-size: 14px; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.inner h2 {font-size: 20px; margin-bottom: 25px;}
.inner h3 {color: #575757; font-size: 15px; margin-bottom: 25px;}
.inner ul.bullets {margin-left: 20px; margin-bottom: 25px;}
.inner ul.bullets li {background: url(../images/bullet.png) no-repeat 0 5px; padding-left: 15px; margin-bottom: 15px;}


.inner .header {background-repeat: no-repeat; background-position: center top; min-height: 260px;}
	.inner.section1 .header {background-image: url(../images/banner-section1.jpg);}
	.inner.section2 .header {background-image: url(../images/banner-section2.jpg);}
	.inner.section3 .header {background-image: url(../images/banner-section3.jpg);}
	.inner.section4 .header {background-image: url(../images/banner-section4.jpg);}
	.inner.section5 .header {background-image: url(../images/banner-section5.jpg);}
	.inner.section6 .header {background-image: url(../images/banner-section6.jpg);}
	.inner.section7 .header {background-image: url(../images/banner-section7.jpg);}
	.inner.section8 .header {background-image: url(../images/banner-section8.jpg);}
	.inner.section9 .header {background-image: url(../images/banner-section9.jpg);}
	.inner.section10 .header {background-image: url(../images/banner-section10.jpg);}
	.inner.section11 .header {background-image: url(../images/banner-section11.jpg);}
	.inner.section14 .header {background-image: url(../images/banner-section14.jpg);}
.inner .navwrapper {background: rgba(10, 43, 66, 0.64);}
.inner .content {padding: 25px 0;}

.inner hr.contentbreak {background-color: #ffffff; height: 2px; width: 100%; margin: 35px 0 30px;}
.inner hr.contentbreakgrey {background-color: #eeeeee; height: 2px; width: 100%; margin: 35px 0 30px;}

@media screen and (max-width: 835px) {
	.inner .header { background-position: 60% top;}
}

@media screen and (max-width: 767px) { 
	.inner .header {background-size: cover; background-position: center center;}
	.inner.section1 .header {background-image: url(../images/banner-section1-mobile.jpg);}
	.inner.section2 .header {background-image: url(../images/banner-section2-mobile.jpg);}
	.inner.section3 .header {background-image: url(../images/banner-section3-mobile.jpg);background-position: 60% top; }
	.inner.section4 .header {background-image: url(../images/banner-section4-mobile.jpg);background-position: 80% top; }
	.inner.section5 .header {background-image: url(../images/banner-section5-mobile.jpg);}
	.inner.section6 .header {background-image: url(../images/banner-section6-mobile.jpg);}
	.inner.section7 .header {background-image: url(../images/banner-section7-mobile.jpg);}
	.inner.section8 .header {background-image: url(../images/banner-section8-mobile.jpg);}
	.inner.section9 .header {background-image: url(../images/banner-section9-mobile.jpg);}
	.inner.section10 .header {background-image: url(../images/banner-section10-mobile.jpg);}
	.inner.section11 .header {background-image: url(../images/banner-section11-mobile.jpg);}
	.inner.section14 .header {background-image: url(../images/banner-section14-mobile.jpg);}
	
	.inner h1 {width: 70%;}
}


/********************/
/**  Section 2   ***/
/********************/

/* Search box */
.search-box {background-color: #ffffff; padding: 20px; margin-top: 30px; margin-bottom: 15px;}
.search-box label {color: #0a2b42; font-family: 'OpenSans-Semibold', Arial, sans-serif; margin-right: 5px;}
/*.search-box input[type="text"], .search-box select {background-color: #f5f5f5; border: 2px solid #d4d6d9;}*/
.search-box input[type="text"], .search-box select {background-color: #f5f5f5; border: 2px solid #d4d6d9;}
.search-box label {display: inline-block; width: 30%;}
.search-box input[type="text"] {width: 65%;}
.search-box select {width: 50%;}
.search-box .button {font-size: 14px;}

@media screen and (max-width: 767px) { 
	.search-box label {width: 40%; padding-bottom:10px;}
	.search-box input[type="text"] {width: 100%;}
	.search-box.container div {margin-bottom: 15px;}
}

/* Options box */
.option-box {background-color: #ffffff; padding: 25px; margin-bottom: 25px; width: 95%;}
.option-box h6 {color: #0a2b42; font-family: 'OpenSans-Semibold', Arial, sans-serif; font-weight: normal; margin-bottom: 15px;}
.option-box .options {margin-bottom: 15px;}
.option-box .options > div {display: block;}
	.option-box .options.single-col > div {width: 100%;}
.option-box .options > div > div {display: table; vertical-align: top; margin-bottom: 5px;}
.option-box .options input[type="checkbox"], .option-box .options label {display: table-cell; }
.option-box .options input[type="checkbox"] {margin: 0 10px 0 0; }

.filterToggle {color: #e75a24;}

@media screen and (max-width: 767px) { 
	.courseListsWrapper {overflow: hidden;}
	.courseLists {position: relative; min-height: 785px; 
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.courseLists.show-options {left: 210px;}
	.container .grid_6 .option-box {width: 200px; position: absolute; top: 0; left: -210px;}
	/*.option-box .options > div {width: 50%; display: inline-block; float: left;}
*/
}

/* Course search pagination */
.top-pagination {margin-bottom: 20px;}
.top-pagination select {background-color: #ffffff; float: left; }
.pagination {display: inline-block; float: right; margin-top: 10px;}
.pagination > li {display: inline; }
.pagination > li > a { border-left: 1px solid #b7bfc7; color: #e75a24; position: relative; float: left; padding: 0 10px; }
.pagination > li:first-child > a {border-left: none;}
.bottom-pagination {margin-top: 30px;}


/* Course search result table */
.result-heading {background-color: #2fc1d2; color: #ffffff; font-size: 18px; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.result-heading > div, .result-item > div {padding: 15px 15px;}
.result-heading > div {border-left: 1px solid #ffffff;}
	.result-heading > div:first-child {border-left: none;}
.result-heading .sort {background: url(../images/icon-sort.png) no-repeat 95% center;}
.result-heading, .result-item {display: table; vertical-align: top;}
.result-heading .grid_4, .result-heading .grid_5, .result-heading .grid_15,
.result-item .grid_4, .result-item .grid_5, .result-item .grid_15 {display: table-cell; float: none; vertical-align: top}
.result-item {color: #575757; background-color: #ffffff;} 	
	.result-item > div {border-left: 1px solid #edf1f5;}
	.result-item > div:first-child {border-left: none;}
.result-item:nth-child(odd) {background-color: #e2e6ea; } 
	.result-item:nth-child(odd) > div {border-left: 1px solid #ffffff;}
	.result-item:nth-child(odd) > div:first-child {border-left: none;}

.courses strong{font-weight: normal; font-family: 'OpenSans-Semibold', Arial, sans-serif;color:#575757}
.courses ul.bullets {margin-left: 20px; margin-bottom: 25px;}
.courses ul.bullets li {background: url(../images/bullet.png) no-repeat 0 5px; padding-left: 15px; margin-bottom: 15px;}

.CourseListingImage {width:30%;float:right;}

@media screen and (max-width: 767px) { 
	.result-heading {display: none;}
	.result-item, .result-item:nth-child(odd) {background-color: #ffffff;}
	.result-item {border-bottom: 1px solid #e2e6ea; padding: 20px; display: block}
	.result-item .grid_4, .result-item .grid_5, .result-item .grid_15 {display: inline-block; }
	.result-item > div {border:none; padding: 0;}
	.result-item > div:first-child {color: #2fc1d2; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
	.CourseListingImage {width:100%;float:none;padding-bottom:25px;}
}


/********************/
/** Course Details **/
/********************/
.courseDetails {font-size: 16px;}
.courseDetails span {color: #2fc1d2;}
.courseDetails label {color: #0a2b42; display: block; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
p.courseDetails {margin-bottom: 20px;}
.courseDesc {margin-bottom: 30px;}
.courseDesc .button.mobileOnly {margin-top: 30px;}

.timenotes {border:#999999 thin 1px;padding:10px;background:#666666;color:#FFFFFF;width:100%;margin-bottom:25px;}

.courseCost {border-bottom:1px solid #CCC;padding-top:10px;}

/* Tabs */
.horizontalTab {margin-top: 10px;}
.resp-tabs-container {padding: 0px; background-color: #fff; clear: left;min-height:550px; }
ul.resp-tabs-list {margin: 0px; padding: 0px; }
.resp-tabs-list li {background-color: #0a2b42; border-left: 2px solid #ffffff; color:#ffffff; cursor: pointer; font-family: 'OpenSans-Semibold', Arial, sans-serif; font-size: 14px; display: inline-block; float: left; list-style: none; padding: 13px 0; margin: 0; text-transform: uppercase; width: 23%; text-align: center; }
	.resp-tabs-list li:first-child {border-left: none;}
	.resp-tabs-list li.resp-tab-active {border-bottom: none; background-color: #fff; color: #0a2b42; margin-bottom: -1px !important;}
.resp-content-active, .resp-accordion-active {display: block;}
.resp-tab-content {display: none; padding: 40px 30px;}
.resp-tab-content h4 {color: #2fc1d2; font-size: 16px; margin-bottom: 20px; text-transform: uppercase; }
.resp-tab-content ul.bullets {margin-left: 0;}
.resp-tab-content ul.bullets li {background: none; margin-bottom: 4px;}
.resp-tab-content ul.bullets li:before {content: '\2022'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: -3px; color: #2fc1d2; font-size: 20px; }

#Course-Desc-Container ul {margin-left:15px;margin-bottom:25px;}
#Course-Desc-Container ul li {background: url(../images/bullet.png) no-repeat 0 5px; padding-left: 15px; margin-bottom: 5px;}
#Course-Desc-Container ul ul {background: none; margin-bottom:0px;}
#Course-Desc-Container ul ul li {background: none; margin-bottom: 4px;}
#Course-Desc-Container ul ul li:before {content: '\2022'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: -3px; color: #2fc1d2; font-size: 20px; }

h3.resp-accordion {display: none; background-color: #0a2b42; cursor: pointer;  color: #ffffff; font-size: 14px; height:35px; margin: 0 0 5px; padding: 20px 10px; text-transform: uppercase;}
h3.resp-tab-active {}

h3.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important; background: blue;}
.resp-arrow {background-color: #e75a24; width: 20px; height: 20px; float: right; position: relative;margin-top:-10px;}
.resp-arrow:before {content: "+"; color: #ffffff; font-size: 20px;  font-family:  Arial, sans-serif; font-size: 20px; position: absolute; top: 10px; left: 4px;}
h3.resp-tab-active span.resp-arrow:before {content: "-"; top: 8px; left: 7px;}

.courseRightRail {padding-top: 10px;}
/*.courseRightRail {padding-top: 85px;}*/

.wishlist {
	float:right;
	font-size:18px;
	margin-right:10px;
}

.courseDetails-NoLike-head {margin-bottom: 10px;padding-top:25px;}
/*.cta_upcoming h5 {background-color: #0a2b42; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}*/
.courseDetails-NoLike-head h5 {background-color: #34bed0; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}
.courseDetails-NoLike-head h6 {color: #e75a24; font-family: "OpenSans-Regular", Arial, sans-serif; font-weight: normal; font-size: 13px; margin-bottom: 0px;}
.courseDetails-NoLike-head p {color: #575757; font-size: 14px; margin-bottom: 10px;}
.courseDetails-NoLike-head p span {color: #2fc1d2; }
.courseDetails-NoLike-head hr {background: #e9e9e9; height: 1px; margin-bottom: 10px;}
.courseDetails-NoLike-head h6, .cta_upcoming p, .cta_upcoming a.button {margin-left: 13px; margin-right: 13px;}
.courseDetails-NoLike-head a.button {margin-top: 20px;}

.courseDetails-NoLike {background:#FFFFFF;padding:15px;}

.courseDetails-NoLike-checkbox {float:left;width:210px;padding:20px 10px 20px 0px;}
.courseDetails-NoLike-other {clear:both;padding:15px 10px;}

.courseDetails-NoLike-other input[type="text"] {width:475px;}

.courseDetails-NoLike-checkbox label {display:block;padding:4px 0px 0px 30px;;}

.courseDetails-NoLike-checkbox:checked::before, .courseDetails-NoLike-checkbox input[type="checkbox"] {
	position:absolute;
    clip: rect(0,0,0,0);
    clip: rect(0 0 0 0);
}

.courseDetails-NoLike-checkbox:checked,
input[type="checkbox"] + div::before {
    position:absolute;
	content: url('https://www.epictraining.ca/images/Check_Box_sm.png');
}

.courseDetails-NoLike-checkbox input[type="checkbox"]:checked + div::before {
    position:absolute;
	content: url('https://www.epictraining.ca/images/Check_Box_sm_checked.png');
}

.courseDetails-NoLike-recaptcha {padding:15px 0px;}

.feedback-response-container {position:fixed;margin-top:125px;text-align:center;width:100%;}
.feedback-response {color:#FFFFFF;font-size:18px;display:inline-block;width:440px;border:Solid 3px #32c1d3;background:#062b41;padding:15px;border-radius:10px;box-shadow: 2px 2px 2px #000000;}
.feedback-response-error {color:#FF0000;font-size:18px;display:inline-block;width:440px;border:Solid 3px #32c1d3;background:#FFFFFF;padding:15px;border-radius:10px;box-shadow: 2px 2px 2px #000000;}
.feedback-response span {font-size:18px;color:#32c1d3; }

.minReg {clear:both;font-size:14px;padding:15px 0px;}

@media screen and (max-width: 565px) {
	.courseDetails-NoLike-other input[type="text"] {width:350px;}
	.courseDetails-NoLike-recaptcha {padding-left:0%;transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width: 365px) {
	.courseDetails-NoLike-other input[type="text"] {width:250px;}
	.courseDetails-NoLike-other {clear:both;padding:15px 5px;}
}

@media only screen and (max-width: 767px) {
	.resp-tabs-container {min-height:100%}
	
	.courseDetails {margin-bottom: 30px;}

    ul.resp-tabs-list {display: none;}
    h3.resp-accordion {display: block;}
    .resp-tab-content {padding: 20px;}

    .courseRightRail {padding-top: 40px;}
	
	.wishlist {float:none;clear:both;display:block;margin-bottom:15px;}
	
	.courseButtons {clear:both;padding-right:0px;padding-top:25px;}
	
	.courseDetails-NoLike-head {display:none;}
	
	.feedback-response-container {margin-top:56px;text-align:right;z-index:999;width:95%;}
	.feedback-response {font-size:10px;width:125px;padding:5px;text-align:center;}
	.feedback-response-error {font-size:10px;width:125px;padding:5px;text-align:center;}
	.feedback-response span {font-size:12px;height:75px;padding:5px;}

}


/********************/
/**  Contact Us  ***/
/********************/
.contact-box {background-color: #ffffff; padding: 30px; margin-bottom: 25px;}
.contact-box form {width: 70%; float: left; border-right: 1px solid #d4d6d9; padding-right: 5%;}
.contact-info {width: 25%; float: right;}
.contact-info h4 {color: #000000; font-family: 'OpenSans-Semibold', Arial, sans-serif; margin-bottom: 20px; }
.contact-info li {background: url(../images/contact-icons.png) no-repeat 0 3px; min-height: 22px; padding-left: 30px; margin-bottom: 20px;}
	.contact-info li.phone {background-position: 0 -117px;}
	.contact-info li.fax {background-position: 0 -235px;}
	.contact-info li.email {background-position: 0 -350px;}
	.contact-info li.website {background-position: 0 -403px;}
.contact-info li a {color: #e75a24;}
.contact-recaptcha {padding-top:15px;padding-left:40%;}
.contactError {color:#990000;font-weight:bold;align:center;}

.partner-container {clear:both;display:block; }
.partner-image {float:left;width:225px;height:100px;padding:10px;background-color:#FFFFFF; alignment-adjust:middle }
.partner-blank {float:left;width:225px;height:85px;background-color:#FFFFFF;}


@media screen and (max-width: 767px) {
	.contact-box {padding: 20px;} 
	.contact-box form {width: 100%; border-top: 1px solid #d4d6d9; border-right: none; padding-top: 30px;}
	.contact-info {width: 100%; margin-bottom: 30px;}
	.contact-recaptcha {padding-left:0%;transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/********************/
/**  Partners     ***/
/********************/
.partner-container {padding: 0px; clear: left; position: relative; width: 100%;}
.partner-box-logo{float:left; width:25%; margin:0 auto; vertical-align: text-top; }
.partner-image {display: block; margin-left: auto; margin-right: auto;width:85%;height:auto;}
.partner-box{float:left; width:75%; margin:0 auto;}

@media screen and (max-width: 767px) {
	.partner-container {display:block;clear:both;position:inherit;}
	.partner-box-logo{clear:both;display:block;}
	.partner-box{clear:both;display:block;padding:10px 15px 25px 15px;width:100%}
	.partner-image {width:auto;height:auto;}
	.partner-blank {display:none;}
}

/********************/
/**Instructor Bios***/
/********************/
.SpeakerImage {width: 115px; border-radius: 20px;-webkit-border-radius: 20px; -moz-border-radius: 20px; box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);}
.SpeakerImage2 {width: 115px; border-radius: 10px;-webkit-border-radius: 10px; -moz-border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);}
.instructor-container {padding: 15px 0px; clear: left; position: relative; width: 100%;}
.instructor-image{float:left; width:15%; margin:0 auto; vertical-align: text-top; }
.instructor-image2{float:left;padding-right:15px;padding-bottom:10px;margin:0 auto; vertical-align: text-top; }
.instructor-box{float:left; width:50%; margin:0 auto;}
.instructor-social{float:left; width:35%; margin:0 auto;}
.instructor-bio {float:left; width:70%; margin:0 auto; vertical-align: text-top; }
.instructor-container h2,h3 {font-weight: normal;line-height: 0;}
.instructor-container h2,h3 {font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.instructor-container h2 {color: #2fc1d2; font-size: 25px;}

/********************/
/**  Right Rail CTA ***/
/**  (Spotlight) ***/
/********************/

.cta {background-color: #2fc1d2; background-repeat: no-repeat; background-position: right center; padding: 20px 15px 25px; margin-bottom: 10px;}
	.cta.cta-hear {background-image: url(../images/cta-hear.png);}
	.cta.cta-hotel {background-image: url(../images/cta-hotel.png);}
	.cta.cta-signup {background-image: url(../images/cta-signup.png);}
	.cta.cta-quote {background-image: url(../images/cta-quote.png); background-position: 90% 40%;}
	.cta.cta-discount {background-image: url(../images/cta-discount.png); background-position: right bottom;}
	.cta.cta-prepare {background-image: url(../images/cta-prepare.png); background-position: right 10px;}
.cta h5 {color: #ffffff; font-size: 16px; font-family: "OpenSans-Regular", Arial, sans-serif; margin-bottom: 15px; width: 85%;}
.cta p {color: #21252b; font-size: 13px; margin-bottom: 15px;}
.cta .button + .button {margin-top: 6px;}
.cta ul.bullets {margin-top: -5px;}
.cta ul.bullets li {background-image: url(../images/cta-bullet.png); color: #21252b; margin-bottom: 5px;}
.cta blockquote {background-image: url(../images/cta-openquote.png); background-position: top left; background-repeat: no-repeat; padding: 6px 0 0 25px; margin: 5px; margin-bottom: 15px; width: 95%;}
.cta blockquote  p { background-image: url(../images/cta-closequote.png); background-repeat: no-repeat; background-position: bottom right; display: inline; font-size: 15px; font-family: 'OpenSans-Italic', Arial, sans-serif;  padding-right: 25px;} 


.cta_upcoming {margin-bottom: 10px;}
/*.cta_upcoming h5 {background-color: #0a2b42; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}*/
.cta_upcoming h5 {background-color: #34bed0; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}
.cta_upcoming div {background-color: #fff; padding: 17px 7px;}
.cta_upcoming h6 {color: #e75a24; font-family: "OpenSans-Regular", Arial, sans-serif; font-weight: normal; font-size: 13px; margin-bottom: 0px;}
.cta_upcoming p {color: #575757; font-size: 13px; margin-bottom: 10px;}
.cta_upcoming p span {color: #2fc1d2; }
.cta_upcoming hr {background: #e9e9e9; height: 1px; margin-bottom: 10px;}
.cta_upcoming h6, .cta_upcoming p, .cta_upcoming a.button {margin-left: 13px; margin-right: 13px;}
.cta_upcoming a.button {margin-top: 20px;}

.cta_price {margin-bottom: 10px;}
/*.cta_upcoming h5 {background-color: #0a2b42; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}*/
.cta_price h5 {background-color: #34bed0; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}
.cta_price div {background-color: #fff; padding: 17px 7px;}
.cta_price h6 {color: #e75a24; font-family: "OpenSans-Regular", Arial, sans-serif; font-weight: normal; font-size: 13px; margin-bottom: 0px;}
.cta_price p {color: #575757; font-size: 16px; margin-bottom: 10px;}
.cta_price p span {color: #2fc1d2;}
.cta_price strong {color: #2fc1d2;padding-left:13px;}
.cta_price hr {background: #e9e9e9; height: 1px; margin-bottom: 10px;}
.cta_price h6, .cta_price p, .cta_price a.button {margin-left: 13px; margin-right: 13px;}
.cta_price a.button {margin-top: 5px;}

.cta_other {margin-bottom: 15px;}
.cta_other h5 {background-color: #2fc1d2; color: #ffffff; font-family: "OpenSans-Regular", Arial, sans-serif;  font-size: 16px; padding: 10px 15px; text-transform: uppercase;}
.cta_other div {background-color: #fff; font-size: 13px; padding: 17px 7px;}
.cta_other hr {background: #e9e9e9; height: 1px; margin-top: 10px; margin-bottom: 10px;}
.cta_other a {color: #e75a24; display: block;}
.cta_other a, .cta_other p {margin-left: 8px; margin-right: 8px;}
.cta_other p {margin-top: 10px; margin-bottom: 0;}

.socialShare {margin-top: 25px;}
.socialShare label {color: #21252b; display: inline-block; vertical-align: top; margin-right: 10px;}
.socialShare .social {background: url(../images/rightrail-social-icons.png) no-repeat 0 0; display: inline-block; height: 23px; margin-right: 5px; width: 26px;}
.socialShare .social.twitter {background-position: -33px 0;}
.socialShare .social.facebook {background-position: -66px 0;}


/* Course Register / Log in*/
a.backtocourse {background: url(../images/back-arrow.png) no-repeat 0 center; display: inline-block; margin-bottom: 20px; color: #e75a24; padding-left: 15px; }
.contentBox {background-color: #ffffff; padding: 30px;}
.contentBox-title {color: #ffffff; background-color: #2fc1d2; font-family: 'OpenSans-Semibold', Arial, sans-serif; font-size: 22px; padding: 10px 30px;margin-top:10px;}
form fieldset input[type="password"] {background-color: #e5f1f5; border: none;  -webkit-appearance:none; padding: 10px; font-size: 14px; border-radius: 0;}
form.register-login fieldset input[type="text"], form.register-login fieldset input[type="email"], form.register-login fieldset select, form.register-login fieldset input[type="password"] {width: 79%;}
form.register-login fieldset label {width: 20%;}
form p.errormsg {color: #d70000; margin: 10px 0 5px 21%;}
.errormsg2 {color: #d70000; margin: 10px 0 5px 21%;}
.errormsg3 {color: #d70000;}
.errormsg4 {color: #d70000;padding-top:10px;padding-left:21%}
form.register-login .error p.errormsg {display: block;}
.formSubmit {padding-left: 21%;}

.formSubmit a {color: #e75a24; margin-left: 10px;}
.contentBox .existingUser {border-right: 1px solid #d4d6d9;}
.contentBox .newUser {margin-bottom: 30px;}
.contentBox .registerUser {border-top: 1px solid #d4d6d9; margin-top: 10px; padding-top: 30px;}
.payment-info {margin-top: 30px;}
.payment-info p {margin-bottom: 0;}

.food-desc {margin-left:20.5%}

.NewBackground {
	width:100%;
	height:100%;
	position:fixed;
	background-color:#000000;
    /*filter:alpha(opacity=60);*/
    opacity:0.6;
	z-index:10000;
}

.PleaseWaitContainer {
	background-color:#FFFFFF;
	border:solid 4px #008a95;
	position:fixed;
	margin-top:150px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:278px;
	padding:25px;
	border-radius:5px;
	box-shadow: 5px 5px 10px #333333;
	z-index:10001;
}

@media only screen and (max-width: 767px) { 
	.food-desc {margin-left:0%;padding-top:2px;}
	
	.contentBox {padding: 20px;}
	.contentBox-title {padding-left: 20px;}
	form fieldset label {width: 100%; margin-bottom: 10px;}
	form.register-login fieldset input[type="text"], form.register-login fieldset input[type="email"], form.register-login fieldset select, form.register-login fieldset input[type="password"] {width: 100%;}
	form p.errormsg {margin-left: 0; margin-bottom: 10px;}
	.formSubmit {padding-left: 0;}
	.formSubmit a {display: block; margin-top: 15px; margin-left: 0;}
	.contentBox .existingUser {border-right: none; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #d4d6d9; }
	.errormsg4 {padding-left:2px}
}

/* Course Register Form */
form.register-info fieldset label {width: 20%;}
form.register-info fieldset label.shortLabel {width: auto;}
form.register-info fieldset input.shortInput, form.register-info fieldset select.shortInput,  form.register-info fieldset input[type="password"] {width: auto;}
form fieldset .radio, form .checkbox {display: table;}
form fieldset .radio input, form fieldset .radio label, form fieldset .checkbox input, form fieldset .checkbox label {display: table-cell;}
form fieldset .radio label, form fieldset .checkbox label  {color: #575757; font-family: "OpenSans-Regular", Arial, sans-serif; padding-left: 10px; width: auto;}
form.register-info .checkbox {color: #0a2b42; padding-left: 20%; margin: 20px 0;}

.subText {color: #0a2b42;font-family: "OpenSans-Regular", Arial, sans-serif;}

.conditions {font-family: 'OpenSans-Regular', Arial, sans-serif; font-size: 14px;padding-bottom:20px;}

.formNote p {color: #7a7a7a; font-size: 12px; margin-bottom: 0;}
.formNote p span {color: #2fc1d2;}
.titleLabel {color: #0a2b42; font-family: 'OpenSans-Semibold', Arial, sans-serif; margin-bottom: 5px; margin-top: 20px; display: block;}
.regularLabel {font-weight:bold;}
#txtAge, #txtHowHeard, #txtNotes {width:20%;}
form.register-info hr {height: 1px; background-color: #d6dade; margin: 30px 0;}

.registerTable {display: table;width:100%;}
.registerTable .table-header {display: table-row; background-color: #2fc1d2; color: #ffffff; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.registerTable .table-header > div {display: table-cell; padding: 5px 10px;}
.registerTable .table-row {display: table-row; }
.registerTable .table-row > div {display: table-cell; padding: 10px 10px; border-bottom: 1px solid #d6dade;}
.registerTable .table-row > div:first-child { width: 35px;}

.invoiceTable {display: table;width:100%;}
.invoiceTable .table-header {display: table-row; background-color: #2fc1d2; color: #ffffff; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.invoiceTable .table-header > div {display: table-cell; padding: 5px 10px;}
.invoiceTable .table-row {display: table-row; }
.invoiceTable .table-row > div {display: table-cell; padding: 10px 10px; border-bottom: 1px solid #d6dade;}
.invoiceTable .table-row > div:first-child { width: 135px;}

.evalTable1 {display: table;width:100%;margin-bottom:30px;}
.evalTable1 .table-header {display: table-row; background-color: #2fc1d2; color: #ffffff; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.evalTable1 .table-header > div {display: table-cell; padding: 5px 10px 5px 15px;font-size:16px;}
.evalTable1 .table-row {display: table-row; }
.evalTable1 .table-row > div {display: table-cell; padding: 10px 10px; border-bottom: 1px solid #d6dade;}
.evalTable1 .table-row > div:first-child { width: 75%;}
.evalTable1 .table-row:nth-child(even) {background-color:#FFFFFF;} 
.evalTable1 .table-row:nth-child(odd) {background-color:#e2e6ea;} 
.evalPage textarea {background:#FFFFFF;font-family: 'OpenSans-Semibold', Arial, sans-serif;width:100%;margin:0px 15px 0px 0px;height:125px}
.evalPage input[type="text"],input[type="password"] {background:#FFFFFF;font-family: 'OpenSans-Semibold', Arial, sans-serif;width:100%;margin-bottom:10px;}
.evalPage-comment {margin-bottom:30px;}
.evalPage-comment p {margin:15px 0px 0px 0px;}
.evalPage-question {margin-bottom:30px;}
.evalPage-question p {margin:15px 0px 0px 24px;}
.evalPage-question .labelFix {padding:7px 0px 0px 24px;}

@media only screen and (max-width: 767px) {
	form.register-info fieldset label {width: 100%;}
	form.register-info fieldset input[type="text"], form.register-info fieldset input[type="email"], form.register-info fieldset select, form.register-info fieldset input[type="password"] {width: 100%;}
	form.register-info fieldset label.shortLabel {width: auto;}
	form.register-info fieldset input.shortInput {width: auto;}
	form.register-info fieldset .checkbox {padding-left: 0;}
	
	#txtAge, #txtHowHeard, #txtNotes {width:100%;}

	.registerTable {display: block;}
	.registerTable .table-header {display: none;}
	.registerTable .table-row {margin-bottom: 20px; display: block;}
	.registerTable .table-row > div {display: block; border-bottom: none; margin-left: 15px; padding-top: 3px; padding-bottom: 3px;}
	.registerTable .table-row > div:first-child {float: left; width: 35px; margin-left: -10px;}
	.registerTable .table-row div input {margin-left: 0; float: left;}
	.registerTable .table-row label {font-family: 'OpenSans-Semibold', Arial, sans-serif; margin-right: 5px;}
	
	.invoiceTable {display: block;}
	.invoiceTable .table-header {display: none;}
	.invoiceTable .table-row {margin-bottom: 20px; display: block;}
	.invoiceTable .table-row > div {display: block; border-bottom: none;padding-top: 3px; padding-bottom: 3px;}
	.invoiceTable .table-row > div:first-child {float: left; width: 100%;}
	.invoiceTable .table-row div input {margin-left: 0; float: left;}
	.invoiceTable .table-row label {font-family: 'OpenSans-Semibold', Arial, sans-serif; margin-right: 5px;}
	
	.evalTable1 {display: block;}
	/*.evalTable1 .table-header {display: none;}*/
	.evalTable1 .table-header > div:first-child {float: left;width:100%;}
	.evalTable1 .table-header > div:not(:first-child) {display:none;}	
	.evalTable1 .table-row > div:first-child {float: left; width: 100%;display: block;}
	.evalTable1 .table-row {margin-bottom: 15px; display: block;}
	.evalTable1 .table-row > div {display: block; border-bottom: none;padding-top: 3px; padding-bottom: 3px;background-color:#FFFFFF;}
	.evalTable1 .table-row > div:first-child {float: left; width: 100%;}
	/*.evalTable1 .table-row div input {margin-left: 0; float: left;}*/
	.evalTable1 .table-row label {font-family: 'OpenSans-Semibold', Arial, sans-serif; margin-right: 5px;}
	.evalPage-question .labelFix {padding:0px 0px 5px 0px;}
	.evalPage-question p {margin:15px 0px 0px 0px;}
}

.addDiscountCode {border-top: 1px solid #d6dade; margin-bottom: 0px; padding-top: 20px; margin-top: 30px;}
.addDiscountCode p {margin-bottom: 5px;}


.registerTable .registerPriceTable.table-row > div {display: table-cell; border-bottom: none; padding: 5px 10px;}
.registerTable .registerPriceTable.table-row .rightalign {text-align: right;}
.registerTable .table-row .rightalign {text-align: right;}


fieldset.formIndent {margin-left: 20%;}
fieldset.formIndent .button {margin-bottom: 20px; margin-right: 30px;}
.new-attendee {display: inline-block; background: url(../images/btn-new-attendee.png) no-repeat 0 center; padding-left: 30px; line-height: 25px; margin-top: 20px;}
.new-attendee-close {display: inline-block; background: url(../images/btn-new-attendee-close.png) no-repeat 0 center; padding-left: 30px; line-height: 25px; margin-top: 20px;}
.paymentOptions {margin-top: 30px;}
.paymentOptions fieldset {margin-bottom:10px;}

.courseRegRightRail {padding-top: 53px;}
.inner .cta_other ul.bullets {margin-top: 10px;}
.inner .cta_other ul.bullets li {margin-bottom: 5px;}
.cta_other a.button {color: #ffffff; display: inline-block;}
.cta.cta-subscribe {background-image: url(../images/cta-subscribe.png); background-position: 95% bottom;}


@media only screen and (max-width: 767px) { 
	fieldset.formIndent {margin-left: 0;}

	.registerTable .registerPriceTable.table-row {display: block; margin-bottom: 0px;}
	.registerTable .registerPriceTable.table-row .rightalign {text-align: left; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
	.registerTable .table-row .rightalign {text-align: left; font-family: 'OpenSans-Semibold', Arial, sans-serif;}
	.registerTable .registerPriceTable.table-row > div {display: inline-block; }
	.registerTable .registerPriceTable.table-row > div.emptycell {display: none;}
	.registerTable .registerPriceTable.table-row > div.deleteAttendee {padding-bottom: 30px; display: block;}
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.breadcrumbs { margin-top:10px;font-size:12px;font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.breadcrumbs a {font-size:12px;font-family: 'OpenSans-Semibold', Arial, sans-serif;}
.breadcrumbs span {color: #2fc1d2;font-size:12px;}
.breadcrumbs img {padding:0px 10px 3px 10px;}

.course-evaluation-login {padding:0px;height:235px;}
.course-evaluation-login .strong {font-family: 'OpenSans-Semibold', Arial, sans-serif;padding-bottom:15px;}
.course-evaluation-login .login-row {padding-bottom:10px;}
.course-evaluation-login .login-label {padding-top:7px;}
.course-evaluation-login .login-error {padding-top:10px;font-family: 'OpenSans-Semibold', Arial, sans-serif;color:#e55a25;}
.course-evaluation-sm-font {font-size:12px;font-family: 'OpenSans-Semibold', Arial, sans-serif;color:#ffffff;}

.surveys-answer-section {width:100%;}
.surveys-answer-select {margin-top:20px;min-height:25px;}
.surveys-answer-description {width:50%;float:left;padding-right:5px;}
.surveys-answer-bars {width:50%;float:left;}
.surveys-answer-bar-container {width:85%;}
.surveys-answer-bar {background:#32c1d3;float:left;}
.surveys-answer-percent {float:left;padding-left:10px;}

@media only screen and (max-width: 767px) { 
	.surveys-answer-description {width:100%;float:none;}
	.surveys-answer-bars {width:100%;float:none;padding-top:5px;}
	.surveys-answer-select {width:100%;margin-top:20px;min-height:25px;margin-bottom:50px;}
	.surveys-answer-bar-container {width:80%;}
}

.survey-container input[type="text"] {background:#FFFFFF;}
.survey-container textarea {background:#FFFFFF;width:100%}

.survey-description {padding-bottom:25px;}

.survey-respond-info {padding-bottom:25px;}
.survey-respond-info label {display:table-cell;padding:5px 5px 5px 0px;width:100px;}
.survey-respond-info input[type="text"] {}
.survey-respond-info input[type="radio"] {padding:0px;}

.survey-respond-row {display:table-row;height:45px;}
.survey-respond-cell {display:table-cell;}

@media only screen and (max-width: 767px) { 
	.survey-respond-info label {display:block;padding:5px 5px 0px 0px;}
	.survey-respond-info input[type="text"] {background:#FFFFFF;width:100%}
	.survey-respond-row {display:block;height:auto;padding-bottom:10px;}
}

.survey-question {padding:0px 0px 10px 0px;clear:left;}
.survey-question-number {display:table-cell;padding:0px 5px 0px 0px;}
.survey-question-number-indent {display:table-cell;padding:0px 5px 0px 15px;}
.survey-question-desc {display: table-cell;}

.survey-radio-row {display:table-row;text-align:left;}
.survey-radio-question {width:80%;display:table-cell;padding-right:40px}
.survey-radio-selects {display:table-cell;width:25%;}
.survey-radio-label {width:25px;display:table-cell;text-align:center;}
.survey-radio-button {width:25px;display:table-cell;text-align:center;}

@media only screen and (max-width: 767px) { 
	.survey-radio-row {display:block;text-align:left;}
	.survey-radio-question {width:100%;display:block;padding-right:40px}
	.survey-radio-label {display:none;}
	.survey-radio-selects {display:block;padding-left:20px;text-align:center;}
	.survey-radio-button {padding:0 5px 0 0px}
}

.survey-multi {padding:0px 0px 0px 15px}
.survey-multi-row {display:table-row;}
.survey-checkbox {display: table-cell;}
.survey-multi-answer {display:block;padding:0px 0px 10px 0px;}
.survey-multi-comment {padding:0px 0px 0px 20px}
.survey-multi-comment input[type="text"] {width:100%}

.survey-yesno {padding:0 0 10px 15px;}

.survey-submit  {padding:25px;}

/*.My-Training {background-color:#FFFFFF;padding:25px;}
.My-Training label {width:20%;}
.My-Training input {width:25%;background-color:#eeeeee;}
.My-Training input[type="password"] {width:25%;background-color:#eeeeee;}
.My-Training input[type=checkbox] {padding:5px 10px 5px 0px;width:25px;}
#checkLabel {width:50%;margin-top:-3px;}
.My-Training-Indent {padding-left:20%;}

@media only screen and (max-width: 767px) { 
	.My-Training label {width:100%;}
	.My-Training input[type="password"] {width:100%;}
	#checkLabel {width:75%;padding-top:5px;}
	.My-Training-Indent {padding-left:0%;
}
}*/

/* ----------------- BACK TO TOP ARROW START ----------------- */
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 138, 149, 0.7) url(https://www.epictraining.ca/images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
	border-radius:.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
	border-radius:4px;
  }
}
/* ----------------- BACK TO TOP ARROW END ----------------- */


/*** My Training CSS START ***/
.my-training-tile-container a {
	color:#FFFFFF;
	text-align:left;
}


.my-training-tile {
	height:300px;
	width:208px;
	margin:20px 20px 20px 0px;
	float:left;
	border:solid 4px #CCCCCC;
	background-color:#32c1d3;
	text-align:left;
}

.my-training-tile div {
	padding:25px 10px 10px 10px;
	font-size:16px;
}

.my-training-tile-desc {
	color:#EEEEEE;
}

.my-training-tile:hover {
	border:solid 4px #062b41;
}

.my-training-top-signin {
	position:absolute;
	color:#FFFFFF;
	text-align:right;
	float:right;
	width:100%;
	max-width: 1003px;
	padding-right:25px;
	padding-top:1px;
	font-size:12px;
}

.my-training-top-signin a {
	color:#FFFFFF;
	font-weight:bold;
}

.Attendee_IA_Column {
	float:left;
	width:285px;
}

.my-training-profile-options {
	padding-bottom:25px;
}


.my-training-profile-options-selector {
	color: #2fc1d2; 
	font-size: 20px;
	line-height:100%;
	min-height:83px;
	padding:10px 10px 10px 55px;
	background-color:#062b41;
	background-image: url("https://www.epictraining.ca/images/epic_triangle_plus.png");
	background-repeat:no-repeat;
	background-position:0px 2px;
	cursor:pointer;
}

.my-training-profile-options-selector span {
	font-family: 'OpenSans-Regular', Arial, sans-serif;font-decoration:none;color:#FFFFFF;font-size:14px;
}

.my-training-profile-options-content {
	display:none;
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	border: 1px solid #21252b;
	padding:25px 15px;
}

.my-training-profile-padder {
	padding-top:8px;
}


@media screen and (max-width: 767px) {
	.my-training-tile-container a {
		text-align:center;
	}
	
	#my-training-mail-extra {display:none;}
	
	.my-training-profile-padder {display:none;}
}

/*** My Training CSS END ***/


/*** Method 2) Using a Sprite***/
.sideRating {margin-bottom: 10px;}
/*.cta_upcoming h5 {background-color: #0a2b42; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}*/
.sideRating h5 {background-color: #34bed0; color: #ffffff; font-size: 16px; padding: 10px 20px; text-transform: uppercase;}
.sideRating div {background-color: #fff;}
.sideRating h6 {color: #e75a24; font-family: "OpenSans-Regular", Arial, sans-serif; font-weight: normal; font-size: 13px; margin-bottom: 0px;}
.sideRating p {color: #575757; font-size: 14px; margin-bottom: 10px;padding-top:10px;}
.sideRating p span {color: #2fc1d2; }
.sideRating hr {background: #e9e9e9; height: 1px; margin-bottom: 10px;}
.sideRating h6, .sideRating a.button {margin-left: 13px; margin-right: 13px;}
.sideRatingBody {padding:10px;}
.star-ratings-sprite {
  background: url("https://www.epictraining.ca/images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 5px auto; }
  
  .star-ratings-sprite-rating {
    background: url("https://www.epictraining.ca/images/star-rating-sprite.png") repeat-x;
	background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
  }


/*** PRINTING CSS ***/
@media print {
	.logo img {
        display:none;
    }
    .logo:after {
        content:url("https://www.epictraining.ca/images/logo_dark.png");
    }
	body {background-color:#FFFFFF;}
	.main {background-color: #FFFFFF;}
	.inner .navwrapper {background-color: #FFFFFF;}
	.inner .header {height:auto;}
	.inner h1 {font-size: 30px;margin-top:0px;color:#575757;padding:0px;}
	.inner h2 {color:#575757;}
	.inner strong {color:#575757;}
	.inner a {color:#575757;}
	.inner iframe {display:none;}
	.navigation {display:none;}
	.header-search {display:none;}
	.my-training-top-signin {display:none;}
	/*.inner.section1 .header {background-image: url();}
	.inner.section2 .header {background-image: url();}
	.inner.section3 .header {background-image: url();}
	.inner.section4 .header {background-image: url();}
	.inner.section5 .header {background-image: url();}
	.inner.section6 .header {background-image: url();}
	.inner.section7 .header {background-image: url();}
	.inner.section8 .header {background-image: url();}
	.inner.section9 .header {background-image: url();}
	.inner.section10 .header {background-image: url();}*/
	.inner .header {min-height:50px;}
	.breadcrumbs {display:none;}
	.button {display:none;}
	.horizontalTab {margin-top:0px;}
	.resp-tabs-list {display:none;}
	.resp-tab-content h4 {margin-bottom:5px;color:#575757;}
	#Course-Desc-Container {display:block;}
	#Course-Desc-Container ul {margin-bottom:5px;}
	.resp-tab-content {padding:0px;}
	.footer-content {display:none;background-color: #FFFFFF;}
	.footer {background-color: #FFFFFF;}
	.footer-copyright {background-color:#FFFFFF;color:#575757;}
	.footer-copyright ul {display:none;}
	.cd-top {display:none;}
	.courseRightRail {display:none;}
	#course-price-ceus {display:block;}
	.inner ul.bullets {list-style-image: url('../images/bullet.png');padding-bottom:0px;padding-left:10px;}
	.inner ul.bullets li {background:none;padding-left:5px;padding-bottom:5px;}
	#Course-Desc-Container ul li {background:none;padding-left:5px;padding-bottom:5px;}
	#Course-Desc-Container ul {list-style-image: url('../images/bullet.png');padding-bottom:25px;padding-left:10px;}
}
/*** PRINTING CSS END ***/
