@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

* {
  margin: 0;
  padding: 0; }

/* colores */
@font-face {
  font-family: 'DINLight';
  src: url("fonts/DINLight.woff") format("woff"); }

@font-face {
  font-family: 'DINMedium';
  src: url("fonts/DINMedium.woff") format("woff"); }

@font-face {
  font-family: 'DINBold';
  src: url("fonts/DINBold.woff") format("woff"); }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #ededed;
  font-family: 'DINMedium'; }

#content {
  display: block;
  max-width: 960px;
  flex: 1 0 auto;
  padding: 20px 20px 0px 20px;
  margin: 0 auto;
  width: calc(100% - 40px); }

h1, h2, h3, .quiz-question-title, h4, h5, h6 {
  font-family: 'DINBold';
  font-weight: 100; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 100%; }

h3, .quiz-question-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 100%; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

p {
  font-family: 'DINMedium';
  margin-bottom: 10px; }

a {
  color: #000000; }

ol, ul {
  padding-left: 30px;
  font-family: 'DINMedium';
  margin: 10px 0; }

label {
  display: block;
  font-family: 'DINBold';
  font-weight: 100;
  margin: 8px 0; }

textarea, input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #ffffff;
  padding: 10px;
  font-family: 'DINMedium';
  width: calc(100% - 20px);
  max-width: 466px; }

select {
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 10px;
  font-family: 'DINMedium';
  width: 100%;
  max-width: 488px; }

.warning label {
  margin-bottom: 6px; }

.warning span small {
  color: #db1e32;
  font-family: 'DINMedium';
  margin-bottom: 6px;
  display: block; }

.warning input, .warning select {
  border: 1px solid #db1e32; }

.warning.center span small {
  font-size: 16px;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px; }

form div span small {
  display: none; }

.btn, .signup .login-submit input[type="submit"], .signin .login-submit input[type="submit"] {
  border: none;
  background: #db1e32;
  color: #ffffff;
  font-family: 'DINMedium';
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }
  .btn.btn-sm, .signup .login-submit input.btn-sm[type="submit"], .signin .login-submit input.btn-sm[type="submit"] {
    font-size: 16px;
    padding: 8px 14px; }
  .btn.btn-md, .signup .login-submit input.btn-md[type="submit"], .signin .login-submit input.btn-md[type="submit"] {
    font-size: 18px;
    padding: 16px 50px 10px 50px; }
  .btn.btn-xl, .signup .login-submit input[type="submit"], .signin .login-submit input[type="submit"] {
    font-size: 20px;
    padding: 16px 26px; }
  .btn:hover, .signup .login-submit input[type="submit"]:hover, .signin .login-submit input[type="submit"]:hover {
    text-decoration: none; }

.padding-left {
  padding-left: 0px; }

#popup_ok, #popup_cancel {
  border: none;
  background: #db1e32;
  color: #ffffff;
  font-family: 'DINMedium';
  text-decoration: none;
  font-size: 16px;
  padding: 8px 14px;
  text-transform: uppercase; }

.passResetLink {
  margin-top: -80px !important; }
  .passResetLink a {
    font-weight: bold;
    text-decoration: none; }

.welcome-container nav {
  width: 185px; }

@media (min-width: 768px) {
  .padding-left {
    padding-left: 60px !important; } }

#header {
  background: #000000;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  z-index: 11; }
  #header ul:not(.mobile_menu) {
    padding: 0;
    margin-left: auto;
    display: none; }
  #header .brand img {
    width: 150px; }
  #header .right-brand {
    display: none; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 34px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #e0e0e0; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -13px; }

.c-hamburger span::after {
  bottom: -13px; }

.c-right {
  margin-left: auto; }

.c-hamburger--htx {
  background-color: #000000; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #000000; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

/* menu mobile */
.mobile_menu_wrap {
  position: fixed;
  top: 84px;
  width: 100%;
  z-index: 10;
  background: #000000;
  color: white;
  left: 0;
  transition: all 0.7s; }
  .mobile_menu_wrap ul {
    list-style: none;
    padding-right: 20px; }
    .mobile_menu_wrap ul li {
      padding: 10px 0;
      border-bottom: 1px solid #ffffff; }
      .mobile_menu_wrap ul li a {
        font-family: 'DINLight';
        font-weight: 600;
        font-size: 1.3em;
        display: block;
        padding: 10px;
        color: #ffffff;
        text-decoration: none; }
        .mobile_menu_wrap ul li a:hover {
          text-decoration: underline; }
  .mobile_menu_wrap img {
    margin: 10px 0 10px 30px; }
  .mobile_menu_wrap.hide {
    top: -100%; }

#popup-header {
  height: 44px !important;
  max-height: 44px !important; }

.block-popup-sidebar, .block-popup-header {
  width: 100%;
  height: 100%;
  background: none;
  display: block;
  position: absolute;
  z-index: 999;
  display: none; }

.block-popup-header {
  height: 100px; }

#popup-sidebar {
  display: none; }

#popup-footer {
  display: none; }

