@font-face {
  font-family: 'sansation-regular-webfont';
  src: url('../fonts/sansation-regular-webfont-webfont.eot');
  src: url('../fonts/Sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
  /* url('../fonts/Sansation-regular-webfont.woff2') format('woff2'), */
  url('../fonts/Sansation-regular-webfont.woff') format('woff'),
  url('../fonts/Sansation-regular-webfont.ttf') format('truetype'),
  url('../fonts/Sansation-regular-webfont.svg#sansation-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sansation_lightlight';
  src: url('../fonts/Sansation-Light-webfont.eot');
  src: url('../fonts/Sansation-Light-webfont.eot?#iefix') format('embedded-opentype'),
  /* url('../fonts/Sansation-Light-webfont.woff2') format('woff2'), */
  url('../fonts/Sansation-Light-webfont.woff') format('woff'),
  url('../fonts/Sansation-Light-webfont.ttf') format('truetype'),
  url('../fonts/Sansation-Light-webfont.svg#sansation_lightlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sansationbold';
  src: url('../fonts/Sansation-Bold-webfont.eot');
  src: url('../fonts/Sansation-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  /* url('../fonts/Sansation-Bold-webfont.woff2') format('woff2'), */
  url('../fonts/Sansation-Bold-webfont.woff') format('woff'),
  url('../fonts/Sansation-Bold-webfont.ttf') format('truetype'),
  url('../fonts/Sansation-Bold-webfont.svg#sansationbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dataflex-learning-center";
  src:url("../fonts/dataflex-learning-center.eot");
  src:url("../fonts/dataflex-learning-center.eot?#iefix") format("embedded-opentype"),
  url("../fonts/dataflex-learning-center.woff") format("woff"),
  url("../fonts/dataflex-learning-center.ttf") format("truetype"),
  url("../fonts/dataflex-learning-center.svg#dataflex-learning-center") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "dataflex-learning-center" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\61";
}
.icon-hamburger:before {
  content: "\62";
}
.icon-home-icon:before {
  content: "\63";
}
.icon-chevron-big-1-01:before {
  content: "\64";
}
.icon-chevron-big-2-01:before {
  content: "\65";
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

body{
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  /*font-family: Arial, sans-serif;*/
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1{
  font-size: 38px;
  font-weight:100;
  line-height: 44px;
  margin-top: 20px;
}

h2{
  font-family: sansation-regular-webfont;
  font-size: 40px;
  line-height: 36px;
  margin-top: 20px;
  font-weight:normal;
}

img {
  max-width: 100%;
  vertical-align: middle; 
  display: inline-block;
}
@media only screen and (min-width: 765px) and (max-width: 1100px) {
  .headercon img{
    max-width: 40%;
  }
}

.mejs__container-fullscreen{
  display: flex;
}

/* -------- AUTO-PLAY -------- */
.autoPlay-screen{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 99.3%;
  background-image: linear-gradient(to top right, rgba(244,76,18, 0.81), rgba(186,37,60,0.81));
  /* background-image: linear-gradient(to bottom right, #F44C12, #BA253C); */
  color: #ffffff;
  line-height: 50px;
  padding: 100px 100px 330px 100px;
  z-index: 10;
  position: absolute;
}

.autoPlay-screen.display{
  display: block;
}

#autoPlay-center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.autoPlay-screen .nextVideo{
  font-size: 50px;
  font-family: sansation_lightlight, sans-serif;
}

.autoPlay-screen img{
  opacity: 0.8;
  transition: 300ms opacity ease-in;
  /* margin-top: 30px; */
  /* position: fixed; */
}

#container:hover img, .autoPlay-screen img:hover{
  opacity: 1;
}

.media-wrapper{
  position: relative;
}

#cancel-autoPlay{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 25px;
  transition: 300ms all ease-in;
  cursor: pointer;
  /*position: absolute;*/
  margin-top: 20px;
}

#cancel-autoPlay:hover{
  background-color: rgba(255,255,255,0.1);
  border-radius: 3px;
}

.nextVideo-name{
  margin-top: 5px;
  font-family: sansationbold;
  text-align: center;
  font-size: 50px;
}
/* -------- END AUTO-PLAY -------- */

/* -------- AUTO-PLAY ANIMATION -------- */

#container {
  position: relative;
  width: 199px;
  height: 199px;
  /* border: solid red 1px; */
  animation: colors 4s infinite;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}

#halfclip {
  width: 50%;
  height: 100%;
  right: 0px;
  position: absolute;
   overflow: hidden;
   transform-origin: left center;
   animation: cliprotate 16s steps(2) infinite;
   -webkit-animation: cliprotate 16s steps(2) infinite;
}

.halfcircle {
  box-sizing: border-box;
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 8px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
}
#clipped {
  width: 200%;
   animation: rotate 8s linear infinite;
   -webkit-animation: rotate 8s linear infinite;
}
#fixed {
  width: 100%;
    transform: rotate(135deg);  
   animation: showfixed 16s steps(2) infinite;
   -webkit-animation: showfixed 16s linear infinite;
}

