:root {
  --mhe-blue: #105483;
  --mhe-blue-hover: #0c456c;
  --mhe-yellow: #f1da36;
  --mhe-lightgray: #e6e6e6;
  --mhe-bluegray: #ebf1f7;
  --mhe-gray: #3e3e3e;

  --color-blue-dark: #004465;
  --color-blue-medium: #006799;
  --color-blue-light: #007ecc;
  --dark-blue: #246279;
  --color-bluegray-light: #dfe8ef;
  --color-bluegray-medium: #b0c8da;
  --color-bluegray-dark: #7c9fba;
  --color-orange-light: #d28b00;
  --color-link-highlighted: #c45500;
  --color-gray-light: #f4f4f4;
  --color-gray-medium: #e6e6e6;
  --color-gray-dark: #3e3e3e;
  --color-green-medium: #538f63;
  --color-red-medium: #954b4b;
  --color-yellow-medium: #f1da36;
  --color-yellow-rich: #fccd14;
  --p: 16px;
}

html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #000;
  background-color: #e0e7ed;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.clear {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

.clear-both {
  clear: both;
}

.home a {
  text-decoration: none;
  /* color: #959595; */
}

.home a:hover {
  /* color: var(--mhe-blue); */
  text-decoration: none;
}

a {
  text-decoration: none;
  /* color: var(--mhe-blue); */
  color: #0066c0;
}

a:hover {
  /* color: #333;
	text-decoration: none; */
  text-decoration: underline;
  cursor: pointer;
  color: #c45500;
}

a.black-link {
  color: #000000;
}

a.dark-link {
  color: var(--mhe-gray);
}

a.toggleTrigger {
  display: block;
}

a.cta-btn {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#tools .read-more:after,
a.cta-btn:after {
  /* content: "\203A"; */
  content: '\00BB';
  font-size: 12pt;
  margin-left: 5px;
}

a.cta-btn:hover {
  color: #000;
}

.wrapper {
  text-align: center;
}

.content {
  width: 920px;
  margin: 0px auto;
  text-align: left;
}

.content-wrapper {
  padding: 15px 40px;
}

.content-line {
  width: 100%;
  float: left;
}

.white-content {
  width: 100%;
  float: left;
  background-color: #fff;
}

.blue-content {
  width: 100%;
  float: left;
  background-color: #ebf1f7;
}

.dark-content {
  width: 100%;
  float: left;
  background-color: var(--mhe-lightgray);
}

.centered {
  text-align: center;
}

h1 {
  color: var(--mhe-gray);
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0px;
}

h2 {
  color: var(--mhe-gray);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}

h3 {
  color: var(--mhe-gray);
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#testimonials h3,
#solutions h3,
.solutions h3 {
  color: var(--mhe-gray);
}

#solutions h3,
.solutions h3 {
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  color: var(--mhe-gray);
}

.big-font {
  font-size: 18px;
  font-weight: normal;
}

.separator {
  padding: 5px 0;
  margin: 0;
}

ul {
  padding-left: 15px;
}

ul li {
  margin: 0 0 5px 0;
}

ul li form {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* HEADER */
#header {
  width: 100%;
  float: left;
  background: rgba(20, 47, 68, 1);
  background: -moz-linear-gradient(
    top,
    rgba(11, 127, 204, 1) 0%,
    rgba(20, 47, 68, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(11, 127, 204, 1)),
    color-stop(100%, rgba(20, 47, 68, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(11, 127, 204, 1) 0%,
    rgba(20, 47, 68, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(11, 127, 204, 1) 0%,
    rgba(20, 47, 68, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(11, 127, 204, 1) 0%,
    rgba(20, 47, 68, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(11, 127, 204, 1) 0%,
    rgba(20, 47, 68, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f44', endColorstr='#0b7fcc', GradientType=0);
  position: relative;
}

#logo {
  margin: 20px;
  float: left;
}

#logo img {
  float: left;
}

#logo #logo-mobile-img {
  display: none;
}

#header-right {
  display: inline-block;
  float: right;
  margin-right: 150px;
  margin-top: 30px;
}

#header-right img {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  height: 98%;
  width: auto;
}

#header-right #best-values img {
  position: relative;
  height: auto;
  width: 140px;
  border: 1px solid #fff;
  margin: 0;
}

#top-contact {
  display: inline-block;
}

#top-contact .cart-icon {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin-right: 20px;
  text-transform: uppercase;
}

#top-contact .cart-icon a {
  color: #052943;
}

#top-contact .cart-icon .fa {
  font-size: 20px;
}

.phone {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #052943;
  margin-right: 20px;
}

input[type='radio'] {
  cursor: pointer;
}

ul.social {
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0px;
}

ul.social li {
  display: inline-block;
  padding: 0;
  margin: 0 1px 0 0;
}

ul.social li a {
  display: inline-block;
  background-color: #dde7f3;
  color: #052943;
  width: 25px;
  height: 25px;
  text-align: center;
}

ul.social li a:hover {
  background-color: #e4e4e4;
}

ul.social li a .fa {
  margin-top: 5px;
}

#navMenu {
  display: none;
}

#top-menu {
  width: 100%;
  min-height: 44px;
  float: left;
  background-color: var(--mhe-yellow);
  position: relative;
  padding: 0;
}

#top-menu #menu-mike {
  position: absolute;
  right: 0;
  margin-right: 5px;
  bottom: 0;
}

#top-menu ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  /* float: right; */
  display: flex;
  justify-content: space-evenly;
  /* width: 100%; */
}

#top-menu > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  flex-grow: 1;
  white-space: nowrap;
}

#top-menu > ul > li > i.fa {
  font-size: 16px;
}

#top-menu > ul > li:after {
  content: ' ';
  display: block;
  margin: 15px 0;
  float: left;
  width: 1px;
  background-color: #383838;
  height: 12px;
}

#top-menu > ul > li.home-hide:after {
  content: '';
  display: none;
}

#top-menu > ul > li:last-child:after {
  display: none;
}

.home #top-menu > ul > li.home-hide {
  display: none;
}

#top-menu > ul > li#menu-item {
  background-color: var(--mhe-blue);
  color: var(--mhe-yellow);
}

#top-menu > ul > li#menu-item > .fa {
  margin-left: 7px;
}

#top-menu > ul > li > a,
#top-menu > ul > li > span {
  display: inline-block;
  color: #052943;
  padding: 10px 19px;
  cursor: pointer;
  position: relative;
  float: left;
  width: calc(100% - 1px);
  padding: 10px 0;
}

/* .home #top-menu>ul>li>a,
.home #top-menu>ul>li>a {
  padding: 10px 28px;
} */

#top-menu ul li#menu-item span {
  color: var(--mhe-yellow);
}

#top-menu ul li a sup {
  position: absolute;
  top: 0;
  margin-top: 6px;
}

#top-menu ul li a:hover,
#top-menu ul li span:hover,
#top-menu ul li:hover > a,
#top-menu ul li:hover > span {
  text-decoration: none;
  background-color: #f5e368;
}

#top-menu ul li#menu-item:hover span,
#top-menu ul li#menu-item span:hover {
  background-color: var(--mhe-blue-hover);
}

#top-menu ul li.cart-item .fa,
#top-menu ul li.search-item .fa {
  font-size: 18px;
}

#top-menu ul ul {
  position: absolute;
  left: 0;
  z-index: 200;
  padding: 10px 0;
  background-color: var(--mhe-blue);
  text-align: left;
  width: 170px;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  display: none;
  top: 0;
  margin-top: 44px;
}

#top-menu ul li:hover > ul {
  display: block;
}

#top-menu ul ul li {
  display: block;
  width: 100%;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#top-menu ul ul li a {
  padding: 4px 5px;
  display: block;
  color: var(--mhe-blue);
  font-weight: 300;
  font-size: 14px;
}

#top-menu ul ul li a sup {
  margin-top: 2px;
}

#top-menu ul ul li a:hover {
  background-color: #d8dce1;
  color: var(--mhe-blue);
  font-weight: normal;
}

#top-menu ul ul ul {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 180px;
  z-index: 200;
  background-color: #eaeaea;
  display: none;
}

#top-menu ul ul li:hover > ul {
  display: block;
}

/* PAGE INTRO */
#page-intro {
  width: 100%;
  float: left;
  background-color: #fff;
  position: relative;
}

#page-intro h2 {
  display: inline-block;
}

#page-intro img.rightalign {
  float: right;
  display: inline-block;
  width: 30%;
  height: auto;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#intro-title {
  display: none;
}

#intro-content {
  width: 50%;
  float: left;
  padding: 20px 20px 20px 40px;
  font-size: 14px;
}

#intro-testimonials {
  width: 50%;
  float: left;
  background-color: #ebf1f7;

  /* color: #5c5c5c; */
  font-size: 14px;
  font-weight: 300;
  padding: 5px 35px 20px 10px;
}
.quote {
  font-weight: 400 !important;
}

#intro-testimonials .quote,
.quote {
  background: url(../media/quotes.png) top left no-repeat;
  padding-top: 15px;
  padding-left: 15px;
  margin-top: 0;
}

#intro-testimonials .by,
.quote .by {
  font-style: italic;
  font-weight: normal;
  color: #000;
  float: right;
}

#intro-testimonials a.testimonials-more,
.quote a.testimonials-more {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: var(--mhe-blue);
  font-weight: 300;
  text-decoration: underline;
}

#intro-testimonials a.testimonials-more:hover,
.quote a.testimonials-more:hover {
  color: #052943;
}

/* HOMEPAGE */
#homepage-wrapper {
  width: 100%;
  float: left;
  background-color: #fff;
}

#homepage-sidemenu {
  width: 20%;
  float: left;
  padding-left: 10px;
  margin: 5px 0;
  font-size: 13px;
}

#homepage-content {
  width: 80%;
  float: right;
  padding: 10px 0 15px 15px;
  line-height: 1.5;
}

#homepage-sidemenu ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: var(--mhe-blue);
}

#homepage-sidemenu ul li {
  margin: 0;
  padding: 0;
}

#homepage-sidemenu ul li a {
  color: #fff;
  padding: 0 10px;
  display: block;
}

#homepage-sidemenu ul li a:hover {
  background-color: var(--mhe-blue-hover);
}

#homepage-sidemenu ul li.heading {
  padding: 5px 0;
}

#homepage-sidemenu ul li.heading a {
  color: #000;
  background-color: #f3d83f;
  font-weight: bold;
  padding: 5px 10px;
}

#homepage-sidemenu ul li.heading a:hover {
  background-color: var(--mhe-lightgray);
}

#homepage-intro {
  width: 100%;
  float: left;
  padding-right: 40px;
}

#homepage-intro h1 {
  font-size: 19px;
  margin: 10px 0;
  padding: 0;
  color: #000;
}

#homepage-intro .intro-overlay p.first-item {
  margin-top: 0;
}

#homepage-content .page-subtitle {
  padding: 5px 20px 15px 5px;
  margin-bottom: 15px;
}

#homepage-content .page-subtitle h2 {
  color: #000;
  font-size: 18px;
}

#training-products {
  float: left;
  padding-right: 30px;
  margin-left: -10px;
}

#training-products .content-wrapper {
  padding: 15px 30px;
}

#products {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}

#products .training-product {
  width: 20%;
  display: table-cell;
  border: 1px solid #8d8d8d;
  overflow: hidden;
  vertical-align: top;
  font-size: 11px;
  font-weight: normal;
  position: relative;
}

#products .training-product:hover {
  border-color: var(--mhe-blue);
  border-width: 2px;
}

.red {
  color: #ad4b00;
}

.red-bold-italic {
  font-style: italic;
  font-size: 12px;
  color: #ad4b00;
}

@media screen and (min-width: 641px) {
  #products .training-product {
    padding-bottom: 2px;
  }

  #products .training-product:hover {
    padding-bottom: 0px;
  }
}

#products .training-product a {
  color: #000000;
  display: block;
}

#products .training-link {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
}

#products .training-link img {
  float: right;
}

#products .training-link h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  height: 100%;
  font-weight: bold;
}

#products .training-product:hover .training-link h4 {
  background-color: rgba(218, 174, 20, 0.68);
}

#products .training-link h4 span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#products .training-product .read-more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

#products .training-product .read-more i.fa {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #6c6c6c;
}

#products .training-product p {
  float: left;
  margin: 0;
  padding: 7px 5px 10px 5px;
  text-align: left;
  font-size: 15px;
  /* https://trello.com/c/RrcZbkx6/21-home-page-font-in-tiles */
}

/* swapped content 2021-04-19 */
/* #homepage-intro {
  background: url(../media/homepage-intro-v2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
}

#homepage-intro h1 {
  font-size: 35px;
  color: #fff;
  margin: 50px 40px;
  display: inline-block;
  float: left;
}

#homepage-intro .intro-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  padding: 30px;
  color: #fff;
  font-size: 15px;
  height: 100%;
}

#homepage-intro .intro-overlay div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#homepage-intro .intro-overlay p.first-item {
  margin-top: 0;
}

#training-products {
  background-color: #ffffff;
  float: left;
}

#training-products .content-wrapper {
  padding: 15px 30px;
}

#products {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
}

#products .training-product {
  width: 20%;
  display: table-cell;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  vertical-align: top;
}

#products a.training-link {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
}

#products a.training-link img {
  float: right;
}

#products a.training-link h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  margin: 0;
  height: 100%;
  font-weight: bold;
  font-size: 19px;
}

#products a.training-link h4:hover {
  background-color: rgba(218, 174, 20, 0.68);
}

#products a.training-link h4 span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#products .training-product p {
  float: left;
  margin: 0;
  padding: 15px 7px;
} */
/* End of swapped content 2021-04-19 */

#explore-services {
  background-color: #fff;
  float: left;
  width: 100%;
}

#explore-services .content-wrapper {
  padding: 15px 30px;
}

#services {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
}

#services .service {
  width: 16.66%;
  display: table-cell;
  border: 1px solid #dfdfdf;
  background-color: #f3f3f3;
  overflow: hidden;
  vertical-align: bottom;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

#services .service a {
  display: block;
  padding: 15px 5px;
  cursor: pointer;
  color: var(--mhe-blue);
}

#services .service a:hover {
  background-color: #fff;
  text-decoration: none;
}

#services .service img {
  margin-top: 10px;
}

/* HOME - FREE RESOURCES */
#free-resources {
  width: 100%;
  float: left;
  padding-right: 40px;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
}

#free-resources .content-wrapper {
  padding-top: 0;
}

#free-resources p:first-child {
  margin-top: 0;
}

#free-resources #first-col,
#free-resources #second-col,
#free-resources #third-col {
  float: left;
  margin-bottom: 10px;
}

#free-resources #first-col {
  width: 60%;
  font-size: 13px;
}

#free-resources #second-col,
#free-resources #third-col {
  width: 20%;
}

#free-resources #first-col .col-content {
  padding: 0 5px 0 0;
}

#free-resources #first-col a {
  display: inline-block;
}

#free-resources #second-col .col-content {
  width: 100%;
  float: left;
  padding: 0 5px;
  text-align: center;
}

#free-resources a.overlay-link,
#free-resources a.overlay-link {
  width: 100%;
  border: 1px solid #fff;
}

#free-resources a.overlay-link:hover {
  border-color: var(--mhe-blue);
}

#free-resources .overlay-link:hover h3.overlay-title {
  background-color: rgba(218, 174, 20, 0.68);
}

#free-resources #third-col .col-content {
  padding-left: 10px;
}

#free-links {
  width: 100%;
  float: left;
  text-align: center;
}

#free-links a {
  border: 1px solid #dfdfdf;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
  margin: 0px 5px;
  color: #0066c0;
}

#free-links a:hover {
  /* background-color: #dddcdc; */
  border-color: var(--mhe-blue);
  border-width: 2px;
  padding: 4px 19px;
  text-decoration: underline;
  /* color: #0f5694; */
  color: #c45500;
}

#free-links a .fa {
  font-weight: bold;
  margin-left: 10px;
}

.overlay-link {
  position: relative;
  display: inline-block;
}

.overlay-link img {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
}

.overlay-link .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
}

.overlay-link .overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-link h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

.overlay-link h3.overlay-title {
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 5px;
  font-size: 15px;
  text-align: left;
}

.overlay-link h3.overlay-title:after {
  font-family: 'FontAwesome';
  content: '\f105';
  right: 0;
  top: 50%;
  margin-top: -11px;
  margin-right: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
}

.overlay-link:hover h3.overlay-title {
  background-color: rgba(0, 0, 0, 0.7);
}

ul.articles-list {
  margin-top: 0;
}

#shop-products-banner,
#m-shop-products-banner {
  display: inline-block;
  float: right;
  width: 25%;
  margin-left: 25px;
  margin-bottom: 25px;
}

#shop-products-banner .overlay-link .overlay,
#m-shop-products-banner .overlay-link .overlay {
  background-color: rgba(0, 38, 57, 0.4);
}

#shop-products-banner .overlay-link .overlay:hover,
#m-shop-products-banner .overlay-link .overlay:hover {
  background-color: rgba(0, 38, 57, 0.8);
}

#shop-products-banner .overlay-link h3,
#m-shop-products-banner .overlay-link h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

#m-shop-products-banner {
  display: none;
}

.video-popup {
  position: relative;
  display: block;
}

.video-popup .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-popup .video-overlay img {
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  position: relative;
}

.white-popup {
  width: 500px;
  margin: 0px auto;
  background-color: #fff;
  padding: 25px;
  position: relative;
}

.white-popup video {
  width: 100% !important;
  height: auto !important;
}

.white-popup h3 {
  color: #000000;
  font-weight: bold;
}

.white-popup.calculations-popup ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}

.white-popup.calculations-popup ul li {
  margin-bottom: 5px;
}

.white-popup.calculations-popup ul li:nth-child(even) {
  color: var(--mhe-blue);
}