#course-curriculum-popup #popup-main #popup-content {
  bottom: 0px !important; }

body.content-item-only .learn-press-content-item-only {
  height: 90% !important; }

@media (min-width: 768px) {
  #popup-header {
    height: auto !important;
    max-height: auto !important; }
  #popup-sidebar {
    display: block; }
  #header {
    height: auto; }
    #header ul:not(.mobile_menu) {
      display: flex;
      margin-right: 20px; }
    #header ul {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; }
      #header ul li {
        display: block; }
        #header ul li a {
          font-family: 'DINLight';
          font-weight: 600;
          font-size: 1.2em;
          display: block;
          padding: 10px;
          color: #ffffff;
          text-decoration: none; }
          #header ul li a:hover {
            text-decoration: underline; }
  .c-hamburger {
    display: none; }
  .mobile_menu_wrap {
    display: none; }
  .right-brand {
    display: block !important; } }

#footer {
  background: #000000;
  padding: 20px;
  margin-top: 3em; }
  #footer nav {
    flex-direction: row;
    align-items: center; }
    #footer nav ul {
      padding: 0;
      margin-left: auto;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      justify-content: space-around; }
      #footer nav ul li a {
        font-family: 'DINLight';
        font-weight: 600;
        font-size: 0.85em;
        display: inline-block;
        padding: 10px;
        color: #ffffff;
        text-decoration: none; }
        #footer nav ul li a:hover {
          text-decoration: underline; }
    #footer nav .brand {
      height: 32px; }
      #footer nav .brand img {
        height: 32px; }
    #footer nav .right-brand {
      margin-left: auto; }
      #footer nav .right-brand.brand-mobile {
        display: block;
        float: right; }
      #footer nav .right-brand.brand-desk {
        display: none; }
  #footer .bottom-footer {
    color: #ffffff;
    display: flex;
    align-items: center; }
    #footer .bottom-footer img {
      width: 100px;
      margin-right: 20px; }
    #footer .bottom-footer > div {
      padding: 10px;
      border-left: 1px solid #ffffff;
      font-family: 'DINLight';
      font-size: 0.8em; }
      #footer .bottom-footer > div a {
        color: #ffffff;
        text-decoration: none; }
      #footer .bottom-footer > div span {
        color: #666; }

@media (min-width: 768px) {
  #footer nav {
    display: flex; }
    #footer nav .right-brand.brand-mobile {
      display: none !important; }
    #footer nav .right-brand.brand-desk {
      display: block !important; }
  #footer .bottom-footer {
    padding: 40px 30px 10px 60px !important; }
    #footer .bottom-footer img {
      margin-right: 40px !important; } }

.header_img {
  margin: -20px -20px 0 -20px;
  position: relative; }
  .header_img img {
    width: 90%;
    display: block;
    margin: 0 auto; }
  .header_img .btn-wrap {
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%; }
    .header_img .btn-wrap .btn, .header_img .btn-wrap .signup .login-submit input[type="submit"], .signup .login-submit .header_img .btn-wrap input[type="submit"], .header_img .btn-wrap .signin .login-submit input[type="submit"], .signin .login-submit .header_img .btn-wrap input[type="submit"] {
      display: inline-block; }

.no-button-margin {
  margin-bottom: 0 !important; }

.article {
  margin-top: 20px; }
  .article div {
    width: 100%; }
    .article div img {
      width: 100%;
      margin-bottom: 14px; }

.btn-wrap {
  text-align: center;
  margin: 40px 0 0 0; }
  .btn-wrap .btn, .btn-wrap .signup .login-submit input[type="submit"], .signup .login-submit .btn-wrap input[type="submit"], .btn-wrap .signin .login-submit input[type="submit"], .signin .login-submit .btn-wrap input[type="submit"] {
    display: inline-block; }

@media (min-width: 768px) {
  .header_img {
    margin: -46px 0 0 0; }
    .header_img .btn-wrap {
      bottom: 40px; }
  .article {
    display: flex; }
    .article.reverse {
      flex-direction: row-reverse; }
    .article div {
      width: 50%;
      padding: 10px; } }

.presing {
  padding-top: 30px; }
  .presing .btn, .presing .signup .login-submit input[type="submit"], .signup .login-submit .presing input[type="submit"], .presing .signin .login-submit input[type="submit"], .signin .login-submit .presing input[type="submit"] {
    width: 230px;
    display: inline-block; }

.signup, .signin {
  text-transform: uppercase;
  min-height: 800px; }
  .signup h2, .signin h2 {
    font-size: 28px;
    text-align: center;
    margin: 20px 0 40px 0; }
  .signup form, .signin form {
    max-width: 488px;
    margin: 0 auto; }
    .signup form div, .signin form div {
      margin-bottom: 20px; }
  .signup .btn-wrap a, .signin .btn-wrap a {
    font-family: 'DINMedium';
    text-decoration: none;
    display: block; }
  .signup .btn-wrap .btn, .signup .btn-wrap .login-submit input[type="submit"], .signup .login-submit .btn-wrap input[type="submit"], .signin .login-submit .signup .btn-wrap input[type="submit"], .signin .btn-wrap .btn, .signup .login-submit .signin .btn-wrap input[type="submit"], .signin .btn-wrap .login-submit input[type="submit"], .signin .login-submit .btn-wrap input[type="submit"] {
    padding: 16px 30px 10px 30px; }
  .signup .login_select, .signin .login_select {
    text-transform: uppercase; }
  .signup .login-submit, .signin .login-submit {
    text-align: center;
    margin: 40px 0 0 0; }

