@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
/*======================================================
Source: http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
Convertir tamaño de fuente en REM con fallback en PX
======================================================*/
/* line 1, ../scss/components/_bottons.scss */
.read-more-button {
  color: #c30749;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: 65px;
  margin: 0 auto;
  display: block;
  padding-left: 20px;
  position: relative;
}
/* line 12, ../scss/components/_bottons.scss */
.read-more-button:after {
  content: "leer más";
}
/* line 16, ../scss/components/_bottons.scss */
.read-more-button.opened:after {
  content: "leer menos";
}
/* line 19, ../scss/components/_bottons.scss */
.read-more-button.opened:before {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 8px;
}
/* line 24, ../scss/components/_bottons.scss */
.read-more-button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #c30749;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../scss/components/_bottons.scss */
  .read-more-button {
    height: 40px;
    width: 40px;
    padding: 0;
  }
  /* line 41, ../scss/components/_bottons.scss */
  .read-more-button:after {
    content: "" !important;
  }
  /* line 44, ../scss/components/_bottons.scss */
  .read-more-button:before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -16px;
  }
  /* line 53, ../scss/components/_bottons.scss */
  .read-more-button.opened:before {
    margin-top: 0;
  }
}

/* line 1, ../scss/_global.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 7, ../scss/_global.scss */
.uvn-cae-widget {
  clear: both;
  font-family: "Roboto", sans-serif;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 5px solid #0d3a51;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 15, ../scss/_global.scss */
.uvn-cae-widget .call-to-action {
  text-align: left;
}
/* line 18, ../scss/_global.scss */
.uvn-cae-widget-button {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin: 0 4px 0 0;
}
/* line 30, ../scss/_global.scss */
.uvn-cae-widget-button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-left: 0;
  margin-left: 4px;
}
/* line 41, ../scss/_global.scss */
.uvn-cae-widget-button:hover {
  background: rgba(0, 0, 0, 0.4);
}
/* line 45, ../scss/_global.scss */
.uvn-cae-widget-button.btn-lang:after {
  display: none;
}
/* line 50, ../scss/_global.scss */
.uvn-cae-widget-block {
  padding: 15px 20px;
  background: #33627a;
  color: #fff;
}
/* line 54, ../scss/_global.scss */
.uvn-cae-widget-block .main-title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2;
}
/* line 58, ../scss/_global.scss */
.uvn-cae-widget-block .main-title span {
  font-weight: bold;
}
/* line 62, ../scss/_global.scss */
.uvn-cae-widget-block-meta {
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 65, ../scss/_global.scss */
.uvn-cae-widget-block-meta .face {
  display: block;
  float: left;
  width: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #fff;
  position: relative;
  margin-right: 15px;
}
/* line 75, ../scss/_global.scss */
.uvn-cae-widget-block-meta .face img {
  width: 100%;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 80, ../scss/_global.scss */
.uvn-cae-widget-block-meta .face:before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}
/* line 92, ../scss/_global.scss */
.uvn-cae-widget-block-meta .text {
  padding-top: 10px;
  margin-left: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
}
/* line 97, ../scss/_global.scss */
.uvn-cae-widget-block-meta .text > div {
  font-size: 14px;
  line-height: 1.6;
}
/* line 103, ../scss/_global.scss */
.uvn-cae-widget-block-bio {
  clear: both;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
/* line 108, ../scss/_global.scss */
.uvn-cae-widget-block-bio p {
  margin-bottom: 15px;
}
/* line 113, ../scss/_global.scss */
.uvn-cae-widget-picture {
  margin: 0 -20px 10px;
}
/* line 115, ../scss/_global.scss */
.uvn-cae-widget-picture img {
  display: block;
  width: 100%;
}
/* line 121, ../scss/_global.scss */
.uvn-cae-widget-video-embed {
  margin: 0 -20px 10px;
  position: relative;
  padding-top: 62%;
}
/* line 125, ../scss/_global.scss */
.uvn-cae-widget-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 134, ../scss/_global.scss */
.uvn-cae-widget-video-cover {
  display: none;
}
/* line 140, ../scss/_global.scss */
.uvn-cae-widget-video-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 145, ../scss/_global.scss */
.uvn-cae-widget-video-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0;
}
/* line 151, ../scss/_global.scss */
.uvn-cae-widget-video-caption {
  font-size: 13px;
  font-family: "Roboto Slab", serif;
}
/* line 156, ../scss/_global.scss */
.uvn-cae-widget-timeline {
  margin-top: 20px;
}
/* line 158, ../scss/_global.scss */
.uvn-cae-widget-timeline-label {
  font-size: 12px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
}
/* line 164, ../scss/_global.scss */
.uvn-cae-widget-timeline-icon-svg {
  display: none;
}
/* line 167, ../scss/_global.scss */
.uvn-cae-widget-timeline-icon-svg svg path {
  fill: #0d3a51;
}
/* line 172, ../scss/_global.scss */
.uvn-cae-widget-timeline-wrap {
  overflow: auto;
}
/* line 174, ../scss/_global.scss */
.uvn-cae-widget-timeline-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 2000px;
  padding: 0 20px;
  padding-top: 20px;
  position: relative;
}
/* line 182, ../scss/_global.scss */
.uvn-cae-widget-timeline-wrap ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0d3a51;
  position: absolute;
  top: 23px;
}
/* line 191, ../scss/_global.scss */
.uvn-cae-widget-timeline-wrap ul li {
  float: left;
}
/* line 194, ../scss/_global.scss */
.uvn-cae-widget-timeline-wrap ul li:first-child .text {
  border-left: 0 !important;
}
/* line 201, ../scss/_global.scss */
.uvn-cae-widget-timeline-item {
  width: 65px;
  position: relative;
  cursor: pointer;
}
/* line 205, ../scss/_global.scss */
.uvn-cae-widget-timeline-item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 7px;
}
/* line 214, ../scss/_global.scss */
.uvn-cae-widget-timeline-item .text {
  display: block;
  text-indent: 22px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  border-left: 1px solid #fff;
}
/* line 222, ../scss/_global.scss */
.uvn-cae-widget-timeline-item .icon {
  width: 28px;
  height: 22px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -14px;
  color: #33627a;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  display: none;
}
/* line 236, ../scss/_global.scss */
.uvn-cae-widget-timeline-item .icon:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
/* line 246, ../scss/_global.scss */
.uvn-cae-widget-timeline-item.disable {
  cursor: default;
}
/* line 248, ../scss/_global.scss */
.uvn-cae-widget-timeline-item.disable:before {
  background: #0d3a51;
}
/* line 251, ../scss/_global.scss */
.uvn-cae-widget-timeline-item.disable .text {
  color: #0d3a51;
  border-left-color: #0d3a51;
}
/* line 256, ../scss/_global.scss */
.uvn-cae-widget-timeline-item.current {
  cursor: default;
}
/* line 258, ../scss/_global.scss */
.uvn-cae-widget-timeline-item.current .icon {
  display: block;
}
/* line 261, ../scss/_global.scss */
.uvn-cae-widget-timeline-item.current .text {
  font-weight: bold;
  text-decoration: underline;
}
/* line 268, ../scss/_global.scss */
.uvn-cae-widget-stats {
  padding: 10px 20px;
}
/* line 271, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item {
  border-bottom: 1px solid #979797;
}
/* line 273, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item:last-child {
  border: 0;
}
/* line 276, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-title {
  padding: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #0d3a51;
  font-weight: bold;
  display: inline-block;
}
/* line 283, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #33627a;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 10px;
  border-right: 0;
  border-top: 0;
  position: relative;
  top: -4px;
}
/* line 296, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-title .icon {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: sub;
  margin-left: 10px;
}
/* line 304, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-title.icon-family .icon {
  background: url(//s3.amazonaws.com/statichuellas/dev/especiales/camino-al-exito/images/icon-family.svg)
    0 0 no-repeat;
  background-size: 100% 100%;
}
/* line 310, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-title.icon-school .icon {
  background: url(//s3.amazonaws.com/statichuellas/dev/especiales/camino-al-exito/images/icon-school.svg)
    0 0 no-repeat;
  background-size: 100% 100%;
}
/* line 316, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-title.icon-challenge .icon {
  background: url(//s3.amazonaws.com/statichuellas/dev/especiales/camino-al-exito/images/icon-challenge.svg)
    0 0 no-repeat;
  background-size: 100% 100%;
}
/* line 322, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item-container {
  margin-bottom: 15px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
  display: none;
  font-family: "Roboto", sans-serif;
}
/* line 330, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-title {
  border-bottom: 1px solid #33627a;
  margin-bottom: 10px;
}
/* line 333, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-title:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0px;
}
/* line 338, ../scss/_global.scss */
.uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-container {
  display: block;
}
@media only screen and (min-width: 1024px) {
  /* line 346, ../scss/_global.scss */
  .uvn-cae-widget-block {
    overflow: hidden;
    padding: 0;
  }
  /* line 349, ../scss/_global.scss */
  .uvn-cae-widget-block-left {
    float: left;
    width: 34.3%;
    padding: 20px 30px;
  }
  /* line 354, ../scss/_global.scss */
  .uvn-cae-widget-block-right {
    float: left;
    width: 65.7%;
  }
  /* line 358, ../scss/_global.scss */
  .uvn-cae-widget-block .main-title {
    font-size: 30px;
  }
  /* line 361, ../scss/_global.scss */
  .uvn-cae-widget-block-meta {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
  }
  /* line 364, ../scss/_global.scss */
  .uvn-cae-widget-block-meta .face {
    width: 130px;
  }
  /* line 366, ../scss/_global.scss */
  .uvn-cae-widget-block-meta .face:before {
    border-width: 12px;
  }
  /* line 370, ../scss/_global.scss */
  .uvn-cae-widget-block-meta .text {
    border: 0;
    margin-left: 150px;
    padding-top: 30px;
  }
  /* line 374, ../scss/_global.scss */
  .uvn-cae-widget-block-meta .text > div {
    font-size: 20px;
    line-height: 1.3;
  }
  /* line 380, ../scss/_global.scss */
  .uvn-cae-widget-block-bio {
    font-size: 18px;
  }
  /* line 382, ../scss/_global.scss */
  .uvn-cae-widget-block-bio .call-to-action {
    margin-top: 30px;
  }
  /* line 387, ../scss/_global.scss */
  .uvn-cae-widget-picture {
    margin: 0 0 10px;
  }
  /* line 390, ../scss/_global.scss */
  .uvn-cae-widget-video {
    position: relative;
    padding-top: 56%;
  }
  /* line 393, ../scss/_global.scss */
  .uvn-cae-widget-video-overlay {
    cursor: pointer;
  }
  /* line 395, ../scss/_global.scss */
  .uvn-cae-widget-video-overlay:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: url(https://cdn3.uvnimg.com/2f/99/77fde5d2414186ec033d8665a06f/icon-play.svg)
      0 0 no-repeat;
    background-size: 100% 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 410, ../scss/_global.scss */
  .uvn-cae-widget-video-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 415, ../scss/_global.scss */
  .uvn-cae-widget-video-cover img {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 421, ../scss/_global.scss */
  .uvn-cae-widget-video-embed,
  .uvn-cae-widget-video iframe {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
  }
  /* line 434, ../scss/_global.scss */
  .uvn-cae-widget-video-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    padding-top: 100px;
    background: -moz-linear-gradient(
      top,
      transparent 0%,
      transparent 8%,
      rgba(0, 0, 0, 0.5) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      transparent 8%,
      rgba(0, 0, 0, 0.5) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 8%,
      rgba(0, 0, 0, 0.5) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    /* IE6-9 */
  }
  /* line 446, ../scss/_global.scss */
  .uvn-cae-widget-video-label {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #fff;
    background: #33627a;
    padding: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  /* line 458, ../scss/_global.scss */
  .uvn-cae-widget-video-title {
    font-size: 32px;
    width: 50%;
    float: left;
    clear: left;
    padding-right: 15px;
    border-right: 1px solid #33627a;
    margin: 0;
  }
  /* line 467, ../scss/_global.scss */
  .uvn-cae-widget-video-caption {
    float: right;
    width: 50%;
    padding-left: 15px;
    font-size: 16px;
  }
  /* line 475, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion {
    overflow: hidden;
    margin: 0 -30px;
  }
  /* line 478, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion-item {
    width: 33.33333%;
    float: left;
    padding: 0 30px;
    border: 0;
  }
  /* line 483, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion-item-title {
    border-bottom: 1px solid #33627a;
    margin-bottom: 20px !important;
  }
  /* line 486, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion-item-title:after {
    display: none;
  }
  /* line 490, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion-item-container {
    display: block !important;
    position: relative;
    font-family: "Roboto", sans-serif;
  }
  /* line 493, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion-item-container:after {
    content: "";
    height: 100%;
    width: 1px;
    right: -30px;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
  }
  /* line 504, ../scss/_global.scss */
  .uvn-cae-widget-stats-accordion-item:last-child
    .uvn-cae-widget-stats-accordion-item-container:after {
    display: none;
  }
  /* line 511, ../scss/_global.scss */
  .uvn-cae-widget-timeline {
    margin-bottom: 20px;
    padding: 0 60px 0 30px;
    position: relative;
  }
  /* line 515, ../scss/_global.scss */
  .uvn-cae-widget-timeline-label {
    text-align: left;
    font-size: 14px;
  }
  /* line 519, ../scss/_global.scss */
  .uvn-cae-widget-timeline-icon-svg {
    display: block;
    position: absolute;
    top: 38px;
    left: 0px;
  }
  /* line 526, ../scss/_global.scss */
  .uvn-cae-widget-timeline-wrap ul {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  /* line 530, ../scss/_global.scss */
  .uvn-cae-widget-timeline-wrap ul li {
    width: 8.3333%;
  }
  /* line 535, ../scss/_global.scss */
  .uvn-cae-widget-timeline-item {
    width: auto;
  }
  /* line 537, ../scss/_global.scss */
  .uvn-cae-widget-timeline-item .text {
    text-indent: 0;
    text-align: center;
    text-indent: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 547, ../scss/_global.scss */
  .uvn-cae-widget-block-left {
    padding: 20px 40px;
  }
}

/* line 558, ../scss/_global.scss */
[data-cae-widget-user="user3"] .uvn-cae-widget .text .age {
  display: none;
}

/* line 1, ../scss/_header.scss */
.uvn-cae-header {
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  padding: 0 20px;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}
/* line 8, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-logo {
  margin-bottom: 10px;
}
/* line 10, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-logo img {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
/* line 17, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-lead {
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 21, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-calltoactions {
  clear: both;
  overflow: hidden;
}
/* line 25, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-language {
  float: left;
  margin-top: 3px;
}
/* line 29, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks {
  float: right;
}
/* line 31, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 35, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul li {
  display: inline-block;
}
/* line 37, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul li.text {
  display: none;
}
/* line 40, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul li a {
  display: block;
  width: 50px;
  height: 32px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 8px;
}
/* line 49, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul li a.icon-facebook {
  color: #3b5998;
}
/* line 52, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul li a.icon-twitter {
  color: #00b6f1;
}
/* line 55, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-networks ul li a.icon-google {
  color: #c14035;
}
/* line 62, ../scss/_header.scss */
.uvn-cae-header .button-language {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #c5c5c5;
  color: #49494a;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 74, ../scss/_header.scss */
.uvn-cae-header .button-language:hover {
  background-color: #33627a;
  color: #fff;
}
/* line 79, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav {
  clear: both;
  margin: 20px 0;
}
/* line 82, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav ul {
  list-style: none;
  text-align: center;
}
/* line 85, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav ul li {
  display: inline-block;
  margin: 0 1px;
}
/* line 91, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item .face {
  display: block;
  width: 64px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e1e1e1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 103, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item .face img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
/* line 109, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item .face:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e115+0,00e115+22,09eed2+99&0+0,0.04+22,0.63+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 225, 21, 0) 0%,
    rgba(0, 225, 21, 0.04) 22%,
    rgba(9, 238, 210, 0.62) 99%,
    rgba(9, 238, 210, 0.63) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 225, 21, 0) 0%,
    rgba(0, 225, 21, 0.04) 22%,
    rgba(9, 238, 210, 0.62) 99%,
    rgba(9, 238, 210, 0.63) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 225, 21, 0) 0%,
    rgba(0, 225, 21, 0.04) 22%,
    rgba(9, 238, 210, 0.62) 99%,
    rgba(9, 238, 210, 0.63) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000e115', endColorstr='#a109eed2',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 126, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item .face:after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 2;
}
/* line 139, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item .text {
  display: none;
}
/* line 142, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.active,
.uvn-cae-header .uvn-cae-nav-faces-item:hover:not(.disable) {
  position: relative;
  cursor: pointer;
}
/* line 146, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.active:before,
.uvn-cae-header .uvn-cae-nav-faces-item:hover:not(.disable):before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 0;
  border-top-color: #193441;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 161, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.active .face,
.uvn-cae-header .uvn-cae-nav-faces-item:hover:not(.disable) .face {
  border: 3px solid #193441;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 167, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.active .face:before,
.uvn-cae-header .uvn-cae-nav-faces-item.active .face:after,
.uvn-cae-header .uvn-cae-nav-faces-item:hover:not(.disable) .face:before,
.uvn-cae-header .uvn-cae-nav-faces-item:hover:not(.disable) .face:after {
  display: none;
}
/* line 171, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.active .face img,
.uvn-cae-header .uvn-cae-nav-faces-item:hover:not(.disable) .face img {
  -webkit-filter: none;
  /* Chrome, Safari, Opera */
  filter: none;
}
/* line 178, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.active .text {
  font-weight: bold;
}
/* line 183, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item.disable .text {
  color: #9b9b9b;
}
/* line 191, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user2"]:hover .face,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user2"].clicked .face {
  border: 3px solid #b3bf00;
}
/* line 196, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user2"]:hover:before,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user2"].clicked:before {
  border-top-color: #b3bf00;
}
/* line 204, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user1"]:hover .face,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user1"].clicked .face {
  border: 3px solid #0d3a51;
}
/* line 209, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user1"]:hover:before,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user1"].clicked:before {
  border-top-color: #0d3a51;
}
/* line 217, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user3"]:hover .face,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user3"].clicked .face {
  border: 3px solid #1ab2c7;
}
/* line 222, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user3"]:hover:before,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user3"].clicked:before {
  border-top-color: #1ab2c7;
}
/* line 230, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user4"]:hover .face,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user4"].clicked .face {
  border: 3px solid #c30749;
}
/* line 235, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user4"]:hover:before,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user4"].clicked:before {
  border-top-color: #c30749;
}
/* line 244, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user5"]:hover .face,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user5"].clicked .face {
  border: 3px solid #fb7762;
}
/* line 249, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user5"]:hover:before,
.uvn-cae-header .uvn-cae-nav-faces-item[data-userid="user5"].clicked:before {
  border-top-color: #fb7762;
}
/* line 256, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-btn-profiles,
.uvn-cae-header .uvn-cae-button-guide {
  text-align: center;
  margin-bottom: 30px;
}
/* line 260, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-btn-profiles a,
.uvn-cae-header .uvn-cae-button-guide a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #c5c5c5;
  text-transform: uppercase;
  color: #49494a;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 272, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-btn-profiles a:after,
.uvn-cae-header .uvn-cae-button-guide a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #49494a;
  margin-left: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 287, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-btn-profiles a:hover,
.uvn-cae-header .uvn-cae-button-guide a:hover {
  background-color: #33627a;
  color: #fff;
}
/* line 290, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-btn-profiles a:hover:after,
.uvn-cae-header .uvn-cae-button-guide a:hover:after {
  border-color: #fff;
}
/* line 297, ../scss/_header.scss */
.uvn-cae-header .uvn-cae-button-guide {
  clear: both;
  padding-top: 15px;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  /* line 304, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-lead {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
  /* line 310, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-calltoactions {
    text-align: center;
    margin: 30px 0;
  }
  /* line 313, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-calltoactions .uvn-cae-language {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: middle;
  }
  /* line 319, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-calltoactions .uvn-cae-networks {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  /* line 324, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-calltoactions .uvn-cae-networks ul li {
    vertical-align: middle;
    margin: 0 2px;
  }
  /* line 327, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-calltoactions .uvn-cae-networks ul li.text {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #9b9b9b;
  }
  /* line 336, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-calltoactions .uvn-cae-button-guide {
    clear: none;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    padding: 0;
  }
  /* line 344, ../scss/_header.scss */
  .uvn-cae-header .button-language {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 15px;
  }
  /* line 350, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav {
    border-top: 1px solid rgba(23, 52, 64, 0.3);
    padding: 25px 0;
  }
  /* line 353, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav .uvn-cae-nav-faces-item.active:before,
  .uvn-cae-header .uvn-cae-nav .uvn-cae-nav-faces-item:hover:before {
    margin-left: 0;
    left: 30px;
  }
  /* line 359, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav-faces li {
    padding: 0 8px;
    position: relative;
    vertical-align: middle;
    margin: 0 !important;
  }
  /* line 364, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav-faces li:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #9b9b9b;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -10px;
  }
  /* line 376, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav-faces li:last-child:before {
    display: none;
  }
  /* line 380, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav-faces li .face {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
  }
  /* line 386, ../scss/_header.scss */
  .uvn-cae-header .uvn-cae-nav-faces li .text {
    display: inline-block;
    width: 80px;
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
  }
}

/* line 1, ../scss/_credits.scss */
.uvn-cae-credits {
  font-family: "Roboto", sans-serif;
  margin: 30px auto;
  max-width: 700px !important;
  color: #333333;
  padding: 0 15px;
}
/* line 7, ../scss/_credits.scss */
.uvn-cae-credits-title {
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  margin-bottom: 14px;
}
/* line 12, ../scss/_credits.scss */
.uvn-cae-credits-title span {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 10px;
  border-bottom: 2px solid #33627a;
  cursor: pointer;
  color: #333;
  font-weight: 600;
}
/* line 20, ../scss/_credits.scss */
.uvn-cae-credits-title span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #33627a;
  margin-left: 10px;
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  position: relative;
  top: -2px;
}
/* line 34, ../scss/_credits.scss */
.uvn-cae-credits-title span.active:after {
  transform: rotate(-225deg);
  top: 2px;
}
/* line 41, ../scss/_credits.scss */
.uvn-cae-credits-content {
  display: none;
}
/* line 43, ../scss/_credits.scss */
.uvn-cae-credits-content-item {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: -0.2px;
}
/* line 47, ../scss/_credits.scss */
.uvn-cae-credits-content-item strong {
  text-transform: uppercase;
}
/* line 50, ../scss/_credits.scss */
.uvn-cae-credits-content-item-title {
  margin: 0 0 5px !important;
  text-transform: uppercase;
  font-size: 16px !important;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 59, ../scss/_credits.scss */
  .uvn-cae-credits-content {
    text-align: center;
  }
  /* line 61, ../scss/_credits.scss */
  .uvn-cae-credits-content-item {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: -0.22px;
    text-align: center;
  }
}

/* line 1, ../scss/_footer.scss */
.uvn-cae-footer {
  background: #fcfcfc;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #d6d6d6;
}
/* line 6, ../scss/_footer.scss */
.uvn-cae-footer .copy-text {
  display: block;
  color: #a3a3a3;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../scss/_footer.scss */
  .uvn-cae-footer {
    padding: 20px 0;
  }
  /* line 15, ../scss/_footer.scss */
  .uvn-cae-footer .copy-text {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
  /* line 20, ../scss/_footer.scss */
  .uvn-cae-footer img {
    vertical-align: middle;
    display: inline-block;
    width: 160px;
  }
}

/* line 3, ../scss/_single.scss */
.uvn-flex-article .uvn-flex-article-meta-wrapper .uvn-flex-sharing-facebook,
.uvn-flex-article .uvn-flex-article-meta-wrapper .uvn-flex-sharing-twitter,
.uvn-flex-article .uvn-flex-article-meta-wrapper .uvn-flex-sharing-whatsapp,
.uvn-flex-article .uvn-flex-article-meta-wrapper .uvn-flex-sharing-mail {
  border: none;
}
/* line 8, ../scss/_single.scss */
.uvn-flex-article
  .uvn-flex-article-meta-wrapper
  .uvn-flex-sharing-facebook
  .uvn-flex-sharing-link,
.uvn-flex-article
  .uvn-flex-article-meta-wrapper
  .uvn-flex-sharing-twitter
  .uvn-flex-sharing-link,
.uvn-flex-article
  .uvn-flex-article-meta-wrapper
  .uvn-flex-sharing-whatsapp
  .uvn-flex-sharing-link,
.uvn-flex-article
  .uvn-flex-article-meta-wrapper
  .uvn-flex-sharing-mail
  .uvn-flex-sharing-link {
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 50px;
  border: 1px solid #c7c7c7;
}
/* line 16, ../scss/_single.scss */
.uvn-flex-article .uvn-flex-article-meta-wrapper .uvn-flex-sharing-container {
  display: inline-block;
  vertical-align: middle;
}

/* line 23, ../scss/_single.scss */
.uvn-cae-single-btn-lang {
  display: inline-block;
  border: 1px solid #c7c7c7;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 36, ../scss/_single.scss */
.uvn-cae-single-header {
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 43, ../scss/_single.scss */
.uvn-cae-single-header .back-to-especial {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #33627a;
  padding-left: 20px;
  text-align: left;
  position: relative;
  vertical-align: middle;
  line-height: 26px;
}
/* line 55, ../scss/_single.scss */
.uvn-cae-single-header .back-to-especial:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #33627a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 0;
  border-bottom: 0;
}
/* line 69, ../scss/_single.scss */
.uvn-cae-single-header .logo-header {
  display: inline-block;
  vertical-align: middle;
  width: 225px;
  margin-top: 10px;
}
/* line 78, ../scss/_single.scss */
.uvn-cae-single-timeline {
  margin: 20px;
  border-bottom: 1px solid rgba(51, 98, 122, 0.3);
  padding-bottom: 20px;
  position: relative;
}
/* line 83, ../scss/_single.scss */
.uvn-cae-single-timeline:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.2;
  height: 6px;
}
/* line 98, ../scss/_single.scss */
.uvn-cae-single-timeline-label {
  font-size: 12px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
  color: #33627a;
}
/* line 105, ../scss/_single.scss */
.uvn-cae-single-timeline-wrap {
  overflow: auto;
}
/* line 107, ../scss/_single.scss */
.uvn-cae-single-timeline-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 800px;
  padding-top: 20px;
  position: relative;
}
/* line 114, ../scss/_single.scss */
.uvn-cae-single-timeline-wrap ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 23px;
}
/* line 123, ../scss/_single.scss */
.uvn-cae-single-timeline-wrap ul li {
  float: left;
  padding: 0;
  margin: 0;
}
/* line 127, ../scss/_single.scss */
.uvn-cae-single-timeline-wrap ul li:before {
  display: none;
}
/* line 130, ../scss/_single.scss */
.uvn-cae-single-timeline-wrap ul li:first-child .text {
  border-left: 0 !important;
}
/* line 136, ../scss/_single.scss */
.uvn-cae-single-timeline-item {
  width: 65px;
  position: relative;
  cursor: pointer;
  display: block;
}
/* line 141, ../scss/_single.scss */
.uvn-cae-single-timeline-item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #33627a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 7px;
}
/* line 151, ../scss/_single.scss */
.uvn-cae-single-timeline-item.disable:before {
  background: #d8d8d8;
}
/* line 154, ../scss/_single.scss */
.uvn-cae-single-timeline-item.disable .text {
  border-color: #9b9b9b;
  color: #9b9b9b;
}
/* line 160, ../scss/_single.scss */
.uvn-cae-single-timeline-item.current .icon {
  display: block;
}
/* line 163, ../scss/_single.scss */
.uvn-cae-single-timeline-item.current .text {
  font-weight: bold;
  text-decoration: underline;
}
/* line 168, ../scss/_single.scss */
.uvn-cae-single-timeline-item .icon {
  width: 28px;
  height: 22px;
  background: #33627a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -14px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  display: none;
}
/* line 182, ../scss/_single.scss */
.uvn-cae-single-timeline-item .icon:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #33627a;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
/* line 192, ../scss/_single.scss */
.uvn-cae-single-timeline-item .text {
  display: block;
  text-indent: 22px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  border-left: 1px solid #33627a;
  color: #33627a;
}
/* line 203, ../scss/_single.scss */
.uvn-cae-single-nav {
  clear: both;
  margin: 0 20px 20px;
  border-bottom: 1px solid rgba(23, 52, 64, 0.3);
  padding: 0 0 20px;
}
/* line 208, ../scss/_single.scss */
.uvn-cae-single-nav ul {
  list-style: none;
  text-align: center;
  margin: 0 !important;
}
/* line 212, ../scss/_single.scss */
.uvn-cae-single-nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 1px;
}
/* line 216, ../scss/_single.scss */
.uvn-cae-single-nav ul li:before {
  display: none;
}
/* line 222, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item a {
  text-decoration: none;
}
/* line 225, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item .face {
  display: block;
  width: 64px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e1e1e1;
  position: relative;
}
/* line 233, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item .face img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
/* line 239, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item .face:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e115+0,00e115+22,09eed2+99&0+0,0.04+22,0.63+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 225, 21, 0) 0%,
    rgba(0, 225, 21, 0.04) 22%,
    rgba(9, 238, 210, 0.62) 99%,
    rgba(9, 238, 210, 0.63) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 225, 21, 0) 0%,
    rgba(0, 225, 21, 0.04) 22%,
    rgba(9, 238, 210, 0.62) 99%,
    rgba(9, 238, 210, 0.63) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 225, 21, 0) 0%,
    rgba(0, 225, 21, 0.04) 22%,
    rgba(9, 238, 210, 0.62) 99%,
    rgba(9, 238, 210, 0.63) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000e115', endColorstr='#a109eed2',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 256, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item .face:after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 2;
}
/* line 269, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item .text {
  display: none;
  color: #33627a;
}
/* line 273, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.active,
.uvn-cae-single-nav-faces-item:hover:not(.disable) {
  position: relative;
  cursor: pointer;
}
/* line 277, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.active:before,
.uvn-cae-single-nav-faces-item:hover:not(.disable):before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 0;
  border-top-color: #193441;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}
/* line 288, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.active .face,
.uvn-cae-single-nav-faces-item:hover:not(.disable) .face {
  border: 3px solid #193441;
}
/* line 290, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.active .face:before,
.uvn-cae-single-nav-faces-item.active .face:after,
.uvn-cae-single-nav-faces-item:hover:not(.disable) .face:before,
.uvn-cae-single-nav-faces-item:hover:not(.disable) .face:after {
  display: none;
}
/* line 294, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.active .face img,
.uvn-cae-single-nav-faces-item:hover:not(.disable) .face img {
  -webkit-filter: none;
  /* Chrome, Safari, Opera */
  filter: none;
}
/* line 301, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.active .text {
  font-weight: bold;
}
/* line 306, ../scss/_single.scss */
.uvn-cae-single-nav-faces-item.disable .text {
  color: #9b9b9b;
}
@media only screen and (min-width: 768px) {
  /* line 314, ../scss/_single.scss */
  .uvn-cae-single-header .back-to-especial {
    font-size: 12px;
    width: auto;
  }
  /* line 317, ../scss/_single.scss */
  /*.uvn-cae-single-header .back-to-especial:before {
    top: 3px;
  }*/
  /* line 320, ../scss/_single.scss */
  /* .uvn-cae-single-header .back-to-especial:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #cecece;
    right: -15px;
  }*/
  /* line 333, ../scss/_single.scss */
  .uvn-cae-single-header .logo-header {
    width: 300px;
    margin-left: 15px;
    margin-top: 0;
  }
  /* line 339, ../scss/_single.scss */
  .uvn-cae-single-timeline {
    max-width: 836px;
    margin: 20px auto;
  }
  /* line 342, ../scss/_single.scss */
  .uvn-cae-single-timeline-label {
    font-size: 14px;
  }
  /* line 345, ../scss/_single.scss */
  .uvn-cae-single-timeline-wrap {
    overflow: hidden;
  }
  /* line 347, ../scss/_single.scss */
  .uvn-cae-single-timeline-wrap ul {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  /* line 351, ../scss/_single.scss */
  .uvn-cae-single-timeline-wrap ul li {
    width: 8.3333%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 359, ../scss/_single.scss */
  .uvn-cae-single-header {
    margin-bottom: 30px;
  }
  /* line 362, ../scss/_single.scss */
  .uvn-cae-single-nav {
    padding: 25px 0;
    max-width: 836px;
    margin: 0 auto;
  }
  /* line 366, ../scss/_single.scss */
  .uvn-cae-single-nav .uvn-cae-single-nav-faces-item.active:before,
  .uvn-cae-single-nav .uvn-cae-single-nav-faces-item:hover:before {
    margin-left: 0;
    left: 30px;
  }
  /* line 372, ../scss/_single.scss */
  .uvn-cae-single-nav-faces li {
    padding: 0 8px !important;
    position: relative;
    vertical-align: middle;
    margin: 0 !important;
    line-height: 1.4 !important;
  }
  /* line 378, ../scss/_single.scss */
  .uvn-cae-single-nav-faces li:before {
    display: none;
  }
  /* line 381, ../scss/_single.scss */
  .uvn-cae-single-nav-faces li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #9b9b9b;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -10px;
  }
  /* line 393, ../scss/_single.scss */
  .uvn-cae-single-nav-faces li:last-child:after {
    display: none;
  }
  /* line 397, ../scss/_single.scss */
  .uvn-cae-single-nav-faces li .face {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
  }
  /* line 403, ../scss/_single.scss */
  .uvn-cae-single-nav-faces li .text {
    display: inline-block;
    width: 80px;
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
  }
}

/* line 417, ../scss/_single.scss */
.uvn-cae-section {
  padding: 65px 0 15px;
}
/* line 419, ../scss/_single.scss */
.uvn-cae-section h3 {
  margin: 0;
  font-size: 20px;
  color: #33627a;
  font-weight: 600;
  padding-left: 30px;
  background: url(http://cdn2.uvnimg.com/5e/4b/d4a2b29d4988a84f8a837bc2f90d/icon-calendar.svg)
    0 0 no-repeat;
}
@media only screen and (min-width: 1024px) {
  /* line 428, ../scss/_single.scss */
  .uvn-cae-section h3 {
    font-size: 28px;
    background-position: 0 6px;
  }
}

/* line 435, ../scss/_single.scss */
.uvn-flex-article hr {
  width: 100%;
  max-width: 380px !important;
  margin: 30px auto;
  background: #173440;
  border: 0;
  height: 1px;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 1024px) {
  /* line 451, ../scss/_single.scss */
  .uvn-flex-article-main-wrapper
    .uvn-flex-article-main-column
    .uvn-flex-article-lead
    .uvn-image-with-extras-fullwidth-wrapper {
    height: 95%;
  }
  /* line 456, ../scss/_single.scss */
  .uvn-flex-article-main-wrapper
    .uvn-flex-article-main-column
    .uvn-flex-article-lead
    .uvn-image-with-extras-fullwidth-wrapper
    .uvn-image-with-extras-fullwidth-wrapper-vertical {
    top: auto;
  }
}
/* line 463, ../scss/_single.scss */
.uvn-flex-article-main-wrapper
  .uvn-flex-article-main-column
  .uvn-flex-article-lead
  .uvn-image-with-extras-fullwidth-wrapper
  + figcaption {
  display: none;
}

/* line 1, ../scss/_overrides.scss */
[id*="bkframe"] {
  display: none;
}

/* line 4, ../scss/_overrides.scss */
/*.uvn-main-content {
  padding-top: 0;
}*/
/* line 6, ../scss/_overrides.scss */
.uvn-main-content > .uvn-flex-container {
  margin-bottom: 0 !important;
  width: 100% !important;
  max-width: inherit;
}

/* line 12, ../scss/_overrides.scss */
.uvn-footer,
.uvn-footer-compact {
  margin-top: 0;
}

/* line 2, ../scss/_theming.scss */
.uvn-cae-widget.color-green {
  border-color: #98a10e;
}
/* line 4, ../scss/_theming.scss */
.uvn-cae-widget.color-green .uvn-cae-widget-block {
  background: #b3bf00;
}
/* line 7, ../scss/_theming.scss */
.uvn-cae-widget.color-green .uvn-cae-widget-timeline-item .icon,
.uvn-cae-widget.color-green .uvn-cae-widget-timeline-item.disable .text,
.uvn-cae-widget.color-green
  .uvn-cae-widget-stats-accordion-item
  .uvn-cae-widget-stats-accordion-item-title {
  color: #98a10e;
}
/* line 12, ../scss/_theming.scss */
.uvn-cae-widget.color-green .uvn-cae-widget-timeline-item.disable:before,
.uvn-cae-widget.color-green .uvn-cae-widget-timeline-wrap ul:before {
  background: #98a10e;
}
/* line 16, ../scss/_theming.scss */
.uvn-cae-widget.color-green .uvn-cae-widget-timeline-item.disable .text {
  border-left-color: #98a10e;
}
/* line 19, ../scss/_theming.scss */
.uvn-cae-widget.color-green .uvn-cae-widget-timeline-icon-svg svg path {
  fill: #98a10e;
}
/* line 22, ../scss/_theming.scss */
.uvn-cae-widget.color-green .uvn-cae-widget-stats-accordion-item-title:after,
.uvn-cae-widget.color-green
  .uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-title {
  border-color: #98a10e;
}
@media only screen and (min-width: 1024px) {
  /* line 27, ../scss/_theming.scss */
  .uvn-cae-widget.color-green .uvn-cae-widget-stats-accordion-item-title {
    border-color: #98a10e !important;
  }
  /* line 30, ../scss/_theming.scss */
  .uvn-cae-widget.color-green .uvn-cae-widget-video-label {
    background: #b3bf00;
  }
  /* line 33, ../scss/_theming.scss */
  .uvn-cae-widget.color-green .uvn-cae-widget-video-title {
    border-color: #98a10e;
  }
}
/* line 38, ../scss/_theming.scss */
.uvn-cae-widget.color-blue {
  border-color: #137381;
}
/* line 40, ../scss/_theming.scss */
.uvn-cae-widget.color-blue .uvn-cae-widget-block {
  background: #1ab2c7;
}
/* line 43, ../scss/_theming.scss */
.uvn-cae-widget.color-blue .uvn-cae-widget-timeline-item .icon,
.uvn-cae-widget.color-blue .uvn-cae-widget-timeline-item.disable .text,
.uvn-cae-widget.color-blue
  .uvn-cae-widget-stats-accordion-item
  .uvn-cae-widget-stats-accordion-item-title {
  color: #137381;
}
/* line 48, ../scss/_theming.scss */
.uvn-cae-widget.color-blue .uvn-cae-widget-timeline-item.disable:before,
.uvn-cae-widget.color-blue .uvn-cae-widget-timeline-wrap ul:before {
  background: #137381;
}
/* line 52, ../scss/_theming.scss */
.uvn-cae-widget.color-blue .uvn-cae-widget-timeline-item.disable .text {
  border-left-color: #137381;
}
/* line 55, ../scss/_theming.scss */
.uvn-cae-widget.color-blue .uvn-cae-widget-timeline-icon-svg svg path {
  fill: #137381;
}
/* line 58, ../scss/_theming.scss */
.uvn-cae-widget.color-blue .uvn-cae-widget-stats-accordion-item-title:after,
.uvn-cae-widget.color-blue
  .uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-title {
  border-color: #137381;
}
@media only screen and (min-width: 1024px) {
  /* line 63, ../scss/_theming.scss */
  .uvn-cae-widget.color-blue .uvn-cae-widget-stats-accordion-item-title {
    border-color: #137381 !important;
  }
  /* line 66, ../scss/_theming.scss */
  .uvn-cae-widget.color-blue .uvn-cae-widget-video-label {
    background: #1ab2c7;
  }
  /* line 69, ../scss/_theming.scss */
  .uvn-cae-widget.color-blue .uvn-cae-widget-video-title {
    border-color: #137381;
  }
}
/* line 74, ../scss/_theming.scss */
.uvn-cae-widget.color-red {
  border-color: #7e002c;
}
/* line 76, ../scss/_theming.scss */
.uvn-cae-widget.color-red .uvn-cae-widget-block {
  background: #c30749;
}
/* line 79, ../scss/_theming.scss */
.uvn-cae-widget.color-red .uvn-cae-widget-timeline-item .icon,
.uvn-cae-widget.color-red .uvn-cae-widget-timeline-item.disable .text,
.uvn-cae-widget.color-red
  .uvn-cae-widget-stats-accordion-item
  .uvn-cae-widget-stats-accordion-item-title {
  color: #7e002c;
}
/* line 84, ../scss/_theming.scss */
.uvn-cae-widget.color-red .uvn-cae-widget-timeline-item.disable:before,
.uvn-cae-widget.color-red .uvn-cae-widget-timeline-wrap ul:before {
  background: #7e002c;
}
/* line 88, ../scss/_theming.scss */
.uvn-cae-widget.color-red .uvn-cae-widget-timeline-item.disable .text {
  border-left-color: #7e002c;
}
/* line 91, ../scss/_theming.scss */
.uvn-cae-widget.color-red .uvn-cae-widget-timeline-icon-svg svg path {
  fill: #7e002c;
}
/* line 94, ../scss/_theming.scss */
.uvn-cae-widget.color-red .uvn-cae-widget-stats-accordion-item-title:after,
.uvn-cae-widget.color-red
  .uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-title {
  border-color: #7e002c;
}
@media only screen and (min-width: 1024px) {
  /* line 99, ../scss/_theming.scss */
  .uvn-cae-widget.color-red .uvn-cae-widget-stats-accordion-item-title {
    border-color: #7e002c !important;
  }
  /* line 102, ../scss/_theming.scss */
  .uvn-cae-widget.color-red .uvn-cae-widget-video-label {
    background: #c30749;
  }
  /* line 105, ../scss/_theming.scss */
  .uvn-cae-widget.color-red .uvn-cae-widget-video-title {
    border-color: #7e002c;
  }
}
/* line 111, ../scss/_theming.scss */
.uvn-cae-widget.color-orange {
  border-color: #7e002c;
}
/* line 113, ../scss/_theming.scss */
.uvn-cae-widget.color-orange .uvn-cae-widget-block {
  background: #fb7762;
}
/* line 116, ../scss/_theming.scss */
.uvn-cae-widget.color-orange .uvn-cae-widget-timeline-item .icon,
.uvn-cae-widget.color-orange .uvn-cae-widget-timeline-item.disable .text,
.uvn-cae-widget.color-orange
  .uvn-cae-widget-stats-accordion-item
  .uvn-cae-widget-stats-accordion-item-title {
  color: #7e002c;
}
/* line 121, ../scss/_theming.scss */
.uvn-cae-widget.color-orange .uvn-cae-widget-timeline-item.disable:before,
.uvn-cae-widget.color-orange .uvn-cae-widget-timeline-wrap ul:before {
  background: #7e002c;
}
/* line 125, ../scss/_theming.scss */
.uvn-cae-widget.color-orange .uvn-cae-widget-timeline-item.disable .text {
  border-left-color: #7e002c;
}
/* line 128, ../scss/_theming.scss */
.uvn-cae-widget.color-orange .uvn-cae-widget-timeline-icon-svg svg path {
  fill: #7e002c;
}
/* line 131, ../scss/_theming.scss */
.uvn-cae-widget.color-orange .uvn-cae-widget-stats-accordion-item-title:after,
.uvn-cae-widget.color-orange
  .uvn-cae-widget-stats-accordion-item.active
  .uvn-cae-widget-stats-accordion-item-title {
  border-color: #7e002c;
}
@media only screen and (min-width: 1024px) {
  /* line 136, ../scss/_theming.scss */
  .uvn-cae-widget.color-orange .uvn-cae-widget-stats-accordion-item-title {
    border-color: #7e002c !important;
  }
  /* line 139, ../scss/_theming.scss */
  .uvn-cae-widget.color-orange .uvn-cae-widget-video-label {
    background: #fb7762;
  }
  /* line 142, ../scss/_theming.scss */
  .uvn-cae-widget.color-orange .uvn-cae-widget-video-title {
    border-color: #7e002c;
  }
}

.uvn-flex-article-body h2,
.uvn-flex-article-body h3,
.uvn-flex-article-body h4,
.uvn-flex-article-body h5,
.uvn-flex-article-body h6,
.uvn-cae-widget-stats-accordion-item-title {
  font-family: "Roboto", sans-serif;
}

#___gatsby,
.___gatsby {
  text-align: initial;
  line-height: initial;
}