/* ADDED 11-19-2021 FOR CORRECTION POP UP TILL WE FIND ACTUAL FILE LOCATION*/
#popUpDiv {
  top: 10% !important;
  position: fixed !important;
  height: auto !important;
}

/* HOMEPAGE SLIDESHOW */
#footer-slideshow {
  width: 100%;
  float: left;
  background-color: #fff;
  background-image: url(../media/homepage-slide1-bkg.jpg);
  background-size: cover;
}

#footer-slideshow ul {
  padding: 15px 0;
  margin: 0;
  float: left;
  list-style: none;
  list-style-type: none;
}

#footer-slideshow .bx-wrapper {
  margin-bottom: 15px;
}

#footer-slideshow .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0 #ccc;
  -webkit-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
  border: none;
  left: 0;
  background: transparent;
  margin-top: 15px;
}

#footer-slideshow .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 0;
}

#footer-slideshow img {
  display: inline-block;
  float: left;
  margin-left: 40px;
  margin-right: 30px;
}

#footer-slideshow .caption {
  width: 40%;
  float: left;
  margin-bottom: 30px;
}

#footer-slideshow .caption h3 {
  color: var(--mhe-blue);
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px;
}

#footer-slideshow .caption h2 {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  font-family: Arvo, sans-serif;
}

#footer-slideshow .caption h2 strong {
  color: var(--mhe-blue);
}

#footer-slideshow span.button {
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--mhe-blue);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 40px;
  margin-top: 45px;
}

#footer-slideshow span.button:hover {
  text-decoration: underline;
}

/* INSTRUCTORS INTRO */
#instructors-mobile-intro,
#instructors-expandable-intro,
#instructors-mobile-title,
#online-tool-mobile-title {
  display: none;
}

#instructors-intro,
#online-tool-intro {
  width: 100%;
  float: left;
  background-color: var(--mhe-bluegray);
  font-size: 15px;
  position: relative;
}

#instructors-intro-left,
#examprep-intro-left,
#online-tool-intro-left {
  width: 70%;
  position: absolute;
  left: 0;
  height: 100%;
  background: url(../media/instructors-intro.jpg) no-repeat;
  background-size: cover;
}

#online-tool-intro-left {
  background-image: url(../media/Online-Testing-Tool-intro.jpg);
}

#instructors-intro-left .half-col,
#examprep-intro-left .half-col {
  width: 55%;
  float: left;
}

#instructors-intro-left .half-col h2 {
  margin-left: 40px;
  margin-top: 30px;
  color: #fff;
  font-size: 24px;
}

#instructors-intro-left .half-col.overlay-col,
#examprep-intro-left .half-col.overlay-col {
  position: absolute;
  right: 0;
  width: 45%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 35px;
  color: #fff;
}

#instructors-intro-right,
#examprep-intro-right,
#online-tool-intro-right {
  width: 30%;
  float: right;
}

#instructors-intro .quote,
#online-tool-intro-right .quote {
  background: url(../media/quotes.png) 10px 5px no-repeat;
  padding: 10px 40px 15px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

#examprep-intro-right .quote,
#online-tool-intro-right .quote {
  padding: 20px 50px 30px 30px;
  font-size: 13px;
}

#instructors-intro .quote .by,
#online-tool-intro .quote .by {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}

#instructors-intro .quote a.testimonials-more,
#online-tool-intro .quote a.testimonials-more {
  font-size: 14px;
  line-height: 1.5;
  color: var(--mhe-blue);
  font-weight: 300;
  float: right;
  display: inline;
  text-decoration: underline;
}

#instructors-intro .quote a.testimonials-more:hover {
  color: var(--mhe-gray);
}

/* CERTIFIED INSTRUCTOR */
#cert-instructors-intro {
  width: 100%;
  float: left;
  background-image: url(../media/cert-instructor-intro-bkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cert-instructors-intro #mobile-page-title {
  display: none;
}

#cert-instructors-intro .overlay-col {
  width: 30%;
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 30px 40px;
}

#cert-instructors-intro .overlay-col h2 {
  margin: 0;
  font-size: 25px;
  color: #fff;
  font-weight: normal;
}

#instructors-intro-right .quote {
  padding: 30px;
  background-position: 15px 45px;
}

#instructors-intro-right .quote p {
  margin: 0;
  padding-right: 10px;
  font-weight: 100;
}

#instructors-intro-right .quote p.by {
  padding-right: 0;
  margin-top: 20px;
  float: none;
  font-weight: bold;
}

#cert-instructor-content {
  padding: 0 0 15px 0;
}

#cert-instructor-content .instructor-mobile-intro {
  display: none;
  font-size: 16px;
}

#cert-instructor-content .left-content {
  width: 70%;
  float: left;
  padding-left: 40px;
  padding-right: 30px;
  margin-top: 30px;
}

#cert-instructor-content .right-content {
  width: 30%;
  float: right;
  background-color: var(--mhe-bluegray);
}

#cert-instructor-content h3 {
  color: var(--mhe-gray);
  font-weight: bold;
}

#cert-instructor-content ul {
  padding-left: 15px;
}

#free-instructor-videos .instructor-download-pdf-banner {
  width: 100%;
  float: left;
  text-align: center;
  background-image: url(../media/instructor-download-bkg.jpg);
  background-position: top left;
  background-size: cover;
}

#free-instructor-videos .instructor-download-pdf-banner a {
  display: block;
  padding: 20px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

#free-instructor-videos .instructor-download-pdf-banner a:hover {
  color: var(--mhe-blue);
}

#free-instructor-videos .instructor-download-pdf-banner a span {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}

#free-instructor-videos h3 {
  font-weight: bold;
  color: var(--mhe-gray);
}

#become-an-instructor-banner {
  width: 100%;
  float: left;
  background-image: url(../media/become-a-great-instructor-bkg.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 35px 0;
  padding: 30px 30px 20px 30px;
}

#become-an-instructor-banner .banner-cover {
  width: 25%;
  height: auto;
  float: left;
  margin-right: 30px;
}

#become-an-instructor-banner h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--mhe-gray);
}

#become-an-instructor-banner a.find-more {
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 12px;
}

#become-an-instructor-banner a.find-more.mobile-btn {
  display: none;
}

#free-instructor-videos {
  width: 100%;
  float: left;
  margin: 0;
}

#free-instructor-videos .left-content {
  width: 70%;
  float: left;
  padding-right: 15px;
  margin-bottom: 30px;
}

#free-instructor-videos .right-content {
  width: 30%;
  float: right;
  margin-bottom: 40px;
}

#free-instructor-videos .left-content .video-links {
  width: 100%;
  float: left;
}

#free-instructor-videos .left-content p {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}

#free-instructor-videos .left-content .video-links a {
  display: inline-block;
  margin-right: 15px;
}

#free-instructor-videos .left-content .video-links span {
  width: 68%;
  float: right;
  display: inline-block;
}

#free-instructor-videos .expand-more {
  float: left;
}

/* TRAINING */
#training .content-wrapper {
  display: table;
  width: 100%;
}

.training-col {
  width: 49%;
  float: left;
  margin-left: 2%;
  background-color: #f1f1f1;
  color: var(--mhe-gray);
  font-size: 14px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  margin-top: 10px;
}

#training .training-col {
  float: none;
  display: table-cell;
  margin: 0;
  position: relative;
}

#training .training-col.gap-column {
  width: 2%;
  border: none;
  background-color: #fff;
}

.training-col.first-col {
  margin-left: 0;
}

.training-col h3 {
  background-color: var(--mhe-blue);
  color: #fff;
  text-align: center;
  /* padding: 10px 10px;
  font-size: 14px; */
  padding: 2px 2px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.training-cover,
.training-content {
  width: 50%;
  float: left;
}

.training-cover {
  overflow: hidden;
}

#training .training-content {
  float: right;
}

#training .training-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 38px;
}

.training-cover img {
  float: right;
  width: 100%;
  height: auto;
}

/* #training .training-cover img {
  height: 100%;
  width: auto;
  float: left;
} */

.training-content {
  padding: 10px;
}

.training-content p {
  margin: 5px 0;
}

.training-content p:first-child {
  margin-top: 10px;
}

.training-content ul {
  margin: 10px 0;
  padding-left: 15px;
}

.training-content ul li {
  list-style-image: url(../media/blue-bullet.png);
  margin-bottom: 5px;
}

.training-content a {
  text-decoration: underline;
}

.training-content a:hover {
  /* color: var(--mhe-gray); */
}

.training-content .centered,
.content-line.centered {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.training-content .centered:first-child {
  margin-top: 25px;
}

/* SOLUTIONS */
#solutions,
.solutions {
  padding-top: 10px;
}

#solutions-left,
.solutions-left {
  width: 69%;
  float: left;
  margin-bottom: 30px;
}

.learning-easy {
  padding-left: 55px;
  background: url(../media/easy-learning-icon.png) no-repeat left 5px;
  margin-bottom: 15px;
}

.designed-success {
  padding-left: 55px;
  margin-bottom: 20px;
  background: url(../media/success-icon.png) no-repeat left 5px;
}

#solutions-left .big-font,
.solutions-left .big-font {
  font-weight: bold;
}

#solutions-left p,
.solutions-left p {
  margin: 0;
}

#solutions-left ul,
.solutions-left ul {
  padding-left: 15px;
  margin: 0 0 15px 0;
  list-style-image: url(../media/grey-bullet.png);
}

#solutions-right,
.solutions-right {
  width: 28%;
  float: right;
}

#solutions-right .banner,
.solutions-right .banner {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
}

#solutions-right .banner.last-banner,
.solutions-right .banner.last-banner {
  margin-bottom: 0;
}

#solutions-right .banner span,
.solutions-right .banner span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

#solutions-right .banner img,
.solutions-right .banner img {
  width: 100%;
  height: auto;
  float: left;
}

#solutions-right .banner a,
.solutions-right .banner a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.solutions-right .banner a.yellow-button {
  font-size: 14px;
  width: 100%;
  text-align: center;
}

#solutions-right .banner h3,
.solutions-right .banner h3 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  -webkit-transition: background-color 1s;
  -khtml-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
}

#solutions-right .banner h3:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#solutions .yellow-button,
.solutions-right .yellow-button {
  padding-left: 25px;
  padding-right: 25px;
}

.solutions .disclaimer {
  width: 100%;
  float: left;
  margin-top: 0;
}

.solutions .disclaimer small {
  font-size: 13px;
}

/* SUPPORTED TOOLS */
#tools {
  display: table;
  border-spacing: 10px;
  border-collapse: separate;
  margin-left: -10px;
  margin-right: -10px;
}

#tools .tools-col {
  display: table-cell;
  border: 1px solid #dfdfdf;
  text-align: left;
  padding: 10px 0 25px 0;
  width: 25%;
  position: relative;
  overflow: hidden;
}

#tools .tools-col p {
  padding: 0px 10px;
  margin-top: 0;
}

#tools h3 {
  color: var(--mhe-gray);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0px 10px;
  min-height: 40px;
}

#tools .read-more {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  margin-right: 10px;
  bottom: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* #tools .read-more:after {
	content: "\203A";
	margin-left: 5px;
} */
#tools .read-more:hover {
  color: var(--mhe-gray);
  text-decoration: none;
}

/* ADOPT TEXTBOOK */
#adopt-textbook {
  text-align: center;
  background-color: #feeead;
  font-size: 18px;
  color: var(--mhe-blue);
  font-weight: 500;
  padding: 10px 0;
}

#adopt-textbook p {
  margin-top: 0;
  margin-bottom: 15px;
}

#adopt-textbook p strong {
  color: var(--mhe-blue);
}

#adopt-textbook .read-more {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.content ol {
  padding-left: 15px;
}

/* TESTIMONIALS */
#page-title #testimonials-title {
  width: 100%;
}

#testimonials-title a.go-to-form {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-right: 40px;
}

#testimonials-title a.go-to-form span {
  display: inline-block;
  margin-left: 5px;
}

#testimonials-title a.go-to-form .fa {
  font-size: 32px;
}

#testimonials-title a:hover {
  color: var(--mhe-gray);
  text-decoration: none;
}

.testimonials-list,
.col-container {
  margin-left: -10px;
  margin-right: -10px;
}

.third-col {
  width: 33.33%;
  float: left;
  padding: 10px;
}

.two-third-col {
  width: 66.66%;
  float: left;
  padding: 10px;
}

.testimonials-list .col-title {
  background-color: var(--mhe-bluegray);
  text-align: center;
  padding: 15px 40px;
}

.testimonials-list .two-third-col .col-title {
  text-align: left;
}

.testimonials-list .col-title h4 {
  font-weight: bold;
  margin: 0;
}

.testimonials-list .col-content {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 25px;
  background: #f5f8fb;
  position: relative;
  width: 100%;
  float: left;
}

.testimonials-list .two-third-col .col-content {
  text-align: left;
  padding: 30px 15px 0px;
}

.testimonial-content {
  width: 100%;
  float: left;
  background-color: #f5f8fb;
  border: 1px solid #e2e2e2;
}

.testimonials-list .third-col .col-content {
  background: url(../media/quotes.png) center 10px no-repeat;
  padding-bottom: 95px;
}

.testimonials-list .col-content .by {
  font-weight: normal;
  font-style: italic;
  margin-top: 0;
}

.testimonials-list .third-col .col-content .by {
  position: absolute;
  left: 0;
  right: 0;
}

.testimonials-list .col-content .by img {
  margin-top: 10px;
}

.testimonials-list .col-videos {
  display: inline-block;
  float: left;
  padding-right: 30px;
  padding-left: 25px;
  width: 43%;
  border-right: 1px solid #d0d8e0;
}

.testimonials-list .video-photo {
  margin-bottom: 32px;
  width: 100%;
  float: left;
  display: block;
}

.testimonials-list .video-photo.last-video {
  margin-bottom: 0;
}

.testimonials-list .video-photo img {
  width: 100%;
  height: auto;
}

.testimonials-list .col-seminars {
  display: inline-block;
  float: right;
  width: 57%;
  padding-right: 15px;
}

.testimonials-list .seminar-testi {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-left: 35px;
}

.seminar-testi:before {
  content: url(../media/quotes.png);
  width: 70px;
  height: 45px;
  position: absolute;
  left: 0;
  margin-left: 20px;
  top: 0;
  z-index: -1;
}

.testimonials-list .seminar-testi:first-child {
  padding-top: 0;
}

.testimonials-list .seminar-testi:first-child:before {
  margin-top: -25px;
}

.testimonials-list .seminar-testi p:first-child {
  margin-top: 0;
}

.testimonials-list .seminar-testi:last-child p:last-child {
  margin-bottom: 0;
}

.testimonials-list .col-footer {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  float: left;
}

.testimonials-list .two-third-col .col-footer {
  text-align: left;
  padding-left: 40px;
}

.testimonials-list .col-footer a {
  text-decoration: underline;
}

.testimonials-list .col-footer a:hover {
  color: var(--mhe-gray);
}

/* EXAM PREP INTRO */
#examprep-video {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

#examprep-intro-left {
  background-image: url(../media/exam-prep-video.jpg);
  background-size: auto 100%;
  background-color: #fff;
}

#examprep-tools .tools-col,
#tools .tools-col {
  font-size: 13px;
  padding-bottom: 20px;
  width: 20%;
}

#examprep-tools .tools-col a,
#tools .tools-col a {
  cursor: pointer;
}

#examprep-tools .tools-col img,
#tools .tools-col img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#additional-resources .resource-col {
  width: 32.666%;
  float: left;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin: 15px 0 15px 1%;
}

#additional-resources .resource-col.first-col {
  margin-left: 0;
}

#additional-resources .resource-col img {
  width: 100%;
  height: auto;
}

#additional-resources .resource-col a {
  color: var(--mhe-gray);
  cursor: pointer;
}

#additional-resources .resource-col a:hover {
  color: var(--mhe-blue);
}

#resources-faq {
  padding-bottom: 20px;
}

#examprep-intro-left .half-col {
  height: 100%;
}

#examprep-intro-left .half-col a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#examprep-intro-left .half-col a img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* PAGE MENU */
#page-menu {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
}

#page-menu #page-menu-toggle {
  display: none;
}

#page-menu ul {
  margin: 0;
  padding: 0 40px;
  list-style: none;
  list-style-type: none;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

#page-menu ul li {
  float: left;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #052943;
}

#page-menu ul li.first-item {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

#page-menu ul li a {
  color: #052943;
  text-decoration: none;
}

#page-menu ul li a:hover {
  color: var(--mhe-blue);
}

/* PAGE TITLE */
#page-title {
  width: 100%;
  float: left;
  /* background: url(../media/intro-image.jpg) #fff no-repeat center -80px; */
  background: url(../media/LaptopMHE_CEU.jpg) #fff no-repeat center -55px;
  background-size: 100%;
  position: relative;
}

#page-title.products-subpage-title {
  background-image: url(../media/code-and-safety-bkg.jpg);
  background-position: center;
}

#page-title.no-background {
  background: none;
}

#page-title .title-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 33px;
  height: 100%;
  padding-left: 20px;
  border-left: 2px solid #eeeeee;
}

#page-title .title-btn a {
  font-weight: bold;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

#page-title .title-btn a.calendar-btn {
  padding-left: 30px;
}

#page-title .title-btn a span {
  display: inline-block;
  line-height: 1.2;
}

#page-title .title-btn a span.multiple {
  line-height: 1.2;
}

#page-title .title-btn a:before {
  content: url(../media/reverse-login-btn.png);
  float: left;
  margin-right: 10px;
  zoom: 0.8;
}

#page-title .title-btn a.calendar-btn:before {
  content: '\f073';
  font-family: 'FontAwesome';
  font-size: 20px;
  zoom: 1;
  position: absolute;
  left: 0;
  margin-top: -5px;
}

#title-line {
  width: 100%;
  float: left;
  margin-top: 120px;
  background-color: rgba(226, 226, 226, 0.85);
}