.formInstructions {
  text-transform: none !important;
  margin-bottom: 2em; }

.errors {
  color: #db1e32; }

.welcome-header {
  display: none !important; }

.welcome-container {
  display: flex; }
  .welcome-container nav {
    display: none;
    flex: 20; }
    .welcome-container nav ul {
      list-style: none;
      padding-left: 10px;
      margin-top: 80px;
      width: 120px;
      transition: 1s; }
      .welcome-container nav ul.fixed {
        position: fixed;
        top: 0; }
      .welcome-container nav ul li {
        width: 140px;
        overflow: hidden;
        margin-top: 0.5em;
        line-height: 1.2em;
        padding-right: 5px; }
        .welcome-container nav ul li.active {
          border-right: solid 2px black; }
          .welcome-container nav ul li.active a {
            font-weight: bold; }
        .welcome-container nav ul li a {
          font-size: 18px;
          text-decoration: none; }
  .welcome-container .content {
    width: 100%;
    flex: 80; }
  .welcome-container h2 {
    font-size: 26px;
    margin: 14px 0 40px 0;
    text-align: center; }
  .welcome-container .btn-wrap {
    margin: 50px 0 50px 0; }

.colum2 {
  margin: 20px 0 0 0; }
  .colum2 .left {
    flex: 50;
    position: relative;
    overflow: hidden;
    height: 250px; }
    .colum2 .left img {
      margin: 0 auto;
      width: 100%;
      height: auto; }
      .colum2 .left img.playicon {
        position: absolute;
        width: 100px;
        left: calc(50% - 75px);
        top: calc(50% - 80px); }
  .colum2 .right {
    flex: 50;
    position: relative; }
    .colum2 .right .course_content {
      height: auto; }
      .colum2 .right .course_content.contentHome p {
        //display: block !important;
        height: auto; }
      .colum2 .right .course_content .course_preview {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      .colum2 .right .course_content h3, .colum2 .right .course_content .quiz-question-title, .colum2 .right .course_content h5, .colum2 .right .course_content div, .colum2 .right .course_content p {
        display: none; }
    .colum2 .right div p:nth-child(1) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .colum2 .right div p {
      display: none; }
    .colum2 .right a {
      text-decoration: none; }
    .colum2 .right .btn, .colum2 .right .signup .login-submit input[type="submit"], .signup .login-submit .colum2 .right input[type="submit"], .colum2 .right .signin .login-submit input[type="submit"], .signin .login-submit .colum2 .right input[type="submit"] {
      margin: 30px auto 0 auto;
      display: block;
      width: 68px; }

.descargables {
  display: flex;
  justify-content: space-between;
  width: 344px; }
  .descargables.archive {
    flex-wrap: wrap;
    text-align: center; }
    .descargables.archive .itr-slick-wrap {
      width: 80%; }
      .descargables.archive .itr-slick-wrap a {
        margin: 0 auto; }
    .descargables.archive .anchors-container {
      text-align: left; }

.descargableItem {
  width: 33%; }

.anchors-container {
  position: relative; }
  .anchors-container strong {
    padding-right: 15px !important; }

.slick-slide {
  text-align: center; }
  .slick-slide img {
    margin: 0 auto;
    width: inherit; }
  .slick-slide .itr-slick-wrap {
    width: 80%;
    display: inline-block; }
    .slick-slide .itr-slick-wrap img {
      margin-bottom: 14px;
      width: 80%; }
    .slick-slide .itr-slick-wrap .anchors-container {
      position: relative; }
      .slick-slide .itr-slick-wrap .anchors-container strong {
        float: left;
        max-width: 200px;
        text-align: left; }
      .slick-slide .itr-slick-wrap .anchors-container a {
        position: absolute;
        right: 0; }

@media (max-width: 768px) {
  .fixed-margin {
    padding-left: 0px !important;
    overflow: hidden; }
  .coursesColumn {
    width: 100% !important;
    height: auto !important; }
    .coursesColumn .left, .coursesColumn .right {
      width: 100% !important;
      height: auto !important; }
    .coursesColumn .imgCourse img {
      width: 100% !important;
      height: auto !important; }
  .slick-arrow {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat !important;
    background-position: center !important; }
    .slick-arrow.slick-next {
      right: -5px !important;
      background-image: url("img/rightSlider.png"); }
    .slick-arrow.slick-prev {
      left: -5px !important;
      z-index: 2;
      background-image: url("img/leftSlider.png"); }
    .slick-arrow:before {
      content: ''; }
  .sliderWrapper {
    width: 100%; }
    .sliderWrapper .descargables {
      display: block;
      margin: 0 auto;
      width: 100%;
      padding-left: 0;
      overflow: hidden; }
      .sliderWrapper .descargables.archive {
        text-align: center; }
        .sliderWrapper .descargables.archive .descargableItem {
          width: 100%; }
        .sliderWrapper .descargables.archive .itr-slick-wrap {
          width: 250px;
          padding-bottom: 2em;
          margin: 0 auto;
          position: relative; }
          .sliderWrapper .descargables.archive .itr-slick-wrap a {
            margin: 0 auto; }
            .sliderWrapper .descargables.archive .itr-slick-wrap a .boletin_preview {
              width: 100%;
              height: auto; }
        .sliderWrapper .descargables.archive .anchors-container {
          text-align: left;
          position: relative; }
          .sliderWrapper .descargables.archive .anchors-container .linkImage {
            position: absolute;
            right: 0;
            top: 0; }
  .sliderVideoWrapper {
    overflow: hidden;
    width: 100%; }
    .sliderVideoWrapper #rightSliderButton, .sliderVideoWrapper #leftSliderButton {
      top: 25%; }
    .sliderVideoWrapper #rightSliderButton {
      right: -30px; }
    .sliderVideoWrapper #leftSliderButton {
      left: -30px; }
    .sliderVideoWrapper .videoWrapper {
      width: 100%;
      margin: 0 auto;
      height: 300px;
      overflow: hidden; }
      .sliderVideoWrapper .videoWrapper .colum2 {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative; }
        .sliderVideoWrapper .videoWrapper .colum2 .left, .sliderVideoWrapper .videoWrapper .colum2 .right {
          width: 100%;
          display: block;
          margin: 0 auto;
          height: auto;
          overflow: hidden; }
        .sliderVideoWrapper .videoWrapper .colum2 .left {
          width: 80% !important; }
          .sliderVideoWrapper .videoWrapper .colum2 .left .playicon {
            position: absolute;
            width: 100px;
            left: calc(50% - 50px) !important;
            top: calc(50% - 50px); }
        .sliderVideoWrapper .videoWrapper .colum2 .right {
          margin-top: 2em;
          text-align: justify; }
      .sliderVideoWrapper .videoWrapper .slick-arrow {
        top: 15% !important; }
  .colum2 {
    margin: 0 auto;
    width: 400px;
    height: 500px;
    overflow: hidden;
    position: relative; }
    .colum2 .left, .colum2 .right {
      width: 400px;
      display: block;
      margin: 0 auto;
      height: 250px;
      overflow: hidden; }
    .colum2 .left .attachment-post-thumbnail {
      max-width: 100%;
      height: auto;
      margin-bottom: 0; }
    .colum2 .right {
      margin-top: 1em; } }

