@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

.g-red-purple {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3e56+0,371f72+100 */
  background: #ff3e56;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff3e56 0%, #371f72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff3e56 0%, #371f72 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff3e56 0%, #371f72 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e56', endColorstr='#371f72', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.g-blue-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bdb7+0,01eeb8+100 */
  background: #00bdb7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00bdb7 0%, #01eeb8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00bdb7 0%, #01eeb8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00bdb7 0%, #01eeb8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdb7', endColorstr='#01eeb8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.g-purple {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b30fbd+0,371f73+100 */
  background: #b30fbd;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b30fbd 0%, #371f73 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b30fbd 0%, #371f73 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b30fbd 0%, #371f73 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b30fbd', endColorstr='#371f73', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.g-red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3e56+0,ff3e67+100 */
  background: #ff3e56;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff3e56 0%, #ff3e67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff3e56 0%, #ff3e67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff3e56 0%, #ff3e67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e56', endColorstr='#ff3e67', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.g-orange {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee763c+0,ee873c+100 */
  background: #ee763c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ee763c 0%, #ee873c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ee763c 0%, #ee873c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ee763c 0%, #ee873c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee763c', endColorstr='#ee873c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.b-red {
  background: #FF3E56;
}

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.text-light, .text-white {
  color: #ffffff;
}

.text-light a, .text-white a {
  color: #ffffff;
  text-decoration: underline;
}

.text-light a.btn, .text-white a.btn {
  text-decoration: none;
}

.text-small {
  font-size: .8em;
}

h2.section-title {
  font-weight: 700;
  color: #808386;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

h2.section-title.text-light {
  color: #ffffff;
}

h2.section-title i {
  display: none;
  margin-bottom: 3px;
  opacity: .4;
}

@media (min-width: 768px) {
  h2.section-title i {
    display: block;
  }
}

h2.section-title span {
  position: relative;
  display: inline-block;
}

h2.section-title span:after {
  content: "";
  display: block;
  width: 70%;
  border-bottom: 1px solid #f6f6f6;
  position: absolute;
  bottom: -10px;
  left: 15%;
}

h3.section-subtitle {
  max-width: 400px;
  margin: 0 auto;
  font-size: 1em;
  text-align: center;
}

h4 {
  margin-bottom: 2em;
}

.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.no-padding {
  padding: 0;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.container-small {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shadow {
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
}

.shadow-sm {
  -webkit-box-shadow: 0 2px 3px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 2px 3px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 2px 3px 0 rgba(99, 117, 138, .35);
}

.background-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#submenu {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .25);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .25);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .25);
}

#submenu .nav-tabs {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  padding-left: 100px;
}

#submenu .nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
}

#submenu .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #0ACDB7;
  cursor: default;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-bottom-color: transparent;
}

#submenu .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0;
  color: #777;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-bottom-color: transparent;
}

@media only screen and (max-width: 950px) {
  #submenu .nav-tabs {
    padding-left: 0px !important;
  }
}

.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.navbar .navbar-brand {
  background-size: contain;
  background-image: url(../images/logo-default.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 190px;
  height: 65px;
  text-indent: -99999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav>li>a {
  padding: 0px 15px;
  line-height: 65px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.navbar .navbar-nav>li>a:hover {
  text-decoration: underline;
  background: transparent;
}

.navbar.navbar-default {
  background: #ffffff;
  border: none;
}

.navbar.navbar-default .navbar-brand {
  margin-left: 0;
}

.navbar.navbar-transparent {
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar.navbar-transparent .navbar-brand {
  background-image: url(../images/logo-horizontal-white.svg);
}

.navbar.navbar-transparent .navbar-toggle {
  margin-top: 15px;
}

.navbar.navbar-transparent .navbar-toggle .icon-bar {
  background: #FF3E56;
}

.navbar.navbar-transparent.affix {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 5px 0px rgba(99, 117, 138, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(99, 117, 138, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(99, 117, 138, 0.1);
}

.navbar.navbar-transparent.affix .navbar-nav>li>a {
  color: #808386;
}

.navbar.navbar-transparent.affix .navbar-brand {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-image: url(../images/logo-horizontal-red.svg);
}

.navbar.navbar-transparent .navbar-nav>li>a {
  color: #fff;
}

header .container {
  position: relative;
}

header .icon {
  width: 70px;
  height: 70px;
  background: #808386;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 2px 0 rgba(99, 117, 138, .3);
  -moz-box-shadow: 0 3px 2px 0 rgba(99, 117, 138, .3);
  box-shadow: 0 3px 2px 0 rgba(99, 117, 138, .3);
}

header .icon::after {
  width: 54px;
  height: 54px;
  background: #ffffff;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
}

header .icon i {
  font-size: 32px;
  position: relative;
  z-index: 3;
  margin: 10px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  filter: grayscale(1.0) opacity(0.7);
}

header .icon::after {
  width: 54px;
  height: 54px;
  background: #ffffff;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
}

header .icon i {
  font-size: 32px;
  position: relative;
  z-index: 3;
  margin: 10px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.course-results .card header .icon {
  width: 70px;
  height: 70px;
  background: #808386;
  position: absolute;
  display: inherit;
  left: 5px;
  top: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 2px 0 rgba(99, 117, 138, .3);
  -moz-box-shadow: 0 3px 2px 0 rgba(99, 117, 138, .3);
  box-shadow: 0 3px 2px 0 rgba(99, 117, 138, .3);
}

.course-results .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 3px;
  opacity: .3;
}

.course-results .owl-nav .owl-prev:before {
  font-family: 'icomoon';
  content: "\e904";
  font-size: 35px;
  color: #888;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.course-results .owl-nav .owl-prev:hover {
  opacity: 1;
}

.course-results .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 3px;
  opacity: .3;
}

.course-results .owl-nav .owl-next:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 35px;
  background: white;
  color: #888;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.course-results .owl-nav .owl-next:hover {
  opacity: 1;
}

.course-results .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  text-align: center;
  margin-top: 5px;
}

.course-results .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items */
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
}

.course-results .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  cursor: default;
}

.course-results .owl-dot span {
  display: none;
}

.course-results .owl-dot.active:before {
  content: counter(slides-num) "/";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

@media only screen and (max-width: 529px) {
  .course-results .owl-nav .owl-prev {
    left: 0px;
  }
}

@media only screen and (max-width: 529px) {
  .course-results .owl-nav .owl-next {
    right: 0px;
  }
}

@media only screen and (min-width: 950px) {
  .theme-green header .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    filter: opacity(0.35) !important;
  }
}

.course-results .cardheader .icon::after {
  width: 54px;
  height: 54px;
  background: #ffffff;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
}

.course-results .card header .icon i {
  font-size: 32px;
  position: relative;
  z-index: 3;
  margin: 10px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  filter: opacity(0.55) !important;
}

.course-results .card header .icon::after {
  width: 54px;
  height: 54px;
  background: #ffffff;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
}

.course-results .card header .icon i {
  font-size: 32px;
  position: relative;
  z-index: 3;
  margin: 10px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

@media only screen and (min-width: 950px) {
  .theme-green header .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    filter: opacity(0.35) !important;
    display: inherit;
  }
}

@media only screen and (min-width: 950px) {
  .theme-green header .icon {
    width: 100px;
    height: 100px;
  }

  .theme-green header .icon::after {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
  }
}

header .section-title {
  padding: 30px 0px 15px 0px;
  position: relative;
  margin-left: 80px;
}

@media only screen and (min-width: 950px) {
  header .section-title {
    padding: 40px 0px 20px 0px;
    margin-left: 110px;
  }
}

header .section-title h1 {
  font-size: 1.6em;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-left: 15px;
}

@media only screen and (min-width: 950px) {
  header .section-title h1 {
    font-size: 2em;
    margin-left: 20px;
  }
}

header .section-title h3 {
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  margin: 0;
  left: 16px;
}

@media only screen and (min-width: 950px) {
  header .section-title h3 {
    left: 21px;
  }
}

header .section-title .aux {
  position: absolute;
  font-size: 2em;
  top: 9px;
  font-weight: 900;
  opacity: .1;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 950px) {
  header .section-title .aux {
    font-size: 3em;
  }
}

.btn {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-lg {
  padding: 15px;
  font-weight: 700;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .btn-lg {
    padding: 15px 35px;
  }
}

@media only screen and (min-width: 950px) {
  .btn-lg {
    padding: 15px 35px;
  }
}

.btn-sm {
  padding: 8px 18px;
  font-size: .9em;
}

.btn-rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn-outline {
  border-width: 2px;
  border-style: solid;
}

.btn-default, .btn-grey {
  background: #808386;
  color: #ffffff;
}

.btn-default.btn-outline, .btn-grey.btn-outline {
  background: transparent;
  border-color: #808386;
  color: #808386;
}

.btn-default.btn-outline:hover, .btn-grey.btn-outline:hover {
  border-color: #5b5d5f;
}

.btn-default:hover, .btn-grey:hover {
  background: #5b5d5f;
  color: #ffffff;
}

.btn-primary, .btn-blue {
  background: #00bdb7;
  color: #ffffff;
  font-weight: bold;
}

.btn-primary.btn-outline, .btn-blue.btn-outline {
  background: transparent;
  border-color: #00bdb7;
  color: #00bdb7;
}

.btn-primary.btn-outline:hover, .btn-blue.btn-outline:hover {
  border-color: #00716d;
}

.btn-primary:hover, .btn-blue:hover {
  background: #00716d;
  color: #ffffff;
}

.btn-success, .btn-green {
  background: #0ACDB7;
  color: #ffffff;
}

.btn-success.btn-outline, .btn-green.btn-outline {
  background: transparent;
  border-color: #0ACDB7;
  color: #0ACDB7;
}

.btn-success.btn-outline:hover, .btn-green.btn-outline:hover {
  border-color: #00716d;
}

.btn-success:hover, .btn-green:hover {
  background: #00716d;
  color: #ffffff;
}

.btn-info, .btn-yellow {
  background: #FFB734;
}

.btn-info.btn-outline, .btn-yellow.btn-outline {
  background: transparent;
  border-color: #FFB734;
  color: #FFB734;
}

.btn-info.btn-outline:hover, .btn-yellow.btn-outline:hover {
  border-color: #e69500;
}

.btn-info:hover, .btn-yellow:hover {
  background: #e69500;
}

.btn-warning, .btn-orange {
  background: #ee873c;
  color: #ffffff;
}

.btn-warning.btn-outline, .btn-orange.btn-outline {
  background: transparent;
  border-color: #ee873c;
  color: #ee873c;
}

.btn-warning.btn-outline:hover, .btn-orange.btn-outline:hover {
  border-color: #cc6012;
  color: #cc6012;
}

.btn-warning:hover, .btn-orange:hover {
  background: #cc6012;
  color: #ffffff;
}

.btn-danger, .btn-red {
  background: #FF3E56;
  color: #ffffff;
}

.btn-danger.btn-outline, .btn-red.btn-outline {
  background: transparent;
  border-color: #FF3E56;
  color: #FF3E56;
}

.btn-danger.btn-outline:hover, .btn-red.btn-outline:hover {
  background: #FF3E56;
  color: #ffffff;
}

.btn-danger:hover, .btn-red:hover {
  background: #f1001e;
  color: #ffffff;
}

.btn-simple, .btn-white {
  background: #ffffff;
  color: #808386;
}

.btn-simple.btn-outline, .btn-white.btn-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-simple.btn-outline:hover, .btn-white.btn-outline:hover {
  border-color: #ffffff;
  color: #808386;
}

.btn-simple:hover, .btn-white:hover {
  background: #ffffff;
}

.btn-light-grey {
  background: #e8e8e8;
  color: #808386;
}

.btn-light-grey.btn-outline {
  background: transparent;
  border-color: #e8e8e8;
  color: #808386;
}

.btn-light-grey.btn-outline:hover {
  border-color: #e8e8e8;
  background: #e8e8e8;
  color: #808386;
}

.btn-light-grey:hover {
  background: #dbdbdb;
}

.btn-facebook.btn-outline {
  background: transparent;
  border-color: #4267b2;
  color: #4267b2;
}

.btn-facebook.btn-outline:hover {
  border-color: #4267b2;
  color: #ffffff;
}

.btn-group-vertical>.btn {
  margin-bottom: 0;
}

.btn-group-vertical>.btn:last-child {
  margin-bottom: 10px;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?8gr9ex');
  src: url('../fonts/icomoon.eot?8gr9ex#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8gr9ex') format('truetype'), url('../fonts/icomoon.woff?8gr9ex') format('woff'), url('../fonts/icomoon.svg?8gr9ex#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e900";
}

.icon-heart:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-check:before {
  content: "\e909";
}

.icon-intro:before {
  content: "\e906";
}

.i-disciplinas:before {
  content: "\e90a";
}

.i-ambientes:before {
  content: "\e90d";
}

.i-temas-gerais:before {
  content: "\e90e";
}

.i-curiosidades:before {
  content: "\e90f";
}

.i-quero-trabalhar-com:before {
  content: "\e910";
}

.i-eu-protagonista:before {
  content: "\e912";
}

.icon-quero-saber-mais:before {
  content: "\e913";
}

.icon-heart-f:before {
  content: "\e90b";
}

.icon-no:before {
  content: "\e90c";
}

.icon-back:before {
  content: "\e99z";
  color: rgba(0, 0, 0, 0);
}

.icon-check:before {
  content: "\e911";
}

.icon-artes:before {
  content: "\e914";
}

.icon-ciencias-sociais:before {
  content: "\e915";
}

.icon-ciencias-biologicas:before {
  content: "\e916";
}

.icon-engenharias:before {
  content: "\e917";
}

.icon-ciencias-da-saude:before {
  content: "\e918";
}

.icon-ciencias-exatas:before {
  content: "\e919";
}

.icon-ciencias-humanas:before {
  content: "\e91a";
}

.icon-ciencias-agrarias:before {
  content: "\e91b";
}

.modal-backdrop {
  background-color: #ffffff;
}

.modal-backdrop.in {
  opacity: .85;
}

.modal-header {
  border-bottom: 0;
  overflow: hidden;
}

.modal-header .close {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  width: 25px;
  height: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  color: #808386;
  position: absolute;
  top: -10px;
  right: -10px;
}

.modal-header .modal-title {
  font-size: 1.6em;
  text-align: center;
  font-weight: 600;
}

.modal-content {
  color: #808386;
  border: 1px solid #f7f6f6;
}

@media only screen and (min-width: 950px) {
  .modal-content {
    -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
    -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
    box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  }
}

.modal-footer {
  border: 0;
  text-align: center;
}

.modal-footer .btn {
  margin-bottom: 0px;
}

.modal-card .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}

@media only screen and (min-width: 950px) {
  .modal-card .title {
    font-size: 24px;
  }
}

.modal-card .subtitle {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 14px;
}

@media only screen and (min-width: 950px) {
  .modal-card .subtitle {
    margin-bottom: 2em;
    font-size: 18px;
  }
}

@media only screen and (min-width: 950px) {
  .modal-card p {
    font-size: 1.2em;
  }
}

.interaction.intro-emoji {
  margin: 0 auto;
  max-width: 720px;
}

@media only screen and (min-width: 950px) {
  .interaction.intro-emoji {
    text-align: center;
  }
}

.interaction.intro-emoji ul li {
  vertical-align: middle;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}

.interaction.intro-emoji ul li:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .interaction.intro-emoji ul li {
    vertical-align: top;
    overflow: auto;
    border-bottom: 0;
    display: inline-block;
    width: 140px;
  }
}

.interaction.intro-emoji ul li a {
  color: #666;
  display: block;
}

.interaction.intro-emoji ul li a img {
  width: 60px;
  float: left;
  margin-right: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .interaction.intro-emoji ul li a img {
    float: none;
    width: 70px;
    margin: 0;
    margin-bottom: -1em;
  }
}

.interaction.intro-emoji ul li a .title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.interaction.intro-emoji ul li a .subtitle {
  font-size: .9em;
  line-height: 1em;
  display: block;
}

.interaction.intro-emoji ul li a:hover {
  text-decoration: none;
}

.interaction.intro-emoji ul li a:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

.interaction.card-checkbox {
  padding: 20px 0;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .interaction.card-checkbox {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 992px) {
  .interaction.card-checkbox {
    padding: 30px 0;
  }
}

.interaction.card-checkbox ul li {
  display: block;
  width: 100%;
  float: left;
  padding: 5px;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .interaction.card-checkbox ul li {
    width: 33%;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .interaction.card-checkbox ul li {
    width: 25%;
    padding: 10px;
  }
}

.interaction.card-checkbox ul li .card {
  display: table;
  width: 100%;
  height: 60px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.interaction.card-checkbox ul li .card label {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table-cell;
  width: 100%;
  font-weight: 500;
  font-size: 1.05em;
  height: 65px;
  vertical-align: middle;
  padding: 10px;
  padding-left: 35px;
}

@media only screen and (min-width: 992px) {
  .interaction.card-checkbox ul li .card label {
    font-size: 1.1em;
    padding-left: 45px;
    height: 65px;
  }
}

.interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked), .interaction.card-checkbox ul li .card [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked)+label, .interaction.card-checkbox ul li .card [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
}

.interaction.card-checkbox ul li .card [type="checkbox"]:checked+label {
  font-weight: 700;
}

.interaction.card-checkbox ul li .card [type="checkbox"]:checked+label {
  -webkit-box-shadow: 0 5px 10px 0 rgba(99, 117, 138, .4);
  -moz-box-shadow: 0 5px 10px 0 rgba(99, 117, 138, .4);
  box-shadow: 0 5px 10px 0 rgba(99, 117, 138, .4);
}

.interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked)+label:before, .interaction.card-checkbox ul li .card [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #808386;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked)+label:after, .interaction.card-checkbox ul li .card [type="checkbox"]:checked+label:after {
  font-family: "icomoon";
  content: "\e909";
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 13px;
  color: #0ACDB7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked)+label:after, .interaction.card-checkbox ul li .card [type="checkbox"]:checked+label:after {
    left: 13px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked)+label:after, .interaction.card-checkbox ul li .card [type="checkbox"]:checked+label:after {
    left: 14px;
    top: 50%;
    font-size: 16px;
  }
}

.interaction.card-checkbox ul li .card [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.interaction.card-checkbox ul li .card [type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1) translate(0, -50%);
}

.interaction.card-checkbox ul li .card [type="checkbox"]:disabled:not(:checked)+label, .interaction.card-checkbox ul li .card [type="checkbox"]:disabled:checked+label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.interaction.card-checkbox ul li .card [type="checkbox"]:disabled:not(:checked)+label:before {
  border-color: #c6c6c6;
  background-color: #e8e8e8;
}

.interaction.card-checkbox ul li .card [type="checkbox"]:disabled+label {
  color: #aaa;
}

.interaction.card-checkbox.like ul li .card [type="checkbox"]:not(:checked)+label:after, .interaction.card-checkbox.like ul li .card [type="checkbox"]:checked+label:after {
  color: #0ACDB7;
}

.interaction.card-checkbox.like ul li .card [type="checkbox"]:checked+label:before {
  border-color: #0ACDB7;
}

.interaction.card-checkbox.like ul li .card [type="checkbox"]:disabled:checked+label:before {
  border-color: #0ACDB7;
}

.interaction.card-checkbox.like ul li .card [type="checkbox"]:disabled:checked+label:after {
  color: #0ACDB7;
}

.interaction.card-checkbox.dislike ul li .card [type="checkbox"]:not(:checked)+label:after, .interaction.card-checkbox.dislike ul li .card [type="checkbox"]:checked+label:after {
  color: #FF3E56;
}

.interaction.card-checkbox.dislike ul li .card [type="checkbox"]:checked+label:before {
  border-color: #FF3E56;
}

.interaction.card-checkbox.dislike ul li .card [type="checkbox"]:disabled:checked+label:before {
  border-color: #0ACDB7;
}

.interaction.card-checkbox.dislike ul li .card [type="checkbox"]:disabled:checked+label:after {
  color: #0ACDB7;
}

.interaction.like-dislike {
  width: 100%;
  text-align: center;
}

.interaction.like-dislike ul {
  padding: 0;
  margin: 0px;
  list-style-type: none;
}

.interaction.like-dislike ul li {
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
  position: relative;
}

.interaction.like-dislike ul li .icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  display: block;
}