.no-background #title-line {
  margin-top: 0;
  background-color: #e2e2e2;
}

#page-title h1 {
  width: 50%;
  float: left;
  padding: 10px 0px 10px 40px;
  font-size: 27px;
}

#page-title.full-title h1 {
  width: 100%;
  padding-right: 20px;
}

#page-title.inline-title h1 {
  width: auto;
  display: inline-block;
  max-width: 75%;
}

#page-title.products-subpage-title h1 {
  padding-top: 15px;
}

#title-line a.all-products,
#title-line a.translate {
  display: inline-block;
  float: right;
  padding: 12px 10px 12px 25px;
  border-left: 2px solid var(--mhe-bluegray);
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  color: var(--mhe-gray);
  margin-right: 40px;
}

#title-line a.translate {
  padding: 12px 25px;
  margin-right: 0;
  line-height: 3.6;
}

#title-line a.all-products span {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#title-line a.all-products img {
  margin-top: 4px;
}

#title-line a.all-products:hover,
#title-line a.translate:hover {
  color: #0883c0;
  text-decoration: none;
}

/* PAGE SUBTITLE */
.page-subtitle {
  width: 100%;
  float: left;
  /* background-color: var(--mhe-lightgray); */
  background-color: var(--mhe-blue);
  /* padding: 20px 40px; */
  padding: 10px 20px;
}

.page-subtitle h3 {
  color: white;
}

.page-subtitle.white-content {
  background-color: #fff;
}

.page-subtitle h2,
.page-subtitle h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

#breadcrumb {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}

/* Need another state? button */
a.another-state,
a.multiple-state {
  width: 25%;
  float: left;
  padding: 17px 10px 16px 25px;
  border-left: 2px solid var(--mhe-bluegray);
  font-weight: bold;
  font-size: 11px;
  color: var(--mhe-gray);
}

a.another-state img,
a.multiple-state img {
  height: 42px;
  width: auto;
}

a.another-state:hover,
a.multiple-state:hover {
  color: #0883c0;
}

a.another-state span {
  display: inline-block;
  float: left;
  width: 40%;
}

a.another-state img {
  float: right;
}

#mobile-buttons a.another-state {
  display: none;
  position: relative;
}

a.multiple-state span {
  width: 40%;
  float: left;
}

a.multiple-state img {
  float: right;
  display: inline;
  margin-right: 25px;
  margin-top: 0px;
}

#mobile-buttons a.multiple-state {
  display: none;
  position: relative;
}

/* IMPORTANT INFO */
#important-info h2 {
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}

/* TABLES */
.table-row {
  width: 100%;
  border-bottom: 1px solid #cacaca;
}

.table-header {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 10px 10px 10px 40px;
  width: 20%;
  font-weight: bold;
  color: var(--mhe-gray);
  vertical-align: top;
}

.table-content {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #cacaca;
  vertical-align: top;
}

.expand-more {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding-top: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 100;
  text-align: center;
}

#instructors-intro .expand-more {
  padding-top: 20px;
  margin-top: -33px;
}

.expand-less {
  text-align: center;
}

.expand-more a,
.expand-less a {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 5px 10px 10px 10px;
  color: var(--mhe-blue);
  font-size: 14px;
  text-transform: uppercase;
}

.expand-more a span,
.expand-less a span {
  display: inline-block;
  width: 315px;
  padding: 10px;
  border: 1px solid #cecece;
  cursor: pointer;
}

#content-with-sidebar .expand-more a,
#content-with-sidebar .expand-less a {
  margin-bottom: 25px;
}

#content-with-sidebar .expand-more a span,
#content-with-sidebar .expand-less a span {
  max-width: 100%;
}

.expand-button span:hover {
  color: #0883c0;
}

/* collapsible */
.collapsible-filters {
  padding: 5px 40px;
  width: 100%;
  float: left;
}

.collapsible-filters span {
  display: inline-block;
  margin-right: 10px;
}

.collapsible-filters a {
  color: var(--mhe-blue);
  text-decoration: underline;
}

.collapsible-filters a:hover {
  color: var(--mhe-blue);
}

.collapsible-area-header {
  background-color: var(--mhe-blue);
  color: #f2f6fb;
  width: 100%;
  font-size: 13px;
  float: left;
  cursor: pointer;
}

.collapsible-header-image {
  float: left;
  margin-right: 20px;
  width: 200px;
  overflow: hidden;
}

.collapsible-header-image img {
  float: left;
  height: 85px;
  width: auto;
}

.collapsible-header-title h2 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin: 15px 0 10px 0;
}

.collapsible-header-title h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
}

.collapsible-header-title h4 .fa {
  margin-left: 10px;
}

.collapsible-header-title p {
  margin: 0;
  padding: 0;
}

.collapsible-area-content,
.collapsible-area {
  width: 100%;
  float: left;
}

.collapsible-area.collapsed .collapsible-area-header {
  margin-bottom: 10px;
}

.collapsible-area.collapsed .collapsible-area-content {
  display: none;
}

/* Accordion */
#links .half-col {
  width: 50%;
  float: left;
}

#links .half-col:first-child {
  padding-right: 10px;
}

#links .half-col:last-child {
  padding-left: 10px;
}

.links-accordion .collapsible-area-header {
  background-color: #fff;
  color: var(--mhe-blue);
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  position: relative;
  outline: none;
}

#links .half-col:first-child .collapsible-area-header {
  border-right: 1px solid #e2e2e2;
}

.links-accordion .collapsible-header-title {
  padding: 15px 50px 15px 170px;
}

.links-accordion .collapsible-header-title h2 {
  line-height: 1;
  color: var(--mhe-blue);
  position: relative;
  margin: 0;
  text-transform: uppercase;
}

.links-accordion .collapsible-area-content {
  padding: 0px 40px 10px;
}

#links .half-col:last-child .collapsible-area-content {
  padding-left: 10px;
}

.links-accordion .collapsible-area-content ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.links-accordion .collapsible-area-content ul li {
  margin: 5px 0;
  padding: 0;
}

.links-accordion .collapsible-header-image {
  width: 150px;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.links-accordion .ui-accordion-header-icon {
  display: inline-block;
  right: 0;
  margin-right: 20px;
  top: 50%;
  margin-top: -15px;
  position: absolute;
}

.links-accordion .ui-accordion-header-icon:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: var(--mhe-blue);
}

.links-accordion .ui-state-active .ui-accordion-header-icon:after {
  content: '\f0d8';
}

/* Apps Links */
.links-accordion .half-sections {
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
  /* Android ≤ 2.3, iOS ≤ 4 */
  -moz-box-sizing: border-box;
  /* Firefox ≤ 28 */
  box-sizing: border-box;
  /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
  font-size: 13px;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

.links-accordion .half-sections strong {
  font-size: 16px;
}

.links-accordion .half-sections .section-line {
  display: table-row;
}

.links-accordion .half-sections .section-line > div {
  padding: 20px 15px;
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.links-accordion .half-sections .inner {
  width: 100%;
  float: left;
}

.links-accordion .half-sections .app-icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.links-accordion .half-sections p {
  margin: 5px 0;
  padding: 0;
}

.links-accordion .half-sections p:first-of-type {
  margin-top: 0;
}

.links-accordion .half-sections p:last-child {
  margin-bottom: 0;
}

.links-accordion .half-sections .app-pro,
.links-accordion .half-sections .app-con {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  cursor: pointer;
}

.links-accordion .half-sections .app-pro:before {
  content: '\f087';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.links-accordion .half-sections .app-pro:hover:before {
  color: var(--mhe-blue);
}

.links-accordion .half-sections .app-con:before {
  content: '\f088';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.links-accordion .half-sections .app-con:hover:before {
  color: var(--mhe-blue);
}

/* State license */
#state-license h2 a.rightalign {
  font-size: 70%;
  float: right;
  margin-top: 5px;
  margin-left: 30px;
}

#state-boards {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#state-boards .left-content,
#state-boards .right-content {
  width: 50%;
  float: left;
}

#state-boards .left-content {
  padding-right: 15px;
}

#state-boards .right-content {
  padding-left: 15px;
}

#state-boards h4 {
  margin-bottom: 0;
  font-weight: bold;
}

#state-nec {
  width: 100%;
  float: left;
}

#ced-requirements,
#licensing-requirements {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#ced-requirements .collapsible-area,
#licensing-requirements .collapsible-area {
  margin-bottom: 20px;
}

#ced-requirements .collapsible-area-content {
  border: 1px solid #b5b1b1;
  padding: 15px;
}

#ced-requirements .collapsible-area-content p:first-child {
  margin-top: 0px;
}

.requirements {
  border-left: 1px solid #b5b1b1;
}

.requirements td {
  border-right: 1px solid #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
  padding: 15px;
}

.requirements tr td:first-child {
  width: 20%;
}

/* products table */
.product-table {
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
}

.product-table a {
  text-decoration: underline;
}

.product-table h4 a {
  text-decoration: none;
}

.product-table h4 a:hover {
  color: #0883c0;
}

.product-table h4 {
  font-weight: bold;
  margin: 0;
  position: relative;
}

.product-table p {
  margin: 5px 0 10px 0;
}

.product-table th {
  font-weight: bold;
  padding: 7px 7px;
  text-align: center;
  border-left: 1px solid #b5b1b1;
  border-bottom: 1px solid #b5b1b1;
}

.product-table td {
  padding: 20px 7px;
  text-align: center;
  border-bottom: 1px solid #b5b1b1;
  border-left: 1px solid #b5b1b1;
  vertical-align: top;
}

.product-table td.first-col,
.product-table th.first-col {
  text-align: left;
  padding-left: 40px;
  border-left: none;
  width: 50%;
}

.product-table th.last-col {
  width: 115px;
}

.product-table td.first-col {
  padding-right: 55px;
}

.product-table span.price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--mhe-gray);
  margin-bottom: 15px;
}

.product-table .add-to-cart {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-table .add-to-cart,
.yellow-button {
  font-size: 10px;
  font-weight: bold;
  color: var(--mhe-gray);
  background-color: #fccd14;
  border: 1px solid #deba31;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.product-table .add-to-cart:hover,
.yellow-button:hover {
  /* background-color: #e4e4e4; */
  filter: brightness(0.9);
}

.product-table .best-seller {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 53px;
  background-image: url(../media/best-seller.png);
  margin-right: -47px;
}

.course-extra span {
  display: block;
}

.course-extra span.extra-title {
  display: none;
}

/* FAQ */
a.full-button {
  display: block;
  border: 1px solid #000000;
  padding: 7px;
  text-align: center;
  font-size: 15px;
  color: var(--mhe-blue);
  text-transform: uppercase;
  cursor: pointer;
}

/* PRINT */
.print-button {
  text-align: center;
  padding: 20px 0 10px 0;
}

/* PAGE WITH SIDEBAR */
#content-with-sidebar {
  width: 600px;
  float: left;
  padding-left: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
}

#nec-map {
  margin-top: 30px;
  display: block;
}

#NECmapSelect {
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: right;
  border: 2px solid #b2b2b2;
  border-radius: 0;
  width: 215px;
  color: #666666;
  padding: 5px 35px 5px 10px;
  font-size: 15px;
  font-weight: bold;
  background: url(../media/select-arrow.png) right center no-repeat;
}

#mapContainer {
  width: 100%;
  float: left;
  margin: 25px 0 50px 0;
}

#mapContainer > * {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

#content-sidebar {
  width: 319px;
  float: right;
  border-left: 1px solid #cacaca;
}

.mobile-content-footer {
  display: none;
}

#content-sidebar h3 {
  font-weight: bold;
}

#content-sidebar h4 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

#content-sidebar p {
  margin-top: 0;
  line-height: 1.5;
}

#content-sidebar .yellow-button {
  margin-left: 15px;
}

#content-sidebar .sidebar-image {
  float: right;
  margin-left: 15px;
}

.sidebar-content-area {
  border-bottom: 1px solid #cacaca;
  padding: 25px;
  font-size: 13px;
}

.sidebar-content-area.first-area {
  padding-top: 15px;
}

.sidebar-content-area.last-area {
  border-bottom: none;
}

.sidebar-content-area img {
  max-width: 100%;
  height: auto;
}

/* NEC - FREE RESOURCES */
.sidebar-content-area .resource {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 15px;
}

.sidebar-content-area .resource:last-child {
  border-bottom: none;
}

.sidebar-content-area .resource p:last-child {
  margin-bottom: 0;
}

/* FORMS */
form label,
.form label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  float: left;
}

form label span,
.form label span {
  color: #d33232;
}

form input[type='text'],
.form input[type='text'],
form input[type='email'],
.form input[type='email'],
form input[type='file'],
.form input[type='file'],
form textarea,
.form textarea {
  background-color: #f5f5f5;
  width: 100%;
  font-size: 12px;
  color: #8b8b8b;
  font-family: Roboto, sans-serif;
  padding: 7px 5px;
  border: 1px solid #cccccc;
  margin-top: 3px;
}

form input[type='button'],
.form input[type='button'],
form input[type='submit'],
.form input[type='submit'] {
  background-color: #fccd14;
  border: 1px solid #deba31;
  color: var(--mhe-gray);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 15px;
}

form input[type='button']:hover,
.form input[type='button']:hover,
form input[type='submit']:hover,
.form input[type='submit']:hover {
  background-color: #e2e2e2;
}

#hear-from-you {
  width: 100%;
  float: left;
}

#hear-from-you form {
  margin-top: 30px;
  float: left;
}

#hear-from-you form input[type='button'],
#hear-from-you form input[type='submit'] {
  float: right;
}

#hear-from-you form textarea {
  height: 176px;
}

#hear-from-you h2 {
  margin-top: 1.5em;
}

#customer-stories {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 300;
}

.customer-story {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin-top: 10px;
  background-color: #f5f8fb;
}

.customer-story p:last-child {
  margin-bottom: 0;
}

.customer-story:before {
  position: absolute;
  left: 0;
  margin-left: 5px;
  top: 0;
  margin-top: 5px;
  z-index: -1;
  content: url(../media/quotes.png);
  width: 70px;
  height: 45px;
}

.customer-story .story-img {
  display: inline;
  float: right;
  margin-top: 0;
  margin-left: 40px;
  text-align: center;
  font-style: italic;
}

.customer-story p {
  margin-top: 10px;
}

.customer-story .story-img img {
  margin-bottom: 10px;
}

.customer-story a {
  font-style: italic;
  text-decoration: underline;
  font-size: 14px;
}

.customer-story a:hover {
  color: var(--mhe-gray);
}

/* CONTINUING EDUCATION */
#cont-ed-intro {
  width: 100%;
  float: left;
  font-size: 15px;
  background-color: #fff;
  position: relative;
}

#cont-ed-intro .cont-ed-content-mobile {
  display: none;
}

#cont-ed-intro .half-col {
  width: 50%;
  float: left;
  padding: 30px 20px 20px 40px;
}

#page-title #cont-ed-title h1 {
  font-size: 27px;
  width: 80%;
  float: left;
  padding: 10px 0 10px 40px;
}

.half-col p:first-child {
  margin-top: 0;
}

#cont-ed-intro strong {
  font-size: 16px;
}

#cont-ed-intro .quote {
  /* color: var(--mhe-gray); */
  color: black;
  font-size: 15px;
  font-weight: 400;
}

#cont-ed-intro .quote .by {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

#cont-ed-intro .quote a.testimonials-more {
  font-size: 16px;
  font-style: italic;
}

#cont-ed-intro p.short-p {
  padding-right: 50px;
}

#cont-ed-intro .quote-col {
  background-color: var(--mhe-bluegray);
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

#cont-ed-intro.products-page .expand-more {
  display: none;
}

ul.checklist {
  padding-left: 25px;
  list-style-image: url(../media/check-icon.png);
}

#cont-ed-intro ul.checklist {
  margin-bottom: 0;
}

#cont-ed-intro .expand-more,
#mobile-checklist {
  display: none;
}

#ceu-tools #tools {
  table-layout: fixed;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#tools.ceu {
  border-spacing: 9px;
  margin-left: -9px;
  margin-right: -9px;
}

#ceu-tools .content-wrapper {
  padding: 15px 30px;
}

#ceu-tools #tools .tools-col {
  overflow: hidden;
}

#ceu-tools a {
  color: var(--mhe-gray);
}

#ceu-tools a:hover {
  color: var(--mhe-blue);
}

#ceu-tools .tools-col img {
  margin-bottom: 0;
  height: 119px;
  width: auto;
  margin-left: -33%;
  float: left;
}

#ceu-tools .ceu .tools-col {
  padding-bottom: 0;
  width: 33.33%;
}

#ceu-tools .ceu .tools-col img {
  margin-left: 0;
  width: 100%;
  height: auto;
}

#ceu-tools .tools-col a.tool-img {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

#ceu-tools .ceu .tools-col a.tool-img {
  margin-bottom: 0;
}

#ceu-info {
  padding-bottom: 20px;
}

#ceu-info .training-col {
  position: relative;
}

#ceu-info .training-content {
  position: absolute;
  right: 0;
  padding-top: 55px;
  bottom: 0;
  text-align: center;
  height: 100%;
}

#ceu-info .training-content p {
  position: relative;
  margin: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ceu-info .training-col h3 {
  padding: 20px 10px;
  position: relative;
  z-index: 100;
}

#ceu-info .training-col a {
  color: #fff;
  display: block;
  cursor: pointer;
}

#ceu-info .training-col a:hover,
#ceu-info .training-col a:hover span {
  text-decoration: underline;
}

#ceu-info .first-col h3 {
  padding: 15px 10px;
}

#ceu-info .first-col h3 span {
  display: inline-block;
  line-height: 28px;
}

#ceu-info .first-col h3 span:after {
  content: url(../media/login-button-w.png);
  float: right;
  margin-left: 10px;
  line-height: 13px;
}

#cont-ed-title {
  position: relative;
}