@media (min-width: 768px) {
  .welcome-header {
    display: block  !important; }
  .welcome-container nav {
    display: block; }
  .welcome-container .content {
    padding-left: 35px; }
  .colum2 {
    display: flex;
    margin-top: 50px; }
    .colum2 .left {
      padding: 0 25px 0 0; }
    .colum2 .right {
      padding: 0 0 50px 25px;
      border-left: 2px solid #e0e0e0; }
      .colum2 .right .btn, .colum2 .right .signup .login-submit input[type="submit"], .signup .login-submit .colum2 .right input[type="submit"], .colum2 .right .signin .login-submit input[type="submit"], .signin .login-submit .colum2 .right input[type="submit"] {
        position: absolute;
        bottom: 0;
        right: 10px; }
  .descargables {
    width: auto; }
    .descargables > div > div {
      padding: 15px; }
      .descargables > div > div .preview {
        width: 100%;
        margin-bottom: 10px; }
      .descargables > div > div div a, .descargables > div > div div .linkDescarga {
        float: right;
        position: absolute;
        top: 0;
        right: 0; }
        .descargables > div > div div a img, .descargables > div > div div a .iconDownload, .descargables > div > div div .linkDescarga img, .descargables > div > div div .linkDescarga .iconDownload {
          width: 20px; } }

.productImage {
  width: 150px !important;
  height: auto; }

.linkDescarga {
  margin-left: 40px; }

.homeInfo {
  line-height: 1.5em; }
  .homeInfo p {
    margin-top: 1.5em;
    text-align: justify; }
  .homeInfo ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item; }
  .homeInfo ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."; }

.videoArchive {
  margin-top: 2.5em; }

@media (max-width: 768px) {
  .videoArchive.colum2 {
    width: 100% !important;
    overflow: hidden; }
  .videoArchive .left {
    width: 100%;
    overflow: hidden;
    height: auto; }
    .videoArchive .left .playicon {
      left: 50% !important;
      top: 50% !important;
      margin-top: -50px;
      margin-left: -50px; } }

.archiveHeader {
  text-align: center; }

.wp-post-image {
  max-width: 100%;
  height: auto; }