@-webkit-keyframes cliprotate {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@keyframes cliprotate {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


@-webkit-keyframes rotate {
  0% {transform: rotate(-45deg);}
  100% {transform: rotate(135deg);}
}

@keyframes rotate {
  0% {transform: rotate(-45deg);}
  100% {transform: rotate(135deg);}
}

@-webkit-keyframes showfixed {
  0% {opacity: 0;}
  49.9% {opacity: 0;}
  50% {opacity: 1;}
 100% {opacity: 1;}
}

/* -------- END AUTO-PLAY ANIMATION -------- */

.menu {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 70px;
  padding: 24px 25px 15px 30px;
/*  background-color: #e64812;*/
  background: -webkit-gradient(linear,left top,right top,from(rgb(230,72,18)),to(rgb(186,37,60)));
  background: -o-linear-gradient(left,rgb(230,72,18) 0%,rgb(186,37,60) 100%);
  background: linear-gradient(90deg,rgb(230,72,18) 0%,rgb(186,37,60) 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
  z-index: 3;

}

.hamburgericon {
  margin-top: 1px;
  /* margin-right: 30px; */
  float: left;
  cursor: pointer;
}

.menu-button {
  display: block;
  margin-top: 5px;
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-family: 'sansationbold';
}

.menu-button.inactive {
  float: left;
  clear: none;
  color: hsla(0, 0%, 100%, .55);
  display:none;
}

.image-2 {
  margin-right: 11px;
  float: left;
}

.link-block {
  float: left;
  margin-right:30px;
}

.menuActive_Indicator{
  position: static;
  width: 88%;
  height: 2px;
  margin-top: 19px;
  background-color: #fff;
  display:none; /* because reference library isn't available yet */
}

.menuActive {
  float: left;
  text-align: center;
  padding-top: 1px;
}

.menurighticon {
  padding-right: 10px;
  padding-left: 10px;
  float: none;
}

.username{
  color: white;
  display: inline-block;
  float: right;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  outline:none;
  border:none;
}

input[type=search] {
  background-color:transparent;
/*  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: right;*/
  border-bottom: 1px solid #fff;
  padding: 9px 30px 9px 0px;
  margin-top: -8px;
  /*width: 55px;*/
  color:white;
  font-size:17px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.searchButton{
  cursor: pointer;
  /*margin-left: -29px;*/
}

@-moz-document url-prefix() {
  .searchButton{
    position: absolute;
  }
}

/*::-webkit-autofill, :-webkit-autofill, input:-webkit-autofill{
  background-color: transparent!important;
  }*/

  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus
  input:-webkit-autofill, 
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    /*background-color: transparent;*/
    /*border: 1px solid green;*/
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: white;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: white;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: white;
  }

  .menu_rightIcons {
    padding-left: 10px;
    float: right;
  }

  .noScroll {
    overflow:hidden!important;
  }

  #overlay{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  .section {
    margin-top: 70px;
    padding: 145px 20px 150px;
    background-image: -webkit-linear-gradient(23deg, #e64812, #ba253c);
    background-image: linear-gradient(67deg, #e64812, #ba253c);
  }

  .section.hero{
    padding: 85px 20px 70px;
  }

  .section a, .regularcardcon a{
    text-align:left;
  }

  a.lessoncta{
    text-align:left;
  }

  .headercon {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    /*margin-bottom: 80px;*/
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;

    /*padding: 0 40px 0px 40px;*/
    margin-right: auto;
    margin-left: auto;
  }

  /* .headercon.home .heroheader .heading.top{
    float:left;
  } */

  .heroheader.course h1{
    line-height: 120%;
  }

  .heroheader h2{
    color: white;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    max-width: 500px;
  }

  .headercon.home .heroheader .heading{
    font-family: sansation_lightlight, sans-serif;
    margin-top: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  @media only screen and (min-width: 765px) and (max-width: 993px) {
    .headercon.home .heroheader .heading{
      font-size: 40px;
      line-height: 44px;
    }
    .dataflexlogoheader{
      margin-bottom: 24px;
    }
/*    .transparentcard{
      max-width: 349px!important;
      }*/
    }

    .heading {
      float: none;
      color: #fff;
      font-size: 44px;
      font-family: sansationbold;
      /*font-weight: bold;*/
      margin-top: 0;
    }

    .heading.top {
      margin-bottom: -18px;
      /*float: left;*/
    }

    .homeheaderimg {
      position: relative;
      /*z-index: 1;*/
      float: right;
    }

    .heroheader {
      /*padding-top: 55px;*/
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-family: sansation_lightlight, sans-serif;
      font-weight: 100;
      font-size: 52px;
      line-height: 68px;
      margin-right: 5vw;
      max-width: 700px;
    }

    .widersection-1400{
      max-width: 1500px!important;
    }

    .widersection-1300{
      max-width: 1385px!important;
    }

    .dataflexlogoheader{
      /* margin-left:20px; */
      margin-bottom: 13px;
    }

    .transparentcard {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: left;
      width: 100%;
      max-width: 378px;
      height: 100px;
      margin-top: 0px;
      margin-bottom: 15px;
      margin: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 3px;
      background-color: hsla(0, 0%, 100%, .11);
      box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, .1);
      -webkit-transition: background-color 300ms cubic-bezier(.55, .085, .68, .53), box-shadow 200ms cubic-bezier(.55, .085, .68, .53), margin 400ms ease;
      transition: background-color 300ms cubic-bezier(.55, .085, .68, .53), box-shadow 200ms cubic-bezier(.55, .085, .68, .53), margin 400ms ease, transform 300ms cubic-bezier(.55, .085, .68, .53);
      transition: 300ms all;
      font-family: 'Open Sans', sans-serif;
      color: #fff;
      font-size: 13px;
      text-align: left;
      cursor: pointer;
      -ms-transform: translate(0,0);
      /*transform: translate3d(0, 0, 0);*/
    }

/*.card:nth-child(3n+1), .transparentcard:first-child, .card:first-child{
  margin-left: 0;
}

.card:nth-child(3n){
  margin-right: 0;
}
*/

.transparentcard:last-child, .card:last-child{
  margin-right: 0;
}

.section .transparentcard{
  text-align: left;
}

.transparentcard:hover {
  /*margin-top: 0px;*/
  transform: translate(0px,-4px);
  -ms-transform: translate(0px,-4px);
  /*transform: translate3d(0, 55%, 0);*/
  background-color: hsla(0, 0%, 100%, .2);
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, .15);
  transform-origin: 50% 100%;
}

.transparentcard_imgcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  min-width: 100px;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: hsla(0, 0%, 100%, .2);
}

.transparentcard_imgcon img {
  max-width: 55%;
  max-height: 55%;
}

.transparentcard_title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.transparentcard_details{ /* was: .div-block-3 */
  margin-left: 22px;
  margin-right: 20px;
}

.timeicon {
  display: inline-block;
  float: left;
}

.transparentcard_course {
  margin-left: 8px;
  color: hsla(0, 0%, 100%, .5);
  word-wrap: break-word;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .transparentcard_course{
    max-width: 157px;
  }
}

.transparentcard_info {
  margin-left: 8px;
  float: left;
  color: hsla(0, 0%, 100%, .5);
}

.cardcon {
  max-width: 1220px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display:flex;
  justify-content: left;
}

.darkcoursessection .cardcon, .regularcardcon .cardcon{
  margin: 0 -10px;
}

.cardcon.hero{
  margin-top:50px;
}

.cardcon.multiline{
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 110px;
}

.coursespagelink {
  display: block;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding-right: 34px;
}


.car .coursespagelink {
  display: block;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.coursespagelink:after {
  font-family: "dataflex-learning-center" !important;
  position: absolute;
  padding-top: 3px;
  font-size: 24px;
  padding-left: 13px;
  content: "\61";
}

.coursespagelink.dark {
  color: #3f3f3f;
}

.darkcoursessection {
  padding: 1px 20px 60px;
  background-image: url('../images/rectangle-14-copy-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.heading-2 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 40px;
  font-family: sansation-regular-webfont;
}

.searchHeader{
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.regularcardcon {
  max-width: 1200px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.section.hero .regularcardcon{
  margin-top:0;
}

.coursesheader {
  margin: 100px 0 0px 0px;
}

.coursesheader h2{
  text-align: left;
  display: inline-block;
  line-height: 20px;
}

.coursesheader a{
  display: inline-block;
  /*text-align:right;*/
  float:right;
  padding-top: 8px;
  padding-right: 54px;
}

.card {
  position: static;
  height: 291px;
  margin-top: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
  -webkit-transition: box-shadow 900ms ease, transform 200ms ease;
  transition: box-shadow 900ms ease, transform 200ms ease;
  cursor: pointer;
  width: 100%;
  max-width: 380px;
  margin: 10px;
}

.card:hover {
  /*margin-top: 3px;*/
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .17);
  transform: translate(0px,-8px);
}

@media only screen and (min-width: 765px) and (max-width: 993px) {
  .card{
    max-width: 45%;
  }
}

.cardcon a:visited{
  color: #000;
}

.cardcon a:visited.card{
  /*background-color: #fdfdfd;*/
}

a {
  color: #000;
}

.body {
  overflow: visible;
  /* height: 100vh; */
  height: 100%;
  min-height: calc(100vh - 200px);
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
body.menuOpen{
  overflow: hidden;
}

.body.lesson{
  overflow: hidden;
}

.body.grey{
  background-color: #f8f8f8;
}

.card_imgcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f7b8a2;

  height: 188px;
}
.card_imgcon img{
  height: 100%;
}
.card_title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.card_info {
  margin-left: 8px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #979797;
  padding-top: 2px;
}

.card_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 14px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_infocon {
  position: static;
  left: 25px;
  right: 0px;
  bottom: 14px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.megamenu {
  position: fixed;
  top: 70px;
  z-index: 12;
  display: none;
  width: 100%;
  padding: 80px;
  /*  padding-left: auto;
  padding-right:auto;*/
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  background-color: hsla(0, 0%, 100%, .9);
  opacity: 0.7;
  transition: 300ms ease-in-out;
  overflow-y: scroll;
  height: 100vh;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px);
}

.searchPanel{
  display:none;
  position:fixed;
  width:100%;
  top: 70px;
  background-image: -webkit-linear-gradient(23deg, #e64812, #ba253c);
  background-image: linear-gradient(67deg, #e64812, #ba253c);
  backdrop-filter: blur(2px);
  /*background-image: url(../images/Search-Background.png);*/
  /*background-position: 0px 0px;
  background-size: cover;*/
  box-sizing: border-box;
  padding: 30px;
  z-index: 10;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.18);
  top: 70px;
  bottom:0;
  position:fixed;
  overflow-y:scroll;
  overflow-x:hidden;
}

.searchPanel .courses{
  width: 50%;
  display: inline-block;
}

.searchPanel .lessons{
  float:left;
  width: 50%;
  display: inline-block;

}

.closeButton{
  position: absolute;
  top:36px;
  right: 23px;
  width: 50px;
}

.menuOpen{
  display: block;
  opacity: 1;
}

.mm_con {
  display: inline-block;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mm_information{
  float: left;
  width: 30%;
}
.mm_information:before{
  content: '';
  width: 1px;
  height: 100%;
  background: #cecece;
  position: absolute;
  top: 0;
  margin-left: -7px;

}
.mm_information_title{
  display: inline-block;
  padding: 0.35em;
  width: 30%;
}
.mm_education{
  float: left;
  width: 70%;
}
.mm_education_title{
  display: inline-block;
  padding: 0.35em;
  width: 70%;
}


@media only screen and (min-width: 500px) {
  .megamenu .mm_education, .megamenu-footer {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    /*padding:20px;*/
  }
}

@media only screen and (min-width: 800px) {
  .megamenu .mm_education, .megamenu-footer {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    /*padding:40px;*/
  }
}

@media only screen and (min-width: 1200px) {
  .megamenu .mm_education, .megamenu-footer {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    /*max-height:900px;*/
   /* padding:60px;*/
  }
}

@media only screen and (max-width: 1000px){
  .cardcon{
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 2000px) {
  .megamenenu, .megamenu-footer {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    padding: 80px;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 1260px;
  }
}

.mm_catagoryicon {
  float: left;
}

.text-block {
  margin-bottom: 10px;
  padding-top: 1px;
  padding-left: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.mm_courselink {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  transition: 200ms color ease-in;
}

.mm_courselink:hover{
  color: #7b1f00;
}

.mm_categorytitle {
  padding-left: 11px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.courseicon {
  display: inline-block;
  float: left;
  padding-top: 2px;
}

.courseinfo {
  display: inline-block;
  margin-right: 30px;
  margin-left: 7px;
  padding-left: 0px;
  float: left;
  color: #fff;
  font-size: 22px;
  line-height: normal;
}

.courseDescription{
  display: inline-block;
  /*max-width: 650px;*/
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.courseDescription a{
	color: #fff;
	text-decoration: underline;
}

.lessoncon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  padding-top: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  /*height: calc(100% - 88px);*/
  background-color: #f6f6f6;
}

.lessoncta_login,
.lessoncta_rights,
.lessoncta_private {
  display: block;
  width: 155px;
  margin-top: 20px;
  padding: 14px 10px 14px 18px;
  float: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-decoration: none;
  line-height:normal;
  font-family: 'Open Sans', sans-serif;  
  font-weight: normal;
  font-size:14px;
  text-align:left;
  color: #e64812;
  font-size: 14px;
  text-decoration: none;
}

.lessoncta_login:after,
.lessoncta_rights:after,
.lessoncta_private:after{
  font-family: "dataflex-learning-center" !important;
  position: absolute;
  padding-top: 0px;
  font-size: 24px;
  padding-left: 13px;
  content: "\61";
  margin-top: -2px;
}

.lessoncta_login:hover,
.lessoncta_login:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .35);
}

.lessoncta {
  display: block;
  width: 155px;
  margin-top: 20px;
  padding: 14px 10px 14px 18px;
  float: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-decoration: none;
  line-height:normal;
  font-family: 'Open Sans', sans-serif;  
  font-weight: normal;
  font-size:14px;
  text-align:left;
  color: #e64812;
  font-size: 14px;
  text-decoration: none;
}

.lessoncta:after{
  font-family: "dataflex-learning-center" !important;
  position: absolute;
  padding-top: 0px;
  font-size: 24px;
  padding-left: 13px;
  content: "\61";
  margin-top: -2px;;
}

.lessoncta.close-daid-overlay:after{
  display: none;
}

.lessoncta:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .35);
}

.text-block-3 {
  color: #e64812;
  font-size: 14px;
  text-decoration: none;
}

.lessoninfo_login,
.lessoninfo_rights,
.lessoninfo_private {
  padding-bottom: 30px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 30px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: left;
  text-decoration: none;
  margin-right:30px;
  padding-right:30px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.lessoninfo_login:hover,
.lessoninfo_rights:hover,
.lessoninfo_private:hover{
  /*  margin-left:-30px;
  padding-left:30px;*/
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .08);
}

.lessoninfo {
  padding-bottom: 30px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 30px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: left;
  text-decoration: none;
  margin-right:30px;
  padding-right:30px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.lessoninfo:hover{
/*  margin-left:-30px;
padding-left:30px;*/
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .08);
}

.lessonnumber{ /* was: text-block-4 */
  /*width: 70px;*/
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #e64812;
  font-size: 31px;
  line-height: 47px;
  font-weight: 300;
  text-align: left;
  padding-left: 5px;
}

.daid-required{
  visibility: hidden;
  position: absolute;
  left: 44px;
  top: 84px;
}

.lessoninfo_login .daid-required,
.lessoninfo_rights .daid-required,
.lessoninfo_private .daid-required{
  visibility: visible;
}

.lessontitle {
  margin-right: 10px;
  float: left;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #343434;
  font-size: 31px;
  line-height: 48px;
  font-weight: 300;
  text-align: left;
  display: contents;
}

.buttonBar{
  display: flex;
}

.lessontitle.time {
  float: none;
  color: #2777aa;
}

.lessondesc {
  margin-top: 7px;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #343434;
  font-size: 16px;
  line-height: 28px;
  /* display: inline-block; */
}

.lessoninstr {
  font-size: 16px;
  font-weight:300;
}

.lessoninfo_right {
  display: block;
  margin-left: 58px;
}

.coursecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  /*padding: 0 40px 60px 40px;*/
  padding: 0px 20px 150px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coursecontent.coursecontent_nopresenter{
  -webkit-box-pack:  flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.coursedetails {
  padding: 20px 22px;
  background-color: #F8F8F8;
  border-radius: 3px;
}

.coursedetails .instructorcon{
  margin-top: 15px;
}
.coursedetails .instructorcon:nth-child(1){
  margin-top: 0;
}

.course_downloads{
  margin: 20px -20px 0px -20px;
  padding: 20px 20px 0px 20px;
  border-top: 1px solid #d3d3d3;
}
.course_downloads a{
	display: block;
    margin-bottom: 15px;
}

.ghostbutton {
  border: 1px solid #e64812;
  border-radius: 3px;
  color: #e64812;
  text-decoration: none;
  padding: 5px 10px;
  transition: all 300ms ease-in;
  display: inline-block;
}
.ghostbutton-right {
    border: 1px solid #e64812;
    border-radius: 3px;
    color: #e64812;
    text-decoration: none;
    padding: 5px 10px;
    transition: all 300ms ease-in;
    display: inline-block;
    direction: rtl;
}
/*.ghostbutton:hover{
 border-bottom: 2px solid #e64812;
 }*/

 .horizontaldivider {
  width: 111%;
  height: 1px;
  margin: 15px -22px;
  background-color: #d3d3d3;
}

.instructorcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instructorphoto {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  /* background-image: url('../images/Harm-PP.jpg');*/
  background-position: 0px 0px;
  background-size: cover;
  object-fit: cover;
}

.instructorinfo {
  margin-left: 15px;
}

.text-block-6 {
  font-size: 16px;
  font-weight: 300;
}

.text-block-7 {
  font-size: 16px;
  font-weight: 700;
}

.smallheader {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;

  border-top: 1px solid #d3d3d3;
  margin-top: 20px;
  padding-top: 13px;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  padding-right: 20px;
}

.courselessonscon {
  width: 75%;
  padding-right: 50px;
  margin-top:-30px;
}

.courseInfoCon{
/*  display: block;
  margin-left: 442px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  margin-top: 32px;
  margin-bottom: 50px;
}

.lesson_left {
  /*position: static;*/
  width: 320px;
  height: 100%;
  background-color: #f6f6f6;
}

.lessonnavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lessonnavigation img{
  width: 62px;
}

.prevlesson_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.prevlesson_login:hover {
  background-color: #ececec;
}

.prevlesson {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.prevlesson:hover {
  background-color: #ececec;
}

.nextlesson_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.nextlesson_login:hover {
  background-color: #ececec;
}

.nextlesson {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.nextlesson:hover {
  background-color: #ececec;
}

.verticaldivider {
  width: 2px;
  height: 100%;
  background-color: #e4e4e4;
}

.lessontimeline {
  padding: 25px 23px 15px;
  position:relative;
  height: calc(100vh - 132px);
  overflow-y: auto;
}

.lessontimeline:after{
  content: "";
  display: table;
  clear: both;
}

.courseName{
  font-weight:bold;
  text-decoration: none;
  color: #000;
  font-size:21px;
  margin:5px 0px 10px 0px;
}

/*.lessontimeline:before{
content: '';
width: 0;
height: 100%;
position: relative;
border: 1px solid black;
top: 0;
left: 100px;
}*/

.homeicon {
  margin-right: 10px;
  float: left;
}
.timeline_line_container_content{
  display: flex;
  flex-flow: column;
}

.timeline_lesson {
  padding-top: 5px;
  padding-bottom: 5px;
  /*float:left;*/
  margin-left: 31px;
  margin-top: 10px;
  /*margin-bottom: 15px;*/
  display: inline-block;
  position: relative;
}

.timeline_lesson:first-child{
  margin-top:30px;
}

.timeline_lesson.active:before{
  background-color: #e64812;
}

.timeline_lesson.active{
  color: #e64812;
  font-weight:bold;
}

.timeline_lesson.completed:before{
  background-color: #ffc5b1;
}

.timeline_lesson:before {
  content: '';
  border: 1px solid #e64812;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -31px;
  background: #f6f6f6;
  margin-top: 2px;
  z-index: 2;
}
.timeline_lesson:after{
  content: '';
  height: 100%;
  background: #e64812;
  width: 1px;
  position: absolute;
  left: -23px;
  z-index: 1;
  top: 20px;
}
.timeline_lesson:last-child:after{
  display: none;
}

.timeline_lessonname_rights,
.timeline_lessonname_private{
  position: relative;
}

.lessoncircle_inactive {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 10px;
  /*float: left;*/
  border: 1px solid #e64812;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.timeline_lessonduration, .timeline_lessonname, .timeline_lessonname_login {
  float: left;
}

.timeline_lessonname_login{
  margin-right: 5px;
  /*margin-bottom: 22px;*/
  transition: 400ms color ease-in-out;
}

.timeline_lessonname_rights .daid-required,
.timeline_lessonname_private .daid-required{
  visibility: visible;
  left: -26px;
  top: 5px;
  z-index: 1;
  width: 7px;
}

.timeline_lessonname_login:hover{
  color: #7b1f00;
}

.timeline_lessonname{
  margin-right: 5px;
  /*margin-bottom: 22px;*/
  transition: 400ms color ease-in;
}

.timeline_lessonname:hover{
  color: #7b1f00;
}

.timeline_line_container{
  position: relative;
  padding-top: 12px;
}

.timeline_line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 8px;
  background-color: #e64812;
  display: none;
}

.lessoncontent {
  overflow-y: scroll;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: -1px 0 12px 0 rgba(0, 0, 0, .15);
  height: calc(100vh - 70px);
}

.lessontext {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  /*padding: 50px;*/
  padding: 50px 20vw 50px 50px;
  position: relative;
  min-height: 150px;
}


.lessontext span{
  font-family: 'Open Sans', sans-serif!important;
}

.lessontext p, .lessontext ul, .lessontext ol{
  line-height: 200%
}

.lessontext li {
  /*line-height: 300%;*/
  padding-bottom: 10px;
  /*font-weight: 300;*/
}

.lessontext img {
  /*line-height: 300%;*/
  margin-bottom: 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

.lessontext .code{
  background-color: #fdf2ee;
  border-radius: 3px;
  padding: 12px 19px;
  font-family: 'Roboto Mono', monospace!important;
  font-size: 13px;
  line-height: 23px;
}

.lessontext .code span, .lessontext .code strong{
  font-family: 'Roboto Mono', monospace!important;
}

.lessontext a {
  color: #e64812;
}

.lesson_images {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lesson_text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lesson_buttonholder{
  position: absolute;
  top: 79px;
  right: 25px;
}
.lesson_buttonholder a{
  display: block;
  float: right;
  clear: both;
  margin-bottom: 5px;
}

.lessontext h1{
  font-family: sansation_lightlight;
  line-height: 48px;
}

.lessontext h2{
  margin-top: -17px;
  margin-bottom: 45px;
  font-size: 35px;
}

.menu ::placeholder{
  color: rgba(255,255,255,0.5);
}

.menuSeperator {
  position: relative;
  left: 43px;
  top: -25px;
  width: 2px;
  height: 70px;
  float: left;
  background-color: #be3709;
}

.LoginSeperator {
  position: relative;
  margin: 0 15px 0 15px;
  top: -25px;
  width: 2px;
  height: 70px;
  float: right;
  background-color: #be3709;
}

.lessonHeader {
  position: static;
  margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 71px;
  float: left;
  color: #fff;
  /*font-size: 26px;*/
  font-size: 1.3vw;
  font-family:sansationbold;
}

.courseoverviewheadercon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  /*margin-top: 70px;*/
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rectangle-14-copy-3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  text-align: center;
}

.courseoverviewheader {
  font-family: sansationbold;
  color: #fff;
  font-size: 52px;
  font-weight: 400;
}

.coursefilters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.difficultyfilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.coursesorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filterseperator {
  width: 1px;
  height: 20px;
  background-color: #b3b3b3;
}

.inactivefilterbutton {
  padding-right: 15px;
  padding-left: 15px;
  color: #979797;
  cursor: pointer;
}

.inactivefilterbutton.active {
  color: #222;
  font-weight: 600;
}

.whitespace {
  height: 180px;
}

.mobile_xtra_menu_options{
  display: none;
}


.aboutText{
  max-width: 600px;
  margin: 200px auto;
  line-height: 190%;
}

.aboutText .button{
  background-color: #e64812;
  color: white;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  margin-right: 6px;
  transition: background 300ms ease-in;
}

.aboutText .button:hover{
  background-color: #cb3a08;
}

.pagenotfoundText{
	max-width: 1140px;
	margin: 200px auto;
	line-height: 190%;
	position: relative;
    padding-right: 400px;
}
.pagenotfoundText h1{
    font-family: sansation-regular-webfont;
    font-size: 52px;
    font-stretch: normal;
    line-height: normal;
    color: #2a2a2a;

}
.pagenotfoundText img{
	position: absolute;
    top: 0;
    right: 0;
}
.pagenotfoundText p{
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #2a2a2a;
}
.pagenotfoundText a{
	color: #e64812;
}

@media (max-width: 991px) {
  .menurighticon {
    display: none;
  }
  .section {
    padding: 100px 10px 40px;
  }
  .headercon {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    font-size: 44px;
    line-height: 8px;
  }
  .dataflexlogoheader {
    display: inline-block;
    width: 40%;
    height: 40%;
    max-width: 100%;
    /* margin-left: 19px; */
  }
  .homeheaderimg {
    width: 30%;
    height: 30%;
  }
  .heroheader {
    /* margin-bottom: 41px; */
    font-size: 40px;
  }
  .transparentcard_title {
    font-size: 16px;
  }
  .div-block-3 {
    margin-left: 10px;
  }
  .timeicon {
    max-width: 12%;
  }
  .transparentcard_info {
    margin-left: 4px;
    font-size: 11px;
  }
  .div-block-5 {
    margin-top: 24px;
    margin-left: 354px;
  }
  .lessontext {
    padding: 60px 20px 20px 20px;
  }
  .menuSeperator {
    left: 7px;
  }
  .heading-4 {
    margin-left: 25px;
    font-size: 12px;
  }
  .courseoverviewheadercon {
    height: 250px;
    /*margin-top: 77px;*/
  }
  .courseoverviewheader {
    font-size: 42px;
  }
}




@media (max-width: 767px) {
  .aboutText{
    padding: 0 30px;
    margin: 100px auto;
  }
  .pagenotfoundText{
    padding: 0 30px;
    margin: 100px auto;
  }
  .pagenotfoundText img{
	top: auto;
	right:auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
  }
  .menu-button.inactive {
    display: none;
  }
  .image-2 {
    display: none;
  }
/*  .menuActive {
    display: none;
    }*/
    .menu-button{
      margin-top: 0;
    }
    .headercon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .dataflexlogoheader {
      margin-top: 0px;
      /*margin-left: 209px;*/
    }
    .homeheaderimg {
      width: 70%;
    }
    .lessoncon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .lessontitle {
      line-height: 37px;
    }
    .coursecontent {
      width: 90%;
      margin-top: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .courselessonscon {
      width: 100%;
      margin-top: 50px;
      padding-right: 0px;
    }
    .div-block-5 {
      margin-top: 54px;
      margin-left: 0px;
    }
    .lesson_left {
      width: 100%;
      height: 100%;
    }
    .menuSeperator {
      display: none;
    }
    .heading-4 {
      margin-left: 0px;
      font-size: 17px;
    }
    .courseoverviewheadercon {
      height: 200px;
    }
    .courseoverviewheader {
      padding-bottom: 5px;
      font-size: 38px;
    }
    .coursefilters {
      height: 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .timeline_lesson{
      display: flex;
    }
    .expandTimeline{
      display: block;
      text-align: center;
      transition: 300ms all;
      margin-top: 20px;
    }
    .expandTimeline.expandTimeline-open{
      transform: rotate(180deg);
    }
    .expandTimeline span:before{
      content: "\64";
      font-family: dataflex-learning-center;
    }
    .timeline_line_container{
      position: relative;
      padding-top: 12px;
      overflow: hidden;
      height: 60px;
      margin-bottom: 10px;
      transition: 300ms all;
    }
    .timeline_line_container.expandTimeline-open{
      height: 400px;
      overflow-y: scroll;
    }

    .lessoncontent{
      flex: none;
      height: calc(100vh - 284px);
    }
    .lessoncontent.lessoncontent-small{
      height: calc(100vh - 624px);
    }
    .megamenu{
      column-gap: normal;
      height: 100vh;
      overflow: auto;
    }
    .megamenu .mm_education,
    .megamenu .mm_information{
      float: none;
      width: auto;
      column-count: auto;
    }
    .megamenu .mm_information:before{
      display: none;
    }
    .timeline_line_container_content{
      position: relative;
    }
    .timeline_line_container_content .timeline_line{
      height: 94%;
      margin-top: 7px;
    }
  }

  .mobile-icon{
    display: none;
  }

  @media (max-width: 573px) {
    .desktop-icon{
      display: none;
    }
    .menu-button.w--current {
      display: none;
    }
    .menu-button.inactive {
      display: none;
    }
    .menu_rightIcons {
      position: absolute;
      left: 5px;
      top: 5px;
      /*display: none;*/
    }
    .menu .menu_rightIcons{
      right: 18px;
      top: 22px;
      left: initial;
    }
    .mobile-icon{
      display: block;
      position:absolute;
      right: 15px;
      top: 22px;
    }
    .section {
      padding-top: 60px;
    }
    .headercon {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      flex-direction: column-reverse;
    }
    .heading {
      font-size: 32px;
    }
    .headercon.home .heroheader .heading{
      font-size: 30px;
      line-height: 34px;
    }
    .dataflexlogoheader {
      width: 44%;
      height: 44%;
      margin-bottom: 7px;
      /*margin-left: 152px;*/
    }
    .heroheader {
      margin-bottom: 20px;
      padding-top: 0px;
      line-height: 0px;
    }
    .transparentcard_imgcon {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .heading-2 {
      font-size: 30px;
    }
    .coursesheader {
      font-size: 30px;
    }
    .text-block-4 {
      width: 50px;
      font-size: 27px;
      line-height: 30px;
    }
    .lessontitle {
      font-size: 27px;
      line-height: 30px;
    }
    .lessoninfo_right {
      margin-left: 45px;
    }
    .instructorphoto {
      width: 110px;
      height: 110px;
    }
    .heading-4 {
      margin-top: -31px;
      margin-left: 48px;
      font-size: 15px;
    }
    .inactivefilterbutton.active {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    .regularcardcon{
      margin-left: 10px!important;
      margin-right: 10px!important;
    }
    .regularcardcon .cardcon{
      width: 100%;
      margin: 0;
    }
    .card:last-child{
      margin-right: 10px;
    }
    .heroheader.course{
      margin-top: 30px;
    }
    .coursecontent{
      width: 100%;
      padding: 0px 20px 50px;
    }
    .lessonnumber{
      line-height: 30px;
      margin-right: 10px;
    }
    .lessoninfo, .lessoninfo_login,
    .lessoninfo, .lessoninfo_rights,
    .lessoninfo, .lessoninfo_private{
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
    }
    .lessondesc{
      margin-top: 13px;
    }
    .footer{
      padding: 20px!important;
      position: initial!important;
    }
    .footer-items{
      flex-direction: column;
      text-align: center;
    }
    .footer-item, .footer-items a{
      margin: 10px 0;
    }
    .megamenu{
      padding: 10px 10px 160px 10px;
    }
    .mm_con{
      margin: 0 0 0.3em;
    }
    .username{
      display:none;
    }
    .LoginSeperator{
      display: none;
    }
    .mobile_xtra_menu_options{
      display: inline-block;
      margin: 20px 0;
      width: 87%;
    }
    .mobile_xtra_menu_options .menu_rightIcons{
      display: block;
      position: relative;
      width: 100%;
    }
    .mobile_xtra_menu_options .searchButton {
        right: -27px;
        top:0;
        position: absolute;

    }
    .mobile_xtra_menu_options input[type=search]{
      color: black;
      border-bottom: 1px solid black;
      width: 100%;
    }
    .mobile_xtra_menu_options input:-webkit-autofill,
    .mobile_xtra_menu_options input:-webkit-autofill:hover, 
    .mobile_xtra_menu_options input:-webkit-autofill:focus
    .mobile_xtra_menu_options input:-webkit-autofill, 
    .mobile_xtra_menu_options textarea:-webkit-autofill,
    .mobile_xtra_menu_options textarea:-webkit-autofill:hover
    .mobile_xtra_menu_options textarea:-webkit-autofill:focus,
    .mobile_xtra_menu_options select:-webkit-autofill,
    .mobile_xtra_menu_options select:-webkit-autofill:hover,
    .mobile_xtra_menu_options select:-webkit-autofill:focus {
      /*background-color: transparent;*/
      /*border: 1px solid green;*/
      -webkit-text-fill-color: black;
      -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s;
    }
    .mobile_xtra_menu_options ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: black;
    }
    .mobile_xtra_menu_options ::-moz-placeholder { /* Firefox 19+ */
      color: black;
    }
    .mobile_xtra_menu_options :-ms-input-placeholder { /* IE 10+ */
      color: black;
    }
    .mobile_xtra_menu_options :-moz-placeholder { /* Firefox 18- */
      color: black;
    }
    .searchPanel .courses, .searchPanel .lessons{
      width: 100%;
    }

    .transparentcard{
      margin: 10px 0 10px 0;
    }
    .courseinfo{
      font-size: 16px;
      line-height: 27px;
    }
    .daid-required{
      left: 19px;
      top: 73px;
    }
    .searchHeader{
      margin-left: 2px;
      margin-bottom: 10px;
    }
    #searchresultlessons{
      margin-top: 20px;
    }
    .closeButton{
      top:9px;
      right: 8px;
    }
    .megamenu{
      position: absolute;
      background-color: #fff;
      top: 0;
    }
    .mobile-icon{
      display:block!important;
    }
    .menu #search{
      display: none;
    }
    .mobile-icon .menurighticon{
      display: block;
    }
    .lessoncontent{
      /* overflow-y: inherit; */
      -webkit-overflow-scrolling: touch;
    }
    .lessontext h1{
      font-size: 32px;
      line-height: 39px;
    }
    .body.lesson{
      overflow-y: scroll;
    }

    .lesson_buttonholder{
      position: relative;
      top:0;
      right: 0;
    }
  }


  .mm_con {
    display: inline-block;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .mm_titleCon{
    display: inline-flex;
    align-items: center;
  }

  .loginPrompt{
    display:none;
    height: 100%;
    width: 100%;
    opacity: 0.94;
    background-image: linear-gradient(58deg, #e64812, #ba253c);
    z-index: 20;
    position: fixed;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .loginPrompt-open{
    display: flex;
  }

  .loginText{
    max-width: 520px;
    font-family: sansation_lightlight;
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }

  .bold{
    font-family: sansationbold;
  }

  .lessoncta.daid{
    width:170px;
  }
  .lessoncta.contactrights{
    width:199px;
  }
  .lessoncta.lessoncta_information{
    width: 102px;
  }
  .close-daid-overlay{
    margin-right: 20px;
    width: auto;
    padding: 14px 18px 14px 18px;
    background-color: rgba(255, 255, 255, 0.40);
    color: white;
  }


  .contentCon{
    padding-top: 70px;
    min-height: 100vh;
  }



/* --------------------------------------------------------
// VIDEO PLAYER
// --------------------------------------------------------*/

.lessoncontent .mejs__mediaelement {
  position: relative;
}

.lessoncontent .mejs__overlay-play {
  height: 100%;
}

.lessoncontent .mejs__overlay-button {
  display: none;
}

.mejs__overlay.mejs__layer {
  height: 100%;
  width: 100%;
}

.lessoncontent .mejs__container {
  background: transparent;
}


/* --------------------------------------------------------
// ANIMATIONS
// --------------------------------------------------------*/

.animated{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp;
  opacity:0;
  -webkit-transform:translate3d(0, 50%, 0);
  transform:translate3d(0, 50%, 0)
}
@-webkit-keyframes fadeInUp{
  0.00%{
    opacity:0;
    -webkit-transform:translate3d(0, 50%, 0);
    transform:translate3d(0, 50%, 0)
  }
  100.00%{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}
@keyframes fadeInUp{
  0.00%{
    opacity:0;
    -webkit-transform:translate3d(0, 50%, 0);
    transform:translate3d(0, 50%, 0)
  }
  100.00%{
    opacity:1;
    -webkit-transform:none;
    transform:none
  }
}

/* --------------------------------------------------------
// MAIN MENU
// --------------------------------------------------------*/

.MainMenu {
  margin: 0;
  padding: 0;
  width: 260px;
}

.MainMenu li {
  position: relative;
  list-style: none;
  padding: 10px 0px;
  font-weight: 600;
}

.MainMenu li:hover {
  color: #e64812;
}

.MainMenu li::after{
  content: "";
  position: absolute;
  left: 228px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
}

/*.MainMenu li:hover::after{*/
.MainMenu li.open::after{
  border-top: 1px solid #e64812;
  border-right: 1px solid #e64812;
}

.MainMenu li:hover ul {
  /*display: flex;*/
}
.MainMenu li.open ul {
  display: flex;
}

.MainMenu li ul {
  position: fixed;
  width: auto;
  height: 60%;
  left: 340px;
  top: 207px;
  right: 0px;
  padding: 0px 0px 0px 4px;
  
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}

.MainMenu li ul li{
  font-weight: normal;
  padding: 0px 30px 0px 0px;
}

.MainMenu li ul li::after{
  content: none;
}

.MainMenu li ul li a{
  min-height: 44px;
  line-height: 44px;
}

.MainMenu li ul li a:hover{
  color: #e64812;
}

.CategoryIcon {
  float: left;
  max-width: 24px;
  max-height: 24px;
}
.CategoryTitle {
  padding-left: 34px;
  line-height: 24px;
}

@media only screen and (max-width: 500px) {

.MainMenuWrapper {
  padding: 0px 10px;
}
  
.MainMenuWrapper h3 {
  padding-bottom: 20px;
}
  
.MainMenu {
  width: 100%;
}

.MainMenu li {
  font-weight: bold;
  padding: 0px 0px 50px 0px;
}
  
.MainMenu li:hover {
  color: inherit;
}
  
.MainMenu li::after {
  right: 20px!important;
  left: auto;
  transform: rotate(135deg);
}
  
.MainMenu li ul {
  display: flex;
  position: relative;
  width: 90%;
  height: auto;
  left: 30px;
  top: 10px;
}

.MainMenu li ul li{
  padding: 6px 0px;
  width: 100%;
  font-weight: normal;
}
  
.MainMenu li ul li a{
  padding: 10px 0px;
  line-height: 24px;
}

.MainMenu li:hover::after{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
  
}
/* --------------------------------------------------------
// FOOTER
// --------------------------------------------------------*/

.footer{
  width:100%;
/*  background-color: white;*/
  background: #373A3C;
  color: rgba(241,242,242,0.2);
  padding: 30px 80px;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
}

.lessoncontent .footer{
  position: relative;
}

.footer-items{
  display: flex;
  max-width: 1570px;
  margin: 0px auto;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}

.footer-item{
  /*margin: 0 30px;*/
  transition: 300ms color ease-in-out;
}

.footer a{
  padding: 0 10px;
  color: rgba(241,242,242,0.2);
}

a.footer-item:hover{
/*  color: #e64812;*/
  text-decoration: underline;
}
.sm-icon{
  cursor: pointer;
}

.sm-icon:hover{
  fill: red;
}

.footer .social a{
    width: 33px;
    height: 33px;
    background: rgba(241,242,242,0.1);
    display: inline-block;
    border-radius: 100%;
    position: relative;
    color: #fff;
    transition: all 300ms;
}
.footer .social .facebook svg{
    width: 10px;
    position: absolute;
    top: 4px;
    left: 11px;
}
.footer .social .facebook:hover{
  background: #1877f2;
}
.footer .social .youtube svg{
    position: absolute;
    width: 19px;
    left: 7px;
    top: 8px;
}
.footer .social .youtube:hover{
  background: #ff0000;
}
.footer .social .linkedin svg{
    position: absolute;
    width: 18px;
    left: 8px;
    top: 5px;
}
.footer .social .linkedin:hover{
  background: #0a66c2;
}
.footer .social .instagram svg{
    position: absolute;
    width: 20px;
    height: 23px;
    left: 7px;
    top: 5px;
}
.footer .social .instagram:hover{
  background: #c32aa3;
}
.sm-icon{
  fill: red;
}

#Filled_Icons{
  transition: 300ms fill ease-in-out;
  padding: 20px;
}

#Filled_Icons:hover{
  /*fill: #e64812;*/
}

.sm-icon:hover #Filled_Icons{
  fill:red;
}

.megamenu-footer{
  display: block;
  position: relative;
  /*top: 70px;*/
  z-index: 10;
  /*display: none;*/
  width: 100%;
  padding: 0!important;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  background-color: hsla(0, 0%, 100%, .97);
  /*opacity: 0.7;*/
  transition: 300ms ease-in-out;
  /*box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.18);*/
  max-width: 1600px;
  margin: 0 auto;
}


@media only screen and (max-width: 1200px){
  .regularcardcon{
    margin-left: 20px;
    margin-right: 52px;
  }
  .cardcon.hero {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1350px){
  .lessonHeader{
    visibility: hidden;
  }


  @media only screen and (max-width: 900px) and (min-width: 700px){

    .section.hero .transparentcard, .darkcoursessection .transparentcard{
      max-width: 45%;
    }
  }

  @media only screen and (max-width: 785px){
    input[type=search] {
      width: 160px;
    }
  }


  @media only screen and (max-width: 500px) {
    .transparentcard{
      width: 100%;
    }
/*    .transparentcard:last-child{
       margin-right: 10px;
      }*/
    .cardcon.hero{
      margin-right: 0;
    }
  }




@media (max-width: 768px ){
  .lessontimeline{
    height: auto;
  }
  .lesson_buttonholder{
    position: relative;
    top: 0;
    right: 0;
  }
}

@media (max-width: 1045px ){
  .lesson_buttonholder{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    display: inline-flex;
  }
  .lesson_buttonholder a{
    float: left;
    clear: none;
    margin-right: 5px;
  }
    

}
@media (max-width: 1145px ){
  .footer .footer-items{
    flex-direction: column;
  }
  .footer .social{
    margin-top: 15px;
  }
  .whitespace{
    height: 250px;
  }
}