.course-login {
  width: 20%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 2px solid var(--mhe-bluegray);
  padding: 0 40px;
  font-size: 13px;
  color: var(--mhe-gray);
  text-transform: uppercase;
  font-weight: bold;
  height: 100%;
}

.course-login a {
  display: inline-block;
  color: var(--mhe-gray);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-login a:after {
  content: url(../media/login-button.png);
  position: absolute;
  left: 0;
  margin-left: 70px;
  top: 0;
  margin-top: -3px;
}

#ceu-intro {
  padding: 0;
  line-height: 1.6;
}

#ceu-intro .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

#ceu-intro p {
  margin: 0;
  line-height: 1.4;
}

#ceu-intro h3 {
  color: var(--mhe-gray);
  font-weight: bold;
  margin-bottom: 0;
}

#ceu-intro h4 {
  color: var(--mhe-gray);
  margin-top: 0;
}

#ceu-intro .blue-text {
  color: var(--mhe-blue);
}

#ceu-intro .blue-text a {
  font-weight: bold;
}

#ceu-states {
  padding: 15px 0 0;
}

#ceu-states .left-content,
#ceu-intro .left-content {
  width: 70%;
  padding-right: 30px;
  float: left;
}

#ceu-states-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #b2b2b2;
  padding: 3px 10px;
  color: #666666;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding-right: 45px;
  background-image: url(../media/states-dropdow-btn.jpg);
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 0;
  width: 245px;
  margin-left: 15px;
}

/* 
#ceu-states #mapContainer {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}

#ceu-states #mapContainer img {
  max-width: 100%;
  height: auto;
} */

#ceu-states #ceu-mobile-banner {
  display: none;
}

#ceu-states .content-wrapper {
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}

#ceu-states .right-content,
#ceu-intro .right-content {
  width: 30%;
  float: left;
}

#ceu-states li {
  margin-bottom: 5px;
}

#ceu-intro .ceu-banner {
  background-image: url(../media/ceu-multiple-banner.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 1.3;
  width: 30%;
  float: right;
}

#ceu-mobile-banner .ceu-banner {
  background-image: url(../media/ceu-multiple-banner.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  margin-left: 20px;
}

#ceu-intro .ceu-banner a,
#ceu-mobile-banner .ceu-banner a {
  display: block;
  cursor: pointer;
  padding: 15px 100px 15px 15px;
  color: var(--mhe-gray);
  text-decoration: none;
}

#ceu-intro .ceu-banner a:hover,
#ceu-mobile-banner .ceu-banner a:hover {
  color: #000;
}

#important-note {
  background-image: url(../media/homepage-slide1-bkg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#important-note-cover {
  width: 27%;
  float: left;
  padding: 25px 0 25px 40px;
}

#important-note-cover img {
  width: 99%;
  height: auto;
  float: left;
}

#important-note-content {
  width: 73%;
  float: left;
  padding: 25px 40px 25px 25px;
  color: #000000;
  font-size: 18px;
}

#important-note a.blue-btn,
a.blue-btn {
  display: inline-block;
  float: right;
  background-color: var(--mhe-blue);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#important-note h2 {
  width: 67%;
  float: left;
  margin-top: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}

#important-note h2 strong {
  color: var(--mhe-blue);
}

#important-note ul {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

#important-note p {
  margin-top: 0;
}

#important-note ul li {
  float: left;
  font-size: 14px;
  margin-left: 25px;
}

#important-note ul li.first {
  margin-left: 0;
}

/* PRODUCTS */
#cont-ed-intro h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
  color: var(--mhe-gray);
}

#cont-ed-intro.products-page h2 {
  margin-bottom: 15px;
}

#cont-ed-intro ul {
  margin-left: 0;
  padding-left: 15px;
}

#cont-ed-intro #products-intro {
  width: 65%;
  float: left;
  padding: 20px 40px;
}

#cont-ed-intro #products-testimonial {
  width: 35%;
  float: right;
  padding: 0px;
}

#products-testimonial .quote-container {
  width: 100%;
  float: left;
  padding: 0;
  background-color: var(--mhe-bluegray);
}

#products-testimonial .quote {
  padding: 30px 30px;
  background-position: 15px 45px;
  font-size: 14px;
}

#products-testimonial p.short-p {
  padding-right: 0px;
  margin: 0;
}

.cont-ed-banner {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.cont-ed-banner a {
  display: block;
  cursor: pointer;
}

.cont-ed-banner img {
  width: 100%;
  height: auto;
}

.cont-ed-banner p {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.cont-ed-banner .yellow-button {
  margin-top: 10px;
}

#products-list {
  margin-left: -5px;
  margin-right: -5px;
}

#products-list .product-item {
  width: 33.33%;
  padding: 5px;
  float: left;
}

#products-list .product-item img {
  height: 100%;
  width: auto;
  /* opacity: 0.3; */
  opacity: 1;
  float: left;
}

#products-list .product-item a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 220px;
}

#products-list .product-categories {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: all 0.5s;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.2);
}

#products-list .product-categories:hover {
  background-color: rgba(54, 95, 145, 0.6);
}

#products-list .product-category-name {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s;
}

#products-list .product-categories:hover .product-category-name {
  display: none;
}

#products-list .product-category-name span {
  display: inline-block;
  font-weight: bold;
}

#products-list .product-subcat {
  margin: 0px auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 0;
  opacity: 0;
  transition: opacity 1s;
  overflow: hidden;
}

#products-list .product-categories:hover .product-subcat {
  width: 100%;
  opacity: 1;
}

#products-list .product-subcat ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* OLD STYLE FOR PRODUCTS */
#products-list .product-item h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 27px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 1s;
}

#products-list .product-item h3:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

#products-list .product-item h3 span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

/* END OLD STYLE FOR PRODUCTS */
#electrical-products {
  padding-bottom: 40px;
}

#electrical-products h3 {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

#training-library {
  width: 100%;
  float: left;
  background-color: #feeead;
}

#training-library .library-text {
  width: 35%;
  float: left;
  color: var(--mhe-gray);
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40%;
}

#training-library h2 {
  text-transform: uppercase;
  color: #000000;
}

#training-library strong {
  color: var(--mhe-blue);
  font-size: 14px;
}

#training-library p:first-child {
  margin-top: 0;
}

#training-library .content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#training-library .library-cover {
  position: absolute;
  left: 0;
  margin-left: 30px;
}

#training-library .library-btns {
  display: inline-block;
  float: right;
  margin-top: 30px;
  width: 20%;
}

#training-library a.blue-btn {
  display: inline-block;
  margin-bottom: 5px;
  background-color: var(--mhe-blue);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  min-width: 120px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#training-library a.blue-btn:hover {
  text-decoration: underline;
}

.page-path {
  padding: 10px 20px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

/* PRODUCTS SUBPAGE */
/* TABS */
.white-content .ui-tabs .ui-tabs-nav {
  width: 19%;
  float: left;
  padding: 0;
  border-radius: 0;
  border: none;
  font-size: 13px;
  list-style: none;
  margin: 0;
}

.white-content .ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  outline: none;
  white-space: normal;
}

.white-content .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: var(--mhe-lightgray);
}

.white-content .ui-tabs .ui-tabs-nav li:hover {
  background-color: var(--mhe-lightgray);
}

.white-content .ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 10px 15px;
  text-align: left;
  color: #052943;
  font-weight: bold;
  width: 100%;
  outline: none;
}

.white-content .ui-tabs .ui-tabs-panel {
  width: 81%;
  float: right;
  padding: 0;
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}

.white-content .ui-widget.ui-widget-content {
  border: none;
  padding: 0;
  margin: 0;
}

.subpage-content {
  width: 81%;
  float: left;
  padding: 15px 20px;
  border-left: 1px solid #dfdfdf;
  font-size: 15px;
}

.subpage-content-mobile {
  display: none;
}

.product-subpage-content .expand-more,
.product-subpage-content .expand-less {
  display: none;
}

.product-sub {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.product-sub.last-product-sub {
  border-bottom: none;
}

.product-sub h2 {
  background-color: var(--mhe-lightgray);
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  height: 50px;
}

.product-sub h2 .backToTop {
  display: block;
  float: right;
}

.product-sub .product-footer {
  position: absolute;
  width: 15%;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-bottom: 10px;
}

.product-sub-left {
  width: 85%;
  float: left;
  font-size: 12px;
}

.product-sub-left table {
  width: 100%;
}

.product-sub-left img {
  width: 96%;
  height: auto;
  margin: 0 2%;
}

.product-sub-left .backToTop img {
  width: auto;
  height: auto;
}

.product-sub-header .product-sub-left {
  border-right: none;
}

.product-sub-left table td {
  border-right: 1px solid #dfdfdf;
  vertical-align: middle;
  padding: 0;
}

.product-sub-left table td.product-desc {
  vertical-align: top;
  padding: 20px 15px;
  width: 60%;
}

.product-sub-left h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--mhe-gray);
}

.product-sub-left ul {
  padding-left: 15px;
}

.product-sub-right {
  width: 15%;
  float: left;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 40px;
}

.product-sub-right h3 {
  display: none;
}

.product-sub-header .product-sub-right {
  padding-top: 0;
  margin-bottom: 0;
}

.product-sub-right h2 {
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: center;
}

.product-sub-right span {
  display: block;
  margin-bottom: 5px;
  margin-top: 25px;
  font-size: 12px;
  color: var(--mhe-gray);
  font-weight: 300;
}

/* SEMINARS */
#mobile-seminars-intro-text,
#mobile-page-title.seminars-page-title {
  display: none;
}

#seminars-intro {
  position: relative;
}

#seminars-left {
  width: 52%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: url(../media/seminars-intro-bkg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 40px;
}

#seminars-left h1 {
  width: 160px;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

#seminars-right {
  width: 48%;
  float: right;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
}

#seminars-right .quote {
  padding: 10px 15px;
}

#seminars-right .quote .by {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin: 0 0 20px 0;
}

#seminars-right .quote a.testimonials-more {
  font-size: 16px;
  font-weight: 300;
}

#seminars-intro-text {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
}

#footer-testimonials.seminar-testimonial .content-wrapper {
  padding: 30px 60px;
}

#seminars-details {
  width: 66.66%;
  border-right: 1px solid #cacaca;
  float: left;
  padding: 30px 30px 30px 40px;
}

#seminars-details h4 {
  margin: 15px 0px;
  text-align: center;
  color: var(--mhe-gray);
  font-weight: bold;
  text-transform: uppercase;
}

#seminars-details h4 a:hover {
  text-decoration: none;
}

#seminars-details .full-col h4 {
  text-align: left;
}

#seminars-details h4.mobile-title {
  display: none;
  margin: 15px 10px;
}

#seminars-details .seminar-section {
  width: 100%;
  float: left;
  border: 1px solid #cacaca;
  margin-bottom: 1%;
  position: relative;
}

#seminars-details img {
  width: 100%;
  height: auto;
}

#seminars-details .seminar-section-content {
  padding: 15px 20px;
}

#seminars-details .seminar-section-content p:last-child {
  margin-bottom: 0;
}

#seminars-details .seminar-section.half-col {
  width: 49.5%;
  margin-right: 1%;
  min-height: 375px;
}

#seminars-details .seminar-section.last-col {
  margin-right: 0;
}

#seminars-details .seminar-section h4 a {
  text-align: center;
  color: var(--mhe-gray);
  display: block;
  font-weight: bold;
}

#seminars-details .seminar-section h4 a:hover {
  color: var(--mhe-blue);
}

#seminars-details .seminar-section-content a {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

#seminars-details .seminar-section-content a:after {
  content: '\203A';
  margin-left: 5px;
}

#seminars-details .seminar-section-content a:hover {
  color: var(--mhe-gray);
  text-decoration: none;
}

#seminars-details .seminar-section.full-col .seminar-section-photo {
  width: 49.5%;
  float: left;
  overflow: hidden;
}

#seminars-details .seminar-section.full-col img {
  height: 100%;
  width: auto;
  float: right;
}

#seminars-details .seminar-section.full-col .seminar-section-content {
  width: 49.5%;
  float: right;
}

#seminars-details .seminar-section.full-col .seminar-section-content h4 {
  margin-top: 0;
  color: var(--mhe-gray);
  font-weight: bold;
  text-transform: none;
}

#seminars-details .seminar-section.full-col .seminar-section-content a {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
}

#seminars-photos {
  width: 33.33%;
  float: left;
  padding: 30px;
  font-size: 13px;
  color: #000000;
}

#seminars-photos h3 {
  font-weight: bold;
}

#seminars-photos h3 a {
  color: var(--mhe-gray);
}

#seminars-photos h3 a:hover {
  color: var(--mhe-blue);
  text-decoration: none;
}

#seminars-photos img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#seminars-photos p {
  margin-top: 0;
}

.more-seminar-photos {
  position: relative;
  overflow: hidden;
}

#seminars-photos .more-seminar-photos img {
  height: 100%;
  width: auto;
  float: left;
  margin: 0;
}

.more-seminar-photos a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.more-seminar-photos a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.more-seminar-photos a span {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#seminars-gallery-intro {
  text-align: center;
}

#seminars-gallery-intro p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#seminars-gallery-intro a {
  display: inline-block;
  margin-left: 30px;
}

#seminars-gallery-intro a:hover {
  color: var(--mhe-gray);
}

#seminars-gallery-intro a span {
  line-height: 18px;
  text-decoration: underline;
}

#seminars-gallery-intro a img {
  float: left;
  margin-right: 10px;
}

.seminars-gallery-container {
  margin-left: -10px;
  margin-right: -10px;
}

.seminars-gallery-container .seminars-gallery-item {
  width: 33.33%;
  float: left;
  padding: 10px;
}

.seminars-gallery-container .gallery-content {
  border: 1px solid #cacaca;
  text-align: center;
  font-size: 14px;
  color: var(--mhe-gray);
  padding-bottom: 20px;
}

.seminars-gallery-container .gallery-content p {
  margin-bottom: 0;
}

.seminars-gallery-container .gallery-content p:last-child {
  margin-top: 10px;
}

.seminars-gallery-container .gallery-content h4 a {
  color: var(--mhe-gray);
  font-weight: bold;
  padding: 0 15px;
  display: inline-block;
}

.seminars-gallery-container .gallery-content img {
  width: 100%;
  height: auto;
}

#gallery-pagination {
  width: 100%;
  float: left;
  margin: 30px 0;
  text-align: center;
}

#gallery-pagination ul {
  display: inline-block;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

#gallery-pagination ul li {
  display: inline-block;
  margin: 0px 3px;
  padding: 0;
}

#gallery-pagination ul li span {
  display: inline-block;
  color: #004465;
  font-size: 11px;
  border: 1px solid #004465;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-weight: bold;
}

#gallery-pagination ul li.current-page span,
#gallery-pagination ul li a:hover span {
  background-color: #004465;
  color: #fff;
}

.leftalign {
  float: left;
  margin-right: 30px;
}

/* FREE RESOURCES */
#free-resources-intro {
  font-size: 15px;
}

#free-resources-intro .content-wrapper {
  float: left;
}

#free-resources-intro .content-wrapper .verticalalign {
  margin: 0;
  padding-top: 20px;
}

#free-resources-intro .video-popup {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#free-resources-intro .video-popup > img {
  width: 100%;
  height: auto;
}

#free-resources-intro p:last-child {
  margin-bottom: 0;
}

#free-resource-tools #tools .tools-col {
  display: inline-block;
  float: left;
  padding: 5px;
  border: none;
}

#free-resource-tools #tools .tools-col .tool-content {
  border: 1px solid #c1c1c1;
  width: 100%;
  float: left;
  padding: 0 0 20px 0;
  min-height: 270px;
  position: relative;
}

#free-resource-tools #tools .tools-col .tool-content:hover {
  border-color: var(--mhe-blue);
  border-width: 2px;
}

#tools .tools-col .tool-content p {
  margin: 0;
}

#tools .tools-col .tool-content p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
}

#free-resource-tools #tools .tools-col span {
  display: block;
}

#free-resource-tools #tools .tools-col h3 {
  margin: 13px 0;
  height: 30px;
  line-height: 1.1;
  min-height: 0;
  text-transform: capitalize;
  text-align: left;
}

#free-resource-tools #tools .tools-col h3 span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--mhe-gray);
}

#free-resource-tools #tools a.tool-img {
  display: block;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  overflow: hidden;
}

#free-resource-tools #tools a.tool-img img {
  float: left;
  margin-bottom: 0;
}

#free-resource-tools #tools .tools-col p a {
  font-weight: bold;
  text-decoration: none;
  float: right;
}

#free-resource-tools #tools .tools-col p a:after {
  /* content: "\203A"; */
  content: '\00BB';
  font-size: 12pt;
  margin-left: 5px;
}

#free-resource-tools #tools .tools-col p a:hover {
  color: #000;
}

#we-specialize {
  text-align: center;
}

#we-specialize h4 {
  color: var(--mhe-gray);
  font-weight: bold;
}

#we-specialize span.separator {
  display: inline-block;
  width: 1px;
  background-color: var(--mhe-blue);
  margin: 0 30px;
}

#we-specialize a {
  text-decoration: underline;
}

#we-specialize a:hover {
  color: var(--mhe-gray);
}

#find-a-course-banner {
  width: 100%;
  float: left;
  background-color: #feeead;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

#find-a-course-banner .content-wrapper {
  position: relative;
}

.find-course-cover {
  position: absolute;
  width: 203px;
  bottom: 0;
  top: 0;
  margin: 15px 0;
  overflow: hidden;
}

.find-course-cover img {
  height: 100%;
  width: auto;
  float: right;
  margin-right: -15%;
}

.find-course-content {
  padding-left: 240px;
}

.find-course-content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 0;
  padding-left: 15px;
}

.find-course-content a.blue-btn {
  margin-left: 30px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  margin-top: -10px;
}

.find-course-content a.blue-btn.mobile-btn {
  display: none;
}

.find-course-content strong {
  color: #000;
}