.behindModal {
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 3s ease-in;
  height: 0px;
  width: 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden; }
  .behindModal.fixed {
    animation-name: expandModal;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; }
    .behindModal.fixed .videoPlayer {
      animation-name: showPlayer;
      animation-duration: 0.5s;
      animation-delay: 0.6s;
      animation-fill-mode: forwards; }
  .behindModal.unfix {
    animation-name: collapseModal;
    animation-duration: 0.5s; }
  .behindModal .videoPlayer {
    padding: 1.5em;
    height: 75%;
    min-height: 320px;
    width: 85%;
    background-color: transparent;
    opacity: 0;
    margin-top: 3em; }
    .behindModal .videoPlayer .closePlayer {
      text-align: right;
      font-size: 1.4em;
      margin-bottom: 1em; }

#modalProducto {
  z-index: 10; }
  #modalProducto .productInfo {
    height: auto;
    min-height: 400px;
    width: 800px;
    background-color: white;
    padding: 1em; }
    #modalProducto .productInfo .closeLink {
      text-align: right;
      width: 100%; }
    #modalProducto .productInfo .productWrapper {
      display: flex; }
      #modalProducto .productInfo .productWrapper .productImage {
        flex-grow: 1;
        text-align: center;
        width: 100%; }
      #modalProducto .productInfo .productWrapper .productData {
        flex-grow: 2;
        padding: 1em; }
        #modalProducto .productInfo .productWrapper .productData p {
          width: 450px; }
        #modalProducto .productInfo .productWrapper .productData .productModalPresentaciones {
          list-style-type: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
          margin-top: 1em; }
          #modalProducto .productInfo .productWrapper .productData .productModalPresentaciones li {
            float: left;
            margin-right: 5px; }
        #modalProducto .productInfo .productWrapper .productData .productDocs {
          display: block;
          margin-top: 3em; }

@media (max-width: 768px) {
  #modalProducto .productInfo {
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    #modalProducto .productInfo .productWrapper {
      display: block; }
      #modalProducto .productInfo .productWrapper .productImage {
        width: 100%;
        margin: 0 auto; }
      #modalProducto .productInfo .productWrapper .productData p {
        width: 100%; }
    #modalProducto .productInfo .productDocs a {
      display: block;
      text-align: center;
      margin-top: 1em; } }

@keyframes expandModal {
  from {
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%; }
  to {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; } }

@keyframes collapseModal {
  to {
    height: 0px;
    width: 0px;
    top: 50%;
    left: 50%; }
  from {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; } }

@keyframes showPlayer {
  from {
    background-color: transparent;
    opacity: 0; }
  to {
    background-color: white;
    opacity: 1; } }

.itrtab nav {
  margin: 0;
  padding: 0; }
  .itrtab nav ul {
    list-style: none;
    display: flex;
    padding: 0px; }
    .itrtab nav ul li {
      margin-right: 10px; }
      .itrtab nav ul li a {
        padding: 6px 12px;
        text-decoration: none;
        display: block;
        background: #e0e0e0;
        font-size: 17px;
        font-family: 'DINBold';
        font-weight: 100; }
        .itrtab nav ul li a.active {
          background: #ffffff; }

.itrtab .itrcontent_tab {
  display: none;
  margin: 0;
  padding: 0;
  margin-top: -10px;
  padding: 40px 30px 20px 30px;
  background: #ffffff; }
  .itrtab .itrcontent_tab.active {
    display: block; }
  .itrtab .itrcontent_tab .curriculum-sections {
    max-width: 400px; }
  .itrtab .itrcontent_tab .footer {
    margin-top: 50px;
    display: flex;
    align-items: flex-end; }
    .itrtab .itrcontent_tab .footer span {
      font-family: 'DINMedium'; }
    .itrtab .itrcontent_tab .footer .learn-press-course-buttons {
      margin-left: auto;
      vertical-align: bottom; }
      .itrtab .itrcontent_tab .footer .learn-press-course-buttons .btn, .itrtab .itrcontent_tab .footer .learn-press-course-buttons .signup .login-submit input[type="submit"], .signup .login-submit .itrtab .itrcontent_tab .footer .learn-press-course-buttons input[type="submit"], .itrtab .itrcontent_tab .footer .learn-press-course-buttons .signin .login-submit input[type="submit"], .signin .login-submit .itrtab .itrcontent_tab .footer .learn-press-course-buttons input[type="submit"] {
        float: right;
        padding-top: 9px;
        padding-bottom: 8px;
        margin-bottom: 4px; }

.itrtab .itrcontent_tab_table #learn-press-course-curriculum {
  display: none; }

.itrtab .section-header p {
  display: inline-block; }

.itrtable {
  border-collapse: collapse;
  width: 98%; }
  .itrtable th, .itrtable td {
    font-size: 16px;
    font-family: 'DINBold';
    font-weight: 100;
    text-align: left;
    width: 50%;
    padding: 10px 0; }
  .itrtable tr th:nth-child(1), .itrtable tr td:nth-child(1) {
    padding-top: 0; }

@media (min-width: 768px) {
  .itrtab nav ul li a {
    padding: 30px 80px;
    font-size: 24px; }
  .itrtable {
    width: 80%; }
    .itrtable th, .itrtable td {
      font-size: 24px; } }

#course-curriculum-popup {
  background: #ededed !important; }

#learn-press-content-item .wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.learn-press-message {
  display: none;
  border-color: #db1e32 !important; }

/* TIMER */
.learn-press-content-item-title.content-item-quiz-title .quiz-countdown:after {
  background: #db1e32 !important; }

/* LOADING */
#learn-press-block-content span:before {
  border: 6px solid #db1e32 !important; }

#course-curriculum-popup #popup-main {
  left: 0px !important; }
  #course-curriculum-popup #popup-main #popup-header {
    z-index: 10;
    height: 44px !important;
    left: 0px !important; }
  #course-curriculum-popup #popup-main #popup-content {
    top: 44px !important; }