.interaction.like-dislike ul li .icon i, .interaction ul li .icon i {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  line-height: 55px;
  position: relative;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
}

.interaction.like-dislike ul li .icon i:before, .interaction ul li .icon i:before {
  z-index: 2;
  position: relative;
}

.interaction.like-dislike ul li .icon i:after, .interaction ul li .icon i:after {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.interaction.like-dislike ul li .icon.no i:after {
  -webkit-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3e58+0,ff3e65+100 */
  background: #ff3e58;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff3e58 0%, #ff3e65 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff3e58 0%, #ff3e65 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff3e58 0%, #ff3e65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e58', endColorstr='#ff3e65', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.interaction.like-dislike ul li .icon.back i:after, .interaction ul li .icon.back i:after {
  -webkit-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3e58+0,ff3e65+100 */
  background: #a9a9a9;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #a9a9a9 0%, #a9a9a9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a9a9a9 0%, #a9a9a9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #a9a9a9 0%, #a9a9a9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#a9a9a9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.interaction.like-dislike ul li a.disabled .icon.back i:after {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cccccc 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cccccc 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cccccc 0%, #cccccc 100%);
}

.interaction.reaction ul li .icon.back i:after {
  -webkit-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3e58+0,ff3e65+100 */
  background: #a9a9a9;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #a9a9a9 0%, #a9a9a9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a9a9a9 0%, #a9a9a9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #a9a9a9 0%, #a9a9a9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#a9a9a9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.interaction.reaction ul li a.disabled .icon.back i:after {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cccccc 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cccccc 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cccccc 0%, #cccccc 100%);
}

.interaction.like-dislike ul li .icon.yes i:after {
  -webkit-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -1px 1px 1px rgba(0, 0, 0, 0.05);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10efb5+0,81faa7+100 */
  background: #10efb5;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #10efb5 0%, #81faa7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #10efb5 0%, #81faa7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #10efb5 0%, #81faa7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10efb5', endColorstr='#81faa7', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.interaction.like-dislike ul li span {
  background: #ffffff;
  line-height: 14px;
  color: #808386;
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-transform: uppercase;
  font-size: .8em;
}

.interaction.like-dislike.emoji ul li .icon img {
  height: 70px;
  width: 70px;
}

.interaction.like-dislike.emoji ul li span {
  bottom: -27px;
}

.interaction.reaction ul {
  width: 100%;
  text-align: center;
}

.interaction.reaction ul li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 100px;
}

@media only screen and (max-width: 529px) {
  .interaction.reaction ul li {
    width: 85px;
  }
}

.interaction.reaction ul li a:hover {
  text-decoration: none;
}

.interaction.reaction ul li .icon {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  position: relative;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  display: block;
}

@media only screen and (max-width: 529px) {
  .interaction.reaction ul li .icon {
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-left: 13px;
  }
}

.hide-5 {
  display: inherit;
}

.interaction.reaction ul li .icon img {
  width: 70px;
  display: block;
}

@media only screen and (max-width: 529px) {
  .interaction.reaction ul li .icon img {
    width: 50px;
  }
}

.interaction.reaction ul li .icon:before {
  z-index: 2;
  position: relative;
}

.interaction.reaction ul li .icon:after {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.interaction.reaction ul li .subtitle {
  display: block;
  background: #ffffff;
  color: #808386;
  text-transform: uppercase;
}

.card-swipe {
  padding: 30px 0;
  padding-bottom: 0px;
}

.list-inline>li {
  padding: 0;
}

.faq-cards {
  padding: 30px 0;
  padding-bottom: 20px;
}

.faq-cards .card {
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.faq-cards .title {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  letter-spacing: -0.2px;
}

.faq-cards img {
  width: 100%;
}

.faq-text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
  color: #666;
}

.faq-number {
  background: #00bdb7;
  border-radius: 50px;
  color: #ffffff;
  padding: 5px 9px;
  font-weight: bold;
  font-size: 14px;
  margin-right: 7px;
  margin-left: -40px;
  position: absolute;
  margin-top: -3px;
}

.faq-cards .card {
  padding-left: 60px;
  color: #333;
}

.faq-text a {
  font-weight: bold;
  color: #00bdb7 !important;
  text-transform: uppercase;
}

.color-faq {
  width: 8px;
  height: 100%;
  background: #00bdb7;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.faq-cards a.title[data-toggle=collapse]:before {
  display: block;
  float: right;
  font-size: 19px;
  font-style: normal;
  text-align: right;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.faq-cards a.title[data-toggle=collapse]:not(.collapsed):before {
  content: "-";
  font-size: 21px;
  margin-top: -3px;
  margin-right: 2px;
}

.faq-cards a.title[data-toggle=collapse].collapsed:before {
  content: '+';
}

.faq-cards .card img {
  margin-top: 13px;
}

.faq-cards h4 {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 950px) {
  .card-swipe {
    padding: 30px 0;
  }
}

.card-swipe ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.card-swipe .card {
  max-width: 400px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  margin: 0 auto;
  position: relative;
  padding: 0px;
  padding-bottom: 60px;
  height: auto;
}

.card-swipe .card .title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 15px;
  padding-bottom: 0px;
  height: 80px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-swipe .card .carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border: 0;
}

.card-swipe .card .carousel-indicators li.active {
  background: #ffffff;
}

.card-swipe .card .interaction.like-dislike {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -20px;
}

.cards {
  padding: 30px 0;
}

@media only screen and (min-width: 950px) {
  .cards {
    padding: 30px 0 60px 0;
  }
}

.cards .card {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  max-width: 860px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
}

.cards .card.w-photo .image-container {
  padding: 0;
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  .cards .card.w-photo .image-container {
    padding: 0 15px;
    margin-right: 0;
  }

  .card-swipe .card, .cards:not(.review) .card {
    position: absolute;
    width: 96%;
    left: 2%;
  }
}

.cards .card.w-photo .image-container .image-wrapper {
  position: relative;
  height: 200px;
}

@media only screen and (min-width: 530px) {
  .cards .card.w-photo .image-container .image-wrapper {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .image-container .image-wrapper {
    height: 360px;
  }
}

.cards .card.w-photo .image-container .image-wrapper figure {
  overflow: hidden;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .image-container .image-wrapper figure {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
  .cards .card.w-photo .image-container .image-wrapper {
    position: relative;
    height: 315px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .cards .card.w-photo .image-container .image-wrapper figure {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
}

.cards .card.w-photo .content-wrapper {
  padding-bottom: 60px;
  padding-top: 45px;
  height: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
  .cards .card.w-photo .content-wrapper {
    padding-bottom: 60px;
    padding-top: 45px;
    height: 315px;
  }
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .content-wrapper {
    display: table;
    height: 360px;
    position: relative;
  }
}

.cards .card.w-photo .content-wrapper.pure-text {
  padding-bottom: 60px;
  padding-top: 45px;
  height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
  .cards .card.w-photo .content-wrapper.pure-text {
    padding-bottom: 60px;
    padding-top: 45px;
    height: 360px;
  }
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .content-wrapper.pure-text {
    display: table;
    height: 360px;
    position: relative;
  }
}

.cards .card.w-photo .content-wrapper .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 0 20px;
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .content-wrapper .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    line-height: 25px;
  }
}

.cards .card.w-photo .content-wrapper .content .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 21px;
  color: #626262;
}

.cards .card.w-photo .content-wrapper .content p {
  font-size: 1.05em;
  line-height: 22px;
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .content-wrapper .content .title {
    font-size: 24px;
  }
}

.cards .card.w-photo .content-wrapper .content .subtitle {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 14px;
  margin-top: -5px;
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .content-wrapper .content .subtitle {
    margin-bottom: 2em;
    font-size: 15wpx;
  }
}

@media only screen and (min-width: 950px) {
  .cards .card.w-photo .content-wrapper .content p {
    font-size: 1.05em;
  }
}

.cards .card.simple .content-wrapper {
  padding-bottom: 60px;
}

.cards .card.simple .content-wrapper h4 {
  font-size: 15px;
  margin: -10px;
}

.cards .card.simple .content-wrapper .content h3 {
  font-weight: 700;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
}

@media (min-width: 768px) {
  .cards .card.simple .content-wrapper .content h3 {
    height: 150px;
    font-size: 1.4em;
  }
}

.cards .card.simple .content-wrapper .content {
  padding: 30px;
  padding-bottom: 0px;
  text-align: center;
}

.cards .card.simple .content-wrapper .content .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}

@media only screen and (min-width: 950px) {
  .cards .card.simple .content-wrapper .content .title {
    font-size: 24px;
  }
}

.cards .card.simple .content-wrapper .content .subtitle {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 14px;
}

@media only screen and (min-width: 950px) {
  .cards .card.simple .content-wrapper .content .subtitle {
    margin-bottom: 2em;
    font-size: 18px;
  }
}

@media only screen and (min-width: 950px) {
  .cards .card.simple .content-wrapper .content p {
    font-size: 1.2em;
  }
}

.cards .card.small {
  max-width: 500px;
}

.cards .card.small h3 {
  font-weight: 700;
  font-size: 1.3em;
}

@media only screen and (max-width: 767px) {
  .cards .card.small h3 {
    font-weight: 700;
    font-size: 1.4em;
  }
}

.cards .card .interaction.like-dislike {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  margin-bottom: 40px;
}

.cards .card .interaction.reaction {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}

.cards.review {
  padding-bottom: 60px;
}

.cards.review .card.w-photo .content {
  padding: 10px;
}

.cards.review .card.w-photo .content .checkbox {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:not(:checked), .cards.review .card.w-photo .content .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:not(:checked)+label, .cards.review .card.w-photo .content .checkbox [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  padding-left: 45px;
  font-weight: 700;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:not(:checked)+label:before, .cards.review .card.w-photo .content .checkbox [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:not(:checked)+label:after, .cards.review .card.w-photo .content .checkbox [type="checkbox"]:checked+label:after {
  font-family: "icomoon";
  position: absolute;
  left: 14px;
  top: 11px;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:not(:checked)+label:before {
  background: #FF3E56;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:checked+label:before {
  background: #0ACDB7;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:not(:checked)+label:after {
  content: "\e905";
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:checked+label:after {
  content: "\e909";
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:disabled:not(:checked)+label, .cards.review .card.w-photo .content .checkbox [type="checkbox"]:disabled:checked+label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:disabled:not(:checked)+label:before {
  border-color: #c7c7c7;
  background-color: #e8e8e8;
}

.cards.review .card.w-photo .content .checkbox [type="checkbox"]:disabled+label {
  color: #aaa;
}

.cards.review .card.w-photo .image-wrapper {
  height: 250px;
}

.cards.review .card.w-photo .image-wrapper figure {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cards.review .card.simple {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 160px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cards.review .card.simple .checkbox {
  position: absolute;
  margin: 0;
  z-index: 3;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.cards.review .card.simple .checkbox [type="checkbox"]:not(:checked), .cards.review .card.simple .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.cards.review .card.simple .checkbox [type="checkbox"]:not(:checked)+label, .cards.review .card.simple .checkbox [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  font-weight: 700;
}

.cards.review .card.simple .checkbox [type="checkbox"]:not(:checked)+label:before, .cards.review .card.simple .checkbox [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cards.review .card.simple .checkbox [type="checkbox"]:not(:checked)+label:after, .cards.review .card.simple .checkbox [type="checkbox"]:checked+label:after {
  font-family: "icomoon";
  position: absolute;
  left: 9px;
  top: 6px;
  font-size: 17px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.cards.review .card.simple .checkbox [type="checkbox"]:not(:checked)+label:before {
  background: #FF3E56;
}

.cards.review .card.simple .checkbox [type="checkbox"]:checked+label:before {
  background: #0ACDB7;
}

.cards.review .card.simple .checkbox [type="checkbox"]:not(:checked)+label:after {
  content: "\e905";
}

.cards.review .card.simple .checkbox [type="checkbox"]:checked+label:after {
  content: "\e909";
}

.cards.review .card.simple .checkbox [type="checkbox"]:disabled:not(:checked)+label, .cards.review .card.simple .checkbox [type="checkbox"]:disabled:checked+label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cards.review .card.simple .checkbox [type="checkbox"]:disabled:not(:checked)+label:before {
  border-color: #808386;
  background-color: #e8e8e8;
}

.cards.review .card.simple .checkbox [type="checkbox"]:disabled+label {
  color: #aaa;
}

.cards.review .card.simple a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cards.review .card.simple .content-wrapper {
  display: table;
  width: 100%;
  height: 100px;
  padding: 0;
}

.cards.review .card.simple .content-wrapper .content {
  text-align: center;
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  display: flex;
  height: 135px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cards.review ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cards.review ul li {
  float: left;
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
  .cards.review ul li {
    width: 33%;
  }
}

@media only screen and (min-width: 950px) {
  .cards.review ul li {
    width: 20%;
  }
}

.cards.review .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: .3;
}

@media only screen and (max-width: 529px) {
  .cards.review .owl-nav .owl-prev {
    left: -30px;
  }
}

.cards.review .owl-nav .owl-prev:before {
  font-family: 'icomoon';
  content: "\e904";
  font-size: 60px;
}

.cards.review .owl-nav .owl-prev:hover {
  opacity: 1;
}

.cards.review .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: .3;
}

@media only screen and (max-width: 529px) {
  .cards.review .owl-nav .owl-next {
    right: -30px;
  }
}

.cards.review .owl-nav .owl-next:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 60px;
}

.cards.review .owl-nav .owl-next:hover {
  opacity: 1;
}

.cards.review .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  margin-top: 15px;
  text-align: center;
}

.cards.review .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items */
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}

.cards.review .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  cursor: default;
}

.cards.review .owl-dot span {
  display: none;
}

.cards.review .owl-dot.active:before {
  content: counter(slides-num) "/";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.course-results {
  padding: 10px 0 20px 0;
}

.course-results .btn {
  margin-bottom: 20px;
}

.course-results .card {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0 3px;
}

.course-results .card header {
  height: 100%;
  position: absolute;
  width: 42px;
  margin-bottom: 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.course-results .card header .icon {
  position: absolute;
  left: 95%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.course-results .card header .icon i {
  font-family: 'icomoon';
  font-style: normal;
}

.course-results .card .content .title {
  text-transform: uppercase;
  font-size: 19.5px;
  height: 70px;
  margin-top: 10px;
  font-weight: 700;
  display: flex;
  line-height: 24px;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  margin-bottom: 0;
  padding-right: 10px;
}

.course-results .card .content {
  text-align: left;
  padding-left: 84px;
}

.course-results .card .content .rating {
  padding: 0;
  margin-bottom: 22px;
  text-align: left;
}

.course-results .card .content .rating li {
  display: inline-block;
  font-size: 22px;
}

.course-results .card .content .rating li .fa-star {
  color: #FFB734;
}

.course-results .card .btn {
  border: 2px solid #808386;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
}

header.linguistica-letras-artes, .sponsor .linguistica-letras-artes {
  background: #b91e1c !important;
}

.course-results .card.linguistica-letras-artes header .icon {
  background: #b91e1c;
}

.course-results .card.linguistica-letras-artes header .icon i:before {
  /*content: "\e914";*/
}

.course-results .card.linguistica-letras-artes .btn {
  color: #b91e1c;
  border-color: #b91e1c;
}

.course-results .card.linguistica-letras-artes .btn:hover {
  background: #b91e1c;
  color: #ffffff;
}

.course-results .card.linguistica-letras-artes .active {
  background: #b91e1c;
  color: #ffffff;
}

header.ciencias-sociais-aplicadas, .sponsor .ciencias-sociais-aplicadas {
  background: #0f254c !important;
}

.course-results .card.ciencias-sociais-aplicadas header .icon {
  background: #0f254c;
}

.course-results .card.ciencias-sociais-aplicadas header .icon i:before {
  /*content: "\e915";*/
}

.course-results .card.ciencias-sociais-aplicadas .btn {
  color: #0f254c;
  border-color: #0f254c;
}

.course-results .card.ciencias-sociais-aplicadas .btn:hover {
  background: #0f254c;
  color: #ffffff;
}

.course-results .card.ciencias-sociais-aplicadas .active {
  background: #0f254c;
  color: #ffffff;
}

header.engenharias, .sponsor .engenharias {
  background: #85c2d2 !important;
}

.course-results .card.engenharias header .icon {
  background: #85c2d2;
}

.course-results .card.engenharias header .icon i:before {
  /*content: "\e917";*/
}

.course-results .card.engenharias .btn {
  color: #85c2d2;
  border-color: #85c2d2;
}

.course-results .card.engenharias .btn:hover {
  background: #85c2d2;
  color: #ffffff;
}

.course-results .card.engenharias .active {
  background: #85c2d2;
  color: #ffffff;
}

header.ciencias-humanas, .sponsor .ciencias-humanas {
  background: #9f6c95 !important;
}

.course-results .card.ciencias-humanas header .icon {
  background: #9f6c95;
}

.course-results .card.ciencias-humanas header .icon i:before {
  /*content: "\e91a";*/
}

.course-results .card.ciencias-humanas .btn {
  color: #9f6c95;
  border-color: #9f6c95;
}

.course-results .card.ciencias-humanas .btn:hover {
  background: #9f6c95;
  color: #ffffff;
}

.course-results .card.ciencias-humanas .active {
  background: #9f6c95;
  color: #ffffff;
}

header.ciencias-biologicas, .sponsor .ciencias-biologicas {
  background: #87b39d !important;
}

.course-results .card.ciencias-biologicas header .icon {
  background: #87b39d;
}

.course-results .card.ciencias-biologicas header .icon i:before {
  /*content: "\e916";*/
}

.course-results .card.ciencias-biologicas .btn {
  color: #87b39d;
  border-color: #87b39d;
}

.course-results .card.ciencias-biologicas .btn:hover {
  background: #87b39d;
  color: #ffffff;
}

.course-results .card.ciencias-biologicas .active {
  background: #87b39d;
  color: #ffffff;
}

header.ciencias-agrarias, .sponsor .ciencias-agrarias {
  background: #513218 !important;
}

.course-results .card.ciencias-agrarias header .icon {
  background: #513218;
}

.course-results .card.ciencias-agrarias header .icon i:before {
  /*content: "\e91b";*/
}

.course-results .card.ciencias-agrarias .btn {
  color: #513218;
  border-color: #513218;
}

.course-results .card.ciencias-agrarias .btn:hover {
  background: #513218;
  color: #ffffff;
}

.course-results .card.ciencias-agrarias .active {
  background: #513218;
  color: #ffffff;
}

header.ciencias-exatas-e-da-terra, .sponsor .ciencias-exatas-e-da-terra {
  background: #ffb734 !important;
}

.course-results .card.ciencias-exatas-e-da-terra header .icon {
  background: #ffb734;
}

.course-results .card.ciencias-exatas-e-da-terra header .icon i:before {
  /*content: "\e919";*/
}

.course-results .card.ciencias-exatas-e-da-terra .btn {
  color: #ffb734;
  border-color: #ffb734;
}

.course-results .card.ciencias-exatas-e-da-terra .btn:hover {
  background: #ffb734;
  color: #ffffff;
}

.course-results .card.ciencias-exatas-e-da-terra .active {
  background: #ffb734;
  color: #ffffff;
}

header.ciencias-da-saude, .sponsor .ciencias-da-saude {
  background: #37815d !important;
}

.course-results .card.ciencias-da-saude header .icon {
  background: #37815d;
}

.course-results .card.ciencias-da-saude header .icon i:before {
  /*content: "\e918";*/
}

.course-results .card.ciencias-da-saude .btn {
  color: #37815d;
  border-color: #37815d;
}

.course-results .card.ciencias-da-saude .btn:hover {
  background: #37815d;
  color: #ffffff;
}

.course-results .card.ciencias-da-saude .active {
  background: #37815d;
  color: #ffffff;
}

.intro-cards {
  padding: 40px 0;
}

.intro-cards .card {
  text-align: center;
  margin-bottom: 40px;
  padding: 10px;
  padding-top: 40px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.intro-cards .card a {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.intro-cards .card .icon {
  padding: 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.intro-cards .card .icon:after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.intro-cards .card .icon i {
  position: inherit;
  left: 5px;
  z-index: 3;
  font-size: 25px;
  line-height: 40px;
  filter: opacity(0.4) !important;
}

.intro-cards .card .title {
  font-weight: 700;
  text-transform: uppercase;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 8px;
}

.intro-cards .card .btn {
  border: 2px solid #808386;
  margin-top: 0;
  padding: 5px 10px;
  font-size: 12px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
}

.intro-cards .card.completed .icon {
  background: #0ACDB7;
}

.intro-cards .card.completed .btn {
  border-color: #0ACDB7;
  color: #0ACDB7;
}

.intro-cards .card.completed .btn:hover {
  background: #0ACDB7;
  color: #ffffff;
}

.intro-cards .card.not-completed .icon {
  background: #FF3E56;
}

.intro-cards .card.not-completed .btn {
  border-color: #FF3E56;
  color: #FF3E56;
}

.intro-cards .card.not-completed .btn:hover {
  background: #FF3E56;
  color: #ffffff;
}

.intro-cards .card.paused .icon {
  background: #808386;
}

.intro-cards .card.paused .btn {
  border-color: #808386;
  color: #808386;
}

.intro-cards .card.paused .btn:hover {
  background: #808386;
  color: #ffffff;
}

.courses {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.courses .toolbar .search .input-group .form-control {
  padding: 19px 15px;
}

.courses .toolbar .search .input-group .input-group-btn {
  position: relative;
  z-index: 6;
}

.courses .toolbar .search .input-group .input-group-btn:last-child>.btn {
  margin-left: -20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.courses .toolbar .orderby {
  float: right;
}

.courses .toolbar .orderby label {
  font-weight: bold;
  padding-right: 15px;
  text-transform: uppercase;
}

.courses .toolbar .orderby .select {
  /*-webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;*/
  display: inline-block;
  /*border: 1px solid #e8e8e8;
            padding: 0 15px;*/
}

.courses .toolbar .orderby .select select {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
}

.courses .alph-order>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: flex-start;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.courses .alph-order>ul>li {
  width: 100%;
  text-align: left;
  padding: 15px;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .courses .alph-order>ul>li {
    width: 50%;
  }
}

@media only screen and (min-width: 950px) {
  .courses .alph-order>ul>li {
    width: 20%;
  }

  .courses .alph-order>ul {
    flex-direction: column;
    max-height: 1200px;
  }
}

.courses .alph-order>ul>li h3 {
  text-size: 20px !important;
  color: #0ACDB7;
  border-bottom: 2px solid #0ACDB7;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.courses .alph-order>ul>li>ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.courses .alph-order>ul>li>ul>li {
  text-align: left;
}

.courses .area-order>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: flex-start;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.courses .area-order>ul>li {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 15px;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .courses .area-order>ul>li {
    width: 50%;
  }
}

@media only screen and (min-width: 950px) {
  .courses .area-order>ul>li {
    width: 25%;
  }
}

.courses .area-order>ul>li .box {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px 10px;
}

.courses .area-order>ul>li h3 {
  font-size: 1em;
  margin-top: 0;
  font-weight: 700;
  vertical-align: top;
  overflow: hidden;
  text-transform: uppercase;
}

.courses .area-order>ul>li h3 i {
  font-size: 26px;
  float: left;
  margin-right: 15px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
}

.courses .area-order>ul>li .scroll-panel {
  position: relative;
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  .courses .area-order>ul>li .scroll-panel {
    height: 150px;
  }
}

@media only screen and (min-width: 950px) {
  .courses .area-order>ul>li .scroll-panel {
    height: 150px;
  }
}

.courses .area-order>ul>li .scroll-panel ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.courses .area-order>ul>li .scroll-panel ul>li {
  text-align: left;
}

.courses .area-order>ul>li.linguistica-letras-artes h3 {
  color: #b91e1c;
}

.courses .area-order>ul>li.linguistica-letras-artes h3 i:before {
  content: "\e914";
}

.courses .area-order>ul>li.ciencias-sociais-aplicadas h3 {
  color: #0f254c;
}

.courses .area-order>ul>li.ciencias-sociais-aplicadas h3 i:before {
  content: "\e915";
}

.courses .area-order>ul>li.engenharias h3 {
  color: #85c2d2;
}

.courses .area-order>ul>li.engenharias h3 i:before {
  content: "\e917";
}

.courses .area-order>ul>li.ciencias-humanas h3 {
  color: #9f6c95;
}

.courses .area-order>ul>li.ciencias-humanas h3 i:before {
  content: "\e91a";
}

.courses .area-order>ul>li.ciencias-biologicas h3 {
  color: #87b39d;
}

.courses .area-order>ul>li.ciencias-biologicas h3 i:before {
  content: "\e916";
}

.courses .area-order>ul>li.ciencias-agrarias h3 {
  color: #513218;
}

.courses .area-order>ul>li.ciencias-agrarias h3 i:before {
  content: "\e91b";
}

.courses .area-order>ul>li.ciencias-exatas-e-da-terra h3 {
  color: #ffb734;
}

.courses .area-order>ul>li.ciencias-exatas-e-da-terra h3 i:before {
  content: "\e919";
}

.courses .area-order>ul>li.ciencias-da-saude h3 {
  color: #37815d;
}

.courses .area-order>ul>li.ciencias-da-saude h3 i:before {
  content: "\e918";
}

.courses label {
  font-weight: 500;
  font-size: 1em;
  padding-left: 25px;
}

.courses [type="checkbox"]:not(:checked), .courses [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.courses [type="checkbox"]:not(:checked)+label, .courses [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
}

.courses [type="checkbox"]:checked+label {
  font-weight: 700;
}

.courses [type="checkbox"]:not(:checked)+label:before, .courses [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #808386;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);*/
}

.courses [type="checkbox"]:not(:checked)+label:after, .courses [type="checkbox"]:checked+label:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 5px;
  font-size: 13px;
  background: #0ACDB7;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.courses [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.courses [type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.courses [type="checkbox"]:disabled:not(:checked)+label, .courses [type="checkbox"]:disabled:checked+label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.courses [type="checkbox"]:disabled:not(:checked)+label:before {
  border-color: #808386;
  background-color: #e8e8e8;
}

.courses [type="checkbox"]:disabled+label {
  color: #aaa;
}

.graph {
  margin-bottom: 35px;
}

.graph h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.graph .graph-list label {
  font-size: .8em;
  color: #808386;
}

.graph .graph-list .progress {
  margin-bottom: 5px;
  height: 10px;
  background: #e8e8e8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.graph .graph-list .progress .progress-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #ffffff;
  height: 14px;
  margin-top: -2px;
}

.graph .graph-list .progress .progress-bar.linguistica-letras-artes {
  background: #b91e1c;
}

.graph .graph-list .progress .progress-bar.ciencias-sociais-aplicadas {
  background: #0f254c;
}

.graph .graph-list .progress .progress-bar.engenharias {
  background: #85c2d2;
}

.graph .graph-list .progress .progress-bar.ciencias-humanas {
  background: #9f6c95;
}

.graph .graph-list .progress .progress-bar.ciencias-biologicas {
  background: #87b39d;
}

.graph .graph-list .progress .progress-bar.ciencias-agrarias {
  background: #513218;
}

.graph .graph-list .progress .progress-bar.ciencias-exatas-e-da-terra {
  background: #ffb734;
}

.graph .graph-list .progress .progress-bar.ciencias-da-saude {
  background: #37815d;
}

.avatar-graph {
  margin-bottom: 35px;
  overflow: hidden;
}

.avatar-graph h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.avatar-graph .avatar-graph-container {
  overflow: hidden;
  position: relative;
}

.avatar-graph .graph {
  float: left;
  position: relative;
  margin-bottom: 0;
}

.avatar-graph .graph .mask {
  position: relative;
  z-index: 3;
}

.avatar-graph .graph .mask .aux {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
}

.avatar-graph .graph .mask .aux.man {
  background-image: url(../images/mask-man.png);
}

.avatar-graph .graph .mask .aux.woman {
  background-image: url(../images/mask-woman.png);
}

.avatar-graph .graph .progress {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avatar-graph .graph .progress .progress-bar {
  float: none;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

.avatar-graph .graph .progress .progress-bar.linguistica-letras-artes {
  background: #b91e1c;
}

.avatar-graph .graph .progress .progress-bar.ciencias-sociais-aplicadas {
  background: #0f254c;
}

.avatar-graph .graph .progress .progress-bar.engenharias {
  background: #85c2d2;
}

.avatar-graph .graph .progress .progress-bar.ciencias-humanas {
  background: #9f6c95;
}

.avatar-graph .graph .progress .progress-bar.ciencias-biologicas {
  background: #87b39d;
}

.avatar-graph .graph .progress .progress-bar.ciencias-agrarias {
  background: #513218;
}

.avatar-graph .graph .progress .progress-bar.ciencias-exatas-e-da-terra {
  background: #ffb734;
}

.avatar-graph .graph .progress .progress-bar.ciencias-da-saude {
  background: #37815d;
}

.avatar-graph .reference {
  position: absolute;
  left: 130px;
  /*height: 100%;*/
}

.avatar-graph .reference .reference-bar {
  font-size: .8em;
  padding-top: 5px;
}

.avatar-graph .reference .reference-bar span {
  display: block;
  position: relative;
  padding-top: 2px;
}

.avatar-graph .reference .reference-bar span:before {
  display: block;
  content: "";
  width: 20px;
  top: 0;
  border-top: 2px solid #808386;
  position: absolute;
}

.avatar-graph .reference .reference-bar.linguistica-letras-artes span:before {
  border-color: #b91e1c;
}

.avatar-graph .reference .reference-bar.ciencias-sociais-aplicadas span:before {
  border-color: #0f254c;
}

.avatar-graph .reference .reference-bar.engenharias span:before {
  border-color: #85c2d2;
}

.avatar-graph .reference .reference-bar.ciencias-humanas span:before {
  border-color: #9f6c95;
}

.avatar-graph .reference .reference-bar.ciencias-biologicas span:before {
  border-color: #87b39d;
}

.avatar-graph .reference .reference-bar.ciencias-agrarias span:before {
  border-color: #513218;
}

.avatar-graph .reference .reference-bar.ciencias-exatas-e-da-terra span:before {
  border-color: #ffb734;
}

.avatar-graph .reference .reference-bar.ciencias-da-saude span:before {
  border-color: #37815d;
}

.theme-green .navbar .navbar-brand {
  background-image: url(../images/logo-horizontal-green.svg);
  height: 45px;
  margin: 10px 0;
}

.theme-green header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bdb7+0,01eeb8+100 */
  background: #00bdb7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00bdb7 0%, #01eeb8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00bdb7 0%, #01eeb8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00bdb7 0%, #01eeb8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdb7', endColorstr='#01eeb8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.theme-green header .icon {
  background: #00bdb7;
}

.theme-red .navbar .navbar-brand {
  height: 45px;
  margin: 10px 0;
}

.theme-red header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3e56+0,ff3e67+100 */
  background: #ff3e56;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff3e56 0%, #ff3e67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff3e56 0%, #ff3e67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff3e56 0%, #ff3e67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3e56', endColorstr='#ff3e67', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.theme-red header .icon {
  background: #FF3E56;
}

.theme-red header .section-title .aux {
  opacity: .2;
}

.theme-orange .navbar .navbar-brand {
  height: 45px;
  margin: 10px 0;
}

.theme-orange header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee763c+0,ee873c+100 */
  background: #ee763c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ee763c 0%, #ee873c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ee763c 0%, #ee873c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ee763c 0%, #ee873c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee763c', endColorstr='#ee873c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.theme-orange header .icon {
  background: #ee873c;
}

.theme-orange header .section-title .aux {
  opacity: .1;
}

.theme-yellow .navbar .navbar-brand {
  height: 45px;
  margin: 10px 0;
}

.theme-yellow header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3ad30+0,efb653+100 */
  background: rgb(243, 173, 48);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(243, 173, 48, 1) 0%, rgba(239, 182, 83, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(243, 173, 48, 1) 0%, rgba(239, 182, 83, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(243, 173, 48, 1) 0%, rgba(239, 182, 83, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3ad30', endColorstr='#efb653', GradientType=1);
  /* IE6-9 */
}

.theme-yellow header .icon {
  background: #f3ad30;
}

.theme-yellow header .section-title .aux {
  opacity: .1;
}

.theme-blue .navbar .navbar-brand {
  height: 45px;
  margin: 10px 0;
}

.theme-blue header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4987d8+0,6296d6+100 */
  background: rgb(73, 135, 216);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(73, 135, 216, 1) 0%, rgba(98, 150, 214, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(73, 135, 216, 1) 0%, rgba(98, 150, 214, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(73, 135, 216, 1) 0%, rgba(98, 150, 214, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4987d8', endColorstr='#6296d6', GradientType=1);
  /* IE6-9 */
}

.theme-blue header .icon {
  background: #4987d8;
}

.theme-blue header .section-title .aux {
  opacity: .1;
}

body {
  color: #666;
  background: #f9f8f7;
}

section {
  padding: 20px 0;
}

@media only screen and (min-width: 950px) {
  section {
    padding: 30px 0;
  }
}

section h2.title {
  font-weight: 500;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4em;
}

@media only screen and (min-width: 950px) {
  section h2.title {
    font-size: 2.1em;
  }
}

section h2.title.big {
  max-width: 850px;
}

section h2.title.text-small {
  font-size: 1.4em;
}

section h3.subtitle {
  max-width: 500px;
  margin: 1em auto;
  text-align: center;
  font-size: 1em;
}

h3.title {
  font-weight: bold;
}

@media only screen and (min-width: 950px) {
  section h3.subtitle {
    font-size: 1.5em;
  }
}

.fa-star {
  color: #FFB734;
}

.fa-star-half-alt {
  color: #FFB734;
}

.help h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

footer {
  width: 100%;
  background: #f9f8f7;
  padding: 10px 0;
}

footer.fixed {
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 529px) {
  footer.text-center {
    position: fixed;
    bottom: 0;
    background: #f9f8f7;
    z-index: 999;
  }

  footer.text-center p {
    float: left;
    width: 43%;
    line-height: 45px;
  }

  footer.text-center .btn {
    float: left;
    width: 57%;
    font-size: .8em;
  }
}

@media only screen and (max-width: 529px) {
  footer .next-button .btn {
    width: 100%;
  }
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
  footer .next-button {
    float: right;
  }
}

@media only screen and (min-width: 950px) {
  footer .next-button {
    float: right;
  }
}

.chat-simulation p {
  margin: 0px;
  font-size: 14px;
  text-align: left;
}

.chat-simulation .avatar {
  padding: 10px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.chat-simulation .avatar i {
  color: #ffffff;
  font-size: 2em;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.chat-simulation .message-wrapper {
  margin: 0 80px;
}

.chat-simulation .message {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00bdb7;
  display: inline-block;
  margin-top: 11px;
}

.chat-simulation .message.see-more {
  height: 120px;
}

.chat-simulation .message.see-more:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bdb7+0,00bdb7+100&0+0,1+45 */
  background: -moz-linear-gradient(top, rgba(0, 189, 183, 0) 0%, #00bdb7 45%, #00bdb7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 189, 183, 0) 0%, #00bdb7 45%, #00bdb7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 189, 183, 0) 0%, #00bdb7 45%, #00bdb7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000bdb7', endColorstr='#00bdb7', GradientType=0);
  /* IE6-9 */
}

.chat-simulation .message.see-more.open {
  height: auto;
  padding-bottom: 35px;
}

.chat-simulation .message.see-more.open:before {
  display: none;
}

.chat-simulation .message.see-more .read-more {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  text-align: center;
  width: 100%;
  left: 0;
}

.chat-simulation .message a {
  text-transform: uppercase;
}

.chat-simulation .message:after {
  display: block;
  content: "";
  position: absolute;
}

.chat-simulation .chat {
  overflow: hidden;
  padding: 15px 0;
}

.chat-simulation .chat.left .avatar {
  float: left;
  background: #808386;
}

.chat-simulation .chat.left .message-wrapper {
  margin-right: 0;
}

@media (min-width: 768px) {
  .chat-simulation .chat.left .message-wrapper {
    margin-right: 80px;
  }
}

.chat-simulation .chat.left .message {
  background: #e8e8e8;
  position: relative;
  margin-top: 11px;
}

.chat-simulation .chat.left .message:after {
  position: absolute;
  display: block;
  content: "";
  left: -10px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
}

.chat-simulation .chat.right .avatar {
  float: right;
  background: #FF3E56;
  text-align: center;
}

.chat-simulation .chat.right .message-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  .chat-simulation .chat.right .message-wrapper {
    margin-left: 80px;
  }
}

.chat-simulation .chat.right .message {
  color: #ffffff;
  position: relative;
  float: right;
}

.chat-simulation .chat.right .message a {
  color: #ffffff;
  text-decoration: underline;
  pointer: link;
}

.chat-simulation .chat.right .message:after {
  position: absolute;
  display: block;
  content: "";
  right: -10px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #00bdb7;
}

span.destaque {
  color: #00bdb7;
  text-transform: uppercase;
  font-weight: 700;
}

a {
  text-decoration: none !important;
}

.cards .card:not(.w-photo):not(.simple) {
  height: 400px;
}

.cards .card.small {
  height: 230px;
}

@media screen and (min-width: 768px) {
  .cards .card.small {
    height: 260px;
  }
}

section h2.title.text-small, section h2.subtitle.text-small {
  font-size: 1.1em;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.interaction ul li.button-back span {
  display: block;
  background: #ffffff;
  color: #808386;
  text-transform: uppercase;
}

.subcourse-results .card {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
}

.subcourse-results {
  padding: 10px 0;
}

.subcourse-results .card header {
  height: 100%;
  position: absolute;
  width: 34px;
  margin-bottom: 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

@media only screen and (min-width: 950px) {
  /*.subcourse-results .card header {
    height: 40px;
}*/
}

.subcourse-results .card header .icon {
  position: absolute;
  left: 95%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.subcourse-results .card header .icon i {
  font-family: 'icomoon';
  font-style: normal;
  filter: opacity(0.65);
}

.subcourse-results .card .content {
  margin-left: 70px;
  text-align: left;
  padding-right: 15px;
}

.subcourse-results .card .content .title {
  text-transform: uppercase;
  font-size: 17px;
  height: 50px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  margin-top: 11px;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
}

.subcourse-results .card .content .rating {
  padding: 0;
  margin: 10px 0;
  text-align: center;
}

.subcourse-results .card .content .rating li {
  display: inline-block;
  font-size: 24px;
}

.subcourse-results .card .content .rating li .icon-star {
  color: #FFB734;
}

.subcourse-results .card .btn {
  border: 2px solid #808386;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  sub-webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
  margin-bottom: 20px;
}

.subcourse-results .card.linguistica-letras-artes header {
  background: #b91e1c;
}

.subcourse-results .card.linguistica-letras-artes header .icon {
  background: #b91e1c;
}

.subcourse-results .card.linguistica-letras-artes header .icon i:before {
  /*content: "\e914";*/
}

.subcourse-results .card.linguistica-letras-artes .btn {
  color: #b91e1c;
  border-color: #b91e1c;
}

.subcourse-results .card.linguistica-letras-artes .btn:hover {
  background: #b91e1c;
  color: #ffffff;
}

.subcourse-results .card.ciencias-sociais-aplicadas header {
  background: #0f254c;
}

.subcourse-results .card.ciencias-sociais-aplicadas header .icon {
  background: #0f254c;
}

.subcourse-results .card.ciencias-sociais-aplicadas header .icon i:before {
  /*content: "\e915";*/
}

.subcourse-results .card.ciencias-sociais-aplicadas .btn {
  color: #0f254c;
  border-color: #0f254c;
}

.subcourse-results .card.ciencias-sociais-aplicadas .btn:hover {
  background: #0f254c;
  color: #ffffff;
}

.subcourse-results .card.engenharias header {
  background: #85c2d2;
}

.subcourse-results .card.engenharias header .icon {
  background: #85c2d2;
}

.subcourse-results .card.engenharias header .icon i:before {
  /*content: "\e917";*/
}

.subcourse-results .card.engenharias .btn {
  color: #85c2d2;
  border-color: #85c2d2;
}

.subcourse-results .card.engenharias .btn:hover {
  background: #85c2d2;
  color: #ffffff;
}

.subcourse-results .card.ciencias-humanas header {
  background: #9f6c95;
}

.subcourse-results .card.ciencias-humanas header .icon {
  background: #9f6c95;
}

.subcourse-results .card.ciencias-humanas header .icon i:before {
  /*content: "\e91a";*/
}

.subcourse-results .card.ciencias-humanas .btn {
  color: #9f6c95;
  border-color: #9f6c95;
}

.subcourse-results .card.ciencias-humanas .btn:hover {
  background: #9f6c95;
  color: #ffffff;
}

.subcourse-results .card.ciencias-biologicas header {
  background: #87b39d;
}

.subcourse-results .card.ciencias-biologicas header .icon {
  background: #87b39d;
}

.subcourse-results .card.ciencias-biologicas header .icon i:before {
  /*content: "\e916";*/
}

.subcourse-results .card.ciencias-biologicas .btn {
  color: #87b39d;
  border-color: #87b39d;
}

.subcourse-results .card.ciencias-biologicas .btn:hover {
  background: #87b39d;
  color: #ffffff;
}

.subcourse-results .card.ciencias-agrarias header {
  background: #513218;
}

.subcourse-results .card.ciencias-agrarias header .icon {
  background: #513218;
}

.subcourse-results .card.ciencias-agrarias header .icon i:before {
  /*content: "\e91b";*/
}

.subcourse-results .card.ciencias-agrarias .btn {
  color: #513218;
  border-color: #513218;
}

.subcourse-results .card.ciencias-agrarias .btn:hover {
  background: #513218;
  color: #ffffff;
}

.subcourse-results .card.ciencias-exatas-e-da-terra header {
  background: #ffb734;
}

.subcourse-results .card.ciencias-exatas-e-da-terra header .icon {
  background: #ffb734;
}

.subcourse-results .card.ciencias-exatas-e-da-terra header .icon i:before {
  /*content: "\e919";*/
}

.subcourse-results .card.ciencias-exatas-e-da-terra .btn {
  color: #ffb734;
  border-color: #ffb734;
}

.subcourse-results .card.ciencias-exatas-e-da-terra .btn:hover {
  background: #ffb734;
  color: #ffffff;
}

.subcourse-results .card.ciencias-da-saude header {
  background: #37815d;
}

.subcourse-results .card.ciencias-da-saude header .icon {
  background: #37815d;
}

.subcourse-results .card.ciencias-da-saude header .icon i:before {
  /*content: "\e918";*/
}

.subcourse-results .card.ciencias-da-saude .btn {
  color: #37815d;
  border-color: #37815d;
}

.subcourse-results .card.ciencias-da-saude .btn:hover {
  background: #37815d;
  color: #ffffff;
}

.subcourse-results header .icon {
  width: 50px;
  height: 50px;
}

.subcourse-results header .icon::after {
  width: 40px;
  height: 40px;
  top: 5px;
  left: 5px;
}

.subcourse-results header .icon i {
  font-size: 32px;
  position: relative;
  z-index: 3;
  margin: 10px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.subcourse-results header .icon i {
  width: 40px;
  height: 40px;
  line-height: 80px;
  font-size: 48px;
  position: relative;
  z-index: 3;
  margin: 5px;
  display: block;
  text-align: center;
}

.subcourse-results .owl-nav .owl-prev:hover {
  opacity: 1;
}

.subcourse-results .owl-nav .owl-prev {
  position: absolute;
  top: 33%;
  left: 3px;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  opacity: .3;
}

.subcourse-results .owl-nav .owl-prev:before {
  font-family: 'icomoon';
  content: "\e904";
  color: #888;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 35px;
}

.subcourse-results .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0px;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  opacity: .3;
}

.subcourse-results .owl-nav .owl-next {
  position: absolute;
  top: 33%;
  right: 3px;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  opacity: .3;
}

.subcourse-results .owl-nav .owl-next:before {
  font-family: 'icomoon';
  content: "\e903";
  color: #888;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 35px;
}

.subcourse-results .owl-nav .owl-next:hover {
  opacity: 1;
}

.subcourse-results .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  text-align: center;
  margin-top: 5px;
}

.subcourse-results .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items */
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
}

.subcourse-results .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  cursor: default;
}

.subcourse-results .owl-dot span {
  display: none;
}

.subcourse-results .owl-dot.active:before {
  content: counter(slides-num) "/";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (max-width: 529px) {
  .subcourse-results .owl-nav .owl-prev {
    left: 0px;
  }
}

@media only screen and (max-width: 529px) {
  .subcourse-results .owl-nav .owl-next {
    right: 0px;
  }
}

nav.button-fixed-right {
  position: fixed;
  z-index: 3;
  right: 15px;
  bottom: 15px;
  background: transparent;
}

.caption-fields .reference {
  /*position: absolute;*/
  /*left: 130px;*/
  /*height: 100%;*/
}

.caption-fields .reference .reference-bar {
  font-size: .8em;
}

.caption-fields .reference .reference-bar span {
  display: block;
  position: relative;
  padding-top: 3px;
}

.caption-fields .reference .reference-bar span:before {
  display: block;
  content: "";
  width: 20px;
  top: 0;
  border-top: 3px solid #808386;
  position: absolute;
}

.caption-fields .reference .reference-bar.linguistica-letras-artes span:before {
  border-color: #b91e1c;
}

.caption-fields .reference .reference-bar.ciencias-sociais-aplicadas span:before {
  border-color: #0f254c;
}

.caption-fields .reference .reference-bar.engenharias span:before {
  border-color: #85c2d2;
}

.caption-fields .reference .reference-bar.ciencias-humanas span:before {
  border-color: #9f6c95;
}

.caption-fields .reference .reference-bar.ciencias-biologicas span:before {
  border-color: #87b39d;
}

.caption-fields .reference .reference-bar.ciencias-agrarias span:before {
  border-color: #513218;
}

.caption-fields .reference .reference-bar.ciencias-exatas-e-da-terra span:before {
  border-color: #ffb734;
}

.caption-fields .reference .reference-bar.ciencias-da-saude span:before {
  border-color: #37815d;
}

.img-back-lg {
  width: 45px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 2;
  padding-left: 10px;
}

.img-back-sm {
  width: 60px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 2;
  padding-left: 10px;
}

@media screen and (max-width: 530px) {
  .img-back-lg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 2;
    padding-left: 10px;
  }

  .img-back-sm {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 2;
    padding-left: 10px;
  }
}

@media screen and (max-width: 530px) {
  .interaction.like-dislike ul li .icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    position: relative;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    display: block;
  }

  .interaction.like-dislike ul li .icon i, .interaction ul li .icon i {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    line-height: 70px;
    position: relative;
    -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
    -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
    box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
  }

  .interaction.like-dislike ul li .icon i:before, .interaction ul li .icon i:before {
    font-size: 25px;
    top: -13px;
  }

  .card-swipe .card {
    height: 440px;
  }

  .interaction.like-dislike ul {
    padding: 0;
    margin: 0px;
    list-style-type: none;
  }

  .interaction.like-dislike ul li {
    padding: 0;
  }

  .pure-text-helptext {
    padding: 1.5em 1.5em;
    height: 100%;
  }
}

.pure-text .interaction.like-dislike ul {
  padding: 0;
  margin: 15px;
  margin-bottom: 0px;
  list-style-type: none;
}

.pure-text-helptext {
  padding: 1.5em 3em;
  height: 100%;
}

#emep {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 255px;
  width: 100vw;
  color: #ffffff !important;
  background: #00BDB7 !important;
  display: none;
  z-index: 999;
  padding-top: 27px;
  margin-left: 0;
}

@media only screen and (max-width: 992px) {
  #emep {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100vh;
    color: #ffffff;
    display: none;
    cursor: pointer;
    margin-left: 0;
    overflow: scroll;
  }
}

.chosen-container-single .chosen-single {
  border: none;
  background: transparent;
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFFFFF;
  font-size: 1.3em;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container-single .chosen-single:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  line-height: 80px;
  font-family: 'icomoon';
  content: '\e91d';
  width: 35px;
  text-align: center;
}

.chosen-container .chosen-drop {
  border: none;
  border-top: none;
  top: auto !important;
  bottom: 80px;
}

.chosen-container .chosen-results li.active-result.highlighted {
  background: #0ACDB7;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: transparent;
  font-size: 1.3em;
}

.chosen-container-active.chosen-with-drop .chosen-single:after {
  font-family: 'icomoon';
  content: '\e91e';
}

.chosen-results .active-result {
  font-size: 1.3em;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.btn-map-pin {
  padding: 6px 13px;
  font-size: 19px;
  padding-left: 14px;
}

.btn-map-pin-sm {
  padding: 5px 12px;
  font-size: 18px;
  padding-left: 13px;
}

.btn-info-star {
  margin-left: 5px;
  font-size: 15px;
  top: -2px;
  position: relative;
  color: darkgray;
}

.btn-finish-mobile {
  float: none !important;
  color: white;
  position: fixed !important;
  bottom: -12px;
  height: 60px;
  left: 0;
  font-size: 13px !important;
  border-radius: 0;
  width: 100% !important;
  background: #00bdb7;
}

.btn-finish-mobile.left {
  right: auto;
  left: 1em;
}

.tooltip-arrow, .red-tooltip+.tooltip>.tooltip-inner {
  background-color: transparent;
}

.tooltip {
  font-size: 13px;
}

body.modal-open {
  overflow: auto !important;
}

.scroll-panel ul::-webkit-scrollbar-track, .scroll-panel::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 6px;
  background-color: #F5F5F5;
}

.scroll-panel ul::-webkit-scrollbar, .scroll-panel::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scroll-panel ul::-webkit-scrollbar-thumb, .scroll-panel::-webkit-scrollbar-thumb {
  border-radius: 6px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(204,204,204,.3);*/
  background-color: #cccccc;
}

.courses .area-order>ul>li .scroll-panel ul {
  height: 150px;
  overflow: auto;
  overflow-x: hidden;
}

#lc_chat_layout.lc-collapsed {
  width: 100px !important;
}

@media (max-width: 997px) {
  #lc_chat_layout {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .modal.fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .modal.fullscreen .modal-dialog .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
  }

  .modal.fullscreen .modal-dialog .modal-header .close {
    right: 10px;
    top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .intro-cards .card {
    padding-top: 10px;
    padding-left: 90px;
    margin-bottom: 20px;
    height: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-cards .card .icon {
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }

  .intro-cards .card .title {
    margin-left: -15px;
  }

  .intro-cards .card .btn {
    margin-left: -15px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro-cards .card .title {
    height: 40px;
    padding-top: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-cards .card .btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .card-swipe .card {
    height: 390px;
  }
}

.carousel-indicators {
  bottom: 5px;
}

.carousel-inner {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.carousel-control.left {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.carousel-control.right {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.card-swipe .card .title h3 {
  margin-bottom: -5px;
}

h4.subtitle.text-right {
  padding-top: 0px;
  padding-right: 12px;
  color: #fff;
  right: 0;
  font-size: 15px;
  background: none;
  position: absolute;
  z-index: 3;
}

.navbar-toggle {
  margin-top: 16px;
}

a.btn.btn-map-pin.active {
  box-shadow: none;
}

.owl-carousel .owl-dots.disabled {
  display: inherit !important;
}

.btn-google {
  background: #d34836;
  color: white;
}

.btn-google:hover {
  background: #bc3d2f;
}

h3.exam-title {
  font-size: 19px;
  line-height: 25px;
}

.map-distance {
  background: white;
  padding: 8px 10px;
  font-size: 11.5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 99;
  left: 24px;
  bottom: 38px;
  color: #565656;
  border-radius: 2px;
}

.map-recenter {
  background: white;
  padding: 8px 10px;
  font-size: 11.5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 99;
  left: 24px;
  bottom: 120px;
  color: #565656;
  border-radius: 2px;
  cursor: pointer;
}

.map-changeposition {
  background: white;
  padding: 8px 10px;
  font-size: 11.5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 99;
  left: 25px;
  top: 67px;
  color: #565656;
  border-radius: 2px;
}

.map-changeposition:hover {
  background: #EBEBEB;
  color: #000;
}

.map-radius {
  background: white;
  font-size: 11.5px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 24px;
  z-index: 99;
  bottom: 79px;
  color: #565656;
  border-radius: 2px;
}

.map-radius a {
  color: #565656;
}

.map-radius a:hover {
  color: #000;
}

@media screen and (max-width: 768px) {
  .map-changeposition {
    top: 50px;
  }

  .cards .card.w-photo .content-wrapper .content {
    height: 300px;
  }
}

.confident-align-text {
  position: relative;
  top: 0;
  left: 0;
}

.emep-title {
  height: 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 25px;
  margin-bottom: -5px;
}

@media (max-width: 992px) {
  .confident-align-text {
    position: absolute;
    height: 60px;
    top: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 85px;
    text-align: left;
    margin-top: 0 !important;
  }

  .emep-title {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (max-width: 420px) {
  .confident-align-text {
    top: 22%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
  .cards .card.w-photo .content-wrapper .content {
    height: 250px;
  }
}

.popover {
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  border-radius: 5px;
  border: none;
  color: #626262;
  max-width: 300px;
}

.popover.right>.arrow {
  border: none;
}

.popover .btn {
  padding: 0;
  background: none;
  color: #626262;
  letter-spacing: 0;
  font-weight: 600;
}

.popover[class*=tour-] .popover-navigation {
  padding: 0px 16px;
}

.popover-content {
  padding: 16px 14px;
}

.popover.bottom>.arrow {
  border: none;
}

.popover[class*=tour-] .popover-navigation [data-role=next] {
  margin-left: 10px;
}

.popover[class*=tour-] .popover-navigation [data-role=prev] {
  margin-left: 35px;
}

.popover[class*=tour-] .popover-navigation [data-role=end] {
  filter: opacity(0.7);
}

.popover.top>.arrow {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 56px;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(99, 117, 138, 0.25);
  left: 50%;
}

.popover span {
  font-size: 13px;
  font-weight: 600;
  color: #5d5d5d;
  filter: opacity(0.7);
  position: absolute;
  bottom: 20px;
  left: 15px;
}

.emoji {
  font-size: 20px;
  position: relative;
  top: 3px;
  line-height: 15px;
}

.text-center .pure-text-heptext {
  padding: 0 20px;
}

.modal-footer .btn br {
  display: none;
}

@media (min-width: 768px) {
  #btn-cep {
    height: 80px;
    margin: 0;
    width: 30%;
  }

  #btn-phone {
    height: 80px;
    margin: 0;
    width: 30%;
  }
}

/* STYLE FOR MOBILE */
@media screen and (max-width: 767px) {
  header .icon {
    display: none;
  }

  header .section-title {
    margin-left: 0px;
  }

  header .section-title h1 {
    font-size: 1.4em;
  }

  header .section-title .aux {
    font-size: 1.7em;
  }

  .navbar-toggle {
    margin-top: 9px;
    margin-bottom: 0px;
    border: none;
  }

  .navbar .navbar-brand {
    background-position: left center;
    height: 32px !important;
    margin: 8px 15px !important;
  }

  .navbar .navbar-nav>li>a {
    line-height: 35px;
  }

  .navbar-nav {
    margin-top: 0;
    margin-left: -15px;
    margin-bottom: 5px;
  }

  .navbar-nav.navbar-left {
    margin-top: 10px;
  }

  .navbar-nav.navbar-right {
    margin-top: -5px;
  }

  h3.exam-title {
    font-size: 17px !important;
    line-height: 25px !important;
    margin-left: 10px;
    margin-top: 0px;
  }

  h3.title {
    margin-top: 0;
    font-size: 18px !important;
    line-height: 23px;
  }

  .confident-align-text {
    top: 15% !important;
  }

  .interaction.intro-emoji ul li a .title {
    font-size: 16px;
  }

  h4.subtitle {
    margin-bottom: 5px;
    font-size: 15px;
  }

  section div.container {
    margin-bottom: 35px;
  }

  .btn-ok {
    height: 60px !important;
  }

  .input-box {
    height: 60px !important;
  }

  #user-input {
    height: 60px !important;
    font-size: 1.05em !important;
  }

  .user-input select {
    height: 60px !important;
    font-size: 1.05em !important;
  }

  .chat-simulation .avatar {
    height: 50px;
    width: 50px;
  }

  .chat-simulation .message-wrapper {
    margin: 0 58px;
  }

  .chat-simulation .chat.left .message:after, .chat-simulation .chat.right .message:after {
    display: none;
  }

  #chat .chat-simulation .chat.left .message, #chat .chat-simulation .chat.right .message {
    margin-top: 2px !important;
  }

  .chat-simulation .avatar i {
    font-size: 1.7em;
    width: 30px;
    line-height: 30px;
    font-weight: 700;
  }

  #btn-cep {
    display: none !important;
  }

  #btn-phone {
    display: none !important;
  }

  #chat #btn-final {
    height: 60px;
    margin: 0;
    width: 100%;
    border-radius: 0px !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .modal-footer .btn br {
    display: inherit;
  }

  .chat-simulation .chat.left .message {
    margin-top: 2px;
  }

  .intro-cards {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .intro-cards .card {
    height: 110px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .intro-cards .card .title {
    height: 33px;
  }

  section h2.title.text-small, section h2.subtitle.text-small {
    margin-top: 10px;
    font-size: 1.05em;
    margin-bottom: 5px;
  }

  .interaction.card-checkbox ul li .card {
    margin-bottom: 5px;
    line-height: 24px;
  }

  .navbar-nav.navbar-left>li>a {
    line-height: 40px;
  }

  nav.button-fixed-right {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: -3px;
    height: 60px;
    width: 100%;
    background: transparent;
  }

  nav.button-fixed-right .btn {
    border-radius: 0px;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  nav.button-fixed-right .col-xs-12, nav.button-fixed-right .col-xs-6, nav.button-fixed-right .col-xs-4, nav.button-fixed-right .col-xs-8 {
    padding: 0;
  }

  .card-swipe .card .title {
    height: 100px;
    font-size: 1.2em !important;
    line-height: 22px;
  }

  .card-swipe .card .interaction.like-dislike {
    bottom: -50px;
    margin-bottom: 30px;
  }

  .card-swipe .card, .cards:not(.review) .card {
    position: relative;
    width: inherit;
    left: inherit;
  }

  .cards {
    padding-bottom: 0;
  }

  #tem-a-ver-com {
    font-size: 13.5px;
  }

  .cards .card.w-photo .content-wrapper .content {
    height: 155px !important;
  }

  .cards .card.w-photo .content-wrapper {
    height: 245px !important;
  }

  .cards .card.w-photo .content-wrapper.pure-text {
    height: 450px !important;
  }

  .cards .card.w-photo .content-wrapper.pure-text .content {
    height: 380px !important;
  }

  .cards .card.w-photo .content-wrapper .content p {
    font-size: 14px;
    line-height: 20px;
  }

  .text-center .pure-text-heptext {
    padding: 0;
  }

  .loader-caption {
    font-size: 18px !important;
    padding: 20px !important;
    padding-top: 0 !important;
    line-height: 25px !important;
  }

  .cards .card.w-photo .content-wrapper .content .title {
    margin-bottom: 5px;
  }

  .cards .card.simple .content-wrapper .content h3 {
    font-size: 1.3em;
    line-height: 1.4em !important;
    height: 150px;
  }

  .cards .card.small {
    height: 250px;
  }

  .nav>li>a {
    padding: 10px 7px;
  }

  #submenu .nav-tabs>li>a {
    font-size: 11px !important;
  }

  .profession-description {
    height: 110px !important;
    font-size: 13.5px;
    line-height: 20px;
  }

  .chat-simulation p {
    font-size: 13.5px;
  }

  .courses .toolbar .orderby .select {
    width: 100% !important;
  }

  .faq-cards .title {
    font-size: 14px;
  }

  .faq-text {
    font-size: 13px;
    line-height: 22px;
  }

  .cards.review .card.simple {
    height: 120px;
  }

  .cards.review .card.simple .content-wrapper .content {
    height: 95px
  }

  .popover-content {
    font-size: 13.5px
  }

  .courses {
    margin-left: -15px;
    margin-right: -15px;
  }

  #submenu .dropdown-toggle {
    font-size: 11px !important;
  }

  #submenu .dropdown-menu>li>a {
    font-size: 11px !important
  }
}

@media (min-width: 375px) and (max-width: 768px) {
  .profession-description {
    height: 65px !important;
  }

  .cards .card.w-photo .content-wrapper.pure-text .content {
    height: 290px !important;
  }

  .cards .card.w-photo .content-wrapper.pure-text {
    height: 375px !important;
  }
}

.courses .toolbar i {
  margin-right: 5px;
  cursor: pointer;
  top: 5px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 375px) {
  .interaction.reaction ul li {
    width: 75px
  }

  .interaction.reaction ul li .icon {
    margin-left: 6px
  }

  .cards .card.small {
    height: 230px
  }

  .cards .card.simple .content-wrapper .content h3 {
    height: 130px
  }

  .confident-level img {
    width: 90px
  }
}

@media (min-width: 375px) and (max-width: 530px) {
  .cards .card.small {
    height: 190px;
  }

  .confident-level img {
    width: 110px
  }

  .cards .card.simple .content-wrapper .content h3 {
    height: 100px;
  }
}

@media (min-width: 320px) and (max-width: 410px) {
  .interaction.reaction ul li {
    width: 60px;
  }

  .interaction.reaction ul li .icon {
    width: 60px;
    height: 60px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .hide-5 {
    display: none;
  }

  .cards .card.small {
    height: 255px;
  }

  .cards .card.simple .content-wrapper .content h3 {
    height: 155px;
  }

  .course-results .card .content .title {
    height: 80px;
  }

  .card-final-emep .confident-level img {
    width: 85px !important;
  }
}

/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .chat-simulation.scroll-panel {
      height: calc(100vh - 235px) !important;
    }
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
  @media {
    .chat-simulation.scroll-panel {
      height: calc(100vh - 235px) !important;
    }
  }
}

/* Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media (max-width: 992px) {
    .chat-simulation.scroll-panel {
      height: calc(100vh - 246px) !important;
    }
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
  @media (max-width: 992px) {
    .chat-simulation.scroll-panel {
      height: calc(100vh - 246px) !important;
    }
  }
}

#submenu .dropdown-toggle {
  color: #777;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  cursor: pointer;
  padding: 10px 7px;
}

#submenu .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: none;
  color: #0ACDB7;
}

#submenu .dropdown-menu {
  border: none;
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .25);
  line-height: 0px;
  top: 37px;
}

#submenu .caret {
  margin-right: -4px
}

#submenu .dropdown-menu>li>a {
  display: block;
  padding: 10px 15px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  color: #777777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

#submenu .nav-tabs>li {
  line-height: 36px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background: #ffffff;
  color: #0ACDB7 !important;
}

.emep-text {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  height: 176px;
  padding-right: 0;
}

.emep-text .btn {
  margin: 0;
  margin-top: 10px
}

.emep-text p {
  margin: 0;
}

.emep-emoji {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  height: 176px;
  margin-left: -10px;
}

.emep-emoji ul {
  margin: 0;
  text-align: center
}

.confident-level img {
  width: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .confident-level img {
    width: 90px
  }
}

.menu-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  font-size: 16px;
  width: 30px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #profession-tab {
    margin-left: -8px;
  }
}

@media (max-width: 992px) {
  #profession-tab {
    margin-top: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .course-results #share {
    padding-left: 10px;
  }
}

.loader-caption {
  position: fixed;
  z-index: 1031;
  margin: auto;
  top: 55%;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 35px;
  font-size: 20px;
  letter-spacing: -0.3px;
}

#professional-portrait {
  margin: 0 auto;
  width: 100%;
}

#professional-portrait .card {
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.professional-portrait-title {
  color: #00bdb7;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px
}

.professional-portrait-percentage {
  font-size: 1.75em;
  font-weight: 700;
  filter: opacity(0.85);
}

#professional-portrait .col-sm-3, #professional-portrait .col-sm-12 {
  padding: 0 10px
}

#professional-portrait-table .card {
  margin-top: 15px;
}

#icop-caracteristicas {
  margin: 0 auto;
  width: 420px;
}

#icop-caracteristicas .card {
  margin-bottom: 10px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#icop-caracteristicas .card header {
  -webkit-border-top-left-radius: 5px;
  ico -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  padding: 25px;
}

#icop-caracteristicas .card header .icop-qntquestion {
  text-transform: uppercase;
  filter: opacity(0.75);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  padding-bottom: 10px;
}

#icop-caracteristicas .card header .icop-question {
  font-weight: bold;
  margin-top: 10px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#icop-caracteristicas .btn-next {
  border-radius: 5px;
  padding: 15px 35px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-left: 10px;
  float: left;
  width: calc(100% - 80px);
  text-align: center;
}

.theme-green #icop-caracteristicas .btn-next {
  background: #0acdb7;
}

.theme-orange #icop-caracteristicas .btn-next {
  background: #ee763c;
}

.theme-red #icop-caracteristicas .btn-next {
  background: #ff3e56;
}

#icop-caracteristicas .btn-next:active {
  background: #07af9c;
}

#icop-caracteristicas .btn-back:active {
  background: #b2b0b0;
}

#icop-caracteristicas .btn-back {
  border-radius: 5px;
  padding: 11px 25px;
  background: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
  float: left;
  width: 70px;
}

@media screen and (max-width: 500px) {
  #icop-caracteristicas {
    margin: 0 auto;
    width: 90%;
  }

  #icop-caracteristicas .btn-next {
    width: calc(100% - 60px);
    padding: 15px;
  }

  #icop-caracteristicas .btn-back {
    width: 50px;
    padding: 11px 16px;
  }

  #icop-caracteristicas .card header .icop-question {
    height: 110px;
  }

  #icop-caracteristicas #content label {
    font-size: 13.5px;
  }
}

#icop-caracteristicas #content ul {
  list-style-type: none;
  padding-left: 0px;
}

#icop-caracteristicas #content ul li {
  border-bottom: 2px solid #edeceb;
}

#icop-caracteristicas #content ul li:last-child {
  border-bottom: none;
}

#icop-caracteristicas #content {
  margin-top: 5px;
}

#icop-caracteristicas #content label {
  height: 60px;
  padding-left: 45px;
  padding-right: 13px;
  font-weight: 400;
  cursor: pointer;
  max-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#icop-caracteristicas #content .input-radio {
  height: 95px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#icop-caracteristicas #content input {
  margin-left: 18px;
}

#icop-caracteristicas [type=radio]:checked, #icop-caracteristicas [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#icop-caracteristicas [type=radio]:checked+label, #icop-caracteristicas [type=radio]:not(:checked)+label {
  position: relative;
  cursor: pointer;
}

#icop-caracteristicas [type=radio]:checked+label:before, #icop-caracteristicas [type=radio]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 34%;
  width: 18px;
  height: 18px;
  border: 2px solid #acacac;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#icop-caracteristicas [type=radio]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

#icop-caracteristicas [type=radio]:checked+label:after, #icop-caracteristicas [type=radio]:not(:checked)+label:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 18px;
  top: 40%;
  font-size: 13px;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.theme-green #icop-caracteristicas [type=radio]:checked+label:after, .theme-red #icop-caracteristicas [type=radio]:not(:checked)+label:after {
  background: #0acdb7;
}

.theme-orange #icop-caracteristicas [type=radio]:checked+label:after, .theme-red #icop-caracteristicas [type=radio]:not(:checked)+label:after {
  background: #ee763c;
}

.theme-red #icop-caracteristicas [type=radio]:checked+label:after, .theme-red #icop-caracteristicas [type=radio]:not(:checked)+label:after {
  background: #ff3e56;
}

#icop-caracteristicas [type=radio]:checked+label {
  font-weight: 700 !important;
}

#icop-result .card {
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#icop-result i {
  filter: opacity(0.5);
}

.icop-result-scale {
  width: calc(100% - 255px);
  position: relative;
  overflow: hidden;
  margin-bottom: -10px;
}

.icop-result-caracteristica {
  width: 125px;
  text-align: center;
  font-weight: bold;
}

.icop-result-caracteristica-left {
  width: 125px;
  text-align: left;
  font-weight: bold;
}

.icop-result-caracteristica-right {
  width: 125px;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  .icop-result-scale {
    width: calc(100% - 40px) !important;
    padding-left: 2px;
    position: absolute !important;
    overflow: hidden;
    top: 60px;
    left: 20px
  }

  .icop-result-dots {
    margin: 20px 8px !important;
  }

  #icop-result .card {
    padding-bottom: 30px
  }

  .icop-result-caracteristica-left {
    position: absolute;
    right: 10px;
    text-align: right;
  }

  .icop-result-caracteristica-right {
    text-align: left;
  }
}

.icop-result-scale ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.icop-result-dots {
  margin: 20px 10px;
  position: relative
}

.icop-result-dots li {
  float: left;
  margin-right: 33%;
}

.icop-result-dots li:last-of-type {
  margin-right: 0;
}

.icop-result-dots li::before {
  position: absolute;
  content: '';
  height: 4px;
  display: inline-block;
  background: #e5e5e5;
  margin: 0;
}

.icop-result-dots li::before, .icop-result-dots.text-bottom li::before {
  position: absolute;
  width: 33%;
}

.icop-result-dots li::before {
  bottom: 7px;
}

.icop-result-dots li>*::before, .icop-result-dots.text-bottom li>*::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: calc(50% - 23px);
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: #e5e5e5;
  border: 5px solid white;
}

.icop-result-dots li.checked>*::before, .icop-result-dots.text-bottom li.checked>*::before {
  background: #00bdb7;
  background: -moz-linear-gradient(135deg, #01eeb8 0%, #00bdb7 100%);
  background: -webkit-linear-gradient(135deg, #01eeb8 0%, #00bdb7 100%);
  background: linear-gradient(135deg, #01eeb8 0%, #00bdb7 100%);
}

.icop-result-dots li.checked::before {
  z-index: 3;
  background: #e5e5e5;
  background: -moz-linear-gradient(left, #e5e5e5 5%, #21cfb7 50%, #e5e5e5 95%);
  background: -webkit-linear-gradient(left, #e5e5e5 5%, #21cfb7 50%, #e5e5e5 95%);
  background: linear-gradient(to right, #e5e5e5 5%, #21cfb7 50%, #e5e5e5 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=1);
  transform: translateX(-50%);
  width: 40%;
}

.icop-result-dots li::after {
  bottom: 7px;
}

.icop-result-dots li::after, .icop-result-dots.text-bottom li::after {
  position: absolute;
  width: 33%;
}

.icop-result-dots li::after {
  position: absolute;
  z-index: 0;
  content: '';
  height: 4px;
  display: inline-block;
  margin: 0;
  background-color: #e5e5e5;
}

@media screen and (max-width: 650px) {
  .icop-result-complete {
    margin-bottom: -30px;
    margin-top: 23px;
  }
}

.icop-result-complete {
  border-top: 2px solid #edeceb;
  padding: 15px 25px;
  overflow: hidden;
  position: relative;
}

.icop-result-complete p {
  z-index: 2;
  position: relative;
  margin: 0;
}

.icop-result-complete:after {
  content: "\f05a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 65px;
  color: lightgrey;
  top: calc(50% - 45px);
  right: -15px;
  z-index: 0;
  filter: opacity(0.3);
}

.group-area.active, .group-alph.active {
  color: #0ACDB7;
}

.course-results .owl-nav .owl-next.active {
  opacity: 1;
}

[ng-cloak] {
  display: none;
}

#professional-portrait-table .professional-portrait-text {
  text-align: left;
  border-left: 1px solid #e8e8e8;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#professional-portrait-table .professional-portrait-title-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counter-exam {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #professional-portrait-table .professional-portrait-text {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    border-left: none;
    padding: 20px;
    margin-top: 20px;
    height: auto;
    margin-bottom: -15px;
  }

  .counter-exam {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 15px;
  }
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9)
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px)
}

/*.preloader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}*/
.preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 50px;
  transform-origin: center center;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #00BFB7;
  }

  40% {
    stroke: #FF3E57;
  }

  66% {
    stroke: #EE773C;
  }

  80%, 90% {
    stroke: #371F72;
  }
}

@media screen and (max-width: 768px) {
  #cursos-relacionados-tab {
    margin-top: 1px;
  }

  #profession-tab {
    padding-right: 8px;
  }
}

.swal2-modal {
  font-family: 'Open Sans', sans-serif;
}

.swal2-container {
  font-family: 'Open Sans', sans-serif;
}

.swal2-modal .swal2-content {
  font-weight: inherit !important;
}

.theme-orange .btn-next {
  background: #ee763c !important;
}

.theme-red .btn-next {
  background: #ff3e56 !important;
}

.theme-blue .btn-next {
  background: #4987d8 !important;
}

.theme-yellow .btn-next {
  background: #f3ad30 !important;
}

.theme-orange .btn-next:active {
  background: #d26834 !important;
}

.theme-red .btn-next:active {
  background: #d63549 !important;
}

.theme-blue .btn-next:active {
  background: #4077bf !important;
}

.theme-yellow .btn-next:active {
  background: #da9b2b !important;
}

.theme-yellow .professional-portrait-options .professional-portrait-confirm {
  background: #f3ad30 !important;
}

.theme-red .professional-portrait-options .professional-portrait-confirm {
  background: #ff3e56 !important;
}

.theme-blue .professional-portrait-options .professional-portrait-confirm {
  background: #4987d8 !important;
}

.theme-orange .professional-portrait-options .professional-portrait-confirm {
  background: #ee763c !important;
}

.theme-yellow span.destaque {
  color: #f3ad30 !important;
}

.theme-red span.destaque {
  color: #ff3e56 !important;
}

.theme-blue span.destaque {
  color: #4987d8 !important;
}

.theme-orange span.destaque {
  color: #ee763c !important;
}

.theme-yellow .question-order {
  background: #f3ad30 !important;
}

.theme-red .question-order {
  background: #ff3e56 !important;
}

.theme-blue .question-order {
  background: #4987d8 !important;
}

.theme-orange .question-order {
  background: #ee763c !important;
}

.professional-portrait-content {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .professional-portrait-content {
    display: flex;
    flex-direction: column;
  }
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

#print .card {
  background: none;
  box-shadow: none;
}

#print .icop-result-complete:after {
  display: none;
}

#print #icop-result i {
  display: none
}

#print #chat {
  display: none
}

#print .container-small {
  max-width: 1170px
}

#print #container-map {
  max-width: 700px;
}

#print .professional-portrait-title {
  color: black;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.5px
}

#print .modal-hint-content {
  margin-top: -15px;
}

#print #icop-result {
  border-top: 1px solid #000000;
  margin-bottom: 45px;
}

#print .destaque {
  color: #000000
}

#print #professional-portrait-table .professional-portrait-text {
  border-left: 1px solid #000000;
}

#print .icop-result-complete {
  border-top: 0px solid #000000;
  padding-top: 0;
  text-align: center;
}

#print #icop-result .card {
  margin-bottom: 0px;
  margin-top: 40px
}

#print .icop-result-dots li.checked>*::before, .icop-result-dots.text-bottom li.checked>*::before {
  background: url(../images/print-black.jpg) !important;
}