.find-course-content p {
  margin: 10px 0 5px 0;
}

.find-course-content .first-p {
  margin-top: 0;
}

.find-course-content h3 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

/* Technical Resources */
#grid {
  margin: 0 -7px 25px -7px;
  float: left;
  min-width: 100%;
}

#grid .grid-col {
  padding: 7px;
  float: left;
}

#grid.cols-4 .grid-col {
  width: 25%;
}

#grid.cols-5 .grid-col {
  width: 20%;
}

#grid .grid-col .grid-col-content {
  border: 1px solid #c1c1c1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  padding-bottom: 40px;
  position: relative;
}

#grid .grid-col h3 {
  padding: 0 15px;
  margin: 13px 0;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

#grid .grid-col h3 span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--mhe-gray);
}

#grid .grid-col p {
  padding: 0 15px;
  margin: 0;
  display: block;
}

#grid .grid-col a.cta-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

#grid .grid-col .grid-img {
  margin-bottom: 15px;
  display: block;
}

#grid .grid-col .grid-img img {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

#grid.cols-4 .grid-col .grid-img img,
#grid.cols-5 .grid-col .grid-img img {
  position: relative;
  left: 50%;
  margin-left: -115px;
}

/* Newsletter signup */
#newsletter-banner {
  background-image: url(../media/newsletter-bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#newsletter-banner img {
  display: inline-block;
  float: left;
}

#newsletter-banner .caption {
  padding-left: 30px;
  margin-top: 20px;
  display: inline-block;
  float: left;
  width: 55%;
}

#newsletter-banner h2 {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
  font-family: Arvo, sans-serif;
  text-transform: uppercase;
}

#newsletter-banner h2 strong {
  font-weight: bold;
  color: var(--mhe-blue);
}

#newsletter-banner a.button {
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--mhe-blue);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 40px;
  margin-top: 45px;
}

/* CEU STATES */
#state-license h3 {
  color: var(--mhe-gray);
  font-weight: bold;
}

#ceu-states-select.state-license {
  margin-left: 0;
}

#ceu-states #mapContainer {
  text-align: center;
}

div.maphilighted {
  margin: 0px auto;
}

/* CALCULATIONS */
#calculations-content {
  width: 100%;
  float: left;
  background-image: url(../media/calculations-bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

#calculations-content h2 {
  color: #fff;
  margin: 0 0 10px 0;
}

#calculations-content .content-section {
  width: 100%;
  float: left;
  padding: 25px 40px;
  text-align: center;
  font-size: 16px;
}

#calculations-content fieldset {
  width: 100%;
  max-width: 380px;
  margin: 0px auto;
  border: none;
  padding: 0;
  text-align: left;
}

#calculations-content fieldset label {
  width: 100%;
  padding: 5px;
  background-color: #f5f5f5;
  color: #004465;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}

#calculations-content fieldset label span {
  color: #004465;
  margin-top: 10px;
  margin-left: 7px;
  display: inline-block;
}

#calculations-content fieldset.input-fields label {
  width: 80%;
}

#calculations-content .content-section.has-border {
  border-bottom: 1px solid #0879c8;
}

#calculations-content select {
  width: 110px;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #6b6b6b;
  padding: 10px 30px 10px 15px;
  background-image: url(../media/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  border-radius: 5px;
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

#calculations-content input[type='text'] {
  width: 110px;
  float: right;
  border: 1px solid #b5b1b1;
  font-size: 16px;
  color: #6b6b6b;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 5px;
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box;
  /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  font-weight: bold;
}

#calculations-content input[type='text']:disabled {
  background-color: #e1e1e1;
  border-color: #b5b1b1;
  color: #000000;
}

#calculations-content fieldset.input-fields select,
#calculations-content fieldset.input-fields input[type='text'] {
  width: 140px;
}

#calculations-content fieldset.input-fields select {
  background-position: right center;
}

#calculations-content label .has-tooltip {
  position: relative;
  float: left;
}

#calculations-content label .has-tooltip:after {
  font-family: 'FontAwesome';
  content: '\f059';
  font-size: 80%;
  float: right;
  margin-left: 5px;
  display: inline-block;
}

#calculations-content form label .has-tooltip .tooltip {
  background-color: #424242;
  color: #f4f4f4;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 255px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 35px;
  display: none;
}

#calculations-content form label .has-tooltip .tooltip:after {
  content: url(../media/tooltip-arrow.png);
  margin-left: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -15px;
}

#calculations-content form label .has-tooltip:hover .tooltip {
  display: block;
}

#calculations-content #footer-legend {
  text-align: left;
  padding: 25px 40px 40px;
  float: left;
  background-color: #d8d8d8;
  font-size: 14px;
  color: #000000;
}

#calculations-content #footer-legend h2 {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  margin: 15px 0;
  padding: 0;
}

#calculations-content #footer-legend h2:first-child {
  margin-top: 0;
}

#calculations-content #footer-legend .one-half-col {
  width: 50%;
  float: left;
}

#calculations-content #footer-legend .one-half-col.last-col {
  padding-right: 0;
}

#calculations-content #footer-legend ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

#calculations-content #footer-legend ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

#calculations-content #footer-legend ul li a {
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}

#calculations-content #footer-legend ul li a:hover {
  color: #000;
}

#calculations-content #footer-banner {
  width: 90%;
  float: right;
}

#calculations-content #footer-banner img {
  width: 100%;
  height: auto;
}

#calculations-content #breadcrumb {
  color: #fff;
}

/* FOOTER */
#footer {
  background: rgba(20, 47, 68, 1);
  background: -moz-linear-gradient(
    top,
    rgba(20, 47, 68, 1) 0%,
    rgba(11, 127, 204, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(20, 47, 68, 1)),
    color-stop(100%, rgba(11, 127, 204, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(20, 47, 68, 1) 0%,
    rgba(11, 127, 204, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(20, 47, 68, 1) 0%,
    rgba(11, 127, 204, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(20, 47, 68, 1) 0%,
    rgba(11, 127, 204, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(20, 47, 68, 1) 0%,
    rgba(11, 127, 204, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142f44', endColorstr='#0b7fcc', GradientType=0);
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 25px 0 10px 0;
}

#footer .content-wrapper {
  padding: 0 85px;
}

#footer-testimonials {
  background-color: var(--mhe-bluegray);
  /* color: var(--mhe-gray); */
  color: black;
  font-size: 14px;
  text-align: center;
  background-image: url(../media/quotes.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  float: left;
  width: 100%;
  font-weight: 300;
  padding: 0;
}

#footer-testimonials p {
  margin: 10px 0 15px 0;
}

#footer-testimonials p:last-child {
  margin: 0;
}

#footer-testimonials a {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;
}

#footer-testimonials strong {
  font-size: 16px;
  font-weight: normal;
}

#footer-testimonials .content-wrapper {
  padding: 30px 110px;
}

.home #footer-testimonials {
  background-color: #fff;
  padding: 0 20px;
  color: black;
}

.home #footer-testimonials p {
  margin: 0;
}

.home #footer-testimonials p:last-child {
  text-align: right;
  padding-right: 40px;
}

.home #footer-testimonials .content-wrapper {
  background-image: url(../media/quotes-big.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-color: var(--mhe-bluegray);
  padding: 20px 110px 10px 110px;
}

#footer-statement {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 15px 0;
  color: #959595;
  font-size: 12px;
  line-height: 1.5;
}

#footer-statement p {
  margin: 0;
}

#footer-statement .content-wrapper {
  padding: 0 20px;
}

#footer-statement #statement {
  border: 1px solid #959595;
  padding: 5px 15px 15px;
  text-align: center;
}

#statement h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 23px;
  color: #959595;
}

#footer-menu {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 25px 0 15px;
  font-size: 13px;
  color: #4f8aa8;
}

#footer-menu .content-wrapper {
  padding: 0 20px;
}

#footer-menu .col {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#footer-menu .col.first-col {
  width: 15%;
}

#footer-menu .col.first-col img {
  max-width: 100%;
  height: auto;
}

#footer-menu strong {
  color: #383838;
}

#footer-menu .col.last-col {
  margin-right: 0;
  width: 165px;
  float: right;
}

#footer-menu ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer-menu ul li {
  margin-bottom: 6px;
}

#footer-menu ul li.heading {
  background-color: var(--mhe-bluegray);
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
}

/* Commented Out on 7/24/18
#footer-menu ul li a {
	color: #959595;
}
#footer-menu ul li a:hover {
	color: var(--mhe-blue);
} */
/* #footer-menu ul li a {
  color: #959595;
}

#footer-menu ul li a:hover {
  color: var(--mhe-blue);
} */

#footer-menu ul#sitemap-footer li a {
  color: var(--mhe-blue);
}

#footer-menu ul#sitemap-footer li a:hover {
  color: #000;
}

#footer-menu ul li#request-catalog,
#footer-menu ul li#subscribe {
  margin-bottom: 10px;
}

#footer-menu ul li#request-catalog a {
  line-height: 19px;
  text-decoration: underline;
}

#footer-menu ul li#request-catalog a:before {
  content: url(../media/catalog.png);
  width: 25px;
  height: 19px;
  float: left;
  margin-right: 10px;
  display: block;
}

#footer-menu ul li#subscribe a:before {
  content: url(../media/subscribe.png);
  width: 24px;
  height: 17px;
  float: left;
  margin-right: 10px;
}

#footer-menu #mobile-footer-menu,
#footer-menu #small-mobile-footer-menu {
  display: none;
}

#footer-menu ul li#subscribe a {
  text-decoration: underline;
}

#footer-menu #stay-connected ul {
  margin-bottom: 5px;
}

#footer-menu #stay-connected li {
  margin-bottom: 7px;
}

#footer-menu #stay-connected li a {
  display: inline-block;
  margin-right: 5px;
}

#footer-menu #stay-connected #mobile-sitemap {
  display: none;
}

#footer-menu ul li#call {
  color: #737373;
  font-weight: bold;
  /* margin-top: 45px; */
}

#footer-quote,
#mobile-footer-quote {
  background-color: #e2ecf6;
  color: rgba(30, 30, 30, 0.7);
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  float: left;
}

#footer-quote .content-wrapper {
  padding: 5px 40px;
}

#mobile-footer-quote {
  display: none;
}

#back-to-top {
  display: none;
}

#footer .footer-left {
  display: inline-block;
  float: left;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

#footer .footer-left p:first-child {
  margin-top: 0;
}

#footer .footer-left p.small {
  font-size: 11px;
  margin-bottom: 0;
}

#footer .footer-right {
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

#footer .footer-right ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer .footer-right li.footer-sitemap {
  display: none;
}

#footer .footer-right a {
  color: #fff;
}

#footer .footer-right a:hover {
  text-decoration: underline;
}

.clearfix {
  float: none;
  clear: both;
}

.hidden-click-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#instructors .tools-col:not(.no-link):hover,
#continuing-education .tools-col:hover {
  border-color: var(--mhe-blue);
  border-width: 2px;
}

.back-to-top-link {
  width: 30px;
  height: 30px;
  float: right;
}

img.back-to-top-icon {
  /* content: url(media/img/back-to-top.png); */
  /* -moz-force-broken-image-icon: 1; */
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.clickable {
  cursor: pointer;
}

/* responsive */
@media screen and (max-width: 1024px) {
  #footer-menu .col {
    margin-right: 30px;
  }
}

@media screen and (max-width: 940px) {
  .content {
    width: 98%;
    margin: 0px 1%;
  }

  #content-with-sidebar {
    width: 66%;
  }

  #content-sidebar {
    width: 33.9%;
  }

  #page-menu {
    position: relative;
    border-top: 1px solid #e9e9e9;
  }

  #page-menu #page-menu-toggle {
    display: block;
    text-align: center;
    cursor: pointer;
  }

  #page-menu #page-menu-toggle h1 {
    display: inline-block;
    margin: 0px auto;
    color: #052943;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
  }

  #page-menu #page-menu-toggle h1:after {
    content: url(../media/options-open.png);
    margin-left: 10px;
    position: absolute;
    top: 0px;
    margin-top: 7px;
  }

  #page-menu #page-menu-toggle.opened h1:after {
    content: url(../media/options-close.png);
  }

  #page-menu ul {
    display: none;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    padding: 20px 0;
  }

  #page-menu ul li {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 1px 0;
    text-align: center;
  }

  #page-menu ul li a {
    display: inline-block;
    width: 265px;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0px auto;
  }

  #page-menu ul li a:hover {
    background-color: #d8dce1;
  }

  .product-sub .product-footer {
    width: auto;
    margin-right: 15px;
  }

  .product-sub-left,
  .product-sub-right {
    width: 100%;
  }

  .product-sub-right {
    margin-bottom: 0;
  }

  .product-sub-header .product-sub-right {
    display: none;
  }

  .product-sub-right {
    padding: 10px 0;
    text-align: left;
    border-top: 1px solid #dfdfdf;
  }

  .product-sub-right p {
    display: inline-block;
    margin: 5px 0 5px 20px;
  }

  .product-sub-right span {
    display: inline;
    padding-right: 10px;
  }

  .product-sub-right h3 {
    display: none;
  }

  #ceu-states .left-content,
  #ceu-states .right-content {
    width: 50%;
  }

  /* 
  #ceu-states #mapContainer {
    display: none;
  } */

  /* #ceu-states #mapContainer.state-license-map {
    display: block;
  } */

  #ceu-states p:first-child {
    margin-top: 0;
  }

  #ceu-states .ceu-banner strong {
    display: block;
  }

  #ceu-states #ceu-right {
    width: 100%;
    margin-top: 15px;
  }

  #ceu-states #ceu-right ul {
    margin: 0 0 15px;
    width: 100%;
    float: left;
  }

  #ceu-states #ceu-right ul li {
    width: 50%;
    float: left;
  }

  #ceu-states-select {
    margin-left: 0;
  }

  #ceu-states .desktop-text {
    /* display: none; */
  }

  #instructors-intro .cert-instructor-intro .quote p {
    padding-right: 0;
  }
}

@media screen and (max-width: 910px) {
  #important-info h2,
  #intro-content,
  #page-title h1,
  #content-with-sidebar,
  .table-header,
  .product-table td.first-col,
  .product-table th.first-col,
  #cont-ed-intro #products-intro,
  #page-title #cont-ed-title h1 {
    padding-left: 25px;
  }

  .collapsible-filters {
    padding: 5px 25px;
  }

  .content-wrapper,
  .page-subtitle {
    padding: 15px 25px;
  }

  #explore-services .content-wrapper,
  #training-products .content-wrapper {
    padding: 15px 10px;
  }

  #instructors-intro-left .half-col h2 {
    margin-left: 20px;
  }

  #multiple-state {
    margin-left: 10px;
  }

  #content-with-sidebar img {
    max-width: 100%;
    height: auto;
  }

  #ceu-tools .content-wrapper {
    padding: 15px 20px;
  }

  #ceu-intro .right-content {
    display: none;
  }

  #ceu-states-select {
    margin-left: 0;
  }

  #ceu-intro .left-content {
    width: 100%;
    padding-right: 0;
  }

  #seminars-details,
  #seminars-photos {
    padding: 20px;
  }

  #calculations-content #footer-legend,
  #calculations-content .content-section {
    padding: 25px;
  }

  #newsletter-banner a.button,
  .banner a.button {
    margin-right: 25px;
  }
}

#mobileMenu {
  display: none;
}