#course-curriculum-popup #popup-sidebar {
  margin-top: 50px !important;
  top: 150px !important;
  width: 300px !important; }

#learn-press-course-curriculum .course-item.item-current:before {
  background: #db1e32 !important; }

#learn-press-course-curriculum .section-header {
  background: #e0e0e0 !important;
  padding: 20px 84px 20px 15px !important;
  text-align: left; }
  #learn-press-course-curriculum .section-header .meta .collapse {
    background: #db1e32 !important;
    border-radius: 0 !important; }

#learn-press-course-curriculum .course-item {
  border-top: 5px solid #ededed !important;
  background: #e0e0e0 !important; }
  #learn-press-course-curriculum .course-item .course-item-title {
    font-family: 'DINMedium';
    font-size: 18px;
    margin-bottom: 40px;
    text-decoration: none;
    text-align: left !important;
    letter-spacing: -1px; }
  #learn-press-course-curriculum .course-item .item-status {
    background: #db1e32 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 5px;
    right: 5px; }
    #learn-press-course-curriculum .course-item .item-status.item-status-passed::before {
      font-family: 'DINMedium';
      font-size: 14px;
      padding: 10px !important;
      content: 'CURSADO' !important; }
    #learn-press-course-curriculum .course-item .item-status.item-status-viewed::before {
      font-family: 'DINMedium';
      font-size: 14px;
      padding: 10px !important;
      content: 'CURSAR' !important; }
    #learn-press-course-curriculum .course-item .item-status.item-status-failed::before {
      font-family: 'DINMedium';
      font-size: 14px;
      padding: 10px !important;
      content: 'REPROBADO' !important; }
    #learn-press-course-curriculum .course-item .item-status.item-status-started::before {
      font-family: 'DINMedium';
      font-size: 14px;
      padding: 10px !important;
      content: 'EXAMEN' !important; }

#learn-press-course-curriculum .course-item.viewable[no-click="true"] {
  position: relative;
  pointer-events: none;
  cursor: default; }
  #learn-press-course-curriculum .course-item.viewable[no-click="true"] span {
    pointer-events: none;
    cursor: default; }

#learn-press-course-curriculum .course-item.viewable[click="true"] .item-status {
  display: block !important;
  background: #db1e32 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 5px;
  right: 5px; }
  #learn-press-course-curriculum .course-item.viewable[click="true"] .item-status::before {
    font-family: 'DINMedium';
    font-size: 14px;
    padding: 10px !important;
    content: 'CURSAR' !important; }
  #learn-press-course-curriculum .course-item.viewable[click="true"] .item-status.item-status-passed::before {
    font-family: 'DINMedium';
    font-size: 14px;
    padding: 10px !important;
    content: 'CURSADO' !important; }
  #learn-press-course-curriculum .course-item.viewable[click="true"] .item-status.item-status-viewed::before {
    font-family: 'DINMedium';
    font-size: 14px;
    padding: 10px !important;
    content: 'CURSAR' !important; }
  #learn-press-course-curriculum .course-item.viewable[click="true"] .item-status.item-status-failed::before {
    font-family: 'DINMedium';
    font-size: 14px;
    padding: 10px !important;
    content: 'REPROBADO' !important; }
  #learn-press-course-curriculum .course-item.viewable[click="true"] .item-status.item-status-started::before {
    font-family: 'DINMedium';
    font-size: 14px;
    padding: 10px !important;
    content: 'EXAMEN' !important; }

#lp-navigation {
  border-top: none; }

