@charset "UTF-8";
@font-face {
  font-family: 'Trade Gothic LT Std Cn Bold';
  src: url("webfont/TradeGothicLTStd-BdCn20.eot");
  src: url("webfont/TradeGothicLTStd-BdCn20.eot?#iefix") format("embedded-opentype"), url("webfont/TradeGothicLTStd-BdCn20.woff") format("woff"), url("webfont/TradeGothicLTStd-BdCn20.ttf") format("truetype"), url("webfont/TradeGothicLTStd-BdCn20.svg#4a676caccd9c0fcdbbd764a199edc43f") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Trade Gothic LT Std Cn Bold Oblique';
  src: url("webfont/TradeGothicLTStd-BdCn20Obl.eot");
  src: url("webfont/TradeGothicLTStd-BdCn20Obl.eot?#iefix") format("embedded-opentype"), url("webfont/TradeGothicLTStd-BdCn20Obl.woff") format("woff"), url("webfont/TradeGothicLTStd-BdCn20Obl.ttf") format("truetype"), url("webfont/TradeGothicLTStd-BdCn20Obl.svg#a7ae7647109fa7db8ff5cc8c4186f7e6") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Trade Gothic LT Std Light';
  src: url("webfont/TradeGothicLTStd-Light.eot");
  src: url("webfont/TradeGothicLTStd-Light.eot?#iefix") format("embedded-opentype"), url("webfont/TradeGothicLTStd-Light.woff") format("woff"), url("webfont/TradeGothicLTStd-Light.ttf") format("truetype"), url("webfont/TradeGothicLTStd-Light.svg#0f50e3a4ad6f4ba6047d6df7e537a8fb") format("svg");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: 'unep';
  src: url("webfont/unep.eot?9699884");
  src: url("webfont/unep.eot?9699884#iefix") format("embedded-opentype"), url("webfont/unep.woff2?9699884") format("woff2"), url("webfont/unep.woff?9699884") format("woff"), url("webfont/unep.ttf?9699884") format("truetype"), url("webfont/unep.svg?9699884#unep") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'unep';
		src: url('webfont/unep.svg?9699884#unep') format('svg');
	}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "unep";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-sina-weibo:before {
  content: '\e802'; }

/* '' */
.icon-left-arrow:before {
  content: '\e803'; }

/* '' */
.icon-right-arrow:before {
  content: '\e804'; }

/* '' */
.icon-right-arrow-after:after {
  content: '\e804'; }

/* '' */
.icon-camera:before {
  content: '\e805'; }

/* '' */
.icon-email:before {
  content: '\e806'; }

/* '' */
.titleEm {
  font-family: 'Trade Gothic LT Std Cn Bold Oblique';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase; }
  .i18n-vi .titleEm, .titleEm.i18n-vi, .i18n-ru .titleEm, .titleEm.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
ul.carousel {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: center; }
  ul.carousel li {
    width: 25%; }
    ul.carousel li img {
      width: 100%;
      height: auto;
      display: block; }
    ul.carousel li .carousel-inner {
      position: relative;
      margin: 15px; }
    @media (max-width: 767px) {
      ul.carousel li {
        width: 50%; }
        ul.carousel li .carousel-inner {
          margin: 15px 10px; } }
  ul.carousel a {
    display: block;
    text-decoration: none;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    font-size: 0.8em; }
    .i18n-vi ul.carousel a, ul.carousel a.i18n-vi, .i18n-ru ul.carousel a, ul.carousel a.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  ul.carousel .text-link {
    background-color: #FFF;
    text-align: left; }
    ul.carousel .text-link a {
      padding: 15px 20px 35px; }
  ul.carousel li.current-species .text-link {
    background-color: #5b65dd; }
    ul.carousel li.current-species .text-link a {
      color: white; }
  @media (max-width: 650px) {
    ul.carousel {
      margin-bottom: 0; } }

.flickity-page-dots {
  display: none; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  padding: 0;
  position: absolute;
  top: 40%;
  width: 45px;
  height: 45px;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px white;
  -webkit-box-shadow: inset 0px 0px 0px 1px white;
  box-shadow: inset 0px 0px 0px 1px white;
  cursor: pointer;
  /* vertically center */
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  /* right to left */
  /* color & size if no SVG - IE8 and Android 2.3 */ }
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F; }
  .flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    /* IE8 */
    opacity: 0.6; }
  .flickity-prev-next-button.previous {
    left: 24px; }
  .flickity-prev-next-button.next {
    right: 24px; }
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 24px; }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 24px; }
  .flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    /* IE8 */
    opacity: 0.3;
    cursor: auto; }
  .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .flickity-prev-next-button .arrow {
    fill: white; }
  .flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px; }
  .flickity-prev-next-button:hover {
    background: white; }
    .flickity-prev-next-button:hover .arrow {
      fill: black; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.header h1, .header .united-nations-logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 86px;
  height: 80px;
  margin: 22px 12px 0 0;
  font-size: 12px;
  background-image: url(../images/UNEP_HeaderLogos_sprite.png);
  background-image: url(../images/UNEP_HeaderLogos_sprite.svg);
  background-size: 800px 200px;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .header h1, .header .united-nations-logo {
      background-size: 720px 180px;
      width: 78px;
      height: 72px;
      margin-top: 35px; } }
  .header h1 a, .header .united-nations-logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .header h1 span, .header .united-nations-logo span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .i18n-ar .header h1, .i18n-ar .header .united-nations-logo {
    float: left; }
.header h1 {
  background-position: -86px 0; }
  .header h1:HOVER, .header h1.hovered {
    background-position: -86px -85px; }
  @media (max-width: 767px) {
    .header h1 {
      background-position: -78px 0; }
      .header h1:HOVER, .header h1.hovered {
        background-position: -78px -72px; } }
.header .united-nations-logo {
  background-position: 0 0; }
  .header .united-nations-logo:HOVER {
    background-position: 0px -85px; }
  @media (max-width: 767px) {
    .header .united-nations-logo {
      -moz-transform: scale(0.95, 0.95);
      -ms-transform: scale(0.95, 0.95);
      -webkit-transform: scale(0.95, 0.95);
      transform: scale(0.95, 0.95);
      margin-top: 32px; } }
.header .block-locale, .header .block-lang-dropdown {
  position: absolute;
  top: 20px;
  right: 60px;
  font-family: 'Trade Gothic LT Std Light';
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.025em;
  word-spacing: -0.02em;
  font-size: 13px;
  text-transform: uppercase;
  color: #959595; }
  .header .block-locale h2, .header .block-lang-dropdown h2 {
    display: none; }
  .header .block-locale ul, .header .block-lang-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .header .block-locale ul li, .header .block-lang-dropdown ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-left: 5px; }
      .i18n-ar .header .block-locale ul li, .i18n-ar .header .block-lang-dropdown ul li {
        margin: 0 5px 0 0; }
      .header .block-locale ul li:nth-of-type(6) a, .header .block-lang-dropdown ul li:nth-of-type(6) a {
        font-family: 'Arial Narrow', 'sans-serif'; }
      .header .block-locale ul li:nth-of-type(8) a, .header .block-lang-dropdown ul li:nth-of-type(8) a {
        font-family: 'Arial', 'sans-serif'; }
  .i18n-vi .header .block-locale, .header .block-locale.i18n-vi, .i18n-vi .header .block-lang-dropdown, .header .block-lang-dropdown.i18n-vi {
    font-family: 'arial', 'sans-serif';
    letter-spacing: 0; }
  .i18n-ru .header .block-locale, .header .block-locale.i18n-ru, .i18n-ru .header .block-lang-dropdown, .header .block-lang-dropdown.i18n-ru {
    font-family: 'Arial Narrow', 'sans-serif';
    letter-spacing: 0; }
  .header .block-locale a, .header .block-lang-dropdown a {
    text-decoration: none;
    color: #959595; }
    .header .block-locale a:HOVER, .header .block-locale a.active, .header .block-lang-dropdown a:HOVER, .header .block-lang-dropdown a.active {
      color: #5979ff; }
  .node-type-morph .header .block-locale, .node-type-morph .header .block-lang-dropdown {
    display: none; }
  @media (max-width: 850px) {
    .header .block-locale, .header .block-lang-dropdown {
      display: none; } }
.header .block-lang-dropdown {
  top: 20px;
  display: none; }
  @media (max-width: 850px) {
    .header .block-lang-dropdown {
      display: block; } }
  @media (max-width: 767px) {
    .touchevents .header .block-lang-dropdown {
      top: 13px; } }

.nav-primary ul, .nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .nav-primary ul li, .nav-secondary ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.nav-primary {
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: 13; }
  .nav-primary nav a {
    color: white;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0 5px;
    margin: 0 10px;
    font-size: 18px;
    letter-spacing: 0.11em;
    border-bottom: 3px solid transparent; }
    .i18n-vi .nav-primary nav a, .nav-primary nav a.i18n-vi, .i18n-ru .nav-primary nav a, .nav-primary nav a.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 769px) and (min-width: 600px) {
      .nav-primary nav a {
        font-size: 15px; } }
    .nav-primary nav a:HOVER, .nav-primary nav a:ACTIVE, .nav-primary nav a.active, .nav-primary nav a.active-trail {
      color: black; }
  @media (min-width: 768px) {
    .nav-primary nav a:HOVER,
    .nav-primary nav a:ACTIVE,
    .nav-primary nav a.active,
    .nav-primary nav a.active-trail, .section-collaborator .nav-primary .menu-464 a {
      color: #5979ff;
      border-bottom-color: #5979ff;
      mix-blend-mode: screen; } }

.nav-secondary {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 13;
  color: white; }
  .nav-secondary ul li {
    margin-left: 5px;
    font-size: 12px;
    letter-spacing: 0.11em; }
    @media (max-width: 767px) {
      .nav-secondary ul li {
        font-size: 16px; } }
  .nav-secondary a {
    color: inherit;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    text-transform: uppercase; }

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumb ol li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 5px 0 0; }

.menu-toggle {
  position: absolute;
  bottom: 20px;
  right: 0px;
  display: none;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.11em; }
  .i18n-vi .menu-toggle, .menu-toggle.i18n-vi, .i18n-ru .menu-toggle, .menu-toggle.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .menu-toggle:BEFORE {
    content: "MENU"; }
  .menu-toggle:AFTER {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .menu-on .menu-toggle:BEFORE {
    content: "CLOSE"; }
  .menu-on .menu-toggle:AFTER {
    display: block; }

/* 
@media (max-width: 767px) {
 */
@media (max-width: 1034px) {

  .menu-toggle {
    display: block;
    font-size: 14px; }

  .nav-primary {
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #5979ff;
    display: none; }
    .menu-on .nav-primary {
      display: block; }
    .nav-primary ul {
      display: block; }
      .nav-primary ul li {
        display: block; }
    .nav-primary nav {
      padding: 15px 20px 20px; }
      .nav-primary nav a {
        margin: 0;
        padding: 15px 0 10px 10px;
        display: block; } }
@media (max-width: 1050px) {
  .i18n-vi .menu-toggle, .i18n-fr .menu-toggle {
    display: block;
    font-size: 14px; }
  .i18n-vi .nav-primary, .i18n-fr .nav-primary {
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #5979ff;
    display: none; }
    .i18n-vi .nav-primary ul, .i18n-fr .nav-primary ul {
      display: block; }
      .i18n-vi .nav-primary ul li, .i18n-fr .nav-primary ul li {
        display: block; }
    .i18n-vi .nav-primary nav, .i18n-fr .nav-primary nav {
      padding: 15px 20px 20px; }
      .i18n-vi .nav-primary nav a, .i18n-fr .nav-primary nav a {
        margin: 0;
        padding: 15px 0 10px 10px;
        display: block; }
  .i18n-vi .menu-on .nav-primary, .i18n-fr .menu-on .nav-primary {
    display: block; } }
@media (max-width: 970px) {
  .i18n-pt-br .menu-toggle, .i18n-ru .menu-toggle {
    display: block;
    font-size: 14px; }
  .i18n-pt-br .nav-primary, .i18n-ru .nav-primary {
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #5979ff;
    display: none; }
    .i18n-pt-br .nav-primary ul, .i18n-ru .nav-primary ul {
      display: block; }
      .i18n-pt-br .nav-primary ul li, .i18n-ru .nav-primary ul li {
        display: block; }
    .i18n-pt-br .nav-primary nav, .i18n-ru .nav-primary nav {
      padding: 15px 20px 20px; }
      .i18n-pt-br .nav-primary nav a, .i18n-ru .nav-primary nav a {
        margin: 0;
        padding: 15px 0 10px 10px;
        display: block; }
  .i18n-pt-br .menu-on .nav-primary, .i18n-ru .menu-on .nav-primary {
    display: block; } }
@media (max-width: 900px) {
  .i18n-es .menu-toggle, .i18n-ar .menu-toggle {
    display: block;
    font-size: 14px; }
  .i18n-es .nav-primary, .i18n-ar .nav-primary {
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #5979ff;
    display: none; }
    .i18n-es .nav-primary ul, .i18n-ar .nav-primary ul {
      display: block; }
      .i18n-es .nav-primary ul li, .i18n-ar .nav-primary ul li {
        display: block; }
    .i18n-es .nav-primary nav, .i18n-ar .nav-primary nav {
      padding: 15px 20px 20px; }
      .i18n-es .nav-primary nav a, .i18n-ar .nav-primary nav a {
        margin: 0;
        padding: 15px 0 10px 10px;
        display: block; }
  .i18n-es .menu-on .nav-primary, .i18n-ar .menu-on .nav-primary {
    display: block; } }
.lang_dropdown_form {
  margin-right: 10px; }
  .lang_dropdown_form .form-item {
    position: relative; }
    .lang_dropdown_form .form-item .lang-dropdown-select-element {
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 16px;
      font-family: 'Trade Gothic LT Std Light';
      font-style: normal;
      font-weight: 200;
      letter-spacing: 0.025em;
      word-spacing: -0.02em;
      border: none !important;
      background: transparent !important;
      width: auto !important;
      color: #5979ff;
      padding-right: 15px;
      direction: rtl;
      text-transform: uppercase; }
      .i18n-vi .lang_dropdown_form .form-item .lang-dropdown-select-element, .lang_dropdown_form .form-item .lang-dropdown-select-element.i18n-vi {
        font-family: 'arial', 'sans-serif';
        letter-spacing: 0; }
      .i18n-ru .lang_dropdown_form .form-item .lang-dropdown-select-element, .lang_dropdown_form .form-item .lang-dropdown-select-element.i18n-ru {
        font-family: 'Arial Narrow', 'sans-serif';
        letter-spacing: 0; }
    @media (max-width: 850px) {
      .lang_dropdown_form .form-item:AFTER {
        color: #fff;
        content: '▾';
        position: absolute;
        right: 0;
        top: -7px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .lang_dropdown_form .form-item:AFTER {
        top: -5px; } }

.node-type-quiz h1#page-title, .node-type-morph-results h1#page-title {
  display: none; }

.quiz-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/quiz-placeholder.jpg) 0% 50% no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

ul.quiz-questions {
  position: relative;
  list-style: none;
  margin: 0 auto 1em;
  padding: 1px 0;
  min-height: 460px; }
  ul.quiz-questions:after {
    content: "";
    display: table;
    clear: both; }
  ul.quiz-questions li.qSingle button {
    background: transparent;
    color: #fff; }
    ul.quiz-questions li.qSingle button:AFTER {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #6295ff;
      mix-blend-mode: screen; }
    ul.quiz-questions li.qSingle button:HOVER {
      background: transparent; }
      ul.quiz-questions li.qSingle button:HOVER:AFTER {
        background: #5979ff; }
  @media (max-width: 767px) {
    ul.quiz-questions {
      min-height: 300px; } }

.ngQuiz {
  text-align: center;
  margin-bottom: 5em; }
  .ngQuiz .animate-hide {
    position: relative;
    -moz-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s;
    opacity: 1;
    top: 0;
    width: 100%; }
  .ngQuiz .animate-hide.ng-hide {
    opacity: 0;
    position: absolute; }
  .ngQuiz .animate-hide.ng-hide-remove {
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s; }
  .ngQuiz .animate-hide.ng-hide-add {
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .ngQuiz .check-element {
    padding: 10px;
    border: 1px solid black;
    background: white; }
  .ngQuiz .intro-text {
    font-size: 18px;
    max-width: 700px;
    margin: auto; }
    @media (max-width: 767px) {
      .ngQuiz .intro-text {
        font-size: 16px; } }
    .ngQuiz .intro-text .field-name-body {
      margin-bottom: 3em;
      padding: 2px 0; }
      @media (max-width: 767px) {
        .ngQuiz .intro-text .field-name-body {
          margin-bottom: 0em; } }
  .ngQuiz .quiz-intro h3, .ngQuiz h3.single-question {
    font-family: 'Trade Gothic LT Std Cn Bold Oblique';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.04em;
    margin: 0; }
    .i18n-vi .ngQuiz .quiz-intro h3, .ngQuiz .quiz-intro h3.i18n-vi, .i18n-ru .ngQuiz .quiz-intro h3, .ngQuiz .quiz-intro h3.i18n-ru, .i18n-vi .ngQuiz h3.single-question, .ngQuiz h3.single-question.i18n-vi, .i18n-ru .ngQuiz h3.single-question, .ngQuiz h3.single-question.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .ngQuiz .quiz-intro h3, .ngQuiz h3.single-question {
        font-size: 30px;
        line-height: 1.2; } }
  .ngQuiz .quiz-intro h3 {
    margin: 1.2em 0;
    min-height: 100px;
    color: #fff;
    mix-blend-mode: screen;
    text-transform: uppercase; }
    .ngQuiz .quiz-intro h3 strong, .ngQuiz .quiz-intro h3 b {
      color: #5b65dd;
      font-weight: normal; }
    @media (max-width: 767px) {
      .ngQuiz .quiz-intro h3 {
        margin: 30px 10px 30px 0px; } }
  .ngQuiz .choices {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 700px;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0; }
    .i18n-vi .ngQuiz .choices, .ngQuiz .choices.i18n-vi, .i18n-ru .ngQuiz .choices, .ngQuiz .choices.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    .ngQuiz .choices li {
      margin: 0 auto 10px;
      padding: 0;
      min-width: 300px;
      border: solid 1px #FFF;
      border: solid 1px rgba(255, 255, 255, 0.5);
      font-size: 24px;
      letter-spacing: 0.04em; }
      .ngQuiz .choices li span {
        display: block;
        text-align: center;
        padding: 20px 20px 12px;
        cursor: pointer; }
        @media (max-width: 600px) {
          .ngQuiz .choices li span {
            padding: 10px 10px 8px; } }
      @media (max-width: 600px) {
        .ngQuiz .choices li {
          font-size: 16px;
          min-width: 0; } }
      .ngQuiz .choices li:HOVER, .ngQuiz .choices li.selected {
        background-color: #2edfa9;
        color: #4751c2; }
        .ngQuiz .choices li:HOVER span, .ngQuiz .choices li.selected span {
          -moz-transform: translateX(0.05em) skewX(-12.5deg);
          -ms-transform: translateX(0.05em) skewX(-12.5deg);
          -webkit-transform: translateX(0.05em) skewX(-12.5deg);
          transform: translateX(0.05em) skewX(-12.5deg); }
  @media (max-width: 600px) {
    .ngQuiz .quizNav li {
      width: 25px; } }
  .ngQuiz .quizNav li span {
    border: solid 1px #FFF;
    border: solid 1px rgba(255, 255, 255, 0.5); }
  .ngQuiz .quizNav li.enabled span {
    background: #5b65dd;
    background: rgba(89, 121, 255, 0.5); }
  .ngQuiz .quizNav li.active span, .ngQuiz .quizNav li:HOVER span {
    background: white; }

.question-wrap {
  position: relative;
  height: 150px; }
  .question-wrap h3 {
    margin: 0;
    position: relative;
    top: 52.5%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (max-width: 767px) {
    .question-wrap {
      min-height: 100px;
      height: auto; }
      .question-wrap h3 {
        top: 0;
        padding: 15px 0;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); } }

@media (max-width: 767px) {
  .quiz-results {
    margin: 0; } }
.quiz-results .animal-prefix {
  display: block; }
.quiz-results h4 {
  color: #ce1665;
  margin: 0;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase; }
  .i18n-vi .quiz-results h4, .quiz-results h4.i18n-vi, .i18n-ru .quiz-results h4, .quiz-results h4.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
.quiz-results .col-result-left h4 {
  color: #5b65dd;
  font-size: 32px;
  -moz-transform: translateX(0.05em) skewX(-12.5deg);
  -ms-transform: translateX(0.05em) skewX(-12.5deg);
  -webkit-transform: translateX(0.05em) skewX(-12.5deg);
  transform: translateX(0.05em) skewX(-12.5deg);
  margin: 0.75em 0 0;
  letter-spacing: 0.06em; }
.quiz-results .col-result-left p {
  font-size: 16px;
  line-height: 24px;
  padding-right: 60px; }
  @media (max-width: 767px) {
    .quiz-results .col-result-left p {
      padding-right: 0; } }
.quiz-results .quiz-results-header {
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 27px 0; }
  .i18n-vi .quiz-results .quiz-results-header, .quiz-results .quiz-results-header.i18n-vi, .i18n-ru .quiz-results .quiz-results-header, .quiz-results .quiz-results-header.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .quiz-results .quiz-results-header a {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 30px;
    color: #fff;
    text-decoration: none;
    border: none; }
  .quiz-results .quiz-results-header span.animal-prefix {
    color: #2edfa9;
    font-size: 33px;
    font-family: 'Trade Gothic LT Std Cn Bold Oblique';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: none; }
    .i18n-vi .quiz-results .quiz-results-header span.animal-prefix, .quiz-results .quiz-results-header span.animal-prefix.i18n-vi, .i18n-ru .quiz-results .quiz-results-header span.animal-prefix, .quiz-results .quiz-results-header span.animal-prefix.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
.quiz-results .quiz-results-body {
  background: white;
  color: black;
  text-align: left;
  margin: 0 auto; }
.quiz-results .col {
  float: left; }
.quiz-results .col-result-left {
  width: 64.99%; }
  @media (max-width: 767px) {
    .quiz-results .col-result-left {
      width: 100%; } }
  .quiz-results .col-result-left .section {
    padding: 30px; }
    .quiz-results .col-result-left .section img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .quiz-results .col-result-left .section {
        padding: 15px; } }
.quiz-results .col-result-sidebar {
  width: 34.99%;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .quiz-results .col-result-sidebar {
      width: 100%; } }
  .quiz-results .col-result-sidebar .section {
    padding: 30px 30px 0px 0; }
    @media (max-width: 767px) {
      .quiz-results .col-result-sidebar .section {
        padding: 0 15px 15px; } }
    .quiz-results .col-result-sidebar .section h4 {
      letter-spacing: 0.075em; }
    .quiz-results .col-result-sidebar .section p {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      color: #ce1665; }
    .quiz-results .col-result-sidebar .section .quiz-end-pledge {
      position: relative; }
      .quiz-results .col-result-sidebar .section .quiz-end-pledge a {
        color: #ce1665;
        text-decoration: none; }
  .quiz-results .col-result-sidebar .social-links, .quiz-results .col-result-sidebar .view-display-id-block_6 {
    margin: 20px 0 30px;
    list-style: none;
    padding: 0; }
    .quiz-results .col-result-sidebar .social-links li, .quiz-results .col-result-sidebar .social-links .social-link-wrap, .quiz-results .col-result-sidebar .view-display-id-block_6 li, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 60px;
      height: 60px;
      border: solid 1px #ced1f5;
      margin: 0 5px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .quiz-results .col-result-sidebar .social-links li.zh-only, .quiz-results .col-result-sidebar .social-links .social-link-wrap.zh-only, .quiz-results .col-result-sidebar .view-display-id-block_6 li.zh-only, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap.zh-only {
        display: none; }
        .i18n-zh-hans .quiz-results .col-result-sidebar .social-links li.zh-only, .i18n-zh-hans .quiz-results .col-result-sidebar .social-links .social-link-wrap.zh-only, .i18n-zh-hans .quiz-results .col-result-sidebar .view-display-id-block_6 li.zh-only, .i18n-zh-hans .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap.zh-only {
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline; }
      .quiz-results .col-result-sidebar .social-links li.camIconBorder, .quiz-results .col-result-sidebar .social-links .social-link-wrap.camIconBorder, .quiz-results .col-result-sidebar .view-display-id-block_6 li.camIconBorder, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap.camIconBorder {
        border: solid 1px #5b65dd; }
      .quiz-results .col-result-sidebar .social-links li:HOVER, .quiz-results .col-result-sidebar .social-links .social-link-wrap:HOVER, .quiz-results .col-result-sidebar .view-display-id-block_6 li:HOVER, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap:HOVER {
        border-color: #5b65dd;
        background-color: #5b65dd;
        color: #FFF; }
        .quiz-results .col-result-sidebar .social-links li:HOVER a span:BEFORE, .quiz-results .col-result-sidebar .social-links .social-link-wrap:HOVER a span:BEFORE, .quiz-results .col-result-sidebar .view-display-id-block_6 li:HOVER a span:BEFORE, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap:HOVER a span:BEFORE {
          color: #FFF; }
      .quiz-results .col-result-sidebar .social-links li a, .quiz-results .col-result-sidebar .social-links .social-link-wrap a, .quiz-results .col-result-sidebar .view-display-id-block_6 li a, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 66px;
        font-size: 24px; }
      @media (max-width: 768px) and (min-width: 600px) {
        .quiz-results .col-result-sidebar .social-links li, .quiz-results .col-result-sidebar .social-links .social-link-wrap, .quiz-results .col-result-sidebar .view-display-id-block_6 li, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap {
          width: 45px;
          height: 45px; }
          .quiz-results .col-result-sidebar .social-links li a, .quiz-results .col-result-sidebar .social-links .social-link-wrap a, .quiz-results .col-result-sidebar .view-display-id-block_6 li a, .quiz-results .col-result-sidebar .view-display-id-block_6 .social-link-wrap a {
            font-size: 21px;
            line-height: 52px; } }
.quiz-results .endscreen-animal-overview {
  padding: 0 0 40px; }
  .quiz-results .endscreen-animal-overview .views-field-title {
    display: none; }
  .quiz-results .endscreen-animal-overview .views-field-field-excerpt {
    padding: 15px 0 0; }
.quiz-results .more-info-label {
  font-family: 'Trade Gothic LT Std Cn Bold Oblique';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 15px 0 30px;
  color: #5b65dd;
  text-transform: uppercase; }
  .i18n-vi .quiz-results .more-info-label, .quiz-results .more-info-label.i18n-vi, .i18n-ru .quiz-results .more-info-label, .quiz-results .more-info-label.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .quiz-results .more-info-label a {
    color: #5b65dd;
    text-decoration: none; }
    .quiz-results .more-info-label a:HOVER {
      color: #000; }
  @media (max-width: 767px) {
    .quiz-results .more-info-label {
      font-size: 24px; } }
.quiz-results .celeb-introduction {
  font-family: 'Trade Gothic LT Std Cn Bold Oblique';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #5b65dd; }
  .i18n-vi .quiz-results .celeb-introduction, .quiz-results .celeb-introduction.i18n-vi, .i18n-ru .quiz-results .celeb-introduction, .quiz-results .celeb-introduction.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  @media (max-width: 767px) {
    .quiz-results .celeb-introduction {
      font-size: 24px; } }

.quiz-end-social {
  border: 1px solid #1cf9c4;
  padding: 30px;
  text-align: center; }

.morph-link {
  background-color: #1cf9c4;
  padding: 30px;
  text-align: center; }

.skipQuiz .field-name-field-singleline-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0; }
  .i18n-vi .skipQuiz .field-name-field-singleline-text, .skipQuiz .field-name-field-singleline-text.i18n-vi, .i18n-ru .skipQuiz .field-name-field-singleline-text, .skipQuiz .field-name-field-singleline-text.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .skipQuiz .field-name-field-singleline-text:HOVER {
    color: #6295ff; }
@media (max-width: 600px) {
  .skipQuiz {
    max-width: 190px;
    margin: 1em auto; }
    .skipQuiz .icon-right-arrow {
      display: none; } }

.rep-feature h4, .rep-feature p {
  color: #5b65dd; }
.rep-feature h4 {
  font-size: 18px; }

.question-bgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .quizInside .question-bgs {
    background-color: black; }
  .question-bgs .question-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden; }
    .question-bgs .question-bg.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .question-bgs .question-bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }

@media (min-height: 800px) {
  ul.quiz-questions {
    min-height: 500px; } }
@media (min-height: 900px) {
  ul.quiz-questions {
    min-height: 600px; }

  .ngQuiz .intro-text {
    margin-top: 25px; }

  .question-wrap {
    margin: 15px 0 10px; } }
@media (min-height: 1000px) {
  ul.quiz-questions {
    min-height: 700px; }

  .ngQuiz .intro-text {
    margin-top: 50px; }

  .question-wrap {
    margin: 35px 0 30px; } }
.pageBG {
  display: block !important; }
  .pageBG.ng-hide {
    -moz-transition: linear 3s all;
    -o-transition: linear 3s all;
    -webkit-transition: linear 3s all;
    transition: linear 3s all;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.getReady {
  height: 54px;
  line-height: 57px; }

.back-to-site {
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase;
  font-size: inherit;
  position: absolute;
  top: 115px;
  left: 28px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  text-decoration: none;
  z-index: 13; }
  .i18n-vi .back-to-site, .back-to-site.i18n-vi, .i18n-ru .back-to-site, .back-to-site.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .back-to-site:BEFORE {
    display: none; }

.back-to-site, .start-over, .bottom-links .back {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
  .back-to-site.hovered, .back-to-site:HOVER, .back-to-site:ACTIVE, .start-over.hovered, .start-over:HOVER, .start-over:ACTIVE, .bottom-links .back.hovered, .bottom-links .back:HOVER, .bottom-links .back:ACTIVE {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

@media (max-width: 767px) {
  .back {
    margin-bottom: 12px; } }

.bottom-links {
  position: fixed;
  bottom: 25px;
  left: 30px;
  padding: 0 30px;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase;
  font-size: inherit;
  text-align: left; }
  .i18n-vi .bottom-links, .bottom-links.i18n-vi, .i18n-ru .bottom-links, .bottom-links.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .bottom-links .back {
    margin-top: 10px;
    float: left; }
    .bottom-links .back .icon-left-arrow::BEFORE {
      font-size: 30px;
      display: block;
      margin: 0 auto 2px; }
  .bottom-links .start-over {
    float: right; }
    .bottom-links .start-over.no-float {
      float: none; }
    .bottom-links .start-over p {
      margin-top: 0; }
    .bottom-links .start-over span {
      display: block; }
    .bottom-links .start-over a {
      margin-top: 0.5em;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      text-align: center;
      text-decoration: none; }

.camwrap {
  width: 640px;
  height: 480px;
  position: relative;
  margin: auto;
  background-color: black; }
  @media (max-height: 690px) {
    .camwrap #c, .camwrap.photoOn {
      width: 320px !important;
      height: 320px !important; } }
  @media (max-height: 690px) and (min-width: 600px) {
    .camwrap {
      width: 400px;
      height: 300px; }
      .camwrap #c, .camwrap.photoOn, .camwrap .upper-canvas {
        width: 400px !important;
        height: 400px !important;
        max-width: 100%; }
      .camwrap .webcam-test, .camwrap video {
        width: 100% !important;
        height: 100% !important; } }
  .camwrap.inactive {
    pointer-events: none; }
  .camwrap.canvasHeight {
    height: 640px; }
  .camwrap .shareImage {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.top-wrap {
  margin: auto auto 30px; }
  .top-wrap.initializing {
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .top-wrap .touchevents {
    margin: auto auto 25px; }

.h-workers {
  position: absolute;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  right: 0;
  width: 100px;
  height: 100px;
  overflow: hidden; }

#c, #v, .webcam-test {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 480px; }

#v, .webcam-test {
  z-index: 3; }

.webcam-test {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1; }
  .webcam-test.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 3; }
  .touchevents .webcam-test {
    display: none; }

div.buttons {
  text-align: center;
  max-width: 640px;
  margin: 0 auto; }
  @media (max-height: 690px) {
    div.buttons {
      max-width: 400px; } }
  div.buttons p {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 0.09em; }
    .i18n-vi div.buttons p, div.buttons p.i18n-vi, .i18n-ru div.buttons p, div.buttons p.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    div.buttons p.back {
      margin-top: 2em;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
      div.buttons p.back:ACTIVE {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
  div.buttons .sharer {
    width: 75px;
    height: 71px;
    margin-right: 1px;
    padding: 24px 30px 16px 26px;
    float: left; }
    @media (max-width: 767px) {
      div.buttons .sharer {
        float: none;
        width: 33%;
        vertical-align: top; }
        .i18n-zh-hans div.buttons .sharer {
          width: 24%;
          width: -webkit-calc(25% - 1px);
          width: calc(25% - 1px); } }
  div.buttons .saveButton {
    height: auto;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    height: 71px;
    line-height: 75px;
    width: -webkit-calc(100% - 228px);
    width: calc(100% - 228px); }
    .i18n-zh-hans div.buttons .saveButton {
      width: -webkit-calc(100% - 304px);
      width: calc(100% - 304px); }
      @media (max-width: 767px) {
        .i18n-zh-hans div.buttons .saveButton {
          width: 100%;
          margin-top: 12px;
          display: block; } }
    @media (max-width: 767px) {
      div.buttons .saveButton {
        font-size: 14px;
        line-height: 70px;
        display: block;
        width: 100%;
        margin-top: 12px; } }

.zh-only {
  display: none; }
  .i18n-zh-hans .zh-only {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.ngMorph {
  font-size: 14px; }

.initScreen, .ngMorph {
  padding-top: 50px; }

.node-type-morph #page {
  max-width: 100%; }
.node-type-morph header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  margin: 0; }
  .node-type-morph header .united-nations-logo {
    display: none; }
  .node-type-morph header .header__site-name {
    margin: 25px 0 0 25px; }
  .node-type-morph header .nav-primary {
    display: none; }

.schemesWrap .scheme {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 30px 30px;
  border: 1px solid transparent;
  padding: 4px;
  border-radius: 50%; }
  .schemesWrap .scheme.active {
    border-color: #fff; }
  .schemesWrap .scheme span {
    display: block;
    height: 28px;
    width: 14px;
    cursor: pointer; }
    .schemesWrap .scheme span.colorTwo {
      float: right;
      -moz-border-radius: 0 28px 28px 0;
      -webkit-border-radius: 0;
      border-radius: 0 28px 28px 0; }
    .schemesWrap .scheme span.colorOne {
      float: left;
      -moz-border-radius: 28px 0 0 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px 0 0 28px; }

.morph-name {
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }
  @media (max-height: 690px) {
    .morph-name {
      max-width: 400px; } }

.morph-name, .wildlife-nav-morph {
  text-align: center; }
  .morph-name h4, .wildlife-nav-morph h4 {
    color: #5b65dd;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    font-size: 32px;
    text-decoration: none;
    margin: 1.6em 0 0.75em;
    line-height: 1.1; }
    .i18n-vi .morph-name h4, .morph-name h4.i18n-vi, .i18n-ru .morph-name h4, .morph-name h4.i18n-ru, .i18n-vi .wildlife-nav-morph h4, .wildlife-nav-morph h4.i18n-vi, .i18n-ru .wildlife-nav-morph h4, .wildlife-nav-morph h4.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .morph-name h4, .wildlife-nav-morph h4 {
        font-size: 22px; } }
  .morph-name .inputWrap, .wildlife-nav-morph .inputWrap {
    position: relative;
    border: solid 1px #fff;
    margin: auto;
    text-align: center;
    background: none;
    font-size: 60px;
    color: #fff;
    outline: none;
    height: 101px;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    line-height: 1em;
    text-transform: uppercase;
    max-width: 100%;
    /* only Caret which is  */ }
    .i18n-vi .morph-name .inputWrap, .morph-name .inputWrap.i18n-vi, .i18n-ru .morph-name .inputWrap, .morph-name .inputWrap.i18n-ru, .i18n-vi .wildlife-nav-morph .inputWrap, .wildlife-nav-morph .inputWrap.i18n-vi, .i18n-ru .wildlife-nav-morph .inputWrap, .wildlife-nav-morph .inputWrap.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    .morph-name .inputWrap span, .wildlife-nav-morph .inputWrap span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-top: 28px; }
    .morph-name .inputWrap input, .wildlife-nav-morph .inputWrap input {
      color: transparent;
      text-shadow: 0 0 0 transparent;
      text-align: center;
      position: absolute;
      width: 100%;
      font-family: 'Trade Gothic LT Std Cn Bold';
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.1em;
      word-spacing: 0;
      text-transform: uppercase;
      height: 100%;
      border: none;
      outline: none;
      top: 0px;
      left: 0;
      background: none;
      padding: inherit;
      padding-bottom: 0;
      font-size: inherit; }
      .i18n-vi .morph-name .inputWrap input, .morph-name .inputWrap input.i18n-vi, .i18n-ru .morph-name .inputWrap input, .morph-name .inputWrap input.i18n-ru, .i18n-vi .wildlife-nav-morph .inputWrap input, .wildlife-nav-morph .inputWrap input.i18n-vi, .i18n-ru .wildlife-nav-morph .inputWrap input, .wildlife-nav-morph .inputWrap input.i18n-ru {
        font-family: 'Arial', 'sans-serif';
        letter-spacing: 0;
        font-weight: bold; }
      .morph-name .inputWrap input:focus, .wildlife-nav-morph .inputWrap input:focus {
        outline: none; }
    .morph-name .inputWrap *:focus ~ .caret,
    .morph-name .inputWrap *:focus ~ div .caret, .wildlife-nav-morph .inputWrap *:focus ~ .caret,
    .wildlife-nav-morph .inputWrap *:focus ~ div .caret {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -webkit-animation: 1s 40ms caret infinite;
      animation: 1s 40ms caret infinite; }
    .morph-name .inputWrap .caret, .wildlife-nav-morph .inputWrap .caret {
      position: absolute;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      font-weight: normal;
      display: inline-block;
      width: 2px;
      margin-left: -3px;
      background: #FFF;
      -moz-user-select: -moz-none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      top: 20px; }
    .morph-name .inputWrap span:not(.deleted) ~ .caret, .wildlife-nav-morph .inputWrap span:not(.deleted) ~ .caret {
      margin: 0;
      top: 20px; }
    @media (max-height: 750px) and (min-width: 600px) {
      .morph-name .inputWrap *:focus ~ div .caret, .morph-name .inputWrap span:not(.deleted) ~ .caret, .wildlife-nav-morph .inputWrap *:focus ~ div .caret, .wildlife-nav-morph .inputWrap span:not(.deleted) ~ .caret {
        top: 15px;
        line-height: 1em; } }
    @media (max-width: 767px) {
      .morph-name .inputWrap, .wildlife-nav-morph .inputWrap {
        margin: 0 25px;
        padding-top: 3px;
        font-size: 30px;
        height: 50px; }
        .morph-name .inputWrap input, .wildlife-nav-morph .inputWrap input {
          color: #fff; }
          .morph-name .inputWrap input ~ div, .wildlife-nav-morph .inputWrap input ~ div {
            display: none; }
        .morph-name .inputWrap .caret, .wildlife-nav-morph .inputWrap .caret {
          top: 24px; }
        .morph-name .inputWrap span:not(.deleted) ~ .caret, .wildlife-nav-morph .inputWrap span:not(.deleted) ~ .caret {
          top: 24px; } }
  @media (max-height: 750px) and (min-width: 600px) {
    .morph-name > h4, .wildlife-nav-morph > h4 {
      margin-top: 0; }
    .morph-name h4, .wildlife-nav-morph h4 {
      font-size: 24px; }
    .morph-name .inputWrap, .wildlife-nav-morph .inputWrap {
      height: 61px;
      font-size: 32px;
      line-height: 0.5em; }
    .morph-name ul.carousel, .wildlife-nav-morph ul.carousel {
      margin-bottom: 10px; }
      .morph-name ul.carousel li, .wildlife-nav-morph ul.carousel li {
        width: 17%; }
        .morph-name ul.carousel li .text-link a, .wildlife-nav-morph ul.carousel li .text-link a {
          padding: 10px 15px 15px 15px;
          font-size: 0.6em; } }
  .morph-name ul.carousel li .carousel-inner, .wildlife-nav-morph ul.carousel li .carousel-inner {
    margin-top: 0; }

@keyframes caret {
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1; } }
@-webkit-keyframes caret {
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1; } }
.no-touchevents .mobile-wrap, .no-touchevents .mobile-prompt {
  display: none; }

.mobile-wrap {
  background-color: #242424;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .mobile-wrap svg {
    position: absolute;
    display: block;
    height: 80%;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.mobile-prompt {
  margin-top: 30px;
  text-align: center;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase; }
  .i18n-vi .mobile-prompt, .mobile-prompt.i18n-vi, .i18n-ru .mobile-prompt, .mobile-prompt.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .mobile-prompt p {
    margin-top: 0; }

@media (max-width: 768px) {
  .back-to-site {
    top: 25px;
    right: 25px;
    left: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
    .back-to-site:BEFORE {
      display: inline-block; }

  .bottom-links {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin: 30px 0 0 0; }

  .camwrap canvas, .camwrap video, .canvas-container {
    width: 100% !important;
    height: 100% !important; }

  .ngMorph {
    padding-top: 90px; }

  .ngMorph .buttons {
    width: auto;
    padding: 0 25px; }
    .touchevents .ngMorph .buttons {
      max-width: 600px; } }
.no-touchevents .camwrap:AFTER {
  background-image: url(../cam-img/unep_vignette.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain; }
.no-touchevents .camwrap.showVignette:AFTER {
  mix-blend-mode: multiply; }
.no-touchevents .camwrap:AFTER {
  content: "";
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.no-touchevents .camwrap.showVignette:AFTER {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: none;
  z-index: 5; }
.no-touchevents .camwrap.photoOn {
  height: 640px; }
  .no-touchevents .camwrap.photoOn:AFTER {
    display: none; }

.actions-next {
  margin: 50px 0 0px; }

.morph-result-share {
  text-align: center;
  padding: 0 0 0px; }
  .morph-result-share img {
    max-width: 100%;
    height: auto; }

.morphResultImg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 20px auto -0; }

.species-name-ext, .view-species.view-display-id-page_2 .views-row article h2.node-title, article.node-species h2.node-title, .species-sidebar h4, .field-name-field-feature-champion .text-wrap .featured-champ-title {
  text-transform: uppercase;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  letter-spacing: 0.06em; }
  .i18n-vi .species-name-ext, .i18n-vi .view-species.view-display-id-page_2 .views-row article h2.node-title, .view-species.view-display-id-page_2 .views-row article .i18n-vi h2.node-title, .i18n-vi article.node-species h2.node-title, article.node-species .i18n-vi h2.node-title, .i18n-vi .species-sidebar h4, .species-sidebar .i18n-vi h4, .i18n-vi .field-name-field-feature-champion .text-wrap .featured-champ-title, .field-name-field-feature-champion .text-wrap .i18n-vi .featured-champ-title, .species-name-ext.i18n-vi, .view-species.view-display-id-page_2 .views-row article h2.i18n-vi.node-title, article.node-species h2.i18n-vi.node-title, .species-sidebar h4.i18n-vi, .field-name-field-feature-champion .text-wrap .i18n-vi.featured-champ-title, .i18n-ru .species-name-ext, .i18n-ru .view-species.view-display-id-page_2 .views-row article h2.node-title, .view-species.view-display-id-page_2 .views-row article .i18n-ru h2.node-title, .i18n-ru article.node-species h2.node-title, article.node-species .i18n-ru h2.node-title, .i18n-ru .species-sidebar h4, .species-sidebar .i18n-ru h4, .i18n-ru .field-name-field-feature-champion .text-wrap .featured-champ-title, .field-name-field-feature-champion .text-wrap .i18n-ru .featured-champ-title, .species-name-ext.i18n-ru, .view-species.view-display-id-page_2 .views-row article h2.i18n-ru.node-title, article.node-species h2.i18n-ru.node-title, .species-sidebar h4.i18n-ru, .field-name-field-feature-champion .text-wrap .i18n-ru.featured-champ-title {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }

.view-species.view-display-id-page_2 {
  margin-left: -15px;
  margin-right: -15px; }
  .view-species.view-display-id-page_2:after {
    content: "";
    display: table;
    clear: both; }
  .view-species.view-display-id-page_2 .views-row {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
    margin-right: -0.2em; }
    @media (max-width: 650px) {
      .view-species.view-display-id-page_2 .views-row {
        width: 100%; } }
    .view-species.view-display-id-page_2 .views-row article {
      margin: 0 15px 30px;
      background-color: #fff;
      color: #000;
      position: relative; }
      .view-species.view-display-id-page_2 .views-row article h2.node-title {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .view-species.view-display-id-page_2 .views-row article h2.node-title {
            margin-top: 0; } }
        .view-species.view-display-id-page_2 .views-row article h2.node-title a {
          text-decoration: none; }
      .view-species.view-display-id-page_2 .views-row article:HOVER .share-wrap {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
      .view-species.view-display-id-page_2 .views-row article img {
        display: block; }
      .view-species.view-display-id-page_2 .views-row article.hovered img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
  .view-species.view-display-id-page_2 .field-name-field-grid-image {
    margin: 0 0 15px;
    height: 0;
    padding-bottom: 65.625%;
    position: relative; }
    .view-species.view-display-id-page_2 .field-name-field-grid-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .view-species.view-display-id-page_2 .grid-text {
    padding: 0 30px 60px; }
    @media (min-width: 651px) {
      .view-species.view-display-id-page_2 .grid-text {
        min-height: 270px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (min-width: 1160px) {
      .view-species.view-display-id-page_2 .grid-text {
        min-height: 240px; } }
    @media (max-width: 767px) {
      .view-species.view-display-id-page_2 .grid-text {
        padding: 0 15px 60px; } }

.node-type-species .field-name-field-hero-image {
  height: 0;
  padding-bottom: 49.786%;
  position: relative;
  margin: 0 0 50px; }
  @media (max-width: 767px) {
    .node-type-species .field-name-field-hero-image {
      margin: 0 0 18px; } }
  .node-type-species .field-name-field-hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.node-type-species .intro {
  padding-right: 100px; }
  @media (max-width: 767px) {
    .node-type-species .intro {
      padding-right: 0; } }
.node-type-species .infographic {
  padding: 45px 60px 95px 60px; }
  .node-type-species .infographic p {
    margin: 0; }
  .node-type-species .infographic .infographic-number {
    padding-right: 55px;
    font-family: 'Trade Gothic LT Std Light';
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.025em;
    word-spacing: -0.02em;
    font-size: 75px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em; }
    .i18n-vi .node-type-species .infographic .infographic-number, .node-type-species .infographic .infographic-number.i18n-vi {
      font-family: 'arial', 'sans-serif';
      letter-spacing: 0; }
    .i18n-ru .node-type-species .infographic .infographic-number, .node-type-species .infographic .infographic-number.i18n-ru {
      font-family: 'Arial Narrow', 'sans-serif';
      letter-spacing: 0; }
  .node-type-species .infographic .infographic-text {
    max-width: 350px;
    padding-left: 35px;
    border-left: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    min-height: 60px; }
    @media (max-width: 767px) {
      .node-type-species .infographic .infographic-text {
        width: 100%;
        padding-left: 0;
        border-left: none; } }
  @media (max-width: 767px) {
    .node-type-species .infographic {
      padding: 30px 15px 30px; }
      .node-type-species .infographic .infographic-number {
        padding-right: 0;
        font-size: 50px; } }

article.node-species {
  background-color: white;
  color: #222222; }
  article.node-species h2.node-title {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      article.node-species h2.node-title {
        margin-top: 0; } }
  article.node-species .field-name-body strong {
    text-transform: uppercase; }
  article.node-species .field-name-body b, article.node-species .field-name-body strong {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0; }
    .i18n-vi article.node-species .field-name-body b, article.node-species .field-name-body b.i18n-vi, .i18n-ru article.node-species .field-name-body b, article.node-species .field-name-body b.i18n-ru, .i18n-vi article.node-species .field-name-body strong, article.node-species .field-name-body strong.i18n-vi, .i18n-ru article.node-species .field-name-body strong, article.node-species .field-name-body strong.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  article.node-species .species-layout {
    padding: 0 60px 60px; }
    @media (max-width: 767px) {
      article.node-species .species-layout {
        padding: 0 15px 60px; } }
    article.node-species .species-layout .field-type-text-with-summary {
      padding-right: 60px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 800px; }
      @media (max-width: 767px) {
        article.node-species .species-layout .field-type-text-with-summary {
          padding-right: 0; } }
      article.node-species .species-layout .field-type-text-with-summary p {
        font-size: 0.8em;
        line-height: 1.8; }
    article.node-species .species-layout .intro p {
      font-size: 1em;
      line-height: 1.4; }

.wildlife-nav {
  margin: 80px 0; }
  @media (max-width: 650px) {
    .wildlife-nav {
      margin: 40px 0; }
      .wildlife-nav .maxPWidth {
        margin: 0; } }
  .wildlife-nav h4 a {
    color: #5b65dd;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    font-size: 32px;
    text-decoration: none;
    padding-left: 30px; }
    .i18n-vi .wildlife-nav h4 a, .wildlife-nav h4 a.i18n-vi, .i18n-ru .wildlife-nav h4 a, .wildlife-nav h4 a.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .wildlife-nav h4 a {
        padding-left: 0; } }

.species-sidebar {
  font-size: 0.8em;
  line-height: 1.5;
  padding-top: 20px; }
  .species-sidebar h4 {
    letter-spacing: 0.1em;
    font-size: 18px;
    margin: 1em 0 0; }
  .species-sidebar .celeb {
    margin-bottom: 30px; }
    .species-sidebar .celeb.hovered h4, .species-sidebar .celeb.hovered .field-name-field-celebrity-quiz-prompt {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  .species-sidebar .did-you-know h4 {
    margin-bottom: 10px; }
  .species-sidebar .field-name-field-did-you-know {
    border: 1px solid #e9e9e9;
    padding: 0px 20px; }
  .species-sidebar img {
    max-width: 100%;
    height: auto;
    display: block; }

.node-teaser .share-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 1em 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .touchevents .node-teaser .share-wrap {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
.share-wrap a {
  text-decoration: none;
  color: #CCCCCC; }
.share-wrap.share-wrap-learn {
  clear: both;
  padding: 1em 0 0; }
  .share-wrap.share-wrap-learn .share-label {
    text-transform: uppercase;
    font-size: 14px;
    color: #CCCCCC; }

.current-species .carousel-inner:BEFORE {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 2px solid white;
  width: -webkit-calc(100% - 14px);
  width: calc(100% - 14px);
  height: -webkit-calc(100% - 14px);
  height: calc(100% - 14px);
  pointer-events: none;
  content: ""; }

.tabs-primary {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tabs-primary li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

button, .buttonLink, .saveButton {
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase;
  padding: 24px 30px 16px 36px;
  font-size: 24px;
  letter-spacing: 0.09em;
  border: none;
  cursor: pointer;
  background: #5979ff;
  background: rgba(89, 121, 255, 0.75);
  position: relative;
  color: #fff;
  outline: none;
  width: 100%;
  text-decoration: none;
  vertical-align: baseline; }
  .i18n-vi button, button.i18n-vi, .i18n-ru button, button.i18n-ru, .i18n-vi .buttonLink, .buttonLink.i18n-vi, .i18n-ru .buttonLink, .buttonLink.i18n-ru, .i18n-vi .saveButton, .saveButton.i18n-vi, .i18n-ru .saveButton, .saveButton.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .buttons button, .buttons .buttonLink, .buttons .saveButton {
    min-height: 70px; }
  button:HOVER, button:ACTIVE, button:FOCUS, .buttonLink:HOVER, .buttonLink:ACTIVE, .buttonLink:FOCUS, .saveButton:HOVER, .saveButton:ACTIVE, .saveButton:FOCUS {
    background: #5979ff; }
  button.half, .buttonLink.half, .saveButton.half {
    width: 49%;
    display: inline-block;
    max-height: 70px;
    vertical-align: top; }
    .i18n-vi button.half, .i18n-ru button.half, .i18n-vi .buttonLink.half, .i18n-ru .buttonLink.half, .i18n-vi .saveButton.half, .i18n-ru .saveButton.half {
      padding: 15px 30px 16px 36px; }
    @media (max-width: 767px) {
      button.half, .buttonLink.half, .saveButton.half {
        width: 100%; } }
  button.back, .buttonLink.back, .saveButton.back {
    font-size: 16px; }
  button.getStarted, .buttonLink.getStarted, .saveButton.getStarted {
    pointer-events: none;
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    background: transparent;
    border: 1px solid white; }
    button.getStarted.active, .buttonLink.getStarted.active, .saveButton.getStarted.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      cursor: pointer;
      pointer-events: all;
      background: #5979ff;
      background: rgba(89, 121, 255, 0.5);
      border-color: transparent; }
      button.getStarted.active:HOVER, .buttonLink.getStarted.active:HOVER, .saveButton.getStarted.active:HOVER {
        background: #5979ff; }
  button.getReady, .buttonLink.getReady, .saveButton.getReady {
    background: #5979ff; }
  button.cameraSVG, .buttonLink.cameraSVG, .saveButton.cameraSVG {
    max-height: 71px;
    padding-top: 13px; }
  @media (max-width: 767px) {
    .ngQuiz button, .ngQuiz .buttonLink, .ngQuiz .saveButton {
      padding: 24px 15px 18px;
      font-size: 16px; } }

#mobilefile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.counter-wrap span {
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  font-family: 'Trade Gothic LT Std Cn Bold' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  display: inline-block;
  line-height: 47px;
  z-index: 4;
  position: relative;
  padding: 6px 0 0 3px;
  font-size: 1.5em; }
  .i18n-vi .counter-wrap span, .counter-wrap span.i18n-vi, .i18n-ru .counter-wrap span, .counter-wrap span.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
.counter-wrap .wrapper {
  position: relative;
  margin: 0 auto;
  background: #000; }
.counter-wrap .wrapper, .counter-wrap .wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.counter-wrap .wrapper {
  width: 54px;
  height: 54px; }
.counter-wrap .wrapper .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: #000;
  border: 1px solid #fff; }
.counter-wrap .wrapper .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 2;
  border-right: none;
  animation: rota 1s linear infinite; }
.counter-wrap .wrapper:hover .spinner,
.counter-wrap .wrapper:hover .filler,
.counter-wrap .wrapper:hover .mask {
  animation-play-state: running; }
.counter-wrap .wrapper .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 1;
  animation: opa 1s steps(1, end) infinite reverse;
  border-left: none; }
.counter-wrap .wrapper .mask {
  width: 50%;
  width: -webkit-calc(50% + 1px);
  width: calc(50% + 1px);
  height: 100%;
  left: -1px;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 1;
  z-index: 3;
  animation: opa 1s steps(1, end) infinite; }
@keyframes rota {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes opa {
  0% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }
.buttons {
  padding: 0 25px; }

.progress-indicator, .ngQuiz .quizNav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .progress-indicator li, .ngQuiz .quizNav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    pointer-events: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 600px) {
      .progress-indicator li, .ngQuiz .quizNav li {
        width: 25px; } }
    .progress-indicator li span, .ngQuiz .quizNav li span {
      position: absolute;
      width: 15px;
      height: 15px;
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      text-indent: -100px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .progress-indicator li.enabled, .ngQuiz .quizNav li.enabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      pointer-events: all; }
    .progress-indicator li.active span, .ngQuiz .quizNav li.active span, .progress-indicator li:HOVER span, .ngQuiz .quizNav li:HOVER span {
      background: white; }

*:FOCUS {
  outline: none; }

html {
  background: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4; }
  @media (max-width: 600px) {
    html {
      font-size: 16px; } }
  html.snapPhoto {
    background: white; }
    html.snapPhoto #site-name, html.snapPhoto button, html.snapPhoto .pageBG, html.snapPhoto .top-wrap, html.snapPhoto .counter-wrap {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }

body {
  font-family: 'Trade Gothic LT Std Light';
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.025em;
  word-spacing: -0.02em;
  margin: 0;
  padding: 0;
  color: #fff; }
  .i18n-vi body, body.i18n-vi {
    font-family: 'arial', 'sans-serif';
    letter-spacing: 0; }
  .i18n-ru body, body.i18n-ru {
    font-family: 'Arial Narrow', 'sans-serif';
    letter-spacing: 0; }
  body.i18n-vi {
    font-family: 'Arial', 'sans-serif'; }
  body.i18n-ru {
    font-family: 'Arial Narrow', 'sans-serif'; }
  body.noScroll {
    overflow: hidden; }

a {
  color: #5979ff; }

.maxPWidth {
  margin-left: 30px;
  margin-right: 30px; 
  
  }

  @media (min-width: 1160px) {
    .maxPWidth {
/* 
      max-width: 1100px;
 */
      max-width: 1300px;
/* 
      max-width:80%;      
 */
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 650px) {
    .maxPWidth {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 1100px) {
    .node-type-morph .maxPWidth {
      margin: 0; } }

header {
  position: relative;
  margin: 0 0 70px;
  height: 125px;
  border-bottom: 1px solid #707070;
  z-index: 12; }
  .section-morph header {
    margin: 0 auto 0; }
  .node-type-quiz header, .node-type-morph-results header {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    header {
      margin-bottom: 30px; } }
  @media (max-width: 650px) {
    header.maxPWidth {
      margin-right: 0;
      margin-left: 0;
      padding: 0 15px; }
    .node-type-morph header.maxPWidth {
      padding: 0; } }
  .node-type-morph header .menu-toggle, .node-type-morph header .social-links {
    display: none; }

article, .node-pledge-iframe {
  position: relative; }

nav.breadcrumbs {
  position: absolute;
  right: 0;
  top: -44px;
  font-family: 'Trade Gothic LT Std Light';
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.025em;
  word-spacing: -0.02em;
  font-size: 13px;
  text-transform: uppercase;
  color: #959595; }
  .i18n-vi nav.breadcrumbs, nav.breadcrumbs.i18n-vi {
    font-family: 'arial', 'sans-serif';
    letter-spacing: 0; }
  .i18n-ru nav.breadcrumbs, nav.breadcrumbs.i18n-ru {
    font-family: 'Arial Narrow', 'sans-serif';
    letter-spacing: 0; }
  nav.breadcrumbs a {
    text-decoration: none;
    color: #959595; }
    nav.breadcrumbs a:HOVER {
      color: #5979ff; }
  nav.breadcrumbs .activePage {
    color: #5b65dd; }
  nav.breadcrumbs span.bread-sep {
    margin: 0 4px; }
  @media (max-width: 767px) {
    nav.breadcrumbs {
      display: none; } }

.field-collection-container {
  border: none; }

.field-name-field-footer-logos .field-collection-view {
  padding: 0;
  margin: 0;
  border: none;
  text-align: center; }
.field-name-field-footer-logos .field-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 16%; }
  .field-name-field-footer-logos .field-item .field-item {
    display: block;
    width: auto;
    max-width: none; }
  .field-name-field-footer-logos .field-item img {
    max-width: 100%;
    height: auto; }
  .field-name-field-footer-logos .field-item .field-items {
    position: relative;
    padding: 0 15px; }
    @media (min-width: 900px) {
      .field-name-field-footer-logos .field-item .field-items {
        padding: 0 30px; } }
    @media (min-width: 1000px) {
      .field-name-field-footer-logos .field-item .field-items {
        padding: 0 40px; } }
  .field-name-field-footer-logos .field-item:nth-of-type(1) {
    max-width: 15%; }
    .field-name-field-footer-logos .field-item:nth-of-type(1) .field-item {
      max-width: none; }
  .field-name-field-footer-logos .field-item:nth-of-type(2) {
    max-width: 15%; }
    .field-name-field-footer-logos .field-item:nth-of-type(2) .field-item {
      max-width: none; }
  .field-name-field-footer-logos .field-item:nth-of-type(3) {
    max-width: 27%; }
    .field-name-field-footer-logos .field-item:nth-of-type(3) .field-item {
      max-width: none; }
  .field-name-field-footer-logos .field-item:nth-of-type(4) {
    max-width: 17%; }
    .field-name-field-footer-logos .field-item:nth-of-type(4) .field-item {
      max-width: none; }
  .field-name-field-footer-logos .field-item:nth-of-type(5) {
    max-width: 11%; }
    .field-name-field-footer-logos .field-item:nth-of-type(5) .field-item {
      max-width: none; }
  .field-name-field-footer-logos .field-item:nth-of-type(6) {
    max-width: 14%; }
    .field-name-field-footer-logos .field-item:nth-of-type(6) .field-item {
      max-width: none; }
  @media (max-width: 650px) {
    .field-name-field-footer-logos .field-item:nth-of-type(1) {
      width: 48%;
      max-width: 100%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
      .field-name-field-footer-logos .field-item:nth-of-type(1) .field-items {
        padding: 0;
        text-align: center; }
        .field-name-field-footer-logos .field-item:nth-of-type(1) .field-items .field-item {
          width: 47%;
          display: block;
          margin: auto; }
          .field-name-field-footer-logos .field-item:nth-of-type(1) .field-items .field-item img {
            position: relative;
            margin-top: 8px; }
    .field-name-field-footer-logos .field-item:nth-of-type(2) {
      width: 48%;
      max-width: 100%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
      .field-name-field-footer-logos .field-item:nth-of-type(2) .field-items {
        padding: 0;
        text-align: center; }
        .field-name-field-footer-logos .field-item:nth-of-type(2) .field-items .field-item {
          width: 40%;
          display: block;
          margin: auto; }
          .field-name-field-footer-logos .field-item:nth-of-type(2) .field-items .field-item img {
            position: relative; }
    .field-name-field-footer-logos .field-item:nth-of-type(3) {
      width: 48%;
      max-width: 100%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
      .field-name-field-footer-logos .field-item:nth-of-type(3) .field-items {
        padding: 0;
        text-align: center; }
        .field-name-field-footer-logos .field-item:nth-of-type(3) .field-items .field-item {
          width: 100%;
          display: block;
          margin: auto; }
          .field-name-field-footer-logos .field-item:nth-of-type(3) .field-items .field-item img {
            position: relative; }
    .field-name-field-footer-logos .field-item:nth-of-type(4) {
      width: 48%;
      max-width: 100%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
      .field-name-field-footer-logos .field-item:nth-of-type(4) .field-items {
        padding: 0;
        text-align: center; }
        .field-name-field-footer-logos .field-item:nth-of-type(4) .field-items .field-item {
          width: 65%;
          display: block;
          margin: auto; }
          .field-name-field-footer-logos .field-item:nth-of-type(4) .field-items .field-item img {
            position: relative; } }
.field-name-field-footer-logos .field-name-field-collaborator {
  display: none; }

h1.main-title {
  text-align: center;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  font-family: 'Trade Gothic LT Std Cn Bold' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  color: #5b65dd;
  font-size: 12.5vw;
  letter-spacing: 0.15em;
  margin: 0;
  position: relative;
  top: 50%;
  line-height: 1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: screen;
  -moz-animation: fadeOut 1.5s 3s forwards;
  -webkit-animation: fadeOut 1.5s 3s forwards;
  animation: fadeOut 1.5s 3s forwards; }
  .i18n-vi h1.main-title, h1.main-title.i18n-vi, .i18n-ru h1.main-title, h1.main-title.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  h1.main-title span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 1;
    margin: 0 0.1em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -moz-transform: translateX(30px) scale(0.4);
    -ms-transform: translateX(30px) scale(0.4);
    -webkit-transform: translateX(30px) scale(0.4);
    transform: translateX(30px) scale(0.4);
    -moz-animation: titleOn 0.6s forwards, fadein 0.8s forwards;
    -webkit-animation: titleOn 0.6s forwards, fadein 0.8s forwards;
    animation: titleOn 0.6s forwards, fadein 0.8s forwards; }
    h1.main-title span:AFTER {
      content: attr(dub);
      position: absolute;
      top: 0;
      left: -60px;
      line-height: 1;
      color: #2edfa9;
      mix-blend-mode: screen;
      -moz-transform: translateX(0.05em) skewX(-12.5deg);
      -ms-transform: translateX(0.05em) skewX(-12.5deg);
      -webkit-transform: translateX(0.05em) skewX(-12.5deg);
      transform: translateX(0.05em) skewX(-12.5deg);
      -moz-animation: psAfter 0.6s forwards;
      -webkit-animation: psAfter 0.6s forwards;
      animation: psAfter 0.6s forwards; }
    h1.main-title span:nth-of-type(2), h1.main-title span:nth-of-type(2)::AFTER {
      -moz-animation-delay: 0.1s;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    h1.main-title span:nth-of-type(3), h1.main-title span:nth-of-type(3)::AFTER {
      -moz-animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    h1.main-title span.lil {
      font-size: 43.84%;
      vertical-align: middle; }

@-moz-keyframes titleOn {
  from {
    -moz-transform: translateX(30px) scale(0.4);
    transform: translateX(30px) scale(0.4);
    filter: blur(15px); }
  to {
    -moz-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    filter: blur(0px); } }
@-webkit-keyframes titleOn {
  from {
    -webkit-transform: translateX(30px) scale(0.4);
    transform: translateX(30px) scale(0.4);
    -webkit-filter: blur(15px);
    filter: blur(15px); }
  to {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px); } }
@keyframes titleOn {
  from {
    -moz-transform: translateX(30px) scale(0.4);
    -ms-transform: translateX(30px) scale(0.4);
    -webkit-transform: translateX(30px) scale(0.4);
    transform: translateX(30px) scale(0.4);
    -webkit-filter: blur(15px);
    filter: blur(15px); }
  to {
    -moz-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px); } }
@-moz-keyframes psAfter {
  from {
    left: -60px; }
  to {
    left: 0px; } }
@-webkit-keyframes psAfter {
  from {
    left: -60px; }
  to {
    left: 0px; } }
@keyframes psAfter {
  from {
    left: -60px; }
  to {
    left: 0px; } }
@-moz-keyframes oblTitle {
  from {
    -moz-transform: translateX(0em) skewX(0deg);
    transform: translateX(0em) skewX(0deg); }
  to {
    -moz-transform: translateX(0.05em) skewX(-12.5deg);
    transform: translateX(0.05em) skewX(-12.5deg); } }
@-webkit-keyframes oblTitle {
  from {
    -webkit-transform: translateX(0em) skewX(0deg);
    transform: translateX(0em) skewX(0deg); }
  to {
    -webkit-transform: translateX(0.05em) skewX(-12.5deg);
    transform: translateX(0.05em) skewX(-12.5deg); } }
@keyframes oblTitle {
  from {
    -moz-transform: translateX(0em) skewX(0deg);
    -ms-transform: translateX(0em) skewX(0deg);
    -webkit-transform: translateX(0em) skewX(0deg);
    transform: translateX(0em) skewX(0deg); }
  to {
    -moz-transform: translateX(0.05em) skewX(-12.5deg);
    -ms-transform: translateX(0.05em) skewX(-12.5deg);
    -webkit-transform: translateX(0.05em) skewX(-12.5deg);
    transform: translateX(0.05em) skewX(-12.5deg); } }
.clearfix:after, article.node-campaign .field-name-field-column-text .field-items:after, .cols:after {
  content: "";
  display: table;
  clear: both; }

.cols .col {
  float: left; }
  .cols .col.species-text, .cols .col.act-col.col-right {
    width: 71.6%; }
    @media (max-width: 767px) {
      .cols .col.species-text, .cols .col.act-col.col-right {
        width: 100%; } }
  .cols .col.species-sidebar, .cols .col.act-col.col-left {
    width: 28.4%; }
    @media (max-width: 767px) {
      .cols .col.species-sidebar, .cols .col.act-col.col-left {
        width: 100%; } }
    .cols .col.species-sidebar .field-name-field-grid-image, .cols .col.act-col.col-left .field-name-field-grid-image {
      position: relative;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .cols .col.species-sidebar .field-name-field-grid-image, .cols .col.act-col.col-left .field-name-field-grid-image {
          margin-right: 0; } }
    .cols .col.species-sidebar img, .cols .col.act-col.col-left img {
      max-width: 100%;
      height: auto; }
  .cols .col.species-sidebar .celeb {
    position: relative;
    color: white; }
    .cols .col.species-sidebar .celeb h4 {
      padding: 0 20px; }
    .cols .col.species-sidebar .celeb .field-type-text-long {
      padding: 0 20px 5px; }
      .cols .col.species-sidebar .celeb .field-type-text-long p {
        margin-top: 0.5em; }
  @media (max-width: 767px) {
    .cols .col.species-sidebar {
      padding-top: 40px; } }

.view-act-features .views-row {
  padding: 30px 0 30px 0;
  border-top: solid 1px #e7e7e7; }
  @media (max-width: 767px) {
    .view-act-features .views-row {
      width: 100%;
      padding: 30px 0 10px; } }
.view-act-features .views-row-1 {
  border-top: none;
  padding-top: 32px; }
.view-act-features img {
  border: solid 1px #e1e1e1;
  display: block; }
.view-act-features .col-right h2 {
  margin: 0;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  font-size: 24px;
  text-transform: uppercase; }
  .i18n-vi .view-act-features .col-right h2, .view-act-features .col-right h2.i18n-vi, .i18n-ru .view-act-features .col-right h2, .view-act-features .col-right h2.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  .view-act-features .col-right h2 a {
    border-bottom: 0;
    display: block;
    text-decoration: none;
    color: #5b65dd; }
.view-act-features .col-right .field-name-body {
  padding: 0;
  font-size: 16px; }
  .view-act-features .col-right .field-name-body p {
    margin-top: 0;
    line-height: 27px; }
@media (max-width: 767px) {
  .view-act-features .col-right h2 {
    font-size: 18px; } }

.inline-link-white, .ngQuiz .intro-text a, .node-type-campaign .intro a, .node-type-page .intro a, .node-type-champion-page .intro a, .node-type-pledge-iframe .intro a {
  color: white;
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid #5b65dd; }
  .inline-link-white:HOVER, .ngQuiz .intro-text a:HOVER, .node-type-campaign .intro a:HOVER, .node-type-page .intro a:HOVER, .node-type-champion-page .intro a:HOVER, .node-type-pledge-iframe .intro a:HOVER {
    color: #5b65dd; }

.inline-link-black, article.node-species .field-name-body a, article.node-campaign .field-name-field-column-text a, .node-type-collaborator #content .field-name-body a, .node-type-collaborator #content .collab-url a, .node-type-influencers #content .field-name-body a, .node-type-influencers #content .collab-url a, .node-act .field-name-body a {
  color: #222222;
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid #5b65dd; }
  .inline-link-black:HOVER, article.node-species .field-name-body a:HOVER, article.node-campaign .field-name-field-column-text a:HOVER, .node-type-collaborator #content .field-name-body a:HOVER, .node-type-collaborator #content .collab-url a:HOVER, .node-type-influencers #content .field-name-body a:HOVER, .node-type-influencers #content .collab-url a:HOVER, .node-act .field-name-body a:HOVER {
    color: #5b65dd; }

.node-type-campaign .intro, .node-type-page .intro, .node-type-champion-page .intro, .node-type-pledge-iframe .intro {
  padding: 0 30px 50px;
  width: 67%;
  max-width: 720px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .node-type-campaign .intro, .node-type-page .intro, .node-type-champion-page .intro, .node-type-pledge-iframe .intro {
      width: auto;
      padding: 0 15px 30px; } }
  .node-type-campaign .intro em, .node-type-campaign .intro i, .node-type-page .intro em, .node-type-page .intro i, .node-type-champion-page .intro em, .node-type-champion-page .intro i, .node-type-pledge-iframe .intro em, .node-type-pledge-iframe .intro i {
    font-family: 'Trade Gothic LT Std Cn Bold Oblique';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    line-height: 1;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    .i18n-vi .node-type-campaign .intro em, .node-type-campaign .intro em.i18n-vi, .i18n-ru .node-type-campaign .intro em, .node-type-campaign .intro em.i18n-ru, .i18n-vi .node-type-campaign .intro i, .node-type-campaign .intro i.i18n-vi, .i18n-ru .node-type-campaign .intro i, .node-type-campaign .intro i.i18n-ru, .i18n-vi .node-type-page .intro em, .node-type-page .intro em.i18n-vi, .i18n-ru .node-type-page .intro em, .node-type-page .intro em.i18n-ru, .i18n-vi .node-type-page .intro i, .node-type-page .intro i.i18n-vi, .i18n-ru .node-type-page .intro i, .node-type-page .intro i.i18n-ru, .i18n-vi .node-type-champion-page .intro em, .node-type-champion-page .intro em.i18n-vi, .i18n-ru .node-type-champion-page .intro em, .node-type-champion-page .intro em.i18n-ru, .i18n-vi .node-type-champion-page .intro i, .node-type-champion-page .intro i.i18n-vi, .i18n-ru .node-type-champion-page .intro i, .node-type-champion-page .intro i.i18n-ru, .i18n-vi .node-type-pledge-iframe .intro em, .node-type-pledge-iframe .intro em.i18n-vi, .i18n-ru .node-type-pledge-iframe .intro em, .node-type-pledge-iframe .intro em.i18n-ru, .i18n-vi .node-type-pledge-iframe .intro i, .node-type-pledge-iframe .intro i.i18n-vi, .i18n-ru .node-type-pledge-iframe .intro i, .node-type-pledge-iframe .intro i.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  .node-type-campaign .intro b, .node-type-campaign .intro strong, .node-type-page .intro b, .node-type-page .intro strong, .node-type-champion-page .intro b, .node-type-champion-page .intro strong, .node-type-pledge-iframe .intro b, .node-type-pledge-iframe .intro strong {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    letter-spacing: 0.03em; }
    .i18n-vi .node-type-campaign .intro b, .node-type-campaign .intro b.i18n-vi, .i18n-ru .node-type-campaign .intro b, .node-type-campaign .intro b.i18n-ru, .i18n-vi .node-type-campaign .intro strong, .node-type-campaign .intro strong.i18n-vi, .i18n-ru .node-type-campaign .intro strong, .node-type-campaign .intro strong.i18n-ru, .i18n-vi .node-type-page .intro b, .node-type-page .intro b.i18n-vi, .i18n-ru .node-type-page .intro b, .node-type-page .intro b.i18n-ru, .i18n-vi .node-type-page .intro strong, .node-type-page .intro strong.i18n-vi, .i18n-ru .node-type-page .intro strong, .node-type-page .intro strong.i18n-ru, .i18n-vi .node-type-champion-page .intro b, .node-type-champion-page .intro b.i18n-vi, .i18n-ru .node-type-champion-page .intro b, .node-type-champion-page .intro b.i18n-ru, .i18n-vi .node-type-champion-page .intro strong, .node-type-champion-page .intro strong.i18n-vi, .i18n-ru .node-type-champion-page .intro strong, .node-type-champion-page .intro strong.i18n-ru, .i18n-vi .node-type-pledge-iframe .intro b, .node-type-pledge-iframe .intro b.i18n-vi, .i18n-ru .node-type-pledge-iframe .intro b, .node-type-pledge-iframe .intro b.i18n-ru, .i18n-vi .node-type-pledge-iframe .intro strong, .node-type-pledge-iframe .intro strong.i18n-vi, .i18n-ru .node-type-pledge-iframe .intro strong, .node-type-pledge-iframe .intro strong.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
.node-type-campaign.i18n-vi .intro em, .node-type-campaign.i18n-vi .intro i, .node-type-campaign.i18n-vi .intro b, .node-type-campaign.i18n-vi .intro strong, .node-type-campaign.i18n-ru .intro em, .node-type-campaign.i18n-ru .intro i, .node-type-campaign.i18n-ru .intro b, .node-type-campaign.i18n-ru .intro strong, .node-type-page.i18n-vi .intro em, .node-type-page.i18n-vi .intro i, .node-type-page.i18n-vi .intro b, .node-type-page.i18n-vi .intro strong, .node-type-page.i18n-ru .intro em, .node-type-page.i18n-ru .intro i, .node-type-page.i18n-ru .intro b, .node-type-page.i18n-ru .intro strong, .node-type-champion-page.i18n-vi .intro em, .node-type-champion-page.i18n-vi .intro i, .node-type-champion-page.i18n-vi .intro b, .node-type-champion-page.i18n-vi .intro strong, .node-type-champion-page.i18n-ru .intro em, .node-type-champion-page.i18n-ru .intro i, .node-type-champion-page.i18n-ru .intro b, .node-type-champion-page.i18n-ru .intro strong, .node-type-pledge-iframe.i18n-vi .intro em, .node-type-pledge-iframe.i18n-vi .intro i, .node-type-pledge-iframe.i18n-vi .intro b, .node-type-pledge-iframe.i18n-vi .intro strong, .node-type-pledge-iframe.i18n-ru .intro em, .node-type-pledge-iframe.i18n-ru .intro i, .node-type-pledge-iframe.i18n-ru .intro b, .node-type-pledge-iframe.i18n-ru .intro strong {
  font-family: 'Arial', 'sans-serif';
  letter-spacing: 0;
  font-weight: bold; }

.node-campaign .full-col-text h3 {
  margin: 0 0 10px; }
.node-campaign .column-text b, .node-campaign .column-text strong {
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  letter-spacing: 0.03em; }
  .i18n-vi .node-campaign .column-text b, .node-campaign .column-text b.i18n-vi, .i18n-ru .node-campaign .column-text b, .node-campaign .column-text b.i18n-ru, .i18n-vi .node-campaign .column-text strong, .node-campaign .column-text strong.i18n-vi, .i18n-ru .node-campaign .column-text strong, .node-campaign .column-text strong.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }

.node-type-pledge-iframe .intro strong, .node-type-pledge-iframe .intro b {
  color: #5b65dd;
  font-family: 'Trade Gothic LT Std Cn Bold Oblique';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0; }
  .i18n-vi .node-type-pledge-iframe .intro strong, .node-type-pledge-iframe .intro strong.i18n-vi, .i18n-ru .node-type-pledge-iframe .intro strong, .node-type-pledge-iframe .intro strong.i18n-ru, .i18n-vi .node-type-pledge-iframe .intro b, .node-type-pledge-iframe .intro b.i18n-vi, .i18n-ru .node-type-pledge-iframe .intro b, .node-type-pledge-iframe .intro b.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }

.pageBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

article.node-campaign {
  padding: 60px;
  background-color: white;
  color: #222222; }
  @media (max-width: 767px) {
    article.node-campaign {
      padding: 30px; } }
  @media (max-width: 600px) {
    article.node-campaign {
      padding: 15px; } }
  article.node-campaign h3 {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    margin: 1em 0 0; }
    .i18n-vi article.node-campaign h3, article.node-campaign h3.i18n-vi, .i18n-ru article.node-campaign h3, article.node-campaign h3.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  article.node-campaign .full-col-text {
    width: 80%;
    margin: 0 0 2em; }
    article.node-campaign .full-col-text h3 {
      font-size: 0.9em; }
    @media (max-width: 767px) {
      article.node-campaign .full-col-text {
        width: auto;
        margin: 0 0 1em; }
        article.node-campaign .full-col-text h3 {
          font-size: 1em; } }
  article.node-campaign .column-text {
    font-size: 0.8em;
    line-height: 1.67; }
    article.node-campaign .column-text h3 {
      font-size: 1.125em; }
    @media (max-width: 767px) {
      article.node-campaign .column-text {
        font-size: 1em;
        line-height: 1.4; }
        article.node-campaign .column-text h3 {
          font-size: 1em;
          margin: 1em 0 5px; } }
  article.node-campaign p {
    margin: 0; }
  article.node-campaign p + p {
    text-indent: 2em; }
  article.node-campaign .field-name-field-column-text .field-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left; }
    article.node-campaign .field-name-field-column-text .field-item:nth-of-type(odd) {
      padding-right: 30px; }
      @media (max-width: 767px) {
        article.node-campaign .field-name-field-column-text .field-item:nth-of-type(odd) {
          padding-right: 0; } }
    article.node-campaign .field-name-field-column-text .field-item:nth-of-type(even) {
      padding-left: 30px; }
      @media (max-width: 767px) {
        article.node-campaign .field-name-field-column-text .field-item:nth-of-type(even) {
          padding-left: 0; } }
    @media (max-width: 767px) {
      article.node-campaign .field-name-field-column-text .field-item {
        width: auto; } }
  article.node-campaign .field-name-field-column-text ul {
    padding-left: 20px; }
    article.node-campaign .field-name-field-column-text ul li {
      margin-bottom: 0.25em; }

.iframe-wrapper {
  padding-top: 0; }

.field-type-twitter-username a {
  font-size: 18px;
  line-height: 30px;
  margin: 0; }

.node-type-act nav.breadcrumb, .node-type-act h1#page-title {
  display: none; }

.node-act header {
  display: none; }
.node-act .field-name-field-introduction {
  padding: 0 30px; }
  .node-act .field-name-field-introduction h2 {
    font-family: 'Trade Gothic LT Std Cn Bold Oblique';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 50px; }
    .i18n-vi .node-act .field-name-field-introduction h2, .node-act .field-name-field-introduction h2.i18n-vi, .i18n-ru .node-act .field-name-field-introduction h2, .node-act .field-name-field-introduction h2.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    .node-act .field-name-field-introduction h2 b, .node-act .field-name-field-introduction h2 strong {
      color: #5b65dd;
      font-weight: normal; }
    .node-act .field-name-field-introduction h2 i, .node-act .field-name-field-introduction h2 em {
      font-style: normal; }
  @media (max-width: 767px) {
    .node-act .field-name-field-introduction {
      padding: 0 15px; } }
.node-act .field-name-body,
.node-act .field-collection-container {
  background-color: white;
  color: #222222;
  padding: 10px 60px; }
  @media (max-width: 767px) {
    .node-act .field-name-body,
    .node-act .field-collection-container {
      padding: 10px 15px; } }
.node-act .field-name-body {
  padding-top: 20px; }
.node-act .field-collection-container {
  padding-bottom: 20px; }
.node-act .field-collection-view {
  margin: 0 0 1em;
  padding: 1em 0;
  border-bottom: 1px solid #D3D7D9; }
  .node-act .field-collection-view.field-collection-view-final {
    border-bottom: none; }
  .node-act .field-collection-view .field-name-field-grid-image {
    float: left;
    width: 25%; }
    .node-act .field-collection-view .field-name-field-grid-image img {
      max-width: 100%;
      height: auto;
      display: block; }

#home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #home .animal-img, #home .face-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-position: 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    @media (min-width: 1100px) {
      #home .animal-img, #home .face-img {
        left: 15%; } }
    @media (max-width: 767px) {
      #home .animal-img, #home .face-img {
        width: 140%;
        left: -35%;
        top: 5%; } }
    #home .animal-img img, #home .face-img img {
      display: none; }
  #home .fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; }
    .no-mix-blend-mode #home .fallback-img {
      display: block; }
  #home .animal-img {
    background-image: url(../images/elephant.jpg);
    -moz-animation: animalIn 0.5s 4.7s ease-in forwards;
    -webkit-animation: animalIn 0.5s 4.7s ease-in forwards;
    animation: animalIn 0.5s 4.7s ease-in forwards;
    mix-blend-mode: screen;
    z-index: 1; }
    .no-mix-blend-mode #home .animal-img {
      display: none; }
  #home .face-img {
    background-image: url(../images/yaya.jpg);
    z-index: 0;
    -moz-animation: humIn 0.7s 4.3s ease-in forwards;
    -webkit-animation: humIn 0.7s 4.3s ease-in forwards;
    animation: humIn 0.7s 4.3s ease-in forwards; }
    .no-mix-blend-mode #home .face-img {
      display: none; }

.home-secondary {
  position: absolute;
  width: 100%;
  top: 95%;
  left: 0; }

#content {
  margin: 30px auto; }
  .node-type-quiz #content, .node-type-morph-results #content {
    margin-top: 0; }
  .node-type-collaborator #content, .node-type-influencers #content {
    position: relative;
    padding: 30px 30px 100px;
    background: white;
    color: #222222; }
    @media (max-width: 767px) {
      .node-type-collaborator #content, .node-type-influencers #content {
        padding: 15px 15px 50px; } }
    .node-type-collaborator #content nav.breadcrumb, .node-type-collaborator #content h1.page__title, .node-type-influencers #content nav.breadcrumb, .node-type-influencers #content h1.page__title {
      display: none; }
    .node-type-collaborator #content .field-name-body, .node-type-influencers #content .field-name-body {
      max-width: 640px; }
    .node-type-collaborator #content .field-name-field-grid-image, .node-type-collaborator #content .field-name-body, .node-type-collaborator #content .field-name-field-url, .node-type-collaborator #content .collab-url, .node-type-influencers #content .field-name-field-grid-image, .node-type-influencers #content .field-name-body, .node-type-influencers #content .field-name-field-url, .node-type-influencers #content .collab-url {
      padding: 0 30px; }
      @media (max-width: 767px) {
        .node-type-collaborator #content .field-name-field-grid-image, .node-type-collaborator #content .field-name-body, .node-type-collaborator #content .field-name-field-url, .node-type-collaborator #content .collab-url, .node-type-influencers #content .field-name-field-grid-image, .node-type-influencers #content .field-name-body, .node-type-influencers #content .field-name-field-url, .node-type-influencers #content .collab-url {
          padding: 0; } }
    .node-type-collaborator #content .field-name-field-grid-image, .node-type-collaborator #content .field-name-field-morph-image, .node-type-influencers #content .field-name-field-grid-image, .node-type-influencers #content .field-name-field-morph-image {
      margin: 40px 0; }
      @media (max-width: 767px) {
        .node-type-collaborator #content .field-name-field-grid-image, .node-type-collaborator #content .field-name-field-morph-image, .node-type-influencers #content .field-name-field-grid-image, .node-type-influencers #content .field-name-field-morph-image {
          margin: 15px 0; } }
      .node-type-collaborator #content .field-name-field-grid-image img, .node-type-collaborator #content .field-name-field-morph-image img, .node-type-influencers #content .field-name-field-grid-image img, .node-type-influencers #content .field-name-field-morph-image img {
        display: block;
        max-width: 100%;
        height: auto; }
  .section-learn #content .field-name-body, .node-page #content .field-name-body {
    padding: 0px 0 120px; }
    .section-learn #content .field-name-body p, .node-page #content .field-name-body p {
      display: block;
      max-width: 700px; }
    .section-learn #content .field-name-body b, .section-learn #content .field-name-body strong, .node-page #content .field-name-body b, .node-page #content .field-name-body strong {
      font-family: 'Trade Gothic LT Std Cn Bold';
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.1em;
      word-spacing: 0; }
      .i18n-vi .section-learn #content .field-name-body b, .section-learn #content .field-name-body b.i18n-vi, .i18n-ru .section-learn #content .field-name-body b, .section-learn #content .field-name-body b.i18n-ru, .i18n-vi .section-learn #content .field-name-body strong, .section-learn #content .field-name-body strong.i18n-vi, .i18n-ru .section-learn #content .field-name-body strong, .section-learn #content .field-name-body strong.i18n-ru, .i18n-vi .node-page #content .field-name-body b, .node-page #content .field-name-body b.i18n-vi, .i18n-ru .node-page #content .field-name-body b, .node-page #content .field-name-body b.i18n-ru, .i18n-vi .node-page #content .field-name-body strong, .node-page #content .field-name-body strong.i18n-vi, .i18n-ru .node-page #content .field-name-body strong, .node-page #content .field-name-body strong.i18n-ru {
        font-family: 'Arial', 'sans-serif';
        letter-spacing: 0;
        font-weight: bold; }
    .section-learn #content .field-name-body h2, .node-page #content .field-name-body h2 {
      font-family: 'Trade Gothic LT Std Cn Bold Oblique';
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.1em;
      word-spacing: 0;
      font-size: 1.6em;
      text-transform: uppercase; }
      .i18n-vi .section-learn #content .field-name-body h2, .section-learn #content .field-name-body h2.i18n-vi, .i18n-ru .section-learn #content .field-name-body h2, .section-learn #content .field-name-body h2.i18n-ru, .i18n-vi .node-page #content .field-name-body h2, .node-page #content .field-name-body h2.i18n-vi, .i18n-ru .node-page #content .field-name-body h2, .node-page #content .field-name-body h2.i18n-ru {
        font-family: 'Arial', 'sans-serif';
        letter-spacing: 0;
        font-weight: bold; }
    .section-learn #content .field-name-body .view-species, .node-page #content .field-name-body .view-species {
      margin-top: 70px; }
      .section-learn #content .field-name-body .view-species h2, .node-page #content .field-name-body .view-species h2 {
        font-family: 'Trade Gothic LT Std Cn Bold';
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.1em;
        word-spacing: 0; }
        .i18n-vi .section-learn #content .field-name-body .view-species h2, .section-learn #content .field-name-body .view-species h2.i18n-vi, .i18n-ru .section-learn #content .field-name-body .view-species h2, .section-learn #content .field-name-body .view-species h2.i18n-ru, .i18n-vi .node-page #content .field-name-body .view-species h2, .node-page #content .field-name-body .view-species h2.i18n-vi, .i18n-ru .node-page #content .field-name-body .view-species h2, .node-page #content .field-name-body .view-species h2.i18n-ru {
          font-family: 'Arial', 'sans-serif';
          letter-spacing: 0;
          font-weight: bold; }
      .section-learn #content .field-name-body .view-species .field-name-field-excerpt, .node-page #content .field-name-body .view-species .field-name-field-excerpt {
        font-size: 0.8em;
        line-height: 1.8;
        display: inline;
        margin-right: 7px; }
        .section-learn #content .field-name-body .view-species .field-name-field-excerpt div, .node-page #content .field-name-body .view-species .field-name-field-excerpt div {
          display: inline; }
  .section-learn #content .more-link, .node-page #content .more-link {
    font-family: 'Trade Gothic LT Std Cn Bold Oblique';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #CCCCCC;
    font-size: 16px; }
    .i18n-vi .section-learn #content .more-link, .section-learn #content .more-link.i18n-vi, .i18n-ru .section-learn #content .more-link, .section-learn #content .more-link.i18n-ru, .i18n-vi .node-page #content .more-link, .node-page #content .more-link.i18n-vi, .i18n-ru .node-page #content .more-link, .node-page #content .more-link.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  .section-campaign-collaborators #content .field-name-body, .section-learn #content .field-name-body {
    padding-bottom: 0; }

.field-name-field-collabcat, .field-name-field-collabtype, .influencer-sectiontitle {
  border-bottom: 1px solid #e9e9e9;
  padding: 0px 0 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-family: 'Trade Gothic LT Std Cn Bold';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 0;
  text-transform: uppercase;
  color: #5b65dd; }
  .i18n-vi .field-name-field-collabcat, .field-name-field-collabcat.i18n-vi, .i18n-ru .field-name-field-collabcat, .field-name-field-collabcat.i18n-ru, .i18n-vi .field-name-field-collabtype, .field-name-field-collabtype.i18n-vi, .i18n-ru .field-name-field-collabtype, .field-name-field-collabtype.i18n-ru, .i18n-vi .influencer-sectiontitle, .influencer-sectiontitle.i18n-vi, .i18n-ru .influencer-sectiontitle, .influencer-sectiontitle.i18n-ru {
    font-family: 'Arial', 'sans-serif';
    letter-spacing: 0;
    font-weight: bold; }
  @media (max-width: 767px) {
    .field-name-field-collabcat, .field-name-field-collabtype, .influencer-sectiontitle {
      padding: 5px 0 10px;
      margin-bottom: 0; } }
  .field-name-field-collabcat a, .field-name-field-collabtype a, .influencer-sectiontitle a {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    text-transform: uppercase;
    text-decoration: none; }
    .i18n-vi .field-name-field-collabcat a, .field-name-field-collabcat a.i18n-vi, .i18n-ru .field-name-field-collabcat a, .field-name-field-collabcat a.i18n-ru, .i18n-vi .field-name-field-collabtype a, .field-name-field-collabtype a.i18n-vi, .i18n-ru .field-name-field-collabtype a, .field-name-field-collabtype a.i18n-ru, .i18n-vi .influencer-sectiontitle a, .influencer-sectiontitle a.i18n-vi, .i18n-ru .influencer-sectiontitle a, .influencer-sectiontitle a.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }

.field-name-field-feature-champion h3 {
  display: block;
  margin-bottom: 1.25em; }
.field-name-field-feature-champion .float-container {
  position: relative; }
  .field-name-field-feature-champion .float-container:after {
    content: "";
    display: table;
    clear: both; }
.field-name-field-feature-champion .field-name-field-morph-image {
  float: left;
  width: 50%; }
  .field-name-field-feature-champion .field-name-field-morph-image img {
    width: 100%;
    height: auto;
    cursor: pointer; }
.field-name-field-feature-champion .text-wrap {
  width: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #111111; }
  .field-name-field-feature-champion .text-wrap .flex-self {
    text-align: center; }
  .field-name-field-feature-champion .text-wrap .featured-champ-title {
    font-size: 32px; }
  .field-name-field-feature-champion .text-wrap .field-name-field-infl-position {
    font-size: 18px; }
  .field-name-field-feature-champion .text-wrap .field-name-field-links, .field-name-field-link-facebook-, .field-name-field-link-weibo-, .field-name-field-link-youtube-  {
    padding-top: 1em;
    font-size: 26px; 
    display: inline-block;}
    .field-name-field-feature-champion .text-wrap .field-name-field-links a {
      text-decoration: none;
      color: #707070; }
      .field-name-field-feature-champion .text-wrap .field-name-field-links a:HOVER {
        color: black; }

.collab-teaser, .view-champions .views-row {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 32.8%;
  margin: 0 0 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .collab-teaser, .view-champions .views-row {
      width: 31%;
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .collab-teaser, .view-champions .views-row {
      width: 47%; } }
  .collab-teaser a, .view-champions .views-row a {
    text-decoration: none;
    font-size: 15px;
    color: #707070; }
    .view-champions .views-row a {
    font-size: 20px ;
    color: #707070; }
    @media (max-width: 767px) {
      .collab-teaser a, .view-champions .views-row a {
        font-size: 12px; } }
  .collab-teaser.collab-teaser:HOVER a, .view-champions .views-row.collab-teaser:HOVER a {
    color: black; }
  .collab-teaser ul.links, .collab-teaser .field-name-field-excerpt, .view-champions .views-row ul.links, .view-champions .views-row .field-name-field-excerpt {
    display: none; }
  .collab-teaser .field-name-field-excerpt, .view-champions .views-row .field-name-field-excerpt {
    position: absolute;
    background: #252525;
    width: 362px;
    color: white;
    bottom: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    text-align: left;
    font-size: 0.8em; }
	.view-champions .views-row .field-name-field-excerpt {
	bottom: 105% !important;
	}
    .collab-teaser .field-name-field-excerpt:AFTER, .view-champions .views-row .field-name-field-excerpt:AFTER {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -14px;
      border-top: 20px solid #252525;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent; }
    .collab-teaser .field-name-field-excerpt .field-items, .view-champions .views-row .field-name-field-excerpt .field-items {
      padding: 15px 30px; }
  .no-touchevents .collab-teaser:HOVER .field-name-field-excerpt, .no-touchevents .view-champions .views-row:HOVER .field-name-field-excerpt {
    display: block;
    -moz-animation: hoverIntent 0.3s 0s forwards;
    -webkit-animation: hoverIntent 0.3s 0s forwards;
    animation: hoverIntent 0.3s 0s forwards; }
  .collab-teaser .field-name-field-grid-image, .view-champions .views-row .field-name-field-grid-image {
    padding: 24px 20px; }
    @media (max-width: 767px) {
      .collab-teaser .field-name-field-grid-image, .view-champions .views-row .field-name-field-grid-image {
        padding: 24px 0; } }
    .collab-teaser .field-name-field-grid-image img, .view-champions .views-row .field-name-field-grid-image img {
      max-width: 100%;
      height: auto;
      margin: auto;
      display: block; }
  .collab-teaser.views-row, .view-champions .views-row.views-row {
    margin: 0 15px 30px;
    vertical-align: top;
    width: -webkit-calc(32.8% - 30px);
    width: calc(32.8% - 30px); }
    @media (max-width: 800px) {
      .collab-teaser.views-row, .view-champions .views-row.views-row {
        width: -webkit-calc(49% - 30px);
        width: calc(49% - 30px); } }
  .collab-teaser .field-name-field-morph-image, .view-champions .views-row .field-name-field-morph-image {
    padding-bottom: 24px; }
    .collab-teaser .field-name-field-morph-image img, .view-champions .views-row .field-name-field-morph-image img {
      max-width: 100%;
      height: auto;
      margin: auto;
      display: block; }
  .section-the-campaign .collab-teaser, .section-the-campaign .view-champions .views-row {
    width: 24.5%; }
    @media (max-width: 767px) {
      .section-the-campaign .collab-teaser, .section-the-campaign .view-champions .views-row {
        width: 49%; }
        .section-the-campaign .collab-teaser .field-name-field-grid-image, .section-the-campaign .view-champions .views-row .field-name-field-grid-image {
          padding: 24px 0; } }
  .collab-teaser .field-name-field-infl-position, .view-champions .views-row .field-name-field-infl-position {
    font-size: 15px;
    color: black; }
  .collab-teaser .featured-champ-title, .view-champions .views-row .featured-champ-title {
    color: black;
    font-size: 20px; }
  .collab-teaser .field-name-field-links, .view-champions .views-row .field-name-field-links, .view-champions .views-row .field-name-field-link-facebook-, .view-champions .views-row .field-name-field-link-weibo-, .view-champions .views-row .field-name-field-link-youtube- {
    margin-top: 0.7em;
    font-size: 14px;
    display: inline-block }
    .collab-teaser .field-name-field-links a:HOVER, .view-champions .views-row .field-name-field-links a:HOVER {
      color: black; }
  .collab-teaser .field-name-field-morph-image img, .view-champions .views-row .field-name-field-morph-image img {
    cursor: pointer; }

.featured-collab-title, .collab-url-featured {
  display: none; }

.collab-featured-teaser {
  position: relative; }
  .collab-featured-teaser:after {
    content: "";
    display: table;
    clear: both; }
  .collab-featured-teaser a {
    text-decoration: none;
    font-size: 15px;
    color: #707070; }
    @media (max-width: 767px) {
      .collab-featured-teaser a {
        font-size: 0.8em; } }
  .collab-featured-teaser:HOVER a {
    color: black; }
  .collab-featured-teaser ul.links, .collab-featured-teaser .field-name-field-excerpt {
    display: none; }
  .collab-featured-teaser .featured-collab-title {
    display: block;
    color: #222222;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    float: right;
    width: 100%;
    margin: 20px 0 0.4em; }
    .i18n-vi .collab-featured-teaser .featured-collab-title, .collab-featured-teaser .featured-collab-title.i18n-vi, .i18n-ru .collab-featured-teaser .featured-collab-title, .collab-featured-teaser .featured-collab-title.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .collab-featured-teaser .featured-collab-title {
        font-size: 24px; } }
  .collab-featured-teaser .collab-title-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 2; }
  .collab-featured-teaser .field-name-field-excerpt {
    position: relative;
    font-size: 0.8em;
    color: #000;
    display: block;
    float: right;
    padding-right: 100px; }
    @media (max-width: 767px) {
      .collab-featured-teaser .field-name-field-excerpt {
        padding-right: 0; } }
  .collab-featured-teaser .field-name-field-grid-image {
    padding: 0px;
    float: left;
    width: 360px;
    margin: 20px 0 40px -380px; }
    @media (max-width: 767px) {
      .collab-featured-teaser .field-name-field-grid-image {
        margin: 10px 0 20px 0;
        width: 100%; } }
    .collab-featured-teaser .field-name-field-grid-image img {
      max-width: 100%;
      height: auto;
      margin: auto;
      display: block; }
  .collab-featured-teaser .collab-url-featured {
    display: block; }

.embedded-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px; }
  .embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.view-campaign-partners, .field-name-field-feature-champion, .view-champions {
  background: white;
  padding: 30px; }
  .view-campaign-partners.field-name-field-feature-champion, .field-name-field-feature-champion.field-name-field-feature-champion, .view-champions.field-name-field-feature-champion {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .view-campaign-partners, .field-name-field-feature-champion, .view-champions {
      padding: 15px; } }
  .view-campaign-partners h3, .field-name-field-feature-champion h3, .view-champions h3 {
    color: #5979ff;
    border-bottom: 1px solid #e9e9e9;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 1.25em;
    margin-top: 0; }
    .i18n-vi .view-campaign-partners h3, .view-campaign-partners h3.i18n-vi, .i18n-ru .view-campaign-partners h3, .view-campaign-partners h3.i18n-ru, .i18n-vi .field-name-field-feature-champion h3, .field-name-field-feature-champion h3.i18n-vi, .i18n-ru .field-name-field-feature-champion h3, .field-name-field-feature-champion h3.i18n-ru, .i18n-vi .view-champions h3, .view-champions h3.i18n-vi, .i18n-ru .view-champions h3, .view-champions h3.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .view-campaign-partners h3, .field-name-field-feature-champion h3, .view-champions h3 {
        padding-bottom: 7px; } }
  .view-campaign-partners.view-champions, .field-name-field-feature-champion.view-champions, .view-champions.view-champions {
    padding: 30px 15px 0; }
    .view-campaign-partners.view-champions h3, .field-name-field-feature-champion.view-champions h3, .view-champions.view-champions h3 {
      display: none; }
  .view-campaign-partners.view-display-id-block_4 h3, .field-name-field-feature-champion.view-display-id-block_4 h3, .view-champions.view-display-id-block_4 h3 {
    border: none; }
  .view-campaign-partners.view-display-id-block_3:after, .field-name-field-feature-champion.view-display-id-block_3:after, .view-champions.view-display-id-block_3:after {
    content: "";
    display: table;
    clear: both; }
  .view-campaign-partners.view-display-id-block_3 .view-content, .field-name-field-feature-champion.view-display-id-block_3 .view-content, .view-champions.view-display-id-block_3 .view-content {
    position: relative;
    padding-left: 380px; }
    @media (max-width: 767px) {
      .view-campaign-partners.view-display-id-block_3 .view-content, .field-name-field-feature-champion.view-display-id-block_3 .view-content, .view-champions.view-display-id-block_3 .view-content {
        padding-left: 0; } }
  .view-campaign-partners h4, .field-name-field-feature-champion h4, .view-champions h4 {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 1.25em;
    margin: 0;
    border-bottom: 1px solid #e9e9e9; }
    @media (max-width: 767px) {
      .view-campaign-partners h4, .field-name-field-feature-champion h4, .view-champions h4 {
        font-size: 14px; } }
  .view-campaign-partners .views-view-grid, .field-name-field-feature-champion .views-view-grid, .view-champions .views-view-grid {
    padding-bottom: 40px; }
  .node-campaign .view-campaign-partners, .node-campaign .field-name-field-feature-champion, .node-campaign .view-champions {
    padding: 60px 0 0; }
    .node-campaign .view-campaign-partners h3, .node-campaign .field-name-field-feature-champion h3, .node-campaign .view-champions h3 {
      color: black;
      font-size: 0.9em; }
    @media (max-width: 767px) {
      .node-campaign .view-campaign-partners, .node-campaign .field-name-field-feature-champion, .node-campaign .view-champions {
        padding-top: 30px; }
        .node-campaign .view-campaign-partners h3, .node-campaign .field-name-field-feature-champion h3, .node-campaign .view-champions h3 {
          font-size: 1em; } }

.page-bottom {
  color: white; }
  .quizInside .page-bottom {
    display: none; }
  .page-bottom h3 {
    font-family: 'Trade Gothic LT Std Cn Bold Oblique';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    font-size: 3.125vw;
    font-size: 32px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin: 0; }
    .i18n-vi .page-bottom h3, .page-bottom h3.i18n-vi, .i18n-ru .page-bottom h3, .page-bottom h3.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .page-bottom h3 {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .page-bottom h3 {
        font-size: 24px; } }
    .page-bottom h3 span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: baseline;
      line-height: 1; }
      .page-bottom h3 span.wblue {
        color: #5b65dd; }
      .page-bottom h3 span.wyellow {
        color: #e1d837; }
    .page-bottom h3 a {
      white-space: nowrap; }
      .page-bottom h3 a span {
        border-bottom: 4px solid #5b65dd; }
        .page-bottom h3 a span.icon-right-arrow {
          color: #5b65dd;
          border-bottom-color: transparent; }
          .page-bottom h3 a span.icon-right-arrow:before {
            margin: 0; }
  .page-bottom a {
    color: inherit;
    text-decoration: none; }
  .page-bottom .pledge-widget .field-name-body p {
    display: inline;
    margin: 0; }
  .page-bottom .pledge-widget .view-pledge-total {
    display: inline; }
    .page-bottom .pledge-widget .view-pledge-total div {
      display: inline; }
  .page-bottom .pledge-widget .view-pledge-total {
    color: #e1d837; }
  .page-bottom .pledge-widget a:before {
    content: '\A';
    display: block; }
  .page-bottom .pledge-widget a strong {
    font-weight: normal; }
  .page-bottom .secondary-section {
    padding: 50px 0 30px;
    margin: 0;
    position: relative; }
    .page-bottom .secondary-section .vertical-line {
      position: absolute;
      left: 50%;
      top: 30px;
      width: 1px;
      height: 100%;
      height: -webkit-calc(100% - 60px);
      height: calc(100% - 60px);
      background-color: #707070;
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
      @media (max-width: 767px) {
        .page-bottom .secondary-section .vertical-line {
          display: none; } }
    .page-bottom .secondary-section .pledge-widget {
      font-family: 'Trade Gothic LT Std Cn Bold';
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.1em;
      word-spacing: 0;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      margin-top: 0.6em;
      line-height: 30px; }
      .i18n-vi .page-bottom .secondary-section .pledge-widget, .page-bottom .secondary-section .pledge-widget.i18n-vi, .i18n-ru .page-bottom .secondary-section .pledge-widget, .page-bottom .secondary-section .pledge-widget.i18n-ru {
        font-family: 'Arial', 'sans-serif';
        letter-spacing: 0;
        font-weight: bold; }
      @media (max-width: 767px) {
        .page-bottom .secondary-section .pledge-widget {
          font-size: 14px;
          line-height: 1.6em; } }
      .page-bottom .secondary-section .pledge-widget a strong {
        border-bottom: 2px solid #5b65dd; }
      .page-bottom .secondary-section .pledge-widget a:AFTER {
        color: #5b65dd;
        display: inline;
        margin-left: 4px; }
    .page-bottom .secondary-section.footer {
      border: 1px solid #707070;
      padding: 30px; }
      @media (max-width: 767px) {
        .page-bottom .secondary-section.footer {
          padding: 15px; } }
    .page-bottom .secondary-section:last-of-type {
      margin-bottom: 60px; }
    .page-bottom .secondary-section .half-sec {
      width: 50%;
      float: left;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .page-bottom .secondary-section .half-sec {
          width: auto; } }
      .page-bottom .secondary-section .half-sec.half-left {
        padding-right: 4vw; }
        @media (max-width: 767px) {
          .page-bottom .secondary-section .half-sec.half-left {
            padding-right: 0; } }
        @media (min-width: 1000px) {
          .page-bottom .secondary-section .half-sec.half-left {
            padding-right: 80px; } }
      .page-bottom .secondary-section .half-sec.half-right {
        padding-left: 4vw; }
        @media (max-width: 767px) {
          .page-bottom .secondary-section .half-sec.half-right {
            padding-left: 0;
            padding-top: 25px; } }
        .page-bottom .secondary-section .half-sec.half-right p {
          font-size: 18px;
          line-height: 30px;
          margin: 0;
          max-width: 400px; }
          .page-bottom .secondary-section .half-sec.half-right p:first-of-type {
            margin-top: 0.6em; }
          .page-bottom .secondary-section .half-sec.half-right p a {
            color: white;
            display: inline;
            border-bottom: 2px solid #5979ff; }
            .page-bottom .secondary-section .half-sec.half-right p a:HOVER {
              color: #5979ff; }
          @media (max-width: 767px) {
            .page-bottom .secondary-section .half-sec.half-right p {
              font-size: 14px;
              line-height: 1.6; } }
      @media (max-width: 767px) {
        .page-bottom .secondary-section .half-sec .attribution {
          font-size: 14px;
          line-height: 1.6; } }
    .page-bottom .secondary-section .view-tweets .views-row {
      display: none; }
    .page-bottom .secondary-section.partners-section {
      text-align: center;
      font-size: 12px;
      color: #707070; }
      .page-bottom .secondary-section.partners-section ul {
        margin: 30px 60px;
        padding: 0;
        list-style: none; }
        .page-bottom .secondary-section.partners-section ul li {
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          width: 20%; }
      .page-bottom .secondary-section.partners-section a:HOVER {
        color: #fff; }

		#home .wild-slides, #home .wild-overlay {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  opacity: 0;
		  -moz-animation: fadein 0.5s 4s forwards;
		  -webkit-animation: fadein 0.5s 4s forwards;
		  animation: fadein 0.5s 4s forwards; }
		  #home .wild-slides li, #home .wild-overlay li {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
			#home .wild-slides li.inactive, #home .wild-overlay li.inactive {
			  display: none; }
		  #home .wild-slides.toggled .face-img,
		  #home .wild-slides.toggled .statement p.primary, #home .wild-overlay.toggled .face-img,
		  #home .wild-overlay.toggled .statement p.primary {
			-moz-animation-delay: 0s;
			-webkit-animation-delay: 0s;
			animation-delay: 0s; }
		  #home .wild-slides.toggled .animal-img,
		  #home .wild-slides.toggled .statement p.secondary, #home .wild-overlay.toggled .animal-img,
		  #home .wild-overlay.toggled .statement p.secondary {
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			-moz-animation-delay: 0.5s;
			-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s; }
		  #home .wild-slides .slide-controls, #home .wild-overlay .slide-controls {
			position: absolute;
			z-index: 12;
			bottom: 10%;
			right: 40px; }
			#home .wild-slides .slide-controls .slide-ctrl, #home .wild-overlay .slide-controls .slide-ctrl {
			  width: 48px;
			  height: 48px;
			  line-height: 54px;
			  text-align: center;
			  float: left;
			  display: block;
			  margin: 0 0 30px 10px;
			  cursor: pointer; }
			  #home .wild-slides .slide-controls .slide-ctrl span, #home .wild-overlay .slide-controls .slide-ctrl span {
				display: block;
				height: 100%;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				border-radius: 50%;
				border: 1px solid #707070;
				font-size: 24px; }
			  #home .wild-slides .slide-controls .slide-ctrl:HOVER span, #home .wild-overlay .slide-controls .slide-ctrl:HOVER span {
				border-color: #fff;
				background-color: #fff;
				color: #222222; }
			@media (max-width: 767px) {
			  #home .wild-slides .slide-controls, #home .wild-overlay .slide-controls {
				bottom: 20%;
				display: none; } }

		#home .wild-overlay {
		  z-index: 2; }

.page-node-5 .united-nations-logo, .page-node-149 .united-nations-logo, .page-node-145 .united-nations-logo, .page-node-146 .united-nations-logo, .page-node-79 .united-nations-logo, .page-node-150 .united-nations-logo, .page-node-147 .united-nations-logo, .page-node-148 .united-nations-logo {
  display: none; }
.page-node-5 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-149 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-145 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-146 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-79 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-150 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-147 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-148 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser {
  width: 24.5%; }
  @media (max-width: 767px) {
    .page-node-5 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-149 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-145 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-146 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-79 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-150 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-147 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser, .page-node-148 .view-id-campaign_partners.vview-display-id-block_2 .collab-teaser {
      width: 48%; } }

.node-type-pledge-iframe #content .iframe-wrapper {
  float: left;
  width: 64.99%; }
  @media (max-width: 767px) {
    .node-type-pledge-iframe #content .iframe-wrapper {
      width: 100%; } }
.node-type-pledge-iframe #content .pledge-sidebar {
  float: left;
  width: 34.99%;
  font-size: 16px; }
  .node-type-pledge-iframe #content .pledge-sidebar h2 {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #5b65dd;
    margin: 0 0 1em 30px; }
    .i18n-vi .node-type-pledge-iframe #content .pledge-sidebar h2, .node-type-pledge-iframe #content .pledge-sidebar h2.i18n-vi, .i18n-ru .node-type-pledge-iframe #content .pledge-sidebar h2, .node-type-pledge-iframe #content .pledge-sidebar h2.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  .node-type-pledge-iframe #content .pledge-sidebar .view-recent-pledges {
    padding: 0px 0 0 30px; }
  @media (max-width: 767px) {
    .node-type-pledge-iframe #content .pledge-sidebar {
      width: 100%;
      margin-top: 30px; }
      .node-type-pledge-iframe #content .pledge-sidebar h2 {
        margin-left: 0; }
      .node-type-pledge-iframe #content .pledge-sidebar .view-recent-pledges {
        padding-left: 0; } }
  .node-type-pledge-iframe #content .pledge-sidebar .views-field-title {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    color: #fff;
    font-size: 18px; }
    .i18n-vi .node-type-pledge-iframe #content .pledge-sidebar .views-field-title, .node-type-pledge-iframe #content .pledge-sidebar .views-field-title.i18n-vi, .i18n-ru .node-type-pledge-iframe #content .pledge-sidebar .views-field-title, .node-type-pledge-iframe #content .pledge-sidebar .views-field-title.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    .node-type-pledge-iframe #content .pledge-sidebar .views-field-title a {
      color: #fff;
      text-decoration: none; }
  .node-type-pledge-iframe #content .pledge-sidebar .views-row {
    margin-bottom: 45px; }
.node-type-pledge-iframe #content iframe {
  width: 100%;
  height: 1150px; }
  @media (max-width: 1024px) {
    .node-type-pledge-iframe #content iframe {
      height: 1500px; } }
  @media (max-width: 768px) {
    .node-type-pledge-iframe #content iframe {
      height: 1800px; } }

.statement {
  position: absolute;
  top: 180px;
  left: 75px;
  color: #e1d837;
  z-index: 8;
  font-size: 50px;
  mix-blend-mode: screen; }
  .admin-menu .statement {
    top: 210px; }
  .statement p.primary, .statement p.secondary {
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    mix-blend-mode: screen;
    opacity: 0; }
    .i18n-vi .statement p.primary, .statement p.primary.i18n-vi, .i18n-ru .statement p.primary, .statement p.primary.i18n-ru, .i18n-vi .statement p.secondary, .statement p.secondary.i18n-vi, .i18n-ru .statement p.secondary, .statement p.secondary.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
  .statement p.primary {
    -moz-animation: fadein 0.5s 4.5s forwards;
    -webkit-animation: fadein 0.5s 4.5s forwards;
    animation: fadein 0.5s 4.5s forwards; }
  .statement p.secondary {
    color: #5b65dd;
    -moz-transform: translateX(0.05em) skewX(-12.5deg);
    -ms-transform: translateX(0.05em) skewX(-12.5deg);
    -webkit-transform: translateX(0.05em) skewX(-12.5deg);
    transform: translateX(0.05em) skewX(-12.5deg);
    position: absolute;
    top: 0.0em;
    left: 0.0em;
    -moz-animation: secDown 0.6s 4.7s forwards, fadein 1s 4.6s ease-in-out forwards;
    -webkit-animation: secDown 0.6s 4.7s forwards, fadein 1s 4.6s ease-in-out forwards;
    animation: secDown 0.6s 4.7s forwards, fadein 1s 4.6s ease-in-out forwards; }
  #thu-slide .statement .primary {
    color: #1cf9c4; }
  @media (max-width: 767px) {
    .statement {
      font-size: 30px;
      top: 150px;
      left: 15px; } }
  @media (max-width: 600px) {
    .statement {
      font-size: 24px; } }

.wild-overlay {
  mix-blend-mode: screen; }
  .wild-overlay .call-to-action {
    position: absolute;
    bottom: 10%;
    left: 30px;
    width: 420px;
    color: white;
    z-index: 8;
    font-family: 'Trade Gothic LT Std Cn Bold';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    word-spacing: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 25px;
    margin-bottom: 30px;
    border: 1px solid #707070;
    font-size: 20px;
    line-height: 1.5; }
    .i18n-vi .wild-overlay .call-to-action, .wild-overlay .call-to-action.i18n-vi, .i18n-ru .wild-overlay .call-to-action, .wild-overlay .call-to-action.i18n-ru {
      font-family: 'Arial', 'sans-serif';
      letter-spacing: 0;
      font-weight: bold; }
    @media (max-width: 767px) {
      .wild-overlay .call-to-action {
        left: 0;
        font-size: 14px;
        margin: 0 15px;
        padding: 11px 15px 10px;
        width: auto;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); } }
    .wild-overlay .call-to-action.hovered a {
      color: #5b65dd; }
      .wild-overlay .call-to-action.hovered a span {
        color: #5b65dd; }
    .wild-overlay .call-to-action .field-name-field-tagline {
      text-transform: uppercase; }
    .wild-overlay .call-to-action p {
      margin-top: 0;
      white-space: initial;
      letter-spacing: 0.03em; }
    .wild-overlay .call-to-action a {
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      display: block;
      position: relative; }
      .wild-overlay .call-to-action a span {
        margin-left: 6px; }
      .wild-overlay .call-to-action a:HOVER {
        color: #5b65dd; }
        .wild-overlay .call-to-action a:HOVER span {
          color: white; }

.championModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 12; }
  .championModal .imgBG {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .championModal .imgBG:AFTER {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .championModal .modalClose {
    position: absolute;
    right: 25px;
    top: 25px;
    color: white;
    cursor: pointer;
    font-size: 40px; }
    .championModal .modalClose:HOVER {
      color: #5979ff; }

@media (min-width: 1160px) {
  #home .wild-slides, #home .wild-overlay {
    width: 1100px;
    left: 50%;
    margin-left: -550px; }
    #home .wild-slides .slide-controls, #home .wild-overlay .slide-controls {
      right: 0; }

  .statement {
    left: 55px; }

  .wild-overlay .call-to-action {
    left: 0; } }
@-moz-keyframes secDown {
  from {
    top: 0.0em;
    left: 0.0em; }
  to {
    top: 0.64em;
    left: 0.6em; } }
@-webkit-keyframes secDown {
  from {
    top: 0.0em;
    left: 0.0em; }
  to {
    top: 0.64em;
    left: 0.6em; } }
@keyframes secDown {
  from {
    top: 0.0em;
    left: 0.0em; }
  to {
    top: 0.64em;
    left: 0.6em; } }
@-moz-keyframes animalIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }
@-webkit-keyframes animalIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }
@keyframes animalIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.9; } }
@-moz-keyframes humIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes humIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes humIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes hoverIntent {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes hoverIntent {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hoverIntent {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.hideOnInit {
  display: none; }

.inlineDivs div {
  display: inline; }

.overlayLink, .wild-overlay .call-to-action a.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