@media screen and (max-width: 900px) {
  .content {
    width: 100%;
    margin: 0;
  }

  #top-banner,
  #top-contact .cart-icon,
  #title-line .another-state,
  #title-line .multiple-state,
  #intro-content {
    display: none;
  }

  #header {
    position: relative;
  }

  #mobileMenu {
    display: inline-block;
    float: left;
  }

  #mobileMenuToggle {
    cursor: pointer;
    background-color: var(--mhe-yellow);
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 10px 20px;
    position: relative;
    z-index: 130;
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
  }

  #mobileMenuToggle .fa-caret-down {
    display: inline-block;
  }

  #mobileMenuToggle .fa-close {
    display: none;
  }

  #mobileMenuShow .fa {
    margin-left: 5px;
  }

  #mobileMenuToggle.opened .fa-caret-down {
    display: none;
  }

  #mobileMenuToggle.opened .fa-close {
    display: inline-block;
  }

  #mobileMenuContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    background-color: var(--mhe-blue);
    padding: 10px 0;
    width: 390px;
    z-index: 120;
  }

  #mobileTopLine {
    height: 48px;
    text-align: right;
  }

  #mobileTopLine #mobileCart,
  #mobileTopLine #mobileSearch {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    min-width: 40px;
  }

  #mobileTopLine #mobileCart {
    margin-right: 5px;
  }

  #mobileTopLine #mobileCart:hover,
  #mobileTopLine #mobileSearch:hover {
    color: var(--mhe-yellow);
  }

  #mobileMiddleSection ul {
    list-style: none;
    list-style-type: none;
    padding: 0 0 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #d8dce1;
  }

  #mobileMiddleSection ul li {
    margin: 0;
    padding: 0;
  }

  #mobileMiddleSection ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 3px 15px;
    position: relative;
  }

  #mobileMiddleSection ul li a sup {
    position: absolute;
    top: 0;
  }

  #mobileMiddleSection ul li a:hover {
    background-color: var(--mhe-blue-hover);
    text-decoration: none;
  }

  #mobileBottomSection ul {
    list-style: none;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
  }

  #mobileBottomSection ul li {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  #mobileBottomSection ul li a,
  #mobileBottomSection ul li span {
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    color: #fff;
  }

  #mobileBottomSection ul li.heading {
    color: #000;
    background-color: #f3d83f;
    font-weight: bold;
  }

  #mobileBottomSection ul li.heading a {
    color: #000;
  }

  #mobileBottomSection ul li a:hover,
  #mobileBottomSection ul li a.active,
  #mobileBottomSection ul li span:hover,
  #mobileBottomSection ul li span.active {
    background-color: var(--mhe-lightgray);
    color: #000;
  }

  #mobileBottomSection ul li.heading:hover a {
    color: #000;
  }

  #mobileBottomSection ul ul {
    background-color: #f5f5f5;
    margin: 0;
    padding: 10px;
    display: none;
  }

  #header-right {
    margin: 10px 20px 0 0;
  }

  #header-right #menu-mike {
    display: none;
  }

  #logo {
    margin: 10px 5px;
    display: inline-block;
  }

  #logo img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 50px;
  }

  #top-contact {
    width: auto;
    margin-top: 20px;
  }

  #top-contact .phone {
    float: left;
    margin-top: 0px;
    line-height: 25px;
    margin-right: 20px;
  }

  #page-intro {
    overflow: hidden;
  }

  #title-line {
    margin-top: 0;
  }

  .products-subpage-title #title-line {
    margin-top: 120px;
  }

  #page-title.products-subpage-title {
    background-position: center;
    background-size: cover;
  }

  #title-line h1 {
    width: 100%;
    background-color: #f8f8f8;
  }

  .products-subpage-title #title-line h1 {
    width: auto;
    background: none;
  }

  .no-background #title-line {
    background-color: #f8f8f8;
  }

  #intro-title {
    display: block;
    color: #0883c0;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 20px 5px 25px;
    width: 100%;
    float: left;
    background-color: #f8f8f8;
  }

  #page-title.no-background .white-content {
    background-color: #f8f8f8;
  }

  #intro-testimonials {
    position: relative;
    width: 100%;
    float: left;
    padding: 5px 20px 5px 34%;
    background: url(../media/intro-image.jpg) var(--mhe-bluegray) left top
      no-repeat;
    background-size: 32%;
  }

  #intro-testimonials .quote {
    padding-top: 20px;
    padding-left: 0;
  }

  #intro-testimonials .by {
    padding-left: 0;
    padding-bottom: 10px;
  }

  #mobile-buttons {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0;
  }

  #mobile-buttons a.multiple-state,
  #mobile-buttons a.another-state {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    font-size: 13px;
    line-height: 14px;
  }

  a.multiple-state span,
  a.another-state span {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }

  a.multiple-state img,
  a.another-state img {
    height: 30px;
    width: auto;
    margin-top: 0;
  }

  #mobile-buttons a.another-state {
    padding-right: 10px;
    background-color: #f8f8f8;
  }

  #mobile-buttons a.multiple-state {
    border: none;
    background-color: var(--mhe-bluegray);
  }

  .product-table .table-header {
    display: none;
  }

  .product-table tr {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #b5b1b1;
  }

  .product-table td {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
  }

  .product-table td.first-col {
    padding-bottom: 60px;
    border-right: 1px solid #b5b1b1;
  }

  .product-table td.course-price {
    position: absolute;
    left: 0;
    bottom: 0;
    border-right: 1px solid #b5b1b1;
  }

  .product-table td.course-extra {
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
  }

  .product-table td.course-extra.first-extra {
    padding-top: 20px;
  }

  .product-table td.course-extra.last-extra {
    padding-bottom: 20px;
  }

  .product-table td.course-extra span {
    display: inline;
  }

  .product-table td.course-extra .extra-title {
    display: block;
    color: #052943;
    font-weight: bold;
  }

  .product-table span.price {
    display: inline-block;
    margin-right: 10px;
    line-height: 23px;
    margin-bottom: 0;
  }

  a.toggleTrigger {
    display: inline;
  }

  #content-with-sidebar {
    width: 61%;
  }

  #content-sidebar {
    width: 38.9%;
  }

  img#NECmap.maphilighted {
    position: initial !important;
  }

  #mapContainer canvas {
    width: 100% !important;
    height: 100% !important;
  }

  #mapContainer > div {
    /* height: auto !important; */
  }

  .testimonials-list .third-col {
    width: 50%;
  }

  .testimonials-list .two-third-col {
    width: 100%;
  }

  .testimonials-list .col-videos {
    padding-right: 10%;
  }

  .testimonials-list .video-photo img {
    width: auto;
    height: auto;
  }

  .testimonials-list .col-seminars {
    padding-left: 5%;
    padding-right: 5%;
  }

  #homepage-sidemenu {
    display: none;
  }

  #homepage-content {
    width: 100%;
    padding: 10px 20px 20px;
  }

  #homepage-intro h1 {
    margin: 10px 0;
  }

  #homepage-intro,
  #training-products,
  #free-resources {
    padding: 0;
  }

  #training-products {
    margin-right: -10px;
  }

  .home #footer-testimonials .content-wrapper {
    padding: 20px;
  }

  #homepage-content .page-subtitle {
    padding: 10px 15px;
  }

  #footer-menu #first-menu-col,
  #footer-menu #second-menu-col,
  #footer-menu #third-menu-col {
    display: none;
  }

  #footer-menu #services-footer,
  #footer-menu #sitemap-footer {
    display: none;
  }

  #footer-menu .col.first-col {
    width: 15%;
    margin-right: 0px;
  }

  #footer-menu .col.first-col img {
    width: 90%;
    height: auto;
  }

  #footer-menu #fourth-menu-col {
    width: 85%;
    margin-top: 20px;
    font-size: 14px;
  }

  #footer-menu div#stay-connected {
    text-align: right;
    width: 25%;
    float: right;
    margin-top: 0;
  }

  #footer-menu #stay-connected #mobile-sitemap {
    display: block;
    font-weight: 300;
  }

  #footer-menu #mobile-footer-menu {
    width: 40%;
    float: left;
    display: block;
  }

  #footer-menu #mobile-footer-menu ul {
    width: 50%;
    float: left;
  }

  #footer-menu #mobile-footer-menu ul li,
  #footer-menu #small-mobile-footer-menu ul li {
    margin-bottom: 7px;
    font-weight: 300;
  }

  #footer-menu #mobile-footer-menu a,
  #footer-menu #stay-connected #mobile-sitemap a,
  #footer-menu #small-mobile-footer-menu a {
    color: var(--mhe-blue);
    text-decoration: underline;
  }

  #footer-menu #mobile-footer-menu a:hover,
  #footer-menu #stay-connected #mobile-sitemap a:hover,
  #footer-menu #small-mobile-footer-menu a:hover {
    color: var(--mhe-gray);
  }

  #footer-menu ul li#call {
    position: relative;
    margin-right: 0;
    text-align: right;
  }

  #footer-menu ul li#call:before {
    position: relative;
    margin-right: 10px;
    top: 3px;
  }

  #footer-menu div#extra-footer {
    text-align: center;
    width: 35%;
    float: left;
  }

  #footer-menu div#extra-footer ul {
    display: inline-block;
    margin: 0px auto;
    text-align: left;
  }

  #footer-menu ul li.heading {
    background: none;
    padding: 0;
    text-align: right;
    border: none;
    color: #737373;
  }

  #footer-menu strong {
    color: #737373;
  }

  #footer .content-wrapper {
    padding: 0 25px;
  }

  .training-content .centered:first-child {
    margin-top: 4px;
  }

  .training-content p,
  .training-content p:first-child {
    margin: 0;
  }

  #testimonials-title a.go-to-form {
    margin-right: 20px;
  }

  #footer-slideshow img {
    margin-left: 25px;
  }

  #footer-slideshow span.button {
    margin-right: 25px;
  }

  #page-title #cont-ed-title h1 {
    padding-left: 20px;
    padding-right: 20px;
    width: 70%;
  }

  .course-login {
    width: auto;
    padding: 0 90px 0 30px;
  }

  #important-note-content,
  #important-note-cover {
    padding: 15px 20px;
  }

  #important-note-cover {
    padding-right: 0;
  }

  #ceu-tools #tools {
    text-align: center;
  }

  #ceu-tools #tools .tools-col {
    width: 31.333%;
    display: inline-block;
    margin: 1%;
    vertical-align: top;
    min-height: 215px;
  }

  #ceu-tools #tools.ceu .tools-col {
    min-height: 0;
  }

  #ceu-tools .tools-col img {
    margin-left: 0;
  }

  .links-accordion .ui-accordion-header-icon {
    margin-right: 20px;
  }

  .links-accordion .collapsible-header-title {
    padding-right: 50px;
  }

  .links-accordion .collapsible-area-content {
    padding: 10px 20px 20px;
  }

  #page-title .title-btn {
    margin-right: 25px;
  }

  #page-title .title-btn a:before {
    zoom: 0.7;
  }

  #links .half-col {
    width: 100%;
  }

  #links .half-col:first-child {
    padding-right: 0;
  }

  #links .half-col:last-child {
    padding-left: 0;
  }

  #links .half-col:first-child .collapsible-area-header {
    border-right: none;
  }
}

@media screen and (max-width: 870px) {
  #ceu-tools #tools {
    margin-left: -1%;
    margin-right: -1%;
    border-spacing: 0px;
    text-align: center;
  }

  #important-note ul li {
    margin-left: 0;
    margin-right: 25px;
  }

  #training-library .library-text {
    margin-left: 43%;
  }

  #ceu-intro .ceu-banner {
    display: none;
  }

  #ceu-states #ceu-mobile-banner {
    display: block;
  }

  #ceu-mobile-banner .ceu-banner {
    margin-left: 0;
  }

  #ceu-states-select {
    margin-top: 15px;
  }

  #free-instructor-videos .left-content {
    width: 75%;
  }

  #free-instructor-videos .right-content {
    width: 25%;
  }

  #free-instructor-videos .left-content .video-links span {
    width: 65%;
  }

  #free-resources #first-col {
    width: 100%;
    margin-bottom: 20px;
  }

  #free-resources #second-col,
  #free-resources #third-col {
    width: 50%;
  }

  #free-resources #second-col .col-content {
    padding: 0 15px 0 0;
  }

  #free-resources #third-col .col-content {
    padding: 0 0 0 15px;
  }

  #free-resources #second-col img {
    width: 100%;
    height: auto;
  }

  #free-resources #second-col img#video-play {
    width: auto;
  }

  #free-resources #third-col img {
    width: 100%;
  }

  .find-course-content ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 825px) {
  #instructors-mobile-intro {
    display: block;
    font-size: 16px;
  }

  #instructors-mobile-intro h4 {
    color: #000000;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
  }

  #instructors-intro-right,
  #examprep-intro-right {
    width: 45%;
  }

  #instructors-intro-right.cert-instructor-intro {
    width: 30%;
  }

  #instructors-intro-left,
  #examprep-intro-left {
    width: 55%;
  }

  #instructors-intro-left .half-col {
    width: 90%;
  }

  #examprep-intro-left .half-col {
    width: 100%;
  }

  #instructors-intro-left .half-col.overlay-col,
  #examprep-intro-left .half-col.overlay-col {
    display: none;
  }

  .training-cover {
    width: 45%;
    overflow: hidden;
  }

  .training-content {
    width: 55%;
    padding: 15px 10px;
  }

  #tools {
    margin-left: -1%;
    margin-right: -1%;
    border-spacing: 0px;
    text-align: center;
  }

  #tools .tools-col {
    width: 31.333%;
    display: inline-block;
    margin: 1%;
    padding-bottom: 30px;
    vertical-align: top;
  }

  #free-resource-tools #tools .tools-col .tool-content {
    min-height: 320px;
  }

  #solutions-left,
  .solutions-left {
    margin-bottom: 15px;
  }

  #instructors-mobile-intro p:last-child {
    margin-bottom: 0;
  }

  #important-note h2 {
    width: 65%;
  }

  #instructors-intro-left .half-col h2 {
    margin: 20px;
  }

  #ceu-intro .blue-text span {
    display: block;
  }

  #ceu-intro .blue-text span.separator {
    display: none;
  }

  #ceu-states #ceu-right ul li {
    padding-right: 45px;
  }

  #become-an-instructor-banner .banner-cover {
    width: 30%;
  }
}

@media screen and (max-width: 805px) {
  .training-content ul,
  .training-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #training .training-content {
    padding-bottom: 15px;
  }

  #important-note {
    position: relative;
  }

  #important-note-cover {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
  }

  #important-note-content {
    float: right;
  }

  #important-note h2 {
    margin-bottom: 15px;
  }

  .seminars-gallery-item h4 {
    font-size: 14px;
  }

  #calculations-content #footer-legend ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  #newsletter-banner .caption {
    width: 45%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .collapsible-header-title h2 {
    margin: 10px 0 5px;
    line-height: 1;
  }

  .testimonials-list .col-row .seminar-testi p {
    width: 100%;
  }

  .testimonials-list .col-row .seminar-photo {
    width: 35%;
  }

  .testimonials-list .col-row .seminar-photo img {
    width: 100%;
    height: auto;
  }

  .testimonials-list .col-row .seminar-testi {
    padding-left: 25px;
    width: 65%;
  }

  #page-title h1 {
    width: 100%;
  }

  #solutions-left,
  #solutions-right,
  .solutions-left,
  .solutions-right {
    width: 100%;
  }

  #solutions-right .banner,
  .solutions-right .banner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  #solutions-right .banner.last-banner,
  .solutions-right .banner.last-banner {
    margin-right: 0;
    margin-bottom: 30px;
  }

  #online-tool-intro-left,
  #online-tool-intro-right {
    width: 50%;
  }

  #online-tool-intro-right .quote {
    padding-right: 30px;
  }

  #online-tool-intro .quote a.testimonials-more {
    margin-left: 20px;
  }

  #homepage-intro .intro-overlay {
    width: 40%;
  }

  #training-products {
    width: 100%;
  }

  #products,
  #services {
    display: block;
    text-align: center;
  }

  #products .training-product,
  #services .service {
    display: inline-block;
    width: 30.5%;
    margin: 1%;
  }

  #products .training-product {
    min-height: 210px;
  }

  #products .training-product p {
    width: 100%;
  }

  #ceu-tools .tools-col img {
    margin-left: -9%;
  }

  #training-library .library-text {
    width: 50%;
    margin-left: 50%;
    text-align: center;
    margin-top: 0;
  }

  #training-library .library-btns {
    width: 50%;
    text-align: center;
    margin-top: 0;
  }

  #training-library .library-btns p {
    display: inline;
  }

  #training-library .library-btns p a {
    margin: 0 5px;
    min-width: 0;
    float: none;
  }

  .subpage-content-mobile {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 20px;
  }

  .subpage-content-mobile p:last-child {
    margin-bottom: 0;
  }

  .subpage-content-mobile h3 {
    color: #000000;
  }

  .subpage-content {
    display: none;
  }

  .white-content .ui-widget.ui-widget-content {
    float: left;
  }

  .white-content .ui-tabs .ui-tabs-nav,
  .white-content .ui-tabs .ui-tabs-panel {
    width: 100%;
  }

  #tabs {
    width: 100%;
    float: left;
  }

  #tabs ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }

  #tabs .tab ul {
    font-size: 13px;
  }

  #tabs ul li a {
    padding: 10px 20px;
    display: block;
    /* color: var(--mhe-blue); */
  }

  .product-subpage-content .expand-more,
  .product-subpage-content .expand-less {
    display: block;
  }

  .product-sub h2 .backToTop {
    display: inline-block;
    float: right;
    cursor: pointer;
  }

  .product-sub .product-footer {
    display: none;
  }

  #tabs .tab {
    width: 100%;
    float: left;
  }

  #seminars-intro-text {
    border-bottom: none;
  }

  #seminars-details,
  #seminars-photos {
    width: 100%;
    border: none;
  }

  #seminars-details .seminar-section.full-col img {
    width: 100%;
    height: auto;
  }

  .seminars-gallery {
    width: 70%;
    float: left;
  }

  #seminars-photos .seminar-gallery-item {
    width: 46%;
    margin-right: 4%;
    float: left;
    height: 184px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  #seminars-photos .seminar-gallery-item img {
    height: 100%;
    width: auto;
  }

  .more-seminar-photos {
    width: 30%;
    float: left;
  }

  #cert-instructors-intro-left {
    height: 100%;
    position: absolute;
    left: 0;
    width: 60%;
  }

  #cert-instructors-intro-left .overlay-col {
    display: none;
  }

  #instructors-intro-right.cert-instructor-intro {
    width: 40%;
  }

  #cert-instructor-content .instructor-mobile-intro {
    display: block;
  }

  #instructors-intro .cert-instructor-intro .quote p.by {
    margin-bottom: 20px;
  }

  .find-course-content ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .find-course-content a.blue-btn {
    margin-top: 0;
  }

  .find-course-cover img {
    margin-right: -25%;
  }

  #free-instructor-videos .left-content,
  #free-instructor-videos .right-content {
    width: 100%;
  }

  #free-instructor-videos .left-content .video-links span {
    width: 70%;
  }

  #cert-instructor-content .left-content {
    padding-left: 30px;
  }

  #calculations-content #footer-legend ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  #free-resource-tools #tools .tools-col .tool-content {
    min-height: 300px;
  }

  #grid.cols-4 .grid-col {
    width: 33.33%;
  }

  #free-resources-intro .content-wrapper .verticalalign {
    padding-top: 10px;
  }

  #newsletter-banner h2 {
    font-size: 18px;
  }

  #grid.cols-5 .grid-col {
    width: 25%;
  }

  .requirements tr td:first-child {
    width: 35%;
  }

  #state-boards .left-content,
  #state-boards .right-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }

  #shop-products-banner {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .training-col {
    width: 100%;
    margin: 15px 0;
  }

  #training .content-wrapper {
    display: block;
  }

  #training .training-cover {
    position: relative;
    margin-top: 0;
  }

  #training .training-col {
    float: left;
    display: block;
    margin-bottom: 15px;
  }

  #training .training-cover img {
    width: 100%;
    height: auto;
  }

  .training-content {
    margin-top: 6%;
    padding: 15px 30px;
  }

  .cont-ed-banner p {
    position: relative;
    float: right;
  }

  .cont-ed-banner img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
  }

  #become-an-instructor-banner .banner-cover {
    margin-bottom: 30px;
  }

  #cert-instructors-intro .overlay-col {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  #products-list .product-item {
    width: 50%;
  }

  #electrical-products h3 {
    margin-top: 0;
  }

  #cont-ed-intro #products-intro {
    width: 100%;
    padding-right: 25px;
  }

  #cont-ed-intro #products-testimonial {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  #products-testimonial .quote-container {
    width: 60%;
  }

  #products-testimonial .cont-ed-banner {
    width: 40%;
    position: initial;
  }

  .cont-ed-banner p {
    margin: 20px 0;
  }
}

@media screen and (max-width: 670px) {
  #we-specialize span {
    display: block;
  }

  #we-specialize span.separator {
    display: none;
  }

  #newsletter-banner a.button {
    margin-top: -25px;
  }

  #newsletter-banner .caption {
    width: 60%;
    padding: 0 5%;
  }

  #newsletter-banner img {
    width: 40%;
    height: auto;
  }

  #page-intro h2 {
    display: block;
  }

  #page-intro img.rightalign {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    padding-top: 0;
  }

  .content {
    width: 100%;
    margin: 0;
  }

  #header {
    -webkit-border-top-left-radius: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-radius-topright: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }

  #header-right,
  #logo a#logo-img {
    display: none;
  }

  #logo {
    margin: 5px 5px 10px 15px;
  }

  #logo img {
    max-height: 55px;
  }

  #logo a#logo-mobile-img {
    display: inline-block;
  }

  #mobileMenuToggle {
    margin-top: 12px;
  }

  #intro-testimonials {
    padding-left: 25px;
    background-image: none;
  }

  #title-line {
    margin-top: 95px;
    background: none;
  }

  .products-subpage-title #title-line {
    margin-top: 160px;
    background-color: #e2e2e2;
  }

  #intro-title,
  #title-line h1 {
    background-color: rgba(248, 248, 248, 0.8);
  }

  .products-subpage-title #title-line h1 {
    width: 100%;
  }

  #title-line a.translate {
    border-left: 0;
    background-color: #f4f3f3;
    width: 50%;
  }

  #title-line a.all-products {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
    border-left: 0;
    background-color: #dee4ea;
  }

  #page-title {
    background-position: center -55px;
  }

  .third-col,
  .two-third-col {
    width: 100%;
  }

  .testimonials-list .two-third-col .col-content {
    padding: 25px 15px;
  }

  .testimonials-list .col-videos {
    padding-left: 0;
  }

  .testimonials-list .col-seminars {
    padding-right: 0;
  }

  .testimonials-list .two-third-col .col-footer {
    padding-left: 15px;
  }

  #footer {
    padding: 0;
  }

  #footer .footer-left,
  #footer .footer-center,
  #footer .footer-right {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .footer-left p {
    margin: 0;
    width: 100%;
  }

  #footer .footer-right input[type='email'],
  #footer .footer-right input[type='text'] {
    width: 170px;
  }

  #footer .footer-right span {
    display: inline;
  }

  #footer-menu div#extra-footer {
    display: none;
  }

  #footer-menu ul li.heading,
  #footer-menu ul li#call {
    text-align: center;
  }

  #footer-menu ul li#call {
    margin-top: 15px;
  }

  #footer-menu ul {
    width: 100%;
    float: left;
  }

  #footer-menu ul li a {
    display: inline-block;
  }

  #free-links a {
    margin-bottom: 10px;
  }

  #content-with-sidebar {
    width: 55%;
  }

  #content-sidebar {
    width: 44.9%;
  }

  #tools .tools-col {
    width: 48%;
  }

  #footer-testimonials .content-wrapper {
    padding: 30px;
  }

  #solutions-left,
  #solutions-right,
  .solutions-left,
  .solutions-right {
    width: 100%;
  }

  #solutions-right .banner,
  .solutions-right .banner {
    width: 49%;
    float: left;
    margin-right: 0;
  }

  #solutions-right .banner:nth-child(2),
  .solutions-right .banner:nth-child(2) {
    float: right;
  }

  #examprep-intro-right .quote {
    padding: 20px 30px 30px;
  }

  #training-products {
    margin-left: -0.5%;
    margin-right: -0.5%;
    float: none;
  }

  #products {
    float: left;
  }

  #products .training-product {
    width: 49%;
    margin: 0.5%;
    float: left;
    min-height: 150px;
    border-width: 2px;
  }

  #products .training-product:last-child {
    width: 99%;
  }

  #products .training-product p,
  #products .training-product .read-more {
    display: none;
  }

  #products .training-product img {
    width: auto;
    min-width: 100%;
    min-height: 150px;
    height: auto;
  }

  #free-resource-tools #tools .tools-col .tool-content {
    min-height: 350px;
  }

  #footer-slideshow .caption {
    margin-bottom: 15px;
    width: 50%;
  }

  #footer-slideshow span.button {
    float: left;
    margin-top: 0;
  }

  #footer-slideshow img {
    margin-bottom: 50px;
    width: 40%;
    height: auto;
  }

  #footer-menu .col.first-col,
  #footer-menu #fourth-menu-col {
    width: 100%;
    text-align: center;
  }

  #footer-menu .col.first-col img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 190px;
  }

  #footer-menu #small-mobile-footer-menu {
    display: block;
  }

  #footer-menu #mobile-footer-menu {
    display: none;
  }

  #footer-menu div#extra-footer {
    width: 100%;
    margin-top: 10px;
  }

  #footer-menu ul li#subscribe a:before {
    margin-bottom: 10px;
  }

  #footer-menu ul li#subscribe {
    text-align: center;
  }

  #footer-menu div#stay-connected {
    width: 100%;
    text-align: center;
  }

  #footer-menu div#stay-connected img {
    width: 50px;
    height: auto;
  }

  #footer-menu #stay-connected #mobile-sitemap {
    display: none;
  }

  #footer .footer-right {
    margin-bottom: 10px;
    margin-top: 25px;
  }

  #footer .footer-right li {
    margin-bottom: 7px;
  }

  #mobile-footer-quote {
    display: block;
  }

  #footer-quote {
    display: none;
  }

  #back-to-top {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    line-height: 26px;
  }

  #footer-menu ul li#call {
    margin-top: 15px;
  }

  #footer-menu ul {
    width: 100%;
    float: left;
  }

  #footer-menu #stay-connected li#back-to-top a {
    color: var(--mhe-blue);
    text-decoration: underline;
  }

  #footer-menu #stay-connected li#back-to-top a:hover {
    color: var(--mhe-gray);
  }

  #back-to-top a:before {
    content: url(../media/back-to-top.png);
    float: left;
    line-height: 1;
    margin-right: 5px;
  }

  #footer .footer-right li.footer-sitemap {
    display: block;
  }

  #mobile-checklist,
  #cont-ed-intro .expand-more {
    display: block;
  }

  #cont-ed-intro.products-page .expand-more {
    display: none;
  }

  #desktop-checklist {
    display: none;
  }

  #page-title #cont-ed-title h1 {
    line-height: 1.2;
  }

  #ceu-tools .tools-col img {
    margin-left: -24%;
  }

  #important-note h2 {
    width: 100%;
  }

  #important-note a.blue-btn {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #training-library .library-cover {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
  }

  #training-library .library-cover img {
    max-width: 100%;
    height: auto;
  }

  #training-library .library-text,
  #training-library .library-btns {
    width: 100%;
    margin-left: 0;
  }

  .page-path {
    display: block;
  }

  #ceu-states #ceu-right ul li {
    width: 100%;
    padding-right: 0;
  }

  #ceu-tools #tools.ceu .tools-col {
    width: 100%;
  }

  #seminars-details .seminar-section.full-col img {
    min-width: 100%;
    width: auto;
    height: auto;
  }

  .seminars-gallery-container .seminars-gallery-item {
    width: 50%;
  }

  #seminars-gallery-intro .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  #seminars-gallery-intro p {
    display: block;
    margin-top: 10px;
  }

  #seminars-gallery-intro a {
    margin-left: 0;
  }

  #become-an-instructor-banner .banner-cover {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 0px auto;
  }

  .find-course-content a.blue-btn {
    display: none;
  }

  .find-course-content a.blue-btn.mobile-btn {
    display: inline-block;
    float: none;
    margin-left: 0;
  }

  .find-course-content ul {
    margin-bottom: 10px;
  }

  .find-course-cover {
    width: 250px;
  }

  .find-course-content {
    padding-left: 270px;
  }

  .find-course-cover img {
    margin-right: -75%;
  }

  #cert-instructor-content .left-content,
  #cert-instructor-content .right-content {
    width: 100%;
  }

  #calculations-content #footer-legend .one-half-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  #calculations-content #footer-legend .one-quarter-col {
    width: 50%;
  }

  #calculations-content #footer-legend .one-quarter-col.last-col {
    text-align: right;
  }

  #calculations-content #footer-banner {
    width: 100%;
  }

  .leftalign {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #newsletter-banner a.button {
    margin-top: -35px;
  }

  #grid.cols-5 .grid-col {
    width: 33.33%;
  }

  #free-resources-intro .video-popup {
    width: 40%;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  #free-resources-intro .content-wrapper .verticalalign {
    padding-top: 0;
  }

  #page-title.inline-title h1 {
    max-width: 65%;
  }

  .links-accordion .half-sections,
  .links-accordion .half-sections .section-line,
  .links-accordion .half-sections .section-line > div {
    display: block;
  }

  .links-accordion .half-sections .section-line > div {
    width: 100%;
    float: left;
    margin: 5px 0;
  }
}

@media screen and (max-width: 615px) {
  #header-right {
    display: none;
  }

  #title-line h1 {
    font-size: 23px;
    padding-right: 80px;
  }

  #title-line h1#testimonials-title {
    padding-right: 20px;
  }

  #testimonials-title a.go-to-form {
    margin-right: 0;
  }

  #cont-ed-intro h2 {
    font-size: 18px;
  }

  #free-instructor-videos .left-content .video-links span {
    width: 100%;
  }

  #products-testimonial .quote-container,
  #products-testimonial .cont-ed-banner {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  #ceu-states .left-content,
  #ceu-states .right-content {
    width: 100%;
    padding-right: 0;
  }

  .requirements td {
    display: block;
    width: 100%;
    float: left;
  }

  .requirements tr td:first-child {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .requirements tr td:last-child {
    border-bottom: 1px solid #b5b1b1;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 581px) {
  .testimonials-list .third-col {
    width: 100%;
  }

  .testimonials-list .col-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  a.multiple-state span,
  a.another-state span {
    width: 30%;
    font-size: 13px;
    line-height: 14px;
  }

  a.multiple-state img,
  a.another-state img {
    height: auto;
    max-height: 40px;
    width: auto;
  }

  #content-with-sidebar,
  #content-sidebar {
    width: 100%;
  }

  .sidebar-content-area .resource {
    width: 100%;
    float: left;
  }

  .sidebar-content-area .resource:last-child {
    border-bottom: 1px solid #cacaca;
  }

  #content-sidebar p {
    width: 100%;
    float: left;
  }

  .sidebar-content-area.first-area {
    text-align: center;
  }

  #content-sidebar .first-area .yellow-button {
    margin-left: auto;
  }

  .content-footer {
    display: none;
  }

  .mobile-content-footer {
    display: block;
    padding: 25px;
    float: left;
  }

  #footer-menu .col.first-col {
    width: 100%;
    text-align: center;
  }

  #footer-menu .col.first-col img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0px auto;
  }

  #footer-menu .col.last-col,
  #footer-menu div#extra-footer,
  #footer-menu div#stay-connected {
    width: 100%;
  }

  #footer-menu ul li#request-catalog,
  #footer-menu ul li#subscribe {
    margin-left: -20px;
    text-align: center;
  }

  #footer-menu div#stay-connected {
    text-align: center;
  }

  #footer-menu ul li#call {
    position: relative;
    margin-right: 0;
    float: left;
    width: 100%;
    margin-top: 0;
  }

  #instructors-intro-left {
    width: 100%;
    float: left;
    position: relative;
  }

  #instructors-intro-right {
    width: 100%;
  }

  #instructors-intro-left .half-col {
    width: 70%;
  }

  #instructors-intro .quote {
    font-size: 13px;
  }

  #instructors-intro .quote .by {
    font-size: 15px;
    margin-top: 0;
  }

  #instructors-intro .quote a.testimonials-more {
    font-size: 12px;
  }

  #instructors-intro-left {
    background-size: 100% auto;
  }

  #instructors-expandable-intro {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    color: var(--mhe-gray);
  }

  #instructors-mobile-title {
    display: block;
    background-color: rgba(226, 226, 226, 0.85);
    width: 100%;
    float: left;
    margin-top: 50px;
  }

  #instructors-mobile-title h1 {
    font-size: 23px;
    margin: 10px 20px;
    padding: 0;
  }

  #instructors-mobile-intro {
    display: none;
  }

  #page-title {
    background-image: none;
  }

  #page-title #title-line {
    margin-top: 0;
  }

  #page-title.testimonials-title-line,
  #page-title.products-subpage-title,
  #page-title.cont-ed-title,
  #page-title.seminars-gallery-title,
  #page-title.free-resources-title,
  #page-title.full-title,
  #page-title.no-background {
    display: block;
  }

  #page-title.cont-ed-title h1 {
    font-size: 23px;
  }

  .course-login {
    padding: 20px;
    position: relative;
    float: right;
  }

  .course-login a {
    text-align: right;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .course-login a:after {
    position: relative;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }

  #examprep-intro-left {
    background-size: cover;
  }

  #examprep-intro-left,
  #examprep-intro-right {
    width: 100%;
    position: relative;
    float: left;
  }

  #examprep-intro-left #instructors-mobile-title {
    margin-top: 0;
  }

  #examprep-intro-left .half-col {
    height: 250px;
  }

  .training-content {
    margin-top: 0;
  }

  #online-tool-intro-left,
  #online-tool-intro-right {
    width: 100%;
  }

  #online-tool-intro-left {
    position: relative;
    height: 200px;
    background-position: center -40px;
  }

  #online-tool-mobile-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(226, 226, 226, 0.85);
  }

  #online-tool-mobile-title h1 {
    font-size: 23px;
    margin: 10px 20px;
    padding: 0;
  }

  #homepage-intro h1 {
    padding: 0;
  }

  #homepage-intro .intro-overlay div {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #homepage-intro .intro-overlay {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    float: left;
    color: var(--mhe-gray);
    padding: 25px 25px 10px 25px;
  }

  #footer-slideshow img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  #footer-slideshow .caption {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  #footer-slideshow span.button {
    margin-left: 25px;
    margin-bottom: 30px;
  }

  #cert-instructors-intro-left,
  #instructors-intro-right.cert-instructor-intro {
    width: 100%;
    position: relative;
  }

  #cert-instructors-intro-left #mobile-page-title {
    display: block;
    background-color: rgba(226, 226, 226, 0.85);
    margin-top: 110px;
    padding: 10px 20px;
  }

  #instructors-intro .cert-instructor-intro .quote {
    padding: 30px 20px;
    background-position: 20px 20px;
  }

  #cert-instructors-intro-left .overlay-col {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }

  #cert-instructors-intro-left .overlay-col h2 {
    color: var(--mhe-gray);
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }

  #cert-instructor-content .instructor-mobile-intro {
    display: none;
  }

  #cert-instructor-content .left-content,
  #cert-instructor-content .right-content {
    width: 100%;
  }

  #cert-instructor-content .right-content .instructor-download-pdf-banner {
    display: none;
  }

  #cert-instructor-content #mobile-instructor-download {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #free-instructor-videos p {
    margin-bottom: 15px;
  }

  #free-instructor-videos p span {
    display: block;
  }

  #become-an-instructor-banner a.find-more {
    display: none;
  }

  #become-an-instructor-banner a.find-more.mobile-btn {
    display: inline-block;
    float: none;
  }

  #find-a-course-banner {
    padding: 0;
  }

  .find-course-cover {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  .find-course-cover img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .find-course-content {
    padding-left: 0;
  }

  img#NECmap.maphilighted {
    width: 100%;
    height: auto;
  }

  #cert-instructors-intro #mobile-page-title {
    display: block;
    background-color: rgba(226, 226, 226, 0.85);
    padding: 10px 30px;
    margin-top: 100px;
  }

  #cert-instructors-intro .overlay-col {
    margin-top: 0;
    background-color: #fff;
  }

  #cert-instructors-intro .overlay-col h2 {
    font-size: 14px;
    color: var(--mhe-gray);
    margin: 0;
    padding: 0;
  }

  #newsletter-banner .caption {
    width: 55%;
  }

  #newsletter-banner img {
    width: 45%;
  }

  #page-title .title-btn {
    display: block;
    width: 100%;
    position: relative;
    text-align: right;
    padding: 10px 20px;
    border-left: none;
    float: left;
    background-color: #fff;
  }

  #page-title .title-btn a {
    text-align: left;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  #free-publications-title .title-btn {
    display: none;
  }
}

@media screen and (max-width: 555px) {
  #ceu-tools #tools .tools-col {
    width: 48%;
  }

  #ceu-tools #tools .tools-col img {
    margin-left: 0;
  }

  #seminars-left {
    position: relative;
    width: 100%;
  }

  #seminars-right {
    width: 100%;
    padding: 0 10px;
  }

  #mobile-page-title.seminars-page-title {
    background-image: url(../media/seminars-intro-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    float: left;
  }

  #mobile-page-title.seminars-page-title h2 {
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    margin: 20px 0;
  }

  #mobile-page-title.seminars-page-title h1 {
    background-color: rgba(226, 226, 226, 0.85);
    color: var(--mhe-blue);
    font-size: 23px;
    margin: 0;
    padding: 20px;
  }

  #mobile-seminars-intro-text {
    display: block;
    font-size: 16px;
  }

  #seminars-intro-text,
  #seminars-intro #seminars-left {
    display: none;
  }

  #seminars-details .seminar-section.half-col,
  #seminars-details .seminar-section.full-col .seminar-section-content,
  .seminars-gallery,
  .more-seminar-photos,
  #seminars-photos .seminar-gallery-item {
    width: 100%;
    margin-right: 0;
  }

  #seminars-details .seminar-section.full-col .seminar-section-photo {
    width: 100%;
    height: 155px;
    overflow: hidden;
  }

  #seminars-details h4.mobile-title {
    display: block;
    text-align: center;
  }

  #seminars-details h4.desktop-title {
    display: none;
  }

  #seminars-photos .more-seminar-photos img,
  #seminars-photos .seminar-gallery-item img {
    width: 100%;
    height: auto;
  }

  #seminars-photos .seminar-gallery-item img {
    margin-bottom: 0;
  }

  #seminars-photos .seminar-gallery-item {
    height: auto;
  }

  #become-an-instructor-banner {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    padding: 20px;
  }

  .white-popup {
    width: 100%;
  }

  #free-resource-tools #tools .tools-col .tool-content {
    min-height: 310px;
  }

  #newsletter-banner h2 {
    font-size: 16px;
  }

  #newsletter-banner a.button {
    margin-top: -40px;
  }
}

@media screen and (max-width: 515px) {
  #grid.cols-4 .grid-col {
    width: 50%;
    padding: 5px;
  }

  #page-title.inline-title h1 {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  #instructors-mobile-intro {
    padding-bottom: 20px;
  }

  #important-info h2 {
    display: none;
  }

  #page-title {
    background-position: center -40px;
  }

  #important-info h2,
  #intro-content,
  #page-title h1,
  #mobile-buttons a.another-state,
  #mobile-buttons a.multiple-state,
  #content-with-sidebar,
  .sidebar-content-area,
  .mobile-content-footer {
    padding-left: 20px;
  }

  .sidebar-content-area,
  .mobile-content-footer {
    padding-right: 20px;
  }

  a.multiple-state img {
    margin-right: 10px;
  }

  #intro-testimonials,
  #intro-title {
    padding-left: 20px;
  }

  #intro-title {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .expand-more a,
  .expand-less a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-row {
    display: block;
    float: left;
    border-bottom: none;
  }

  .table-row td {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 20px;
  }

  .table-row .table-header {
    padding: 10px 20px;
    font-size: 16px;
    border-right: none;
  }

  .expand-more a span,
  .expand-less a span {
    width: 100%;
  }

  .collapsible-filters {
    padding: 5px 20px 20px;
  }

  .collapsible-area-header p {
    font-size: 12px;
  }

  .collapsible-header-image {
    width: 100%;
    float: left;
    height: 150px;
    overflow: hidden;
    margin-right: 0;
  }

  .collapsible-header-image img {
    width: 100%;
    height: auto;
  }

  .collapsible-header-title {
    width: 100%;
    float: left;
    padding: 10px 20px;
  }

  .collapsible-header-title {
    width: 100%;
    float: left;
    padding: 10px 20px;
  }

  .collapsible-header-title h2 {
    margin: 0 0 10px 0;
    line-height: 1;
  }

  .collapsible-header-title span {
    display: none;
  }

  .collapsible-header-title h2 span {
    display: block;
  }

  .product-table tr {
    border-bottom: none;
    position: relative;
  }

  .product-table td {
    width: 100%;
  }

  .product-table td.course-price {
    position: absolute;
    bottom: 0;
    border: 0;
    padding-top: 10px;
  }

  .product-table td.course-extra {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: none;
  }

  .product-table td.course-extra.first-extra {
    padding-top: 10px;
  }

  .product-table td.course-extra.last-extra {
    padding-bottom: 75px;
    border-bottom: 1px solid #b5b1b1;
  }

  .product-table td.first-col {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0;
  }

  #customer-stories h2 {
    text-align: center;
  }

  .customer-story .story-img {
    display: block;
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .customer-story:before {
    left: 50%;
    margin-left: -30px;
    top: 0;
    margin-top: 160px;
  }

  .customer-story {
    text-align: center;
  }

  .testimonials-list .col-videos {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    text-align: center;
  }

  .testimonials-list .col-title h4 {
    text-align: center;
  }

  .testimonials-list .col-seminars {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .testimonials-list .seminar-testi {
    padding-left: 0;
    text-align: center;
  }

  .seminar-testi:before {
    left: 50%;
    margin-left: -35px;
  }

  #hear-from-you h2 {
    text-align: center;
    font-size: 16px;
  }

  .testimonials-list .two-third-col .col-footer {
    text-align: center;
  }

  #breadcrumb {
    display: block;
  }

  #footer-testimonials .content-wrapper,
  #footer-testimonials.seminar-testimonial .content-wrapper {
    padding: 30px 20px;
  }

  #instructors-intro-left .half-col h2 {
    font-size: 16px;
    margin-top: 5%;
  }

  .page-subtitle h2,
  .page-subtitle h3 {
    font-size: 18px;
  }

  #examprep-intro-left .half-col {
    height: 180px;
  }

  #solutions-right .banner,
  .solutions-right .banner {
    width: 100%;
  }

  .solutions-right .banner {
    margin-bottom: 10px;
  }

  .solutions-right .banner:last-child {
    margin-bottom: 30px;
  }

  #online-tool-details .solutions-right {
    text-align: center;
  }

  #online-tool-details .banner {
    width: auto;
    display: inline-block;
    margin: 0px auto 30px auto;
    float: none;
  }

  #important-note-cover,
  #important-note-content {
    position: relative;
    width: 100%;
  }

  #important-note-cover {
    text-align: center;
  }

  #important-note-cover img {
    max-width: 100%;
    width: auto;
    height: auto;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    float: none;
  }

  #products-list {
    margin: 0;
  }

  #products-list .product-item {
    width: 100%;
    padding: 5px 0;
  }

  #products-list .product-item img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  #cont-ed-intro .cont-ed-content {
    display: none;
  }

  #cont-ed-intro .cont-ed-content-mobile,
  #cont-ed-intro.products-page .expand-more {
    display: block;
  }

  #cont-ed-intro h2 {
    margin-bottom: 15px;
  }

  #cont-ed-intro.products-page .expand-more a,
  #cont-ed-intro.products-page .expand-less a {
    padding-left: 0;
    padding-right: 0;
  }

  .product-sub-left table td {
    display: block;
    width: 100%;
    border: none;
  }

  .product-sub-left table td.product-desc {
    width: 100%;
  }

  .product-sub-left table td:first-child {
    text-align: center;
  }

  .product-sub h2 {
    height: auto;
  }

  .product-sub-left img {
    width: auto;
    max-width: 100%;
  }

  .seminars-gallery-container .seminars-gallery-item {
    width: 100%;
  }

  #calculations-content form .content-section p label {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  #calculations-content #footer-legend .one-quarter-col img {
    max-width: 100%;
    height: auto;
  }

  #calculations-content #footer-legend .one-quarter-col {
    padding-right: 25px;
  }

  #free-resource-tools #tools .tools-col .tool-content {
    min-height: 290px;
  }

  #free-resources #second-col,
  #free-resources #third-col {
    width: 100%;
  }

  #free-resources #second-col .col-content,
  #free-resources #third-col .col-content {
    padding: 0;
  }

  #newsletter-banner img {
    width: 100%;
  }

  #newsletter-banner .caption {
    width: 100%;
    padding-bottom: 20px;
  }

  #free-resource-tools .content-wrapper {
    padding: 15px;
  }

  #grid.cols-5 .grid-col {
    width: 50%;
  }

  #state-license h2 {
    margin-top: 0;
  }

  #state-license h2 span {
    display: block;
    float: left;
    margin-bottom: 10px;
  }

  .collapsible-header-title h4 {
    margin: 5px 0;
  }

  #free-resources-intro .video-popup {
    width: 100%;
    margin-right: 0;
  }

  .links-accordion .collapsible-header-image {
    display: none;
  }

  .links-accordion .collapsible-header-title {
    position: relative;
    padding: 20px;
  }

  .links-accordion .collapsible-header-title h2 {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .links-accordion .ui-accordion-header-icon {
    top: auto;
    margin-top: 0;
    bottom: 0;
    margin-bottom: 20px;
  }

  .banner .caption.verticalalign {
    width: 100%;
    padding: 0 25px;
  }

  #shop-products-banner {
    display: none;
  }

  #m-shop-products-banner {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  #calculations-content {
    background: #02326d;
  }

  #calculations-content #footer-legend,
  #calculations-content .content-section {
    padding: 20px;
  }

  #products-testimonial .quote-container,
  #products-testimonial .cont-ed-banner {
    width: 100%;
  }

  .cont-ed-banner img {
    width: 100%;
    height: auto;
    min-height: 115px;
    bottom: 0;
  }
}

@media screen and (max-width: 415px) {
  #mobileMenuContainer {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 25px;
  }

  #logo {
    width: 60%;
  }

  #logo img {
    margin-top: 0px;
  }

  #mobileMenuToggle {
    margin-left: 20px;
  }

  #mobileMenuContainer {
    padding-left: 20px;
  }

  #solutions-right .banner,
  #solutions-right .banner.last-banner {
    width: 100%;
    margin-bottom: 20px;
  }

  .training-cover,
  .training-content {
    width: 100%;
  }

  .training-content {
    margin-top: 0;
  }

  .training-cover img {
    width: 100%;
    height: auto;
  }

  .training-content p:first-child,
  .training-content .centered:first-child {
    margin-top: 0;
  }

  #tools .tools-col {
    width: 98%;
    min-height: 0px;
  }

  #tools .read-more {
    position: relative;
    margin-left: 10px;
  }

  #additional-resources .resource-col {
    width: 100%;
    margin-left: 0;
  }

  #examprep-tools .tools-col a.tool-img {
    height: 150px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
  }

  #online-tool-intro-left {
    background-position: center top;
  }

  #online-tool-mobile-title h1 {
    margin-right: 40px;
  }

  #homepage-intro h1 {
    font-size: 23px;
  }

  #homepage-intro .intro-overlay {
    padding-bottom: 0;
  }

  #services .service {
    width: 47%;
  }

  #page-title #cont-ed-title h1 {
    font-size: 26px;
    max-width: calc(100% - 122px);
  }

  #ceu-tools #tools .tools-col {
    width: 98%;
  }

  #ceu-tools #tools .tools-col img {
    width: 100%;
    height: auto;
  }

  #ceu-info .training-content {
    position: relative;
    padding-top: 20px;
  }

  #ceu-info .training-content p {
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  #title-line a.translate {
    width: 33%;
  }

  #title-line a.all-products {
    width: 67%;
  }

  #training-library .library-btns p a {
    padding: 10px;
  }

  #instructors-intro-left {
    background-size: 120%;
  }

  #ceu-states-select {
    width: 100%;
  }

  #free-resource-tools #tools .tools-col .tool-content {
    min-height: 0;
    padding-bottom: 30px;
  }

  #free-resources-intro img.leftalign {
    float: none;
    margin: 0px auto;
    clear: both;
    width: 100%;
    height: auto;
  }

  #calculations-content fieldset.input-fields label {
    width: 100%;
  }

  #calculations-content input[type='text'],
  #calculations-content fieldset.input-fields select {
    width: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 320px) {
  .collapsible-header-image {
    height: 110px;
  }

  #title-line h1 {
    background-color: #fff;
    padding: 10px 80px 10px 20px;
  }

  .no-background #title-line h1 {
    background-color: transparent;
    padding: 15px 20px;
  }

  .testimonials-list .video-photo img {
    width: 100%;
    height: auto;
  }

  .learning-easy,
  .designed-success {
    padding-left: 0;
    padding-top: 55px;
  }

  #cert-instructors-intro #mobile-page-title {
    padding: 10px 20px;
  }

  #instructors-intro-right .quote,
  #cert-instructor-content .left-content {
    padding: 20px;
  }
}

@media screen and (max-width: 900px) {
  /* #top-menu ul {
        width: 100%;
    } */
  /* #top-menu > ul > li:not(.cart-item):not(.home-button) { */

  #top-menu > ul {
    margin-left: 80px;
  }

  #top-menu > ul > li:after {
    display: none;
  }

  #mobileMenu {
    position: absolute;
    bottom: -44px;
    left: 0px;
    text-align: left;
  }

  #mobileMenuToggle {
    margin: 0;
    padding: 13px;
  }

  #datetime {
    display: none;
  }

  #mobileMenuContainer {
    width: 300px;
  }
}

@media screen and (max-width: 800px) {
  #top-menu > ul > li:not(.mobile-visible) {
    display: none;
  }

  #top-menu > ul {
    width: 200px;
    float: right;
  }
}

@media screen and (max-width: 640px) {
  #header {
    text-align: center;
  }

  #header #logo {
    float: none;
  }
}

@media screen and (max-width: 415px) {
  #mobileMenuContainer {
    width: 95vw;
  }
}

#account-menu {
  line-height: 11px;
  position: relative;
}

#account-menu #account-menu-item-list {
  display: none;
  /* display: block; */
  left: 0;
  top: 0px;
  margin-top: 44px;
  min-width: 100px;
  position: absolute;
  background-color: var(--mhe-blue);
  color: white;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 0 0 4px 4px;
  font-weight: normal;
  z-index: 300;
  /* z-index: -1; */
  /* height: 0; */
  /* overflow: hidden; */
  /* opacity: 0; */
  /* transition: all .5s; */
  box-shadow: 0px 4px 8px 2px rgb(0 0 0 / 40%);
}

#account-menu .menu-item {
  padding: 10px;
  background-color: var(--mhe-blue);
  position: relative;
  color: white;
}

.sub-menu {
  /* display: none; */
  /* display: block; */
  /* position: absolute; */
  /* z-index: 301; */
}

/* Hover States */
#account-menu .menu-item:hover {
  background-color: #083a71;
}

#account-menu .menu-item:hover {
  text-decoration: underline;
  /* background-color: transparent; */
}

@media (hover: hover) {
  #account-menu:hover > #account-menu-item-list {
    display: block;
    /* height: 375px;
    opacity: 1;
    z-index: 300;
    top: 0;
  } */
  }
}

#account-menu .menu-item:hover > .sub-menu {
  display: block;
}

#account-menu .sub-menu .menu-title {
  /* background-color: #f5e368; */
  /* border-bottom: 1px solid #f5e368; */
}

#account-menu .sub-menu .menu-item {
  /* background-color: #1e4c7f; */
  padding-left: 25px;
}

#account-menu .sub-menu .menu-item.small {
  line-height: normal;
}

#account-menu .menu-title {
  padding: 10px;
  color: var(--mhe-gray);
  background-color: #f1da36;
  cursor: default;
  font-weight: bold;
}

#account-menu .menu-title i {
  float: right;
  font-size: x-large;
  line-height: inherit;
}

#account-menu .menu-title.clickable:hover {
  cursor: pointer;
  background-color: #f5e368;
}

@media (hover: none) {
  #account-menu #account-menu-item-list.menu-visible {
    display: block;
    /* height: 375px;
    opacity: 1;
    z-index: 300;
    top: 0; */
  }
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* The Modal (background) */
.mhe-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

body.mhe-modal-open {
  overflow: hidden;
}

/* The Close Button */
.mhe-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.mhe-modal.no-title .close {
  position: absolute;
  top: -5px;
  right: 5px;
}

.mhe-modal .close:hover,
.mhe-modal .close:focus {
  color: #c7c7c7;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.mhe-modal-header {
  padding: 10px 16px;
  background-color: var(--mhe-blue);
  color: white;
}

.mhe-modal-header h3 {
  margin: 0;
}

.mhe-modal-header span,
.mhe-modal-header h3 span.close,
.mhe-modal-header h3 {
  color: white;
  line-height: 23px;
}

/* Modal Body */
.mhe-modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.mhe-modal-footer {
  padding: 2px 16px;
  /* background-color: #5cb85c; */
  color: white;
}

/* Modal Content */
.mhe-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  background-color: #fefefe;
  margin: 150px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  /* Could be more or less, depending on screen size */
  border-radius: 6px;
}

.mhe-video-modal .mhe-modal-content {
  padding: 25px 10px 10px 10px;
}

.mhe-image-modal .mhe-modal-body {
  padding: 0;
}

.mhe-image-modal .mhe-modal-content {
  padding: 20px 0 0 0;
  max-width: 100%;
}

.mhe-video-modal .mhe-modal-body {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mhe-video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Add Animation */
/* @keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 150px; opacity: 1}
} */

@media screen and (max-width: 540px) {
  .mhe-modal-content {
    width: 94%;
  }
}

/* Start ofWebsite banner css */
.notification-container {
  clear: both;
  background-color: white;
  /* padding: 10px 20px; */
}

.website-banner-notification {
  background-color: lightyellow;
  border: 2px solid #07305e;
  border-left: none;
  border-right: none;
  border-radius: 1px;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 20px;
}

.website-banner-notification a {
  color: #0066c0;
  font-weight: 500;
}

.website-banner-notification a:hover {
  color: #c45500;
}

.notice-title {
  color: #07305e;
  font-weight: bold;
}

.notice-signature {
  color: #07305e;
  font-weight: bold;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

#holiday-banner {
  width: 100%;
  overflow: hidden;
  height: 10px;
}

.holiday-inner,
#wrap {
  width: 100%;
  margin: auto;
  color: #721c24;
  background-color: #f8d7da;
  padding: 10px 15px;
  float: left;
}

/* @media screen and (max-width: 940px); End of Website banner css */
.expandable-content {
  overflow: hidden;
}
.expandable-content + a[data-readmore-toggle] {
  border: 1px solid gray;
  margin: 15px;
  padding: 3px 5px;
  background-color: white;
  border-radius: 4px;
  display: block;
  text-align: center;
  max-width: 120px;
  margin: 5px auto;
}

#important-info .stceu-req-subhdr {
  font-size: 14px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    font-weight: bold;
    margin-top: 0px;
}