.course-item-navigation .nav-links .nav-link {
  width: calc(50% - 10px); }
  .course-item-navigation .nav-links .nav-link a {
    text-decoration: none; }
    .course-item-navigation .nav-links .nav-link a .meta-nav {
      font-family: 'DINMedium' !important;
      font-size: 20px !important;
      letter-spacing: -1px;
      color: #000 !important;
      margin-bottom: -5px; }
    .course-item-navigation .nav-links .nav-link a .post-title {
      font-family: 'DINLight' !important;
      font-size: 18px !important;
      letter-spacing: -1px; }
  .course-item-navigation .nav-links .nav-link.nav-next {
    margin-right: 10px;
    position: relative; }
    .course-item-navigation .nav-links .nav-link.nav-next a .meta-nav:after {
      font-size: 26px !important;
      content: ' >'; }
    .course-item-navigation .nav-links .nav-link.nav-next:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
    .course-item-navigation .nav-links .nav-link.nav-next.hide-after:after {
      display: none; }
  .course-item-navigation .nav-links .nav-link.nav-previous {
    margin-left: 10px; }
    .course-item-navigation .nav-links .nav-link.nav-previous a .meta-nav:before {
      font-size: 26px !important;
      content: '< '; }

#popup_container #popup_title {
  background: #db1e32 !important; }

#popup_container #popup_content #popup_message {
  font-family: 'DINMedium' !important; }

/* Fin del curso */
.finished-course-div {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px; }
  .finished-course-div h2 {
    font-size: 25px; }
  .finished-course-div p {
    width: 500px;
    margin: 0 auto; }
  .finished-course-div .btn, .finished-course-div .signup .login-submit input[type="submit"], .signup .login-submit .finished-course-div input[type="submit"], .finished-course-div .signin .login-submit input[type="submit"], .signin .login-submit .finished-course-div input[type="submit"] {
    width: 200px;
    letter-spacing: -1px; }
  .finished-course-div .solicita-tu-diploma {
    margin-bottom: 60px; }
  .finished-course-div strong {
    display: block;
    width: 460px;
    margin-top: 40px;
    font-family: 'DINBold' !important;
    font-size: 24px;
    font-weight: 100;
    margin: 0 auto 10px auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: -15px -40px 30px -40px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.curriculum-sections {
  margin-top: -1px !important; }

body.content-item-only .learn-press-content-item-only {
  padding: 0 !important;
  background: #ededed !important; }
  body.content-item-only .learn-press-content-item-only #learn-press-content-item {
    margin: 0 !important;
    width: 100%;
    max-width: 800px; }

.course-lesson-description {
  padding: 40px; }
  .course-lesson-description h2 {
    font-size: 24px; }

@media (min-width: 768px) {
  #titulo_afuera {
    position: absolute;
    top: -25px;
    left: -300px; }
  body.content-item-only .learn-press-content-item-only {
    padding: 0 !important;
    height: 100% !important; }
    body.content-item-only .learn-press-content-item-only #learn-press-content-item {
      margin-left: 10px !important; }
  #course-curriculum-popup #popup-main {
    left: 300px !important;
    background: #ededed !important; }
    #course-curriculum-popup #popup-main #popup-header {
      left: -300px !important;
      height: 100px !important; }
    #course-curriculum-popup #popup-main #popup-content {
      overflow: inherit !important;
      margin-top: 50px !important;
      top: 150px !important; }
  .course-lesson-description h2 {
    font-size: 32px; }
  .video-container {
    margin: -40px -40px 30px -40px; } }

#learn-press-content-item {
  height: 100%;
  background: #ffffff; }
  #learn-press-content-item .content-item-quiz {
    position: relative;
    padding: 40px 20px;
    background: #ffffff; }

.learn-press-content-item-title {
  border-bottom: none !important;
  margin-bottom: 0 !important; }

.learn-press-content-item-title.content-item-quiz-title .quiz-countdown {
  background: #ffffff !important;
  margin-right: 40px !important; }
  .learn-press-content-item-title.content-item-quiz-title .quiz-countdown .countdown {
    margin-left: 24px; }

.quiz-post-content {
  margin-top: 10px;
  display: block;
  width: 100%;
  float: left;
  white-space: pre-line;
  font-family: 'DINLight' !important;
  font-weight: 600;
  font-size: 19px; }