#print .icop-result-dots li>*::before, .icop-result-dots.text-bottom li>*::before {
  background: url(../images/print-grey.jpg) !important;
  -webkit-print-color-adjust: exact !important;
  -moz-color-adjust: exact !important;
  color-adjust: exact !important;
}

#print .icop-result-dots li.checked::before {
  z-index: 3;
  /* background: #e5e5e5;
    background: -moz-linear-gradient(left, #e5e5e5 5%, #000000 50%, #e5e5e5 95%);
    background: -webkit-linear-gradient(left, #e5e5e5 5%, #000000 50%, #e5e5e5 95%);
    background: linear-gradient(to right, #e5e5e5 5%, #000000 50%, #e5e5e5 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=1); */
  background: url(../images/print-gradient.jpg) !important;
  transform: translateX(-50%);
  width: 40%;
  -webkit-print-color-adjust: exact !important;
}

#print .icop-result-dots li::after {
  background: url(../images/print-grey.jpg) !important;
  -webkit-print-color-adjust: exact !important;
  -moz-color-adjust: exact !important;
  color-adjust: exact !important;
}

#print .icop-result-dots-min {
  text-align: center;
}

#print .icop-result-dots-min div {
  height: 5px;
  margin-top: 4px;
}

#print .icop-result-dots li>*::before, .icop-result-dots.text-bottom li>*::before {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  #print .professional-portrait-title {
    color: black;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.5px
  }

  #print .professional-portrait-percentage {
    font-size: 2.2em;
    margin-top: -10px;
  }

  #print #professional-portrait .card {
    margin-top: 35px;
  }

  #print .professional-portrait-content {
    display: flex;
    flex-direction: row;
  }

  #print #professional-portrait-table .professional-portrait-text {
    text-align: left;
    border-left: 1px solid #000000;
    padding-left: 40px;
    border-top: none;
  }

  #print .professional-portrait-title-holder {
    min-width: 170px;
  }

  #print .professional-portrait-text {
    margin-top: 0px;
  }

  #print .professional-portrait-title {
    margin-top: 20px;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    -moz-color-adjust: exact !important;
    color-adjust: exact !important;
  }
}

#important-tips .card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .35);
  margin: 0 auto;
  position: relative;
  padding: 20px;
  height: auto;
  max-width: 450px;
  margin-bottom: 5px;
}

#important-tips .avatar {
  padding: 10px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#important-tips .important-tips-photo {
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#important-tips .important-tips-text {
  text-align: center;
}

#important-tips .important-tips-text h4 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 17.5px;
  text-align: center;
  line-height: 22px;
  color: #00bdb7;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  height: 50px;
  padding: 0px 30px;
}

#important-tips .important-tips-text p {
  text-align: center;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
  height: 70px;
  margin: 0;
  padding: 0 10px;
}

#important-tips .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 40px);
  left: 3px;
  opacity: .3;
}

#important-tips .owl-nav .owl-prev:before {
  font-family: 'icomoon';
  content: "\e904";
  font-size: 35px;
  color: #888;
  background: white;
  border-radius: 40px;
  /*border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
}

#important-tips .owl-nav .owl-prev:hover {
  opacity: 1;
}

#important-tips .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 40px);
  right: 3px;
  opacity: .3;
}

#important-tips .owl-nav .owl-next:before {
  font-family: 'icomoon';
  content: "\e903";
  font-size: 35px;
  background: white;
  color: #888;
  border-radius: 40px;
  /*border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
}

#important-tips .owl-nav .owl-next:hover {
  opacity: 1;
}

#important-tips .owl-dots {
  overflow: hidden;
  text-align: center;
  margin: 15px
}

#important-tips .owl-dots .owl-dot {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

#important-tips .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #999999;
  display: block;
  opacity: .7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#important-tips .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
}

#important-tips a {
  color: #888888;
}

#important-tips a:hover {
  color: #666666;
}

#important-tips a.btn, #important-tips a:hover.btn {
  color: #FFFFFF;
}

#important-tips p a {
  color: #00bdb7;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

#important-tips p a:hover {
  color: #00716d;
}

@media only screen and (max-width: 529px) {
  #important-tips .owl-nav .owl-prev {
    left: 2px;
  }

  #important-tips .owl-nav .owl-next {
    right: 2px;
  }

  #important-tips .important-tips-text h4 {
    height: 80px !important;
  }

  #important-tips .important-tips-text p {
    height: 85px !important;
  }
}

@media only screen and (max-width: 325px) {
  #important-tips .important-tips-text h4 {
    padding: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .emep-emoji {
    margin-left: auto;
  }

  .emep-text {
    text-align: center;
    height: 167px;
  }
}

.input-group {
  width: 100%
}

.form-inline .input-group>.form-control {
  height: 40px;
  border-radius: 5px;
  text-align: left;
}

.form-inline .checkbox, .form-inline .radio {
  font-weight: 500;
}

.share-box {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 180px;
  z-index: 9999;
  -webkit-box-shadow: 0 -3px 5px 0 rgba(99, 117, 138, .25);
  -moz-box-shadow: 0 -3px 5px 0 rgba(99, 117, 138, .25);
  box-shadow: 0 -3px 5px 0 rgba(99, 117, 138, .25);
  display: none;
  align-items: center;
  text-align: center;
}

.share-box .btn {
  font-weight: bold;
  margin-right: 15px
}

.share-box .fa {
  margin-right: 5px;
}

.share-box h4 {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 10px
}

.share-box h5 {
  padding: 0 20px;
  line-height: 18px;
  margin: 0
}

.share-box .close {
  font-size: 19px;
  position: absolute;
  top: 8px;
  right: 8px;
}

@media (max-width: 768px) {
  .share-box .container {
    margin: 0;
  }

  .share-box .btn {
    margin-right: 0
  }

  .share-box a:last-child {
    margin-bottom: 0;
  }
}

.share-box .btn-facebook-share-box {
  background: #4267b2;
  color: #ffffff;
}

.share-box .btn-facebook-share-box:hover {
  background: #34518d;
  color: #ffffff;
}

.share-box .btn-twitter-share-box {
  background: #0084b4;
  color: #ffffff;
}

.share-box .btn-twitter-share-box:hover {
  background: #007098;
  color: #ffffff;
}

.share-box .btn-whatsapp-share-box {
  background: #57BB63;
  color: #ffffff;
}

.share-box .btn-whatsapp-share-box:hover {
  background: #489e52;
  color: #ffffff;
}

#referral .course {
  height: 100%;
  max-height: 100%;
  min-height: auto;
}

.referral-code {
  padding: 20px;
}

.referral-url a {
  color: #777;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #e1e1e1;
}

.referral-friends {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.referral-friends .referral-name {
  line-height: 1.42857143;
  color: #777;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

.referral-friends .referral-points {
  font-size: 12px;
  flex-direction: row;
  align-items: center;
}

.referral-friends img {
  width: 60px;
  height: 60px;
}

.referral-friends .referral-image {
  width: 70px;
  float: left;
}

.referral-friends .referral-data {
  width: calc(100% - 70px)
}

#referral .progress {
  width: 200px;
  height: 200px;
  background: none;
  box-shadow: none;
  position: relative;
}

#referral .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#referral .progress .progress-left {
  left: 0;
}

#referral .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#referral .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#referral .progress .progress-right {
  right: 0;
}

#referral .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

#referral .progress .progress-value {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ebebeb;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

#referral .progress.green .progress-bar {
  border-color: #0ACDB7;
}

#referral .progress.green .progress-value {
  color: #0ACDB7;
}

#referral .progress.red .progress-bar {
  border-color: #ff3e56;
}

#referral .progress.red .progress-value {
  color: #ff3e56;
}

#referral .progress.orange .progress-bar {
  border-color: #ee763c;
}

#referral .progress.orange .progress-value {
  color: #ee763c;
}

#referral .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  #referral .progress {
    margin-bottom: 20px;
  }
}

.onl_socialButtons a {
  color: white; // In yourUse @body-bg
  opacity: 0.9;
}

.onl_socialButtons a:hover {
  color: white;
  opacity: 1;
}

.onl_socialButtons .onl_btn-facebook {
  background: #3b5998;
  border-color: #172d5e
}

.onl_socialButtons .onl_btn-twitter {
  background: #00aced;
  border-color: #043d52
}

.onl_socialButtons .onl_btn-whatsapp {
  background: #25d366;
  border-color: #25d366
}

.onl_socialButtons .onl_btn-google-plus {
  background: #c32f10;
  border-color: #6b1301
}

.onl_socialButtons .onl_btn-soundcloud {
  background: #ff8800;
  border-color: #c73e04
}

.onl_socialButtons .onl_btn-github {
  background: #666666;
  border-color: #333333
}

.onl_socialButtons .onl_btn-steam {
  background: #878787;
  border-color: #292929
}

.onl_socialButtons .onl_btn-pinterest {
  background: #cc2127;
  border-color: #780004
}

.onl_socialButtons .onl_btn-vimeo {
  background: #1ab7ea;
  border-color: #162221
}

.onl_socialButtons .onl_btn-lastfm {
  background: #c3000d;
  border-color: #5e0208
}

.onl_socialButtons .onl_btn-yahoo {
  background: #400191;
  border-color: #230052
}

.onl_socialButtons .onl_btn-vk {
  background: #45668e;
  border-color: #1a3352
}

.onl_socialButtons .onl_btn-spotify {
  background: #7ab800;
  border-color: #3a5700
}

.onl_socialButtons .onl_btn-linkedin {
  background: #0976b4;
  border-color: #004269
}

.onl_socialButtons .onl_btn-stumbleupon {
  background: #eb4924;
  border-color: #943019
}

.onl_socialButtons .onl_btn-tumblr {
  background: #35465c;
  border-color: #142030
}

.progress-points {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1.3px;
  line-height: 1;
  margin-top: -5px;
}

.progress-subtitle {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #referral .course {
    margin-bottom: 15px;
  }

  .referral-code {
    padding-top: 0
  }
}

.prize-text {
  float: left;
  width: calc(100% - 170px);
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 0px 20px 20px;
}

.prize-button {
  float: left;
  width: 140px;
  text-align: center;
}

.prize-price {
  float: left;
  width: 50px;
  text-align: left;
}

.prize-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item div {
  height: 245px !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}

.referral-friends-header p {
  margin: 0 0 10px;
  float: left;
  width: calc(100% - 140px);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 0px 20px 20px;
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
}

@media (max-width: 320px) {
  .interaction.like-dislike ul li .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    position: relative;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    display: block;
  }

  .interaction.like-dislike ul li .icon i, .interaction ul li .icon i {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    line-height: 70px;
    position: relative;
    -webkit-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
    -moz-box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
    box-shadow: 0 3px 5px 0 rgba(99, 117, 138, .21);
  }

  .interaction.like-dislike ul li .icon i:before, .interaction ul li .icon i:before {
    font-size: 22px;
    top: -16px;
  }

  .img-back-lg {
    width: 35px;
    height: 35px;
  }
}
@media(min-width: 768px){
  .img-back-lg {
    width: 38px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 2;
    padding-left: 10px;
  }

}
