@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Source+Sans+Pro:300,300i,400,600");
html {
  font-size: 16px; }
  @media only screen and (max-width: 375px) {
    html {
      font-size: 12px !important; } }

body {
  background: #f2f2f6 url("../../components/image/bg.png") top repeat-x;
  color: #423f43;
  font-family: "Source Sans Pro", sans-serif; }
  @media only screen and (max-width: 375px) {
    body {
      background-position: center -460px; } }

a {
  text-decoration: none;
  transition: color 0.8s;
  color: #f55755; }
  a:hover {
    text-decoration: none;
    color: #423f43; }

p {
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.2; }
  @media only screen and (max-width: 375px) {
    p {
      font-size: 15px; } }

h1,
h2,
h3,
p {
  margin: 0; }

h2,
h3 {
  font-size: 2.25rem; }
  @media only screen and (max-width: 375px) {
    h2,
    h3 {
      font-size: 24px; } }

.bar {
  background: #2c272c;
  height: 45px; }
  .bar a {
    color: #b6b4b6;
    font-weight: 300;
    line-height: 1;
    transition: color 0.5s; }
    .bar a:hover {
      color: #f55755; }

.bar_container {
  position: relative; }
  .bar_container:before {
    content: "";
    background: url("../../components/image/bar_decoration.png") left top no-repeat;
    display: block;
    position: absolute;
    height: 45px;
    left: -37px;
    top: 0px;
    width: 75px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .bar_container:before {
        background: url("../../components/image/bar_decoration@2x.png") left no-repeat;
        background-size: 75px 45px !important; } }

.bar_lang {
  float: right;
  padding: 0.875rem 2.813rem 0.625rem 0; }

.user-menu {
  background: #423f43;
  border-bottom: 5px #353236 solid;
  padding: 0.75rem 0 0.625rem;
  height: 45px;
  float: right;
  min-width: 15rem; }
  .user-menu a {
    padding: 0 37px;
    position: relative; }
    .user-menu a:first-child:after {
      content: "";
      background: #b6b4b6;
      display: block;
      position: absolute;
      height: 17px;
      right: -2px;
      top: 0;
      width: 1px; }

.menu {
  margin: 2.813rem 0 5.313rem; }
  @media only screen and (max-width: 375px) {
    .menu {
      margin: 25px 0; } }

.nav {
  padding-top: 1.25rem;
  position: relative; }
  .nav a {
    color: #fff;
    font-size: 1.313rem;
    font-weight: 300;
    line-height: 1;
    transition: color 0.8s; }
  .nav div {
    float: right; }
  .nav .current-menu-item a, .nav .menu-item:hover a {
    border-bottom: 6px #fff solid !important;
    font-weight: 600 !important;
    letter-spacing: -0.05rem;
    padding-bottom: 0.625rem !important; }
  .nav li:last-child a {
    margin-right: 0; }
  .nav .nav_login li:nth-last-child(2) a {
    margin-right: 0; }
  .nav .nav_login + .nav_logout li:last-child a {
    margin-right: 2.5rem; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nav .nav_login + .nav_logout li:last-child a {
        margin-right: 2rem; } }
  .nav ul {
    list-style-type: none; }
    .nav ul li {
      float: left; }

.nav_logout .menu-item:hover a {
  border-bottom: none;
  padding-bottom: 0; }
.nav_logout a {
  margin-right: 3.938rem; }
  @media only screen and (max-width: 1200px) {
    .nav_logout a {
      margin-right: 35px; } }
.nav_logout--show {
  background: #423f43;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 1.25rem 3.188rem 1.25rem 2.5rem;
  position: absolute;
  top: 0;
  right: 0; }
  .nav_logout--show a {
    margin-right: 2.5rem; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nav_logout--show a {
        margin-right: 2rem; } }

.nav_login {
  position: relative;
  padding-right: 6.25rem; }
  .nav_login a {
    margin-right: 2.813rem; }
  .nav_login li:nth-last-child(2) a {
    margin-right: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logged-in .nav_login {
    padding-right: 5.5rem; }

  .nav_login a {
    margin-right: 2rem; } }
.nav_switcher {
  background: #e15251;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  transition: background 0.8s;
  right: 0;
  width: 60px;
  height: 60px; }
  .nav_switcher img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .nav_switcher:hover {
    background: #423f43; }
  .nav_switcher--on {
    background: none;
    right: 10px;
    z-index: 100; }
    .nav_switcher--on img {
      transform: rotate(90deg); }

.nav-mobile {
  float: right; }
  .nav-mobile a {
    margin-right: 22px; }
    .nav-mobile a:last-child {
      margin-right: 0; }

.nav-mobile_list {
  background: #f55755;
  position: absolute;
  top: 75px;
  left: 0;
  padding: 0 15px;
  z-index: 100;
  width: 100%; }
  .nav-mobile_list ul {
    background: #f55755;
    padding-left: 0;
    width: 100%; }
  .nav-mobile_list li {
    background: #f34a48;
    text-align: center;
    list-style-type: none;
    margin-bottom: 5px; }
    .nav-mobile_list li a {
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 300;
      line-height: 1;
      padding: 15px 0; }
    .nav-mobile_list li:first-child {
      border-top: 5px #fff solid; }
    .nav-mobile_list li.bigtop {
      margin-top: 30px; }
    .nav-mobile_list li.special {
      background: #f66866; }
    .nav-mobile_list li:last-child {
      margin-bottom: 10px; }
  @media only screen and (max-width: 992px) {
    .nav-mobile_list {
      top: 105px; } }
  @media only screen and (min-width: 992px) {
    .nav-mobile_list {
      display: none; } }
  @media only screen and (max-width: 375px) {
    .nav-mobile_list {
      top: 68px; } }

.form .form-group {
  margin-bottom: 35px;
  position: relative; }
  @media only screen and (max-width: 375px) {
    .form .form-group {
      margin-bottom: 20px; } }
.form .radio-group {
  float: right;
  width: 78%; }
  .form .radio-group .radio-inline, .form .radio-group .wpcf7-radio.form_radio_wrapper > span {
    margin-left: 0;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .form .radio-group {
      float: none;
      width: 100%; }
      .form .radio-group .radio-inline, .form .radio-group .wpcf7-radio.form_radio_wrapper > span {
        display: block;
        margin-bottom: 0 !important;
        padding-left: 0; } }
.form .radio-inline, .form .wpcf7-radio.form_radio_wrapper > span {
  cursor: pointer; }
  .form .radio-inline .form_label, .form .radio-inline .wpcf7-list-item-label, .form .wpcf7-radio.form_radio_wrapper > span .form_label, .form .wpcf7-radio.form_radio_wrapper > span .wpcf7-list-item-label {
    cursor: pointer; }

.form_input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.125rem;
  font-weight: 300;
  height: 60px;
  padding: 0.9375rem; }
  .form_input:focus {
    box-shadow: none; }
  .form_input--opacity {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .form_input--grey {
    background: #f2f2f6;
    color: #aca5ae; }
  .form_input--normal {
    width: 210px; }
  @media only screen and (max-width: 375px) {
    .form_input {
      height: 45px; } }

.form_textarea {
  background: #f2f2f6;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #aca5ae;
  height: 235px !important;
  font-size: 1.125rem;
  padding: 1.563rem 1.25rem;
  resize: none; }
  .form_textarea:focus {
    box-shadow: none; }
  @media only screen and (max-width: 375px) {
    .form_textarea {
      font-size: 12px; } }

.form_textarea_counter {
  color: #aca5ae;
  font-size: 0.9375rem;
  position: absolute;
  right: 0;
  top: 5px; }
  @media only screen and (max-width: 375px) {
    .form_textarea_counter {
      font-size: 12px; } }

.form_captch_register {
  margin-top: 3.125rem; }

.form_container {
  border-top: 1px #aca5ae solid;
  border-bottom: 1px #aca5ae solid;
  padding: 1.875rem 0;
  margin: 1.25rem 0 2.188rem; }
  .form_container--simple {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }

.form_description .checkbox {
  margin: 0;
  float: left;
  width: 4%; }
  @media only screen and (max-width: 768px) {
    .form_description .checkbox {
      width: 20px; } }

.form_description_text {
  float: right;
  color: #aca5ae;
  font-size: 0.9375rem;
  padding-top: 5px;
  line-height: 1.3;
  width: 96%; }
  .form_description_text.reg {
    font-size: 1.313rem;
    color: #423f43;
    padding-top: 0px; }
  @media only screen and (max-width: 768px) {
    .form_description_text {
      width: 92%; } }
  @media only screen and (max-width: 375px) {
    .form_description_text {
      font-size: 12px; } }

.form_submit {
  margin-top: 2.5rem; }

.form_label, .wpcf7-list-item-label {
  font-size: 1.313rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .form_label, .wpcf7-list-item-label {
      font-size: 15px; } }

.form_label_text {
  text-align: left;
  line-height: 1.2;
  padding-top: 3px;
  display: inline-block;
  vertical-align: top;
  max-width: 84%; }
  @media only screen and (min-width: 1200px) {
    .form_label_text {
      max-width: 86%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .form_label_text {
      max-width: 174px; } }

.form_checkbox,
.form_radio,
.wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input {
  display: none; }

.form_checkbox + label {
  font-weight: 300;
  color: #f2f2f2; }

.parsley-error .form_checkbox + label em {
  border-color: #f55755; }

.form_checkbox + label em {
  display: inline-block;
  border: 1px #aca5ae solid;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer; }

.form_checkbox--normal + label em {
  width: 25px;
  height: 25px; }

.form_checkbox--normal:checked + label em {
  background: url("../../components/image/checked.png") center no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .form_checkbox--normal:checked + label em {
      background: url("../../components/image/checked@2x.png") center no-repeat;
      background-size: 19px 13px !important; } }

.form_checkbox--normal:checked + label {
  letter-spacing: -0.01rem; }

.form_checkbox--small + label em {
  width: 15px;
  height: 15px; }

.form_checkbox--small:checked + label em {
  background: url("../../components/image/checked_g.png") center no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .form_checkbox--small:checked + label em {
      background: url("../../components/image/checked_g@2x.png") center no-repeat;
      background-size: 12px 8px !important; } }

.form_checkbox:checked + label span {
  font-weight: 400; }

.form_radio, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input {
  cursor: pointer;
  color: #2c272c; }

.form_radio + label em, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input + .wpcf7-list-item-label em {
  background: #f2f2f6;
  display: inline-block;
  float: left;
  border-radius: 50%;
  border: 1px #aca5ae solid;
  height: 20px;
  width: 20px;
  margin: 5px 10px 0 0; }

.form_radio:checked + label em, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input:checked + .wpcf7-list-item-label em {
  display: inline-block;
  border: 1px #aca5ae solid;
  position: relative; }

.form_radio:checked + label em span, .wpcf7-radio.form_radio_wrapper > .wpcf7-list-item > input:checked + .wpcf7-list-item-label em span {
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  background: #f55755;
  border: 4px #f2f2f6 solid;
  border-radius: 50%;
  height: 16px;
  width: 16px; }

.checkbox label,
.radio label, .wpcf7-radio.form_radio_wrapper .wpcf7-list-item-label {
  padding-left: 0; }

.checkbox--space {
  margin-top: 0;
  margin-bottom: 0.9375rem; }

.button {
  border: none;
  border-bottom-width: 0.375rem;
  border-bottom-style: solid;
  cursor: pointer;
  display: block;
  height: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  transition: color 0.8s;
  padding: 0.875rem 1.25rem; }
  .button--normal {
    width: 260px; }
  .button--small {
    width: 60px; }
  .button--grey {
    background: #f2f2f6;
    border-bottom-color: #ebebf1;
    color: #aca5ad; }
    .button--grey:hover, .button--grey:focus, .button--grey:visited {
      color: #aca5ad;
      text-decoration: none; }
  .button--red {
    background: #f55755;
    border-bottom-color: #f02b2a;
    color: #fff; }
    .button--red:hover, .button--red:focus, .button--red:visited {
      color: #fff;
      text-decoration: none; }
  .button--center {
    margin: 0 auto; }
  .button--left {
    float: left; }
  .button--right {
    float: right; }
  .button img {
    margin-left: 0.9375rem; }
  @media only screen and (max-width: 375px) {
    .button {
      font-size: 15px;
      padding: 18px 1.25rem; }
      .button--full {
        width: 100%; } }

.cube {
  height: 60px;
  padding: 18px;
  position: absolute;
  border: none;
  width: 60px; }
  .cube img {
    display: block;
    margin: 0 auto; }
  .cube--grey {
    background: #f2f2f6;
    border-bottom: 0.375rem #ebebf1 solid; }
  .cube--red {
    background: #f55755;
    border-bottom: 0.375rem solid #f02b2a; }
  .cube--turcus {
    background: #6fc8c0;
    border-bottom: 0.375rem solid #37aca0; }
  .cube--brown {
    background: #fcbe69;
    border-bottom: 0.375rem solid #fa9d34; }
  .cube--darkbrown {
    background: #bc7d67;
    border-bottom: 0.375rem solid #9a3e33; }
  .cube--violet {
    background: #bc88ad;
    border-bottom: 0.375rem solid #9a4c84; }
  .cube--green {
    background: #9fd086;
    border-bottom: 0.375rem solid #6fb849; }
  .cube--without {
    padding: 0; }
    .cube--without img {
      margin-top: 12px; }
  @media only screen and (max-width: 375px) {
    .cube {
      height: 45px;
      width: 45px; }
      .cube img {
        height: 50%;
        width: 44%; } }

.hide-carousel-elements-forevah .carousel-indicators,
.hide-carousel-elements-forevah .control {
  display: none; }
.hide-carousel-elements-forevah div.carousel-inner {
  padding-bottom: 0; }

.home-slider .home-slider_img_container {
  position: relative;
  overflow: hidden; }
  .home-slider .home-slider_img_container img {
    width: 100% !important;
    height: auto !important; }
.home-slider .carousel-inner {
  border-bottom-right-radius: 32px; }
.home-slider .carousel-indicators {
  margin: 0;
  right: 40px;
  width: 75px; }
  @media only screen and (max-width: 768px) {
    .home-slider .carousel-indicators {
      top: auto !important;
      bottom: 50px;
      left: 50%;
      width: 75px;
      margin-left: -37px; } }
  @media only screen and (max-width: 375px) {
    .home-slider .carousel-indicators {
      top: auto !important;
      bottom: 20px; } }
@media only screen and (max-width: 768px) {
  .home-slider .carousel-indicators .active {
    background: #f55755; } }

.home-slider_head.hidden-xs {
  position: absolute; }

.home-slider_head {
  background: rgba(44, 39, 44, 0.8);
  padding: 1.563rem 2.5rem;
  width: 100%;
  bottom: 0; }
  @media only screen and (max-width: 768px) {
    .home-slider_head {
      position: static;
      background: #2c272c; } }
  @media only screen and (max-width: 375px) {
    .home-slider_head {
      padding: 20px 30px 10px; } }

.home-slider_head_title {
  color: #fff; }
  .home-slider_head_title span {
    font-size: 1.313rem;
    font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .home-slider_head_title {
      font-size: 27px; }
      .home-slider_head_title span {
        font-size: 15px; } }

.home-slider_description {
  background: #2c272c;
  color: #fff;
  padding: 2.813rem 2.5rem;
  box-sizing: content-box !important; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .home-slider_description {
      padding-top: 5.813rem; } }
  @media only screen and (max-width: 768px) {
    .home-slider_description {
      padding-top: 0; } }
  @media only screen and (max-width: 375px) {
    .home-slider_description {
      padding: 0px 30px;
      margin-top: -1px; } }

.home-slider_description_text {
  font-weight: 300;
  margin-bottom: 1.25rem; }
  @media only screen and (max-width: 375px) {
    .home-slider_description_text {
      font-size: 15px;
      margin-bottom: 15px; } }

.home-slider_description_link {
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1; }
  @media only screen and (max-width: 375px) {
    .home-slider_description_link {
      font-size: 15px; } }

.home-slider_description_button {
  float: right; }
  @media only screen and (max-width: 768px) {
    .home-slider_description_button {
      float: none;
      margin-top: 15px;
      margin-bottom: 60px;
      width: 100%; } }

.testimonials-slider .item {
  margin-bottom: 15px; }

.fact_checker-slider .carousel-inner {
  margin-bottom: 2.813rem;
  padding-right: 0.9375rem; }

.founds-slider .carousel-inner, .founds2-slider .carousel-inner {
  margin-bottom: 2.5rem; }

.founds2-slider img {
  max-height: 100%; }

.founds_title {
  max-height: 1em;
  overflow: visible; }

.ebook_logged-slider {
  position: relative; }
  .ebook_logged-slider .control {
    right: 14px;
    bottom: -32px; }
  .ebook_logged-slider .carousel-inner {
    padding-bottom: 45px; }
  .ebook_logged-slider .carousel-indicators {
    left: 100px;
    bottom: -10px; }
    @media only screen and (max-width: 375px) {
      .ebook_logged-slider .carousel-indicators {
        left: 115px;
        bottom: -5px; } }

.slide_info {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1; }
  .slide_info--white {
    color: #fff; }
  .slide_info--grey {
    color: #423f43; }
  .slide_info--light-grey {
    color: #b6b4b6; }
  @media only screen and (max-width: 375px) {
    .slide_info {
      font-size: 12px; } }

.slide_title {
  text-transform: uppercase;
  line-height: 1; }

.control {
  position: absolute;
  right: 0px;
  bottom: 0px; }
  .control .carousel-control {
    background: #f2f2f6;
    border-bottom: 0.375rem #ebebf1 solid;
    cursor: pointer;
    height: 60px;
    display: inline-block;
    padding: 1.063rem 1.25rem;
    width: 60px; }
    .control .carousel-control.left {
      margin-right: 0.062rem; }
    @media only screen and (max-width: 375px) {
      .control .carousel-control {
        padding: 10px 0;
        height: 45px;
        width: 45px; } }
  .control .right {
    margin-right: 0.125rem; }
  .control .right-fixme {
    margin-right: 0; }

#founds2Carusel .col-xs-6 {
  height: 50%; }

.carousel-indicators {
  margin-left: 0;
  width: 75px; }
  .carousel-indicators--grey li.active {
    background: #423f43 !important; }
  .carousel-indicators--grey li {
    background: #d4d3d4 !important; }
  .carousel-indicators--center {
    width: 100%;
    bottom: -50px; }
    @media only screen and (min-width: 376px) and (max-width: 768px) {
      .carousel-indicators--center {
        bottom: -59px; } }
  .carousel-indicators--right {
    width: auto;
    bottom: -60px; }
    @media only screen and (min-width: 1200px) {
      .carousel-indicators--right {
        right: -75px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .carousel-indicators--right {
        right: -55px; } }
    @media only screen and (max-width: 992px) {
      .carousel-indicators--right {
        width: 100%;
        bottom: -55px; } }
    @media only screen and (max-width: 375px) {
      .carousel-indicators--right {
        bottom: -40px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 320px) {
      .carousel-indicators--right {
        right: 0 !important; } }

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0;
  margin-right: 10px !important;
  height: 15px;
  width: 15px; }
  .carousel-indicators li:last-child {
    margin-right: 0 !important; }
  @media only screen and (max-width: 375px) {
    .carousel-indicators li {
      margin-right: 8px !important;
      height: 12px;
      width: 12px; } }

.carousel-indicators .active {
  height: 15px;
  width: 15px; }
  @media only screen and (max-width: 375px) {
    .carousel-indicators .active {
      height: 12px;
      width: 12px; } }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

.module {
  border-bottom-right-radius: 32px;
  position: relative; }
  .module--normal {
    padding: 2.5rem; }
    @media only screen and (max-width: 375px) {
      .module--normal {
        padding: 1.563rem 1.875rem 2.188rem; } }
  .module--large {
    padding: 3.25rem 2.5rem 2.813rem; }
    @media only screen and (max-width: 375px) {
      .module--large {
        padding: 1.563rem 1.875rem 2.5rem; } }
  .module--without-bottom {
    padding-bottom: 0 !important; }
  .module--without-radius {
    border-radius: 0 !important; }
  @media only screen and (max-width: 768px) {
    .module--slider {
      padding-bottom: 4.688rem; } }
  .module--white {
    background: #fff; }
  .module--grey {
    background: #2c272c; }
  @media only screen and (max-width: 992px) {
    .module {
      margin-bottom: 2rem !important; } }
  @media only screen and (max-width: 375px) {
    .module {
      margin-bottom: 1.875rem !important; } }

.tweets {
  padding-bottom: 119px; }

.module_title {
  margin-bottom: 1.25rem; }

.sidebar {
  width: 100%; }

.sidebar_title {
  background: #1a1a1a;
  display: block;
  color: #fff;
  padding: 2.5rem;
  text-transform: uppercase; }
  .sidebar_title--click {
    cursor: pointer; }
    .sidebar_title--click img {
      display: inline-block;
      transform: rotate(90deg);
      float: right;
      margin-top: 2px;
      margin-right: 5px; }
  .sidebar_title--clean {
    padding-right: 1rem; }
  @media only screen and (max-width: 375px) {
    .sidebar_title {
      font-size: 18px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .sidebar_title img {
        margin-top: -1px; } }

.sidebar_head {
  background: #1a1a1a;
  padding: 1.563rem; }

.sidebar_head_select {
  display: inline-block;
  position: relative;
  width: 100%; }
  .sidebar_head_select .cube {
    position: absolute;
    top: 0;
    right: 0; }
    .sidebar_head_select .cube img {
      transform: rotate(90deg); }
    @media only screen and (max-width: 375px) {
      .sidebar_head_select .cube {
        height: 60px;
        width: 60px; }
        .sidebar_head_select .cube img {
          height: auto;
          width: auto; } }
  .sidebar_head_select select {
    background: #fff;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding-left: 15px;
    height: 60px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    width: 100%; }

.filter {
  border-bottom: 1px #423f43 solid;
  padding-bottom: 1.563rem;
  margin-bottom: 1.063rem; }
  .filter .checkbox {
    margin: 0 0 1.25rem; }
    .filter .checkbox .form_checkbox + label em {
      border: 1px #fff solid; }
    .filter .checkbox label {
      color: #fff;
      font-weight: 300;
      padding-left: 0;
      width: 100%; }
    .filter .checkbox:last-child {
      margin-bottom: 0; }
  .filter--border-top {
    border-top: 1px #423f43 solid;
    padding-top: 1.563rem; }
  .filter--clean {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.resources_search_results_link,
.tests_search_results_link {
  cursor: pointer; }

.filter_reset,
.filter_reset_link {
  cursor: pointer;
  color: #fff;
  background: url("../../components/image/ico_reset.png") center left no-repeat;
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  padding-left: 2.5rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .filter_reset,
    .filter_reset_link {
      background: url("../../components/image/ico_reset@2x.png") center left no-repeat;
      background-size: 24px 27px !important; } }
  .filter_reset:hover, .filter_reset:focus, .filter_reset:visited,
  .filter_reset_link:hover,
  .filter_reset_link:focus,
  .filter_reset_link:visited {
    color: #fff; }
  @media only screen and (max-width: 375px) {
    .filter_reset,
    .filter_reset_link {
      font-size: 15px;
      line-height: 27px;
      height: 27px; } }

.filter_search {
  position: relative;
  margin-top: 2.188rem; }
  .filter_search .cube {
    padding: 0; }

.filter_search_input {
  width: 78%; }

.footer {
  background: #2c272c;
  color: #fff;
  padding: 4.688rem 0 5.938rem;
  margin-top: 4.688rem; }
  .footer a {
    color: #fff; }
  .footer ul {
    padding-left: 0; }

.footer_title {
  margin-bottom: 1.25rem; }

.footer_useful {
  padding-left: 0;
  margin: 0 0 4rem; }
  .footer_useful li {
    font-size: 1.313rem;
    font-weight: 300;
    list-style-type: none;
    line-height: 1;
    margin-bottom: 1.25rem; }
    .footer_useful li:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 375px) {
      .footer_useful li {
        font-size: 15px;
        margin-bottom: 10px; } }
  @media only screen and (max-width: 375px) {
    .footer_useful {
      margin-bottom: 2.5rem; } }

.footer_social {
  margin: 0 0 4rem; }
  .footer_social li {
    float: left;
    list-style-type: none;
    margin-right: 0.4375rem; }
    .footer_social li:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 375px) {
    .footer_social img {
      height: 35px;
      width: 35px; } }

.footer_copy {
  background: #f55755;
  color: #fff;
  height: 60px;
  padding: 1.25rem 0;
  text-align: right; }
  @media only screen and (max-width: 375px) {
    .footer_copy {
      margin-top: -1px; } }

.footer_copy_container {
  position: relative; }
  .footer_copy_container:before {
    content: "";
    background: url("../../components/image/copy_decoration.png") left top no-repeat;
    display: block;
    position: absolute;
    height: 60px;
    left: -37px;
    top: -20px;
    width: 75px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .footer_copy_container:before {
        background: url("../../components/image/copy_decoration@2x.png") left no-repeat;
        background-size: 75px 60px !important; } }
  @media only screen and (max-width: 992px) {
    .footer_copy_container:before {
      left: 0; } }
  @media only screen and (max-width: 375px) {
    .footer_copy_container:before {
      background: url("../../components/image/copy_decoration_mobile.png") center top no-repeat;
      height: 60px;
      width: 60px;
      top: -15px;
      left: 0px; } }
  @media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 375px) and (min-resolution: 192dpi) {
    .footer_copy_container:before {
      background: url("../../components/image/copy_decoration_mobile@2x.png") center no-repeat;
      background-size: 60px 60px !important; } }

.footer_form_submit {
  background: #f55755 url("../../components/image/ico_next_w.png") center no-repeat;
  float: right;
  position: absolute;
  right: 15px;
  top: 36px;
  height: 59px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer_form_submit {
      background: #f55755 url("../../components/image/ico_next_w@2x.png") center no-repeat;
      background-size: 12px 22px !important; } }
  @media only screen and (max-width: 375px) {
    .footer_form_submit {
      top: 27px;
      height: 45px;
      width: 45px; } }

.footer_form_input--short {
  width: 86%; }
  @media only screen and (max-width: 768px) {
    .footer_form_input--short {
      width: 92%; } }

.container--decoration {
  position: relative; }
  .container--decoration:before {
    content: "";
    background: url("../../components/image/home_left_deco.png") top left no-repeat;
    display: block;
    height: 34px;
    width: 35px;
    position: absolute;
    left: -19px;
    top: 685px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .container--decoration:before {
        background: url("../../components/image/home_left_deco@2x.png") top left no-repeat;
        background-size: 34px 35px !important; } }
    @media only screen and (max-width: 991px) {
      .container--decoration:before {
        display: none; } }
  .container--decoration:after {
    content: "";
    background: url("../../components/image/home_right_deco.png") top left no-repeat;
    display: block;
    height: 34px;
    width: 35px;
    position: absolute;
    right: -20px;
    top: 685px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .container--decoration:after {
        background: url("../../components/image/home_right_deco@2x.png") top left no-repeat;
        background-size: 34px 35px !important; } }
    @media only screen and (max-width: 991px) {
      .container--decoration:after {
        display: none; } }

.header {
  color: #fff;
  margin-bottom: 3.75rem;
  text-align: right; }
  @media only screen and (max-width: 375px) {
    .header {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 768px) {
    .header {
      text-align: center; } }

.header_title {
  font-size: 3.375rem;
  font-weight: 400;
  margin-bottom: 1.25rem; }
  .header_title--less {
    margin-bottom: 0.625rem; }
  @media only screen and (max-width: 375px) {
    .header_title {
      font-size: 30px; } }

.header_subtitle {
  font-weight: 300;
  line-height: 1.3; }
  .header_subtitle--small {
    font-size: 1.313rem; }
  @media only screen and (max-width: 375px) {
    .header_subtitle {
      font-size: 18px; } }

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0.75rem;
  color: #fff; }
  .breadcrumb a {
    color: #fff;
    font-weight: 300; }
  .breadcrumb--home {
    color: #fff; }
    .breadcrumb--home a {
      border-bottom: 1px #fff solid;
      padding-bottom: 0px; }

.breadcrumb > li + li::before {
  content: "|"; }

.section--large {
  margin-top: 4.688rem;
  margin-bottom: 4.688rem; }
  @media only screen and (max-width: 768px) {
    .section--large {
      margin-bottom: 0; } }
  @media only screen and (max-width: 375px) {
    .section--large {
      margin-top: 45px; } }
.section--medium {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }
  @media only screen and (max-width: 375px) {
    .section--medium {
      margin-bottom: 0; } }
.section--white {
  background: #fff; }

.join {
  background: #6fc8c0;
  color: #fff;
  font-size: 1.313rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .join {
      font-size: 15px; } }

.join_img_2 {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .join_page .join_img {
    display: none; }
  .join_page .join_img_2 {
    display: block;
    margin-top: 82px; } }

.join_title {
  color: #fff; }
  .join_title--space {
    margin-bottom: 3.438rem !important; }

.join_text {
  line-height: 1.2; }

.join_img {
  display: block;
  margin: 39px auto 0;
  max-width: 96%; }

.join_list {
  margin: 1.25rem 0 1.438rem;
  padding-left: 0; }
  .join_list li {
    background: url("../../components/image/ico_dimond.png") left no-repeat;
    list-style-type: none;
    padding-left: 1.25rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .join_list li {
        background: url("../../components/image/ico_dimond@2x.png") left no-repeat;
        background-size: 8px 8px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .join_list {
      margin: 20px 0 47px; } }
  @media only screen and (max-width: 375px) {
    .join_list {
      margin: 10px 0 25px; } }

.join_button {
  margin-bottom: 1.563rem; }

.tweet_title {
  margin-bottom: 2.5rem; }

.tweet_user {
  color: #423f43;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  right: 40px;
  top: 52px; }
  .tweet_user span {
    color: #f55755; }
  @media only screen and (max-width: 375px) {
    .tweet_user {
      top: 32px; } }

.testimonials {
  background: #fff url("../../components/image/testimonials.png") 95% top no-repeat;
  font-weight: 300; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .testimonials {
      background: #fff url("../../components/image/testimonials@2x.png") 95% top no-repeat;
      background-size: 124px 126px !important; } }
  .testimonials span {
    display: block;
    line-height: 1.2; }
  @media only screen and (max-width: 375px) {
    .testimonials {
      background: #fff url("../../components/image/testimonials_mobile.png") 89% top no-repeat; } }
  @media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 375px) and (min-resolution: 192dpi) {
    .testimonials {
      background: #fff url("../../components/image/testimonials@2x.png") 89% top no-repeat;
      background-size: 77px 72px !important; } }

.testimonials_title {
  margin-bottom: 2.5rem; }

.testimonials_text {
  margin-bottom: 0.625rem; }

@media (max-width: 991px) {
  .no-margin-bottom-sm {
    margin-bottom: 0; } }

.last--outside {
  margin-bottom: 30px; }
.last--inside {
  padding-bottom: 3.438rem; }
  @media only screen and (max-width: 375px) {
    .last--inside {
      padding-bottom: 1.875rem; } }

.last_title {
  margin-bottom: 2.188rem; }

.last_link {
  font-size: 1.313rem; }
  @media only screen and (max-width: 375px) {
    .last_link {
      font-size: 15px; } }

.last_item {
  margin-bottom: 2.5rem; }
  .last_item--full .last_item_title {
    margin-top: 0 !important; }
  @media only screen and (max-width: 375px) {
    .last_item--big .last_item_title {
      font-size: 18px; } }

.red_link {
  color: #f55755 !important; }

.cs_title {
  color: #f55755 !important;
  text-decoration: underline; }

.cs_title:hover {
  color: #423f43 !important; }

.last_item_figure {
  position: relative; }
  .last_item_figure .cube {
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 375px) {
      .last_item_figure .cube {
        height: 60px;
        width: 60px; }
        .last_item_figure .cube img {
          height: auto;
          width: auto; } }
  .last_item_figure--left {
    float: left;
    width: 35%; }
    @media only screen and (max-width: 375px) {
      .last_item_figure--left {
        width: 37%; }
        .last_item_figure--left .cube {
          display: none; } }
  @media only screen and (max-width: 375px) {
    .last_item_figure--special-left {
      float: left;
      width: 37%; }
      .last_item_figure--special-left .cube {
        display: none; } }
  .last_item_figure--half {
    width: 50%;
    float: left; }
    @media only screen and (max-width: 375px) {
      .last_item_figure--half .cube {
        display: none; } }
  @media only screen and (max-width: 375px) {
    .last_item_figure--full {
      float: none;
      width: 100%; } }

.last_item_figure_details {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-right-radius: 30px;
  height: 60px;
  padding: 0.8125rem 0 0.625rem 5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  .last_item_figure_details .last_item_text {
    margin-bottom: 0; }
  @media only screen and (max-width: 375px) {
    .last_item_figure_details {
      padding: 13px 0 10px 80px; } }

.last_item_figure_image {
  border-bottom-right-radius: 30px;
  padding-top: 5px;
  width: 100%; }

.last_item_details a {
  display: block; }
.last_item_details span.rft {
  display: block; }
.last_item_details--right {
  float: right;
  width: 61%; }
  .last_item_details--right .last_item_title {
    margin-top: 0; }
.last_item_details--half {
  width: 50%;
  float: right;
  padding-left: 0.625rem; }
  .last_item_details--half .last_item_desc {
    font-size: 1.125rem; }
    @media only screen and (max-width: 375px) {
      .last_item_details--half .last_item_desc {
        font-size: 12px; } }
  .last_item_details--half .last_item_title {
    margin-top: 0; }
.last_item_details--separator {
  margin-top: 0.9375rem; }
.last_item_details .last_item_text {
  line-height: 1.2; }
@media only screen and (max-width: 375px) {
  .last_item_details {
    float: right; }
    .last_item_details--separator {
      margin-top: 0; } }

.last_item_title {
  color: #423f43;
  font-size: 1.313rem;
  line-height: 1.2;
  margin: 0.9375rem 0; }
  @media only screen and (max-width: 375px) {
    .last_item_title {
      font-size: 15px;
      margin-bottom: 5px; } }
  .last_item_title:hover {
    color: #f55755;
    text-decoration: underline; }

.last_item_text {
  color: #aca5ae;
  display: block;
  line-height: 1;
  margin-bottom: 0.1875rem; }

.last_item_category {
  line-height: 1; }

.last_list {
  margin: 1.563rem 0 1.563rem 0;
  padding-left: 0; }
  .last_list li {
    position: relative;
    font-size: 1.313rem;
    padding-left: 1.563rem;
    margin-bottom: 0.625rem;
    list-style-type: none; }
    .last_list li:before {
      content: "";
      background: url("../../components/image/title_decoration.png") top left no-repeat;
      display: block;
      height: 9px;
      width: 5px;
      position: absolute;
      left: 0;
      top: 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .last_list li:before {
          background: url("../../components/image/title_decoration@2x.png") top left no-repeat;
          background-size: 5px 9px !important; } }
    .last_list li a {
      color: #423f43; }

.founds_title {
  margin-bottom: 2.5rem; }

.link {
  color: #f55755;
  transition: color 0.8s; }
  .link:hover {
    color: #f55755; }

.nav .nav_logout .current-menu-item a {
  border-bottom: none; }

.case_study .form_label_text {
  font-size: 1.2rem; }

.last_item_figure {
  min-height: 100px; }

#testimonialsCarusel .item {
  height: 151px; }

.resource-dialogbox {
  background: rgba(0, 0, 0, 0.65);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999; }

.resource-dialogbox.opened {
  display: block; }

.resource-dialogbox-window {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  min-height: 200px;
  text-align: center;
  padding: 40px; }

.resource-dialogbox-window .buttons {
  margin-top: 40px; }

.resource-dialogbox-window .button {
  display: inline-block; }

.link:hover {
  text-decoration: underline; }

.cube--pdf {
  background: orange; }

.cube--xls {
  background: green; }

.cube--ppt {
  background: purple; }

.no-hover:hover {
  text-decoration: none; }

.container--decoration:before {
  z-index: -1; }

.error404 .container--decoration:after {
  display: none !important; }

.footer_form .parsley-errors-list {
  width: 270px;
  bottom: 21px; }

.parsley-errors-list {
  bottom: auto;
  top: 100px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px; }

@media (max-width: 375px) {
  .parsley-errors-list {
    position: static; } }
#twitter-widget-0 {
  width: 100% !important; }

.tweets {
  overflow: hidden; }

.carousel-control-prev,
.carousel-control-next {
  display: block;
  width: 60px;
  height: 60px;
  background: red;
  float: right;
  margin-top: -23px; }

.carousel-control-prev {
  background: url("../../components/image/slider-arrow-left.png");
  margin-right: 5px; }

.carousel-control-next {
  background: url("../../components/image/slider-arrow-right.png"); }

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute !important;
    bottom: 0 !important;
    top: 0 !important; }

  .carousel-control-prev {
    left: -40px;
    margin-right: 0 !important; }

  .carousel-control-next {
    right: -30px; }

  .home-slider .carousel-indicators {
    width: 150px;
    margin-left: -75px; } }
@media (min-width: 769px) {
  .carousel-indicators {
    bottom: auto !important; } }
#foundsCarusel img {
  display: inline !important;
  float: none !important; }

.home-slider_head_title,
.ebook_logged_slider_title,
.single-project .header_title,
.ebook_logged_slider_details .ebook_logged_slider_date {
  text-transform: none !important; }

.carousel-indicators li:first-child {
  margin-left: 8px !important; }

.carousel-control-next {
  right: -40px !important; }

.ebook_logged-slider .carousel-indicators {
  left: 15px !important;
  width: 295px; }

@media (max-width: 1199px) {
  .ebook_logged-slider .carousel-indicators {
    width: 240px; } }
@media (max-width: 991px) {
  .ebook_logged-slider .carousel-indicators {
    width: auto;
    right: 15px !important; } }
.ebook_logged-slider .carousel-indicators li:first-child {
  margin-left: 0 !important; }

.parsley-form ::-webkit-input-placeholder {
  color: red !important; }

.parsley-form :-ms-input-placeholder {
  color: red !important; }

.parsley-form ::-moz-placeholder {
  color: red !important;
  opacity: 1; }

.parsley-form :-moz-placeholder {
  color: red !important;
  opacity: 1; }

input.parsley-error, textarea.parsley-error {
  color: #cbcbcb !important; }

.ebook_logged_title {
  background: #fcbe69;
  color: #fff;
  padding: 2.5rem; }
  .ebook_logged_title--radius {
    border-bottom-right-radius: 30px; }
  .ebook_logged_title-switch {
    cursor: pointer;
    position: relative; }
    .ebook_logged_title-switch .cube {
      right: 98px;
      top: 30px;
      transition: all 500ms ease; }
      .ebook_logged_title-switch .cube img {
        transform: rotate(90deg); }
    @media only screen and (max-width: 768px) {
      .ebook_logged_title-switch .cube {
        right: 62px; } }
    @media only screen and (max-width: 375px) {
      .ebook_logged_title-switch {
        font-size: 1.125rem; }
        .ebook_logged_title-switch .cube {
          background: none;
          border: none;
          right: 45px;
          top: 11px;
          height: auto;
          width: auto;
          padding: 0; } }
  @media only screen and (max-width: 375px) {
    .ebook_logged_title {
      padding-bottom: 1.25rem;
      padding-top: 1.25rem; } }

.ebook_logged_slider {
  background: #fff;
  padding: 3.875rem 0 3.125rem; }
  @media only screen and (max-width: 768px) {
    .ebook_logged_slider {
      padding: 1.875rem 0 1.25rem; } }

.ebook_logged_slider_details {
  border-bottom: 5px solid #f55755;
  padding-bottom: 1.25rem; }

.ebook_logged_slider_title {
  margin: 1.25rem 0 0.625rem; }

.ebook_logged_slider_date {
  font-size: 1.125rem; }

.ebook_logged_slider_text {
  margin: 1.563rem 0; }

.ebook_logged_slider_link {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 5px; }
  @media only screen and (max-width: 375px) {
    .ebook_logged_slider_link {
      font-size: 12px; } }

.ebook_logged_slider__button {
  margin-top: 2.5rem; }

.ebook_more {
  background: #fff;
  border-bottom-right-radius: 30px;
  padding: 1.25rem 0; }

.ebook_more_item {
  border-bottom: 2px #eeedef solid;
  padding: 1.563rem 0; }
  .ebook_more_item--last {
    border-bottom: none; }

.ebook_more_item_title {
  background: url("../../components/image/title_decoration.png") left no-repeat;
  font-size: 1.313rem;
  text-transform: none;
  padding-left: 0.9375rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ebook_more_item_title {
      background: url("../../components/image/title_decoration@2x.png") left no-repeat;
      background-size: 5px 9px !important; } }
  @media only screen and (max-width: 375px) {
    .ebook_more_item_title {
      font-size: 15px; } }

.ebook_more_item_text {
  display: block;
  font-size: 1.125rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .ebook_more_item_text {
      font-size: 12px; } }
  .ebook_more_item_text--grey {
    color: #aca5ad; }
    @media only screen and (min-width: 992px) {
      .ebook_more_item_text--grey {
        text-align: center; } }

.resource {
  margin: 2.5rem 0 3.125rem; }
  @media only screen and (max-width: 375px) {
    .resource {
      margin: 1.25rem 0 1.875rem; } }

.resource_item {
  background: #423f43;
  border-bottom: 0.375rem solid #2c272c;
  float: left;
  padding: 0.9375rem;
  text-align: center;
  margin-right: 1.25rem;
  width: 150px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .resource_item {
      margin-bottom: 1.25rem; } }
  @media only screen and (max-width: 991px) {
    .resource_item {
      margin-right: 1.25rem;
      padding-top: 1.563rem;
      padding-bottom: 1.563rem;
      width: 142px; } }
  @media only screen and (max-width: 768px) {
    .resource_item {
      margin-right: 12px;
      margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 406px) and (max-width: 417px) {
    .resource_item {
      margin-right: 6px;
      margin-bottom: 6px; } }
  @media only screen and (max-width: 375px) {
    .resource a:nth-child(2n) .resource_item {
      margin-right: 0; }
    .resource_item br {
      display: none; } }
  @media only screen and (max-width: 370px) {
    .resource a .resource_item {
      margin-right: 0; } }

.resource_item_title {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.625rem; }
  @media only screen and (max-width: 375px) {
    .resource_item_title {
      font-size: 0.75rem; } }

.resource_item_block_link:last-child .resource_item {
  margin-right: 0; }

.glossary {
  background: url("../../components/image/glossary_bg_2.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3.125rem 2.5rem;
  margin-bottom: 3.125rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .glossary {
      background: url("../../components/image/glossary_bg_2@2x.jpg") center top no-repeat; } }
  .glossary .link {
    display: block;
    font-size: 1.313rem;
    font-weight: 300;
    margin-top: 0.625rem; }
    @media only screen and (max-width: 375px) {
      .glossary .link {
        font-size: 15px; } }
  @media only screen and (max-width: 375px) {
    .glossary {
      margin-bottom: 1.875rem; } }

.glossary_title {
  text-transform: uppercase;
  border-bottom: 0.3125rem solid #f55755;
  padding-bottom: 2.188rem;
  margin-bottom: 2.5rem; }

.glossary_word {
  font-style: italic;
  font-weight: 300;
  line-height: 1.4; }
  @media only screen and (max-width: 375px) {
    .glossary_word {
      font-size: 18px; } }

.glossary_description {
  padding-top: 0.625rem;
  line-height: 1.4; }
  @media only screen and (max-width: 375px) {
    .glossary_description {
      font-size: 15px;
      padding-top: 25px; } }

.test {
  position: relative; }
  .test .module--grey {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 3.125rem; }
    @media only screen and (max-width: 375px) {
      .test .module--grey {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-bottom: 3.438rem !important; } }

.test_title {
  background: #1a1a1a;
  color: #fff;
  padding: 2.188rem 3.125rem 1.875rem; }
  .test_title img {
    float: right;
    margin-top: 0.25rem; }
  @media only screen and (max-width: 375px) {
    .test_title {
      padding: 1.25rem 1.875rem; } }

.test_list {
  padding-left: 0;
  margin: 0.625rem 0 3.125rem; }
  .test_list li {
    clear: both;
    list-style-type: none;
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem; }
    .test_list li a {
      color: #fff;
      font-size: 1.313rem;
      font-weight: 300;
      line-height: 1.2;
      display: inline-block;
      width: 100%;
      padding-right: 53px; }
      @media only screen and (max-width: 375px) {
        .test_list li a {
          font-size: 15px;
          padding-right: 36px; } }
      .module-tests2 .test_list li a {
        padding-right: 122px; }
        @media only screen and (max-width: 375px) {
          .module-tests2 .test_list li a {
            padding-right: 86px; } }
    .test_list li:before {
      content: "";
      background: url("../../components/image/title_decoration.png") center no-repeat;
      display: block;
      height: 5px;
      width: 9px;
      position: absolute;
      left: 0;
      top: 11px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .test_list li:before {
          background: url("../../components/image/title_decoration@2x.png") center no-repeat;
          background-size: 5px 9px !important; } }
      @media only screen and (max-width: 375px) {
        .test_list li:before {
          top: 7px; } }

.test_toggle {
  background: #1a1a1a;
  padding: 1.563rem 3.125rem;
  border-top: 5px solid #2c272c;
  width: 100%;
  z-index: 100; }
  .test_toggle .toggle {
    background: #2c272c;
    margin: 0 1.25rem; }
    .test_toggle .toggle .btn {
      height: 37px;
      width: 75px; }
  .test_toggle .toggle,
  .test_toggle .toggle-on,
  .test_toggle .toggle-off {
    border-radius: 30px;
    border: none; }
  .test_toggle .toggle .toggle-handle {
    background: #f55755;
    border-radius: 50%;
    border: none;
    height: 28px;
    width: 28px;
    margin-top: 5px; }
  .test_toggle .btn-default .toggle-handle {
    margin-left: 40px; }
  .test_toggle .btn-primary .toggle-handle {
    margin-right: 40px; }
  .test_toggle .toggle-off {
    border: none;
    width: 100% !important; }
  .test_toggle .btn-primary,
  .test_toggle .test_toggle .btn-primary,
  .test_toggle .btn-default,
  .test_toggle .toggle-on,
  .test_toggle .toggle-off,
  .test_toggle .btn-default.active:hover,
  .test_toggle .btn-default.active:focus {
    background: #2c272c; }
  .test_toggle .btn-primary.active.focus, .test_toggle .btn-primary.active:focus, .test_toggle .btn-primary.active:hover, .test_toggle .btn-primary.focus:active, .test_toggle .btn-primary:active:focus, .test_toggle .btn-primary:active:hover, .test_toggle .open > .dropdown-toggle.btn-primary.focus, .test_toggle .open > .dropdown-toggle.btn-primary:focus, .test_toggle .open > .dropdown-toggle.btn-primary:hover {
    background: #2c272c; }
  .test_toggle .slow .toggle-group {
    transition: left 0.7s;
    -webkit-transition: left 0.7s; }
  @media only screen and (max-width: 768px) {
    .test_toggle {
      padding: 1.25rem 1.875rem;
      top: 120px;
      width: 100%; } }
  @media only screen and (max-width: 375px) {
    .test_toggle {
      top: 60px; } }

.test_toggle_text {
  color: #939393;
  display: inline-block;
  height: 37px;
  font-size: 1.313rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 37px;
  vertical-align: middle; }
  .test_toggle_text--active {
    color: #fff; }
  @media only screen and (max-width: 768px) {
    .test_toggle_text {
      font-size: 16px; } }
  @media only screen and (max-width: 375px) {
    .test_toggle_text {
      font-size: 12px; } }

.fact_checker {
  margin-top: 1.875rem; }

.fact_checker_title {
  background: #6fc8c0;
  color: #fff;
  line-height: 1;
  padding: 2.188rem 2.5rem;
  text-transform: uppercase; }

.fact_checker_head {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem; }

.fact_checker_head_left {
  color: #f55755;
  float: left; }

.fact_checker_head_right {
  color: #aca5ae;
  float: right; }

.fact_checker_text {
  color: #423f43;
  line-height: 1.3; }

.fact_checker_source {
  color: #aca5ae;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 0.625rem; }
  .fact_checker_source a {
    color: #f55755;
    text-decoration: underline; }
  @media only screen and (max-width: 375px) {
    .fact_checker_source {
      font-size: 12px; } }

.simple {
  background: #fff; }

.breadcrumb, .user-menu, .bar_lang {
  font-size: 16px; }

.simple_header {
  color: #fff;
  position: relative; }
  .simple_header:after {
    content: "";
    background: url("../../components/image/article_decoration.png") center no-repeat;
    height: 34px;
    width: 70px;
    position: absolute;
    bottom: -34px;
    left: 100px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .simple_header:after {
        background: url("../../components/image/article_decoration@2x.png") center left no-repeat;
        background-size: 70px 34px !important; } }
    @media only screen and (max-width: 375px) {
      .simple_header:after {
        display: none; } }
  .simple_header--noimg:after {
    bottom: -130px; }
    @media only screen and (max-width: 992px) {
      .simple_header--noimg:after {
        bottom: -34px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .simple_header--noimg:after {
      bottom: -129px !important; } }

.simple_header_band {
  background: rgba(0, 0, 0, 0.8);
  padding: 1.563rem 0 1.563rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .simple_header_band--large {
    padding: 2.188rem 0 1.875rem; }
  .simple_header_band--noimg {
    bottom: inherit; }
  @media only screen and (max-width: 992px) {
    .simple_header_band {
      position: static; } }

.simple_title {
  font-size: 1.313rem; }
  @media only screen and (max-width: 992px) {
    .simple_title {
      line-height: 1.2; } }
  @media only screen and (max-width: 375px) {
    .simple_title {
      font-size: 15px; } }

.simple_category {
  color: #f55755; }

.simple_details {
  color: #aca5ae;
  font-size: 1.125rem; }
  @media only screen and (max-width: 375px) {
    .simple_details {
      font-size: 12px; } }

.simple_content {
  padding: 3.125rem 0 4.063rem; }
  .simple_content--noimg {
    padding-top: 8.125rem; }
  .simple_content p {
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 1.25rem; }
  .simple_content ul {
    padding: 0.9375rem 0 0.625rem 1.25rem; }
    .simple_content ul li {
      background: url("../../components/image/ico_dimond_b.png") left 12px no-repeat;
      font-size: 1.313rem;
      font-weight: 300;
      margin-bottom: 1.25rem;
      list-style-type: none;
      padding-left: 1.25rem; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .simple_content ul li {
          background: url("../../components/image/ico_dimond_b@2x.png") left 12px no-repeat;
          background-size: 8px 8px !important; } }
      @media only screen and (max-width: 375px) {
        .simple_content ul li {
          font-size: 15px;
          margin-bottom: 0.625rem; } }
  .simple_content blockquote {
    background: url("../../components/image/blockquote_bg.png") 2% 40% no-repeat;
    border-left: none;
    font-size: 2.25rem;
    font-weight: 300;
    text-align: right;
    margin-right: -5.625rem;
    padding: 1.25rem 0 1.25rem 6.563rem;
    line-height: 1.3; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .simple_content blockquote {
        background: url("../../components/image/blockquote_bg@2x.png") 2% 40% no-repeat;
        background-size: 125px 126px !important; } }
    @media only screen and (min-width: 375px) and (max-width: 768px) {
      .simple_content blockquote {
        margin-right: -25px; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .simple_content blockquote {
        margin-right: -35px; } }
    @media only screen and (max-width: 375px) {
      .simple_content blockquote {
        font-size: 24px;
        margin-right: -15px;
        padding-left: 50px;
        background-position: 1% 20%;
        background-size: 82px 82px !important; } }

.simple_content_gallery {
  padding: 1.25rem 0; }

.simple_content_gallery_image {
  width: 100%; }

.simple_content_gallery_credit {
  color: #423f43;
  display: block;
  font-style: italic;
  font-size: 0.9375rem;
  text-align: right;
  margin-top: 0.3125rem; }
  @media only screen and (max-width: 375px) {
    .simple_content_gallery_credit {
      font-size: 12px;
      margin-bottom: 0.3125rem; } }

.simple_content_special {
  color: #f55755;
  font-weight: 400; }

.simple_action--top {
  border-bottom: 0.375rem solid #f55755;
  padding-bottom: 2.5rem;
  margin-bottom: 2.813rem; }
.simple_action--bottom {
  background: #2c272c;
  border-bottom-right-radius: 30px;
  color: #fff;
  padding: 3.438rem 0; }

.simple_action_text {
  display: block;
  font-size: 1.125rem;
  font-weight: 300; }
  .simple_action_text--large {
    font-size: 2.25rem; }
    @media only screen and (max-width: 375px) {
      .simple_action_text--large {
        font-size: 23px !important; } }
  .simple_action_text:first-child {
    padding-top: 0.1875rem; }
  @media only screen and (max-width: 375px) {
    .simple_action_text {
      font-size: 15px; } }

@media only screen and (min-width: 992px) {
  .simple_action_button {
    float: right; } }
@media only screen and (min-width: 376px) and (max-width: 991px) {
  .simple_action_button {
    margin-top: 15px; } }
@media only screen and (max-width: 375px) {
  .simple_action_button {
    float: none;
    margin-top: 15px; } }

.share {
  border-top: 1px #c6c5c6 solid;
  margin-top: 4.063rem;
  padding-top: 1.25rem; }
  @media only screen and (max-width: 375px) {
    .share img {
      height: 35px;
      width: 35px; } }

.share_content {
  float: right; }

.share_title {
  color: #423f43;
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: right; }
  @media only screen and (max-width: 375px) {
    .share_title {
      font-size: 15px; } }

.event_title {
  font-size: 2.125rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .event_title {
      font-size: 18px;
      line-height: 1.2; } }

.about {
  background: #fff;
  margin-bottom: 0.9375rem; }

.about_title {
  background: #2c272c;
  display: block;
  color: #fff;
  padding: 2.5rem 0;
  position: relative; }
  .about_title:after {
    content: "";
    background: url("../../components/image/article_decoration.png") center no-repeat;
    height: 34px;
    width: 70px;
    position: absolute;
    bottom: -34px;
    left: 100px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .about_title:after {
        background: url("../../components/image/article_decoration@2x.png") center left no-repeat;
        background-size: 70px 34px !important; } }
    @media only screen and (max-width: 375px) {
      .about_title:after {
        display: none; } }
  @media only screen and (max-width: 375px) {
    .about_title {
      font-size: 18px;
      padding-top: 20px;
      padding-bottom: 20px; } }

.about_subtitle {
  font-size: 1.875rem;
  margin: 0 0 2.188rem; }
  @media only screen and (max-width: 375px) {
    .about_subtitle {
      font-size: 18px; } }

.about_more {
  margin-top: 4.375rem;
  padding-bottom: 4.375rem; }

.about_more_steps {
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 992px) {
    .about_more_steps--last {
      margin-bottom: 0; } }

.about_more_number {
  background: #fcbe69;
  color: #fff;
  display: block;
  text-align: center;
  float: left;
  font-size: 2.813rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.9375rem 0;
  width: 15%; }

.about_more_info {
  background: #fef2e1;
  border-bottom-right-radius: 30px;
  float: right;
  width: 85%; }

.about_more_text {
  line-height: 1.6;
  margin: 1.875rem; }

.fouders_content {
  padding-top: 4.375rem; }

.fouders_slider {
  background: url("../../components/image/glossary_bg.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.188rem 0;
  margin-bottom: 7.5rem;
  position: relative; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .fouders_slider {
      background: url("../../components/image/glossary_bg@2x.jpg") center top no-repeat; } }
  .fouders_slider .carousel-inner {
    margin-bottom: 1.875rem; }
  .fouders_slider .control {
    bottom: -60px; }
    .fouders_slider .control .carousel-control {
      background: #2c272c;
      border-bottom-color: #161316; }
    @media only screen and (max-width: 375px) {
      .fouders_slider .control {
        bottom: -48px; } }

.case_study_slider {
  background-image: url("../../components/image/itworks_bg.jpg"); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .case_study_slider {
      background: url("../../components/image/itworks_bg@2x.jpg"); } }

.fouders_slider_content {
  position: relative; }

.fouders_slider_title {
  text-transform: uppercase;
  border-bottom: 0.3125rem solid #f55755;
  padding-bottom: 1.875rem;
  margin-bottom: 2.188rem; }

.fouders_slider_img {
  float: left;
  margin-right: 8.438rem; }
  .fouders_slider_img:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .fouders_slider_img {
      margin-right: 53px; } }
  @media only screen and (max-width: 992px) {
    .fouders_slider_img {
      display: block;
      float: none;
      line-height: 150px;
      vertical-align: middle;
      max-height: 150px !important;
      width: auto !important;
      margin: 0 auto !important; }
      .fouders_slider_img:last-child {
        margin-right: 0; } }

.fouders_item {
  border-bottom: 0.375rem solid #f55755;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem; }
  .fouders_item--last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.fouders_item_title {
  margin-bottom: 1.563rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 375px) {
    .fouders_item_title {
      margin-top: 25px; } }

.fouders_item_img {
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .fouders_item_img {
      margin-bottom: 25px; } }

.fouders_item_link {
  font-size: 1.125rem; }
  @media only screen and (max-width: 375px) {
    .fouders_item_link {
      font-size: 15px; } }

.glossary_content {
  padding: 0.625rem 0.625rem 3.125rem; }
  .glossary_content ul {
    margin: 0 -0.625rem 0 0;
    padding: 0; }
    .glossary_content ul li {
      float: left;
      margin-right: 0.625rem;
      margin-bottom: 0.625rem;
      list-style-type: none; }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .glossary_content ul li {
          margin-right: 8px; } }
      @media only screen and (min-width: 376px) and (max-width: 768px) {
        .glossary_content ul li {
          margin-right: 10.8px; } }
      @media only screen and (max-width: 375px) {
        .glossary_content ul li {
          margin-right: 10.8px; } }
    @media only screen and (min-width: 769px) and (max-width: 991px) {
      .glossary_content ul {
        margin-right: -8px; } }
    @media only screen and (min-width: 376px) and (max-width: 768px) {
      .glossary_content ul {
        margin-right: -10.8px; } }
    @media only screen and (max-width: 375px) {
      .glossary_content ul {
        margin-right: -10.8px; } }

.glossary_content_letter {
  cursor: pointer;
  background: #fef2e1;
  color: #423f43;
  display: inline-block;
  height: 82px;
  width: 82px;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  padding: 1.25rem 0; }
  .glossary_content_letter--active {
    background: #fcbe69;
    font-weight: 400; }
  @media only screen and (max-width: 375px) {
    .glossary_content_letter {
      height: 41px;
      width: 41px;
      font-size: 24px;
      padding: 8px 0; } }

.glossary_listing {
  margin-top: 1.875rem; }

.glossary_content_word {
  margin-bottom: 0.9375rem; }

.glossary_content_title {
  display: block;
  font-size: 1.313rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 375px) {
    .glossary_content_title {
      font-size: 15px; } }

.glossary_content_desc {
  font-size: 1.125rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .glossary_content_desc {
      font-size: 12px; } }

.simple_glossary_header {
  background: #1a1a1a;
  padding: 1.25rem 0; }
  .simple_glossary_header .filter_search {
    float: right;
    margin-top: 0; }
    .simple_glossary_header .filter_search .cube {
      float: right;
      position: static; }
    @media only screen and (max-width: 375px) {
      .simple_glossary_header .filter_search {
        float: none;
        margin-right: 0; }
        .simple_glossary_header .filter_search .cube {
          right: 0px;
          position: absolute; }
        .simple_glossary_header .filter_search .form_input {
          width: 100%; } }

.login {
  color: #fff; }
  .login .form-group {
    margin-bottom: 2.5rem; }

.login_content {
  background: #2c272c;
  padding: 4.063rem 0 3.125rem; }
  .login_content .form_label {
    color: #fff; }

.login_content_form {
  border-bottom: 0.375rem solid #f55755;
  padding-bottom: 2.188rem;
  margin-bottom: 2.5rem; }

.login_content_button {
  float: right; }
  @media only screen and (max-width: 767px) {
    .login_content_button {
      margin-top: 25px;
      float: left; } }

.login_content_link {
  font-size: 1.313rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .login_content_link {
      font-size: 15px; } }

.contact_content_details {
  border-top: 1px #d9d9d9 solid;
  margin-top: 2.188rem;
  padding-top: 1.563rem; }

.contact_content_details_social {
  margin-top: 6.25rem; }
  .contact_content_details_social p {
    font-weight: 400; }
  .contact_content_details_social ul {
    padding-left: 0;
    margin: 0.9375rem 0 0 0; }
    .contact_content_details_social ul li {
      list-style-type: none;
      float: left;
      margin-right: 0.625rem; }
      .contact_content_details_social ul li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 375px) {
        .contact_content_details_social ul li img {
          height: 35px;
          width: 35px; } }
    @media only screen and (max-width: 375px) {
      .contact_content_details_social ul {
        margin-bottom: 25px; } }

.contact_content_details_link {
  display: block;
  font-size: 1.313rem;
  margin-bottom: 1.25rem;
  padding-left: 1.875rem; }
  .contact_content_details_link--mail {
    background: url("../../components/image/ico_mail.png") left no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .contact_content_details_link--mail {
        background: url("../../components/image/ico_mail@2x.png") left no-repeat;
        background-size: 20px 20px !important; } }
  .contact_content_details_link--phone {
    background: url("../../components/image/ico_phone.png") left no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .contact_content_details_link--phone {
        background: url("../../components/image/ico_phone@2x.png") left no-repeat;
        background-size: 20px 20px !important; } }
  @media only screen and (max-width: 375px) {
    .contact_content_details_link {
      padding-left: 2.5rem;
      font-size: 15px; } }

.resources_search_results,
.tests_search_results {
  padding: 2.5rem 2.188rem 0 0.3125rem; }
  @media only screen and (max-width: 991px) {
    .resources_search_results,
    .tests_search_results {
      padding: 2.5rem 2.188rem 0; } }

.listing.resources_listing,
.listing.tests_listing {
  padding: 0 2.188rem 0 0.3125rem; }
  @media only screen and (max-width: 991px) {
    .listing.resources_listing,
    .listing.tests_listing {
      padding: 0 2.188rem 0; } }

.resources-pagination .control a {
  cursor: pointer; }

.fact_search_results {
  padding: 2.5rem 2.188rem 0 0.3125rem; }

.fact_content {
  margin-top: 1.563rem; }

.fact_content_title {
  margin: 0;
  text-transform: uppercase;
  line-height: 1; }

.fact_content_sub {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .fact_content_sub {
      font-size: 12px; } }
  .fact_content_sub--upper {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3px; }
  .fact_content_sub--space {
    margin-top: 0.9375rem; }

.fact_content_head {
  border-bottom: 0.25rem solid #f55755;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem; }

.fact_item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem; }
  .fact_item:last-child {
    border-bottom: none; }

.fact_item_text {
  font-weight: 400;
  line-height: 1.2; }

.fact_item_source {
  color: #aca5ad;
  font-size: 0.9375rem;
  margin: 0.9375rem 0 0 1.25rem; }
  .fact_item_source .link {
    text-decoration: underline; }
  @media only screen and (max-width: 375px) {
    .fact_item_source {
      font-size: 12px; } }

.fact_item_note {
  border-left: 0.375rem #fcbe69 solid;
  background: #fef2e1;
  padding: 0.625rem 0.9375rem;
  margin-top: 1.563rem;
  color: #1a1a1a; }

.case_study_slider {
  padding-top: 5rem; }
  .case_study_slider .carousel-inner {
    margin-bottom: 0; }
  @media only screen and (max-width: 375px) {
    .case_study_slider {
      padding-bottom: 50px; }
      .case_study_slider .control {
        bottom: -45px; } }

.case_slide_content {
  position: relative; }
  .case_slide_content:before {
    content: "";
    display: block;
    height: 115px;
    width: 124px;
    position: absolute;
    top: -80px;
    left: 0;
    background: url("../../components/image/case_study_deco.png") top left no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .case_slide_content:before {
        background: url("../../components/image/case_study_deco@2x.png") top left no-repeat;
        background-size: 124px 115px !important; } }
  .case_slide_content .carousel-indicators--right {
    bottom: -30px; }

.case_slide_title {
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 1.875rem; }

.case_slide_text {
  font-weight: 400;
  line-height: 1.3; }

.case_slide_link {
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  margin-top: 0.625rem; }
  @media only screen and (max-width: 375px) {
    .case_slide_link {
      font-size: 15px; } }

@media only screen and (max-width: 992px) {
  .faq .panel-group {
    margin-bottom: 35px; } }
.faq .panel {
  border: none;
  box-shadow: none;
  margin-top: 1.25rem !important; }
  .faq .panel .panel-collapse {
    background: #fef2e1;
    border-bottom-right-radius: 30px;
    color: #2c272c;
    margin: 0.625rem 0 0.625rem 2.5rem; }
    .faq .panel .panel-collapse .panel-body {
      color: #2c272c;
      font-size: 1.125rem;
      font-weight: 300;
      padding: 15px; }
      @media only screen and (max-width: 375px) {
        .faq .panel .panel-collapse .panel-body {
          font-size: 12px; } }
.faq .panel-title {
  color: #2c272c;
  font-size: 1.313rem;
  line-height: 1.2; }
  .faq .panel-title a:focus {
    text-decoration: none; }
  @media only screen and (max-width: 375px) {
    .faq .panel-title {
      font-size: 15px; } }
.faq .panel-heading {
  background: none;
  border: none;
  padding: 0 0 0 2.5rem;
  position: relative; }
  .faq .panel-heading--on:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url("../../components/image/ico_plus.png") top left no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .faq .panel-heading--on:before {
        background: url("../../components/image/ico_plus@2x.png") top left no-repeat;
        background-size: 20px 20px !important; } }
    @media only screen and (max-width: 375px) {
      .faq .panel-heading--on:before {
        height: 10px;
        width: 10px; } }
  @media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 375px) and (min-resolution: 192dpi) {
    .faq .panel-heading--on:before {
      background: url("../../components/image/ico_plus@2x.png") top left no-repeat;
      background-size: 10px 10px !important; } }

  .faq .panel-heading--actives:before {
    content: "";
    display: block;
    height: 1px;
    width: 21px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url("../../components/image/ico_minus.png") top left no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .faq .panel-heading--actives:before {
        background: url("../../components/image/ico_minus@2x.png") top left no-repeat;
        background-size: 21px 1px !important; } }
    @media only screen and (max-width: 375px) {
      .faq .panel-heading--actives:before {
        height: 1px;
        width: 10px; } }
  @media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 375px) and (min-resolution: 192dpi) {
    .faq .panel-heading--actives:before {
      background: url("../../components/image/ico_minus@2x.png") top left no-repeat;
      background-size: 10px 1px !important; } }

  .faq .panel-heading--actives .panel-title {
    color: #f55755;
    text-decoration: none; }
.faq .panel-group .panel-heading + .panel-collapse > .list-group, .faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.faq_content_title {
  padding-bottom: 0.9375rem !important;
  margin-bottom: 1.25rem !important; }

.ebook_content_header {
  border-bottom: 0.3125rem solid #f55755;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem; }

.ebook_content_title {
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-top: 0.9375rem; }

.ebook_content_details {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
  text-transform: uppercase; }
  .ebook_content_details--light {
    font-size: 1.063rem;
    color: #aca5ad; }
  @media only screen and (max-width: 375px) {
    .ebook_content_details {
      font-size: 12px; } }

.ebook_content_img {
  margin: 3.125rem auto; }

.ebook_content_option {
  border-top: 1px #c6c5c6 solid;
  margin-top: 4.063rem;
  padding-top: 3.125rem; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ebook_content_option .button {
      display: block;
      margin-bottom: 15px;
      float: none; } }
  @media only screen and (max-width: 660px) {
    .ebook_content_option .button {
      display: block;
      margin-bottom: 15px;
      float: none; } }
  @media only screen and (max-width: 375px) {
    .ebook_content_option .button {
      margin-bottom: 15px; } }

.ebook_available {
  background: #fff;
  margin-top: 4.063rem; }

.ebook_available_title {
  background: #fcbe69;
  color: #fff;
  padding: 2.5rem;
  text-transform: uppercase; }

.ebook_available_content {
  padding: 3.75rem 0 6.25rem; }
  .ebook_available_content .ebook_logged_slider_details {
    border: none; }
    @media only screen and (max-width: 768px) {
      .ebook_available_content .ebook_logged_slider_details {
        margin-top: 15px; } }
  .ebook_available_content .slide_info {
    text-transform: capitalize; }
  .ebook_available_content .slide_title {
    font-size: 1.313rem;
    margin: 1.25rem 0; }
    @media only screen and (max-width: 375px) {
      .ebook_available_content .slide_title {
        font-size: 15px; } }
  .ebook_available_content .link {
    display: block;
    font-size: 1.125rem;
    margin-top: 1.25rem; }
    @media only screen and (max-width: 375px) {
      .ebook_available_content .link {
        font-size: 12px; } }

.ebook_available_item {
  border-bottom: 1px #eeedef solid;
  padding-bottom: 4.063rem;
  margin-bottom: 4.063rem; }
  .ebook_available_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

@media (min-width: 991px) and (max-width: 1199px) {
  .ebook_logged_slider__button.shorter {
    max-width: 245px; } }
.app_links {
  width: 100%;
  clear: both; }
  body.single-project .app_links {
    background: #332C33;
    padding: 50px 0; }
  body.home.logged-in .app_links {
    right: 14px;
    bottom: 0; }
    @media only screen and (max-width: 684px) {
      body.home.logged-in .app_links {
        float: none;
        margin-top: 40px;
        position: relative;
        padding: 0 15px;
        max-width: 290px; } }
    @media (max-width: 680px) {
      body.home.logged-in .app_links {
        max-width: 100%;
        width: 100%;
        padding: 0;
        right: 0; } }
    body.home.logged-in .app_links span:first-child {
      color: black; }
    body.home.logged-in .app_links .links {
      clear: both; }
      @media only screen and (max-width: 767px) {
        body.home.logged-in .app_links .links {
          padding-top: 10px;
          float: none; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body.home.logged-in .app_links a {
        max-width: 245px; } }
    @media (max-width: 375px) {
      body.home.logged-in .app_links a {
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 375px) {
      body.home.logged-in .app_links {
        width: 100%;
        max-width: 100%; } }
  .app_links span {
    color: white;
    font-size: 21px;
    font-weight: 300;
    position: relative;
    padding-top: 15px;
    display: inline-block; }
    .app_links span.links {
      padding-top: 0;
      position: static;
      width: 100%; }
      .app_links span.links a {
        display: inline-block;
        width: 260px;
        padding: 12px 0;
        background: #413F44;
        border-bottom: 6px solid #0D0D0D;
        text-align: center;
        vertical-align: middle;
        line-height: 26px; }
        .app_links span.links a span {
          vertical-align: middle;
          font-size: 18px;
          line-height: 26px;
          padding-left: 10px;
          padding-top: 0;
          position: static; }
        .app_links span.links a img {
          vertical-align: middle;
          line-height: 26px; }
        @media only screen and (max-width: 684px) {
          body.home.logged-in .app_links span.links a {
            float: left;
            clear: both; } }
        @media only screen and (max-width: 660px) {
          body.single-project .app_links span.links a {
            float: left;
            clear: both; } }
        .app_links span.links a + a {
          float: right; }
          @media only screen and (max-width: 684px) {
            body.home.logged-in .app_links span.links a + a {
              float: left;
              clear: both;
              margin-top: 20px; } }
          @media only screen and (max-width: 660px) {
            body.single-project .app_links span.links a + a {
              float: left;
              clear: both;
              margin-top: 20px; } }
  .home-slider .app_links {
    margin-top: 30px;
    border-top: 1px solid #413F44;
    padding-top: 30px; }
    @media (max-width: 768px) {
      .home-slider .app_links {
        padding-bottom: 50px; }
        .home-slider .app_links span:first-child {
          position: static; }
        .home-slider .app_links .links {
          float: none;
          display: block;
          padding-top: 10px;
          padding-bottom: 20px; }
        .home-slider .app_links a {
          float: none;
          width: 100% !important; }
          .home-slider .app_links a + a {
            margin-top: 20px !important; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .home-slider .app_links {
        border-top: 10px; }
        .home-slider .app_links span:first-child {
          position: static; }
        .home-slider .app_links .links {
          float: none;
          display: block;
          padding-top: 10px; } }
    @media (min-width: 992px) {
      .home-slider .app_links span {
        float: left;
        margin-right: 20px;
        padding-top: 10px; }
      .home-slider .app_links .links {
        float: left;
        display: block;
        padding-top: 0;
        width: auto; }
        .home-slider .app_links .links a + a {
          margin-left: 30px; } }
  @media (max-width: 560px) {
    .app_links span {
      position: static; }
      .app_links span:first-child {
        padding-bottom: 10px; }
      .app_links span.links {
        float: none;
        width: 100%;
        display: block;
        padding-top: 20px; }
        .app_links span.links a {
          max-width: 100%; } }

.ebook_logged_slider__button {
  float: left; }

.ebook_logged_slider__button + .ebook_logged_slider__button {
  float: right; }

@media (min-width: 992px) and (max-width: 1199px) {
  body.home.logged-in .ebook_logged_slider__button {
    max-width: 245px; } }

@media only screen and (max-width: 684px) {
  body.home.logged-in .ebook_logged_slider__button {
    clear: both;
    float: left;
    margin-top: 20px; } }
.home-slider_description_button + .home-slider_description_button {
  margin-top: 20px; }

.home-slider_description_button {
  margin-bottom: 0; }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .home-slider_description_button {
    float: left;
    margin-top: 30px; }

  .home-slider_description_button + .home-slider_description_button {
    float: right; } }
.contributors {
  background: #fff;
  padding: 2.5rem 2.188rem 2.5rem 0.3125rem; }
  @media only screen and (max-width: 768px) {
    .contributors {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 375px) {
    .contributors {
      padding-left: 15px;
      padding-right: 15px; } }

.contributors_data {
  display: none; }
  .contributors_data.active {
    display: block; }

.contributors_picutre {
  cursor: pointer;
  position: relative;
  margin-bottom: 1.875rem; }
  .contributors_picutre img {
    width: 100%; }

.regular_photo {
  display: none; }

.contributors_picutre--active {
  border-bottom: 6px solid #fcbe69;
  position: relative; }
  .contributors_picutre--active .regular_photo {
    display: inline; }
  .contributors_picutre--active .sepia_photo {
    display: none; }
  .contributors_picutre--active:after {
    content: "";
    background: url("../../components/image/contributions_active.png") center bottom no-repeat;
    display: block;
    height: 35px;
    width: 71px;
    position: absolute;
    bottom: -41px;
    left: 50%;
    margin-left: -35px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .contributors_picutre--active:after {
        background: url("../../components/image/contributions_active@2x.png") center bottom no-repeat;
        background-size: 71px 35px !important; } }

.contributors_picutre_name {
  background: rgba(44, 39, 44, 0.9);
  color: #fff;
  display: block;
  padding: 0.8125rem 0.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  width: 100%;
  z-index: 100;
  height: 100px; }
  .contributors_picutre_name strong {
    font-weight: 500; }
  .contributors_picutre_name span {
    font-size: 80%; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contributors_picutre_name {
      height: 125px; } }
  @media only screen and (max-width: 565px) {
    .contributors_picutre_name {
      height: 125px; } }
  @media only screen and (max-width: 480px) {
    .contributors_picutre_name {
      height: 150px; } }
  @media only screen and (max-width: 420px) {
    .contributors_picutre_name {
      height: 85px;
      font-size: 12px; } }
  @media only screen and (max-width: 340px) {
    .contributors_picutre_name {
      height: 100px; } }

.contributors_detials {
  text-align: center;
  margin: 0.625rem 0 3.125rem;
  width: 100%; }
  @media only screen and (max-width: 375px) {
    .contributors_detials {
      padding-left: 15px;
      padding-right: 15px; } }

.contributors_detials_position {
  font-size: 1.313rem;
  font-weight: 300; }
  @media only screen and (max-width: 375px) {
    .contributors_detials_position {
      font-size: 15px; } }

.contributors_detials_info {
  text-align: left;
  line-height: 1.3;
  margin: 1.25rem 0 2.5rem; }

.contributors_detials_control {
  border-top: 1px solid #bfbebf;
  position: relative;
  text-align: left; }
  .contributors_detials_control .control {
    top: -1px; }
    .contributors_detials_control .control .carousel-control {
      background: #2c272c;
      border-bottom: 6px #1a1a1a solid;
      float: right; }

.contributors_detials_control_link {
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  padding-top: 1.25rem; }
  @media only screen and (max-width: 375px) {
    .contributors_detials_control_link {
      font-size: 15px; } }

/*
	style for join and 
	account pages
*/
.account {
  background: #fff; }

.account_content {
  background: #fff;
  padding: 2.813rem 0 5rem; }
  .account_content .radio-group .radio-inline, .account_content .radio-group .wpcf7-radio.form_radio_wrapper > span {
    margin-bottom: 1.25rem; }

.account_content_title {
  border-bottom: 0.375rem solid #f55755;
  text-transform: uppercase;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 768px) {
  .account_content_help {
    margin-bottom: 15px; } }

.change_email_trigger {
  float: right;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.2;
  cursor: pointer;
  color: #f55755; }

.email_change {
  display: none; }

.listing {
  padding: 2.5rem 0; }
  @media only screen and (max-width: 375px) {
    .listing {
      padding-bottom: 7rem; } }

.article-item:nth-child(2n+1) {
  clear: both; }

.search_results {
  color: #2c272c;
  border-bottom: 0.375rem solid #f55755;
  padding-bottom: 1.25rem;
  margin-bottom: 2.813rem; }

.search_results_text {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.9375rem; }
  .search_results_text span {
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    padding-left: 0.9375rem; }

.search_results_link {
  font-size: 1.125rem; }
  @media only screen and (max-width: 375px) {
    .search_results_link {
      font-size: 15px; } }

.pagination {
  border-top: 1px solid #c6c5c6;
  position: relative;
  text-align: left;
  width: 100%; }
  .pagination .control {
    right: 0px;
    top: 25px; }
    .pagination .control .carousel-control {
      position: static;
      margin-left: 0.125rem;
      margin-right: 0; }
      .pagination .control .carousel-control:first-child {
        margin-right: 0.9375rem !important; }
      .pagination .control .carousel-control:last-child {
        margin-left: 0.9375rem !important; }
    @media only screen and (max-width: 375px) {
      .pagination .control {
        left: 56px;
        top: 60px; } }

.pagination_page {
  display: block;
  font-size: 1.313rem;
  font-weight: 300;
  padding-top: 2.5rem; }
  @media only screen and (max-width: 375px) {
    .pagination_page {
      text-align: center;
      font-size: 15px;
      padding-top: 2.188rem; } }

.quiz .question {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center; }

.quiz .question h3 {
  padding: 30px 100px;
  text-align: left; }

.quiz .question > p {
  padding: 0 100px 10px 100px;
  text-align: left;
  clear: both; }

.figure-images.contains-2 img {
  width: 50%;
  float: left; }

.quiz .question > div.figure,
.quiz .question > div.MathJax_Display {
  padding: 0 100px 10px 100px;
  text-align: left; }

.quiz .question > p.lastp {
  padding-bottom: 30px; }

.quiz .question > p > table {
  width: 630px;
  margin: auto; }

.quiz .question > p > table tr {
  width: 100%; }

.quiz .question > p > table tr td {
  padding: 5px; }

.quiz .question p > table tr th,
.quiz .question p > table tr td {
  padding: 5px; }

.question-belt {
  border-bottom: 4px solid #f05a5b;
  padding-top: 20px; }

.quiz .question .test-preq,
.quiz .question .sep,
.quiz .question .test-skipq {
  color: #f05a5b; }

.quiz .question .mcq-options,
.quiz .question .mcq-feedback,
.quiz .question .mcq-options + p {
  padding: 0;
  margin: 100px auto 0 auto;
  width: 750px;
  font-size: 1.313rem;
  font-weight: 300 !important;
  line-height: 1.2;
  text-align: left; }

.quiz .question .mcq-feedback {
  margin-bottom: 50px;
  margin-top: 50px; }

.quiz .question .mcq-options + p {
  margin-top: 20px; }

.quiz .question .mcq-options label {
  font-weight: 300 !important;
  text-align: left;
  margin-bottom: 0; }

.quiz .question .mcq-options li {
  background: #fef2e1;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 0; }

.js-mcq .mcq-options .selected {
  background: #fcbe69 !important;
  border-color: #fcbe69 !important; }

.quiz .question .mcq-feedback::before,
.quiz .question .mcq-feedback::after,
.quiz .question .mcq-feedback-show::before,
.quiz .question .mcq-feedback-show::after {
  font-size: 1.313rem;
  color: #fff; }

.quiz .question .mcq-feedback,
.quiz .question .mcq-feedback-show {
  text-align: left; }

.mcq, .question {
  font-family: "Source Sans Pro",sans-serif;
  font-size: .882em;
  border-bottom-right-radius: 2em;
  page-break-inside: avoid;
  margin: 1.5em 0; }

.mcq h2, .mcq h3, .mcq h4, .mcq h5, .mcq h6, .question h2, .question h3, .question h4, .question h5, .question h6 {
  font-family: "Source Sans Pro",sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0; }

.question h3, .question > p,
.quiz .question > div.MathJax_Display,
.quiz .question > div.figure {
  display: block;
  width: 100%;
  background: #2C272C;
  color: white; }

.question .mcq-options + p {
  background: white;
  color: black; }

.mcq p, .question p {
  text-indent: 0; }

.mcq .figure, .question .figure {
  padding-left: 0;
  padding-right: 0; }

.mcq-questions, .mcq-options {
  margin-bottom: 0; }

.mcq-options input[type="checkbox"] {
  display: none; }

.mcq-questions [type="checkbox"] + label, .mcq-options [type="checkbox"] + label {
  padding: 20px 60px;
  background: url("../../components/image/quiz-unchecked.png") 20px center no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mcq-questions [type="checkbox"] + label, .mcq-options [type="checkbox"] + label {
      background: url("../../components/image/quiz-unchecked@2x.png") 20px center no-repeat;
      background-size: 20px 20px !important; } }

.mcq-questions [type="checkbox"]:checked + label, .mcq-options [type="checkbox"]:checked + label {
  letter-spacing: normal;
  background: url("../../components/image/quiz-checked.png") 20px center no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mcq-questions [type="checkbox"]:checked + label, .mcq-options [type="checkbox"]:checked + label {
      background: url("../../components/image/quiz-checked@2x.png") 20px center no-repeat;
      background-size: 20px 20px !important; } }

.mcq-questions label, .mcq-options label {
  display: block;
  cursor: pointer;
  color: black; }

.mcq-questions li table, .mcq-options li table {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: middle; }

.mcq-questions li table tbody, .mcq-options li table tbody {
  display: block;
  width: 100%; }

.mcq-questions li table tr, .mcq-options li table tr {
  width: 100%;
  display: block; }

.mcq-questions li table td:nth-of-type(1):nth-last-of-type(2), .mcq-questions li table td:nth-of-type(2):nth-last-of-type(1), .mcq-options li table td:nth-of-type(1):nth-last-of-type(2), .mcq-options li table td:nth-of-type(2):nth-last-of-type(1) {
  display: inline-block;
  width: 49.5%;
  vertical-align: middle; }

.mcq-feedback {
  display: none; }

.js-mcq .mcq-options {
  list-style-type: none;
  margin-left: 0; }

.js-mcq .mcq-options li {
  margin-bottom: .75em;
  margin-left: -0.75em;
  padding: 0 .75em;
  border: .1em solid transparent; }

.js-mcq .mcq-options .selected {
  border-color: #f05a5b; }

.js-mcq .mcq-feedback {
  display: block;
  position: relative;
  margin-top: 1.5em;
  list-style-type: none;
  margin-left: 0;
  background-color: #F2F2F2; }

.js-mcq .mcq-feedback:before {
  display: block;
  padding: 0.75em 0 0.75em 3em; }

.js-mcq .mcq-feedback:after {
  position: absolute;
  top: .75em;
  left: 1.5em; }

.js-mcq .mcq-feedback li {
  display: none;
  padding: 0 0.75em 0.75em 3em; }

.js-mcq .mcq-feedback .mcq-feedback-show {
  display: block; }

.quiz .question.mcq-incorrect .mcq-feedback::before,
.quiz .question.mcq-incorrect .mcq-feedback::after,
.quiz .question.mcq-incorrect .mcq-feedback-show::before,
.quiz .question.mcq-incorrect .mcq-feedback-show::after {
  background: #413F44; }

.quiz .question.mcq-incorrect .mcq-feedback,
.quiz .question.mcq-incorrect .mcq-feedback-show {
  background: #413F44;
  font-style: italic; }

.quiz .question.mcq-correct .mcq-feedback::before,
.quiz .question.mcq-correct .mcq-feedback::after,
.quiz .question.mcq-correct .mcq-feedback-show::before,
.quiz .question.mcq-correct .mcq-feedback-show::after {
  background: #6FC8C0; }

.quiz .question.mcq-correct .mcq-feedback,
.quiz .question.mcq-correct .mcq-feedback-show {
  background: #E2F4F2;
  color: black;
  font-style: italic; }

.quiz .question.mcq-partially-correct .mcq-feedback::before,
.quiz .question.mcq-partially-correct .mcq-feedback::after,
.quiz .question.mcq-partially-correct .mcq-feedback-show::before,
.quiz .question.mcq-partially-correct .mcq-feedback-show::after {
  background: #fcbe69; }

.quiz .question.mcq-partially-correct .mcq-feedback,
.quiz .question.mcq-partially-correct .mcq-feedback-show {
  background: #fef2e1; }

.js-mcq .mcq-incorrect .mcq-feedback {
  color: white;
  border-bottom: 5px solid #F1474A;
  border-radius: 0 !important; }

.js-mcq .mcq-incorrect .mcq-feedback:before {
  content: "Incorrect";
  text-transform: uppercase;
  font-weight: bold; }

.js-mcq .mcq-incorrect .mcq-feedback:after {
  content: "✗"; }

.js-mcq .mcq-partially-correct .mcq-feedback {
  background-color: #F2F2F2; }

.js-mcq .mcq-partially-correct .mcq-feedback:before {
  content: "Good so far but you haven't selected all the correct answers."; }

.js-mcq .mcq-correct .mcq-feedback {
  background-color: white; }

.js-mcq .mcq-correct .mcq-feedback:before {
  content: "Correct!";
  text-transform: uppercase;
  font-weight: bold; }

.js-mcq .mcq-correct .mcq-feedback:after {
  content: "✓"; }

.question .check-answer-button {
  display: none; }

.js-mcq .question .check-answer-button {
  display: inline-block; }

.question .test-nextq {
  display: inline-block;
  vertical-align: middle; }

.home-test-results {
  color: #f55755;
  position: absolute;
  right: 0;
  top: 0; }

@media only screen and (max-width: 991px) {
  .col-centered-mobile-tab {
    float: none; }

  .quiz .question .mcq-options,
  .quiz .question .mcq-feedback,
  .quiz .question .mcq-feedback-wrapper,
  .quiz .question .mcq-options + p {
    width: 100%;
    padding: 0 10px; }

  .quiz .question .mcq-feedback {
    padding: 0; } }
@media (max-width: 991px) {
  .quiz .question h3,
  .quiz .question > p,
  .quiz .question > div.figure {
    padding-left: 50px;
    padding-right: 50px; }

  .quiz .question > p > table {
    width: 576px; } }
@media (max-width: 767px) {
  .quiz .question > p > table {
    width: 90%; }

  .mcq-questions li table td:nth-of-type(1):nth-last-of-type(2), .mcq-questions li table td:nth-of-type(2):nth-last-of-type(1), .mcq-options li table td:nth-of-type(1):nth-last-of-type(2), .mcq-options li table td:nth-of-type(2):nth-last-of-type(1) {
    width: 48%; } }
@media (max-width: 380px) {
  .quiz .question h3,
  .quiz .question > p,
  .quiz .question > div.figure,
  .quiz .question > div.MathJax_Display {
    padding-left: 20px;
    padding-right: 20px; }

  .mcq-questions [type="checkbox"] + label, .mcq-options [type="checkbox"] + label {
    background-position: 10px center !important;
    padding-left: 40px;
    padding-right: 20px; }

  .quiz .question > p > table {
    float: right; } }
@media only screen and (max-width: 991px) {
  .col-centered-mobile-tab {
    float: none;
    margin: 0 auto; } }
@media only screen and (max-width: 768px) {
  .mobile-separator {
    border-top: 1px #504e53 solid;
    padding-top: 2.188rem;
    margin-top: 1.25rem; }

  .col-centered-mobile {
    float: none;
    margin: 0 auto; } }
.col-centered {
  float: none;
  margin: 0 auto; }

@media only screen and (min-width: 992px) {
  .remove-pl {
    padding-left: 0; } }