.learn-press-question-options > li.answer-option {
  background: #ffffff !important; }
  .learn-press-question-options > li.answer-option:hover label p {
    background: #ffffff !important; }
  .learn-press-question-options > li.answer-option > label {
    display: flex !important; }
    .learn-press-question-options > li.answer-option > label input {
      background: #e0e0e0 !important;
      width: 17px !important;
      height: 17px !important;
      border: 1px solid #000000 !important; }
      .learn-press-question-options > li.answer-option > label input + p {
        background: #ffffff !important;
        color: #000000 !important;
        padding: 0px 20px 0px 40px;
        margin-top: 8px;
        font-weight: bold; }
    .learn-press-question-options > li.answer-option > label input[type="radio"]:checked {
      position: relative; }
      .learn-press-question-options > li.answer-option > label input[type="radio"]:checked + p {
        background: #ffffff !important;
        color: #000000 !important;
        padding: 0px 20px 0px 23px;
        margin-top: 8px; }
      .learn-press-question-options > li.answer-option > label input[type="radio"]:checked:before {
        content: '';
        width: 11px !important;
        height: 11px !important;
        background: #000000 !important;
        position: absolute !important;
        top: 2px !important;
        left: 2px !important;
        border-radius: 50%;
        border: none  !important; }

.button-finish-quiz {
  margin-top: 5px;
  position: relative; }

.itr-nav-question, .button-finish-quiz {
  font-family: 'DINMedium' !important;
  font-size: 20px !important;
  letter-spacing: -1px;
  color: #000 !important;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
  background: #ffffff;
  border: none;
  cursor: pointer; }
  .itr-nav-question.itr-next-question, .button-finish-quiz.itr-next-question {
    float: right;
    margin-right: 20px; }
    .itr-nav-question.itr-next-question:after, .button-finish-quiz.itr-next-question:after {
      font-size: 26px !important;
      content: ' >'; }
  .itr-nav-question.itr-prev-question:before, .button-finish-quiz.itr-prev-question:before {
    font-size: 26px !important;
    content: '< '; }

.block-button-next-question {
  width: 50%;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0; }

.quiz-buttons {
  height: 1px; }

/* DIPLOMA */
.get_diploma {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .get_diploma h2 {
    margin-top: 50px;
    font-size: 26px; }
  .get_diploma p {
    font-size: 21px;
    margin-top: 50px; }
  .get_diploma .btn-wrap {
    margin-bottom: 90px; }
    .get_diploma .btn-wrap .btn, .get_diploma .btn-wrap .signup .login-submit input[type="submit"], .signup .login-submit .get_diploma .btn-wrap input[type="submit"], .get_diploma .btn-wrap .signin .login-submit input[type="submit"], .signin .login-submit .get_diploma .btn-wrap input[type="submit"] {
      margin-bottom: 50px; }
  .get_diploma .certificate-wrap {
    margin-top: -20px; }

.learn-press-content-item-summary {
  background: #ffffff;
  padding-bottom: 20px; }

#lp-navigation {
  margin-top: -10px;
  background: #ffffff;
  padding-bottom: 20px; }

.learn-press-content-item-only {
  padding: 0px; }

@media (min-width: 768px) {
  .nav-links {
    padding: 0 20px; }
  .get_diploma {
    width: 600px; }
    .get_diploma h2 {
      font-size: 32px; }
  #learn-press-content-item .content-item-quiz {
    padding: 40px 40px 0 40px;
    margin-bottom: 20px; } }

.certificate-content p {
  display: block;
  text-align: center;
  font-size: 18px; }

.certificate-content form {
  max-width: 488px;
  margin: 0 auto; }

.pageContent {
  line-height: 1.5em;
  text-align: justify;
  font-size: 1.1em; }
  .pageContent ol li {
    margin-top: 1em; }

.faqPregunta {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 0;
  cursor: pointer;
  margin-top: 0.5em;
  position: relative;
  padding-right: 55px; }
  .faqPregunta:after {
    height: 45px;
    width: 45px;
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url("./img/preguntasExpander.png");
    background-position: center; }
  .faqPregunta.faqCollapse:after {
    background-image: url("./img/preguntasCollapser.png"); }

.faqRespuesta {
  margin: 0.5em 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  padding-right: 60px; }
  .faqRespuesta.expanded {
    max-height: 200px; }

@media (max-width: 768px) {
  .faqRespuesta {
    padding-right: 0; } }


/* POST CAMBIOS SEBAS*/

.learn-press-user-profile .learn-press-tabs{
  width: 200px;
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0;
}
.learn-press-user-profile .learn-press-tabs > li{
  width: 100%;
  display: block;
  background: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
}
.learn-press-user-profile .learn-press-tabs > li:first-child {
  margin-top: 0px; 
}
.learn-press-user-profile .learn-press-tabs > li.current{
  background: #e0e0e0;
  border-bottom: 4px solid #e0e0e0 !important;
}

.learn-press-user-profile .learn-press-tabs > li a{
  width: 100%;
  display: block;
  color: #000000 !important;
  text-decoration: none;
}

.user-profile-tabs{
  background: #e0e0e0;
  width: calc(100% - 240px);
  float: left;
  padding: 20px;
}

.single-course-title{
  margin-top: 22px;
}

#lp-user-profile-form .button.button-primary[disabled="disabled"]{
  opacity: 0.75;
}
#lp-user-profile-form .button.button-primary{
  border: none;
  background: #db1e32;
  color: #ffffff;
  font-family: 'DINMedium';
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 14px;
  display: block;
  margin: 0 auto;
}

.history_table {
  width: 100%;
}
.history_table th{
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 16px 0;
  font-size: 22px;
}
.history_table td, .history_table tr{
  padding: 11px 0;
}

.history_table .diploma {
  padding: 8px 29px !important;
}

select{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.birthday_wraper{
  max-width: 488px;
  padding: 0;
}
select.day{
  display: inline-block;
  width: 20%;
  margin-right: -4px !important;
}
select.month{
  display: inline-block;
  width: 60%;
  margin-right: -4px !important;
}
select.year{
  display: inline-block;
  width: 20%;
  margin-right: -4px !important;
}

.lp-form-field-wrap .lp-form-field {
    margin: 0 0 20px 84px !important;
}