* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0; }

html {
  width: 100%; }

body {
  font-size: 14px;
  width: 100%; }

.container {
  margin: 0 auto;
  width: 100%; }

header {
  background-color: #14CEC5;
  height: 50px;
  left: 0;
  line-height: 50px;
  padding: 0 20px;
  position: fixed;
  text-align: right;
  top: 999;
  width: 100%;
  z-index: 0; }
  header > .inner {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%; }
    header > .inner .divider {
      background-color: rgba(255, 255, 255, 0.5);
      display: inline-block;
      height: 8px;
      margin: 0 20px;
      width: 1px;
      vertical-align: middle; }

footer {
  background-color: white;
  width: 100%;
  height: 70px;
  text-align: center;
  padding-top: 20px; }
  footer .financiado_wrapper {
    max-width: 300px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    vertical-align: middle;
    color: #888;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    text-align: center; }
  footer a {
    text-decoration: none; }
  footer img {
    height: 30px;
    vertical-align: middle;
    margin: 0 4px; }
  footer .group_links {
    display: inline-block;
    height: 39px; }
    footer .group_links .group_name {
      font-size: 12px;
      color: #888;
      padding: 0 1px 0 15px; }

/** SCREENS **/
ul.screens_menu {
  height: 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: calc(50% - 50px);
  width: 50px;
  z-index: 000; }
  ul.screens_menu li {
    display: inline-block;
    height: 25px;
    width: 100%; }
    ul.screens_menu li a {
      background-color: transparent;
      border: 2px solid white;
      border-radius: 100%;
      display: inline-block;
      height: 15px;
      text-decoration: none;
      width: 15px; }
    ul.screens_menu li.active a {
      background-color: #ffffff; }

.container section.screen_wrapper {
  height: 800px;
  position: relative;
  width: 100%; }
  .container section.screen_wrapper .screen {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
    width: 100%; }
    .container section.screen_wrapper .screen .inner {
      display: table-cell;
      height: 100%;
      margin: 0 auto;
      max-width: 1280px;
      vertical-align: middle;
      width: 100%; }
      .container section.screen_wrapper .screen .inner .image_wrapper {
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 50%; }
      .container section.screen_wrapper .screen .inner .copy_wrapper {
        color: #ffffff;
        font-size: 18px;
        display: inline-block;
        line-height: 28px;
        padding: 50px;
        vertical-align: middle;
        width: calc(50% - 4px); }
        .container section.screen_wrapper .screen .inner .copy_wrapper h2 {
          color: #ffffff; }
        .container section.screen_wrapper .screen .inner .copy_wrapper .role_button {
          width: 200px; }
        .container section.screen_wrapper .screen .inner .copy_wrapper .calltoactions {
          margin-top: 20px; }
  .container section.screen_wrapper.one {
    background-color: #91c24e;
    text-align: center; }
    .container section.screen_wrapper.one .logo {
      width: 300px; }
    .container section.screen_wrapper.one .video_wrapper {
      background-color: #010101;
      height: 360px;
      margin: 20px auto 0 auto;
      width: 640px; }
    .container section.screen_wrapper.one .copy_wrapper {
      padding: 0 !important;
      position: relative;
      width: 100% !important; }
      .container section.screen_wrapper.one .copy_wrapper .tagline {
        color: #ffffff;
        font-size: 22px;
        margin: 0 auto;
        max-width: 500px;
        width: 100%; }
      .container section.screen_wrapper.one .copy_wrapper.calltoactions {
        margin-top: 40px; }
    .container section.screen_wrapper.one .different_color {
      background-color: #fff;
      border-color: #fff;
      color: #91c24e; }
      .container section.screen_wrapper.one .different_color:hover {
        background-color: #222222;
        border-color: #222222;
        color: #ffffff; }
      .container section.screen_wrapper.one .different_color:active {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff; }
  .container section.screen_wrapper.two {
    background-color: #ecbc24; }
    .container section.screen_wrapper.two .image_wrapper {
      background-position: bottom center;
      padding-right: 200px;
      text-align: left; }
    .container section.screen_wrapper.two .copy_wrapper {
      text-align: left; }
    .container section.screen_wrapper.two .different_color {
      background-color: #fff;
      border-color: #fff;
      color: #ecbc24; }
      .container section.screen_wrapper.two .different_color:hover {
        background-color: #222222;
        border-color: #222222;
        color: #ffffff; }
      .container section.screen_wrapper.two .different_color:active {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff; }
  .container section.screen_wrapper.three {
    background-color: #a9c2d8; }
    .container section.screen_wrapper.three .image_wrapper {
      background-position: center right; }
      .container section.screen_wrapper.three .image_wrapper.mobile {
        display: none; }
      .container section.screen_wrapper.three .image_wrapper.desktop {
        display: inline-block; }
    .container section.screen_wrapper.three .copy_wrapper {
      padding-left: 200px;
      text-align: right; }
    .container section.screen_wrapper.three .different_color {
      background-color: #fff;
      border-color: #fff;
      color: #a9c2d8; }
      .container section.screen_wrapper.three .different_color:hover {
        background-color: #222222;
        border-color: #222222;
        color: #ffffff; }
      .container section.screen_wrapper.three .different_color:active {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff; }
  .container section.screen_wrapper.four {
    background-color: #12acad; }
    .container section.screen_wrapper.four .image_wrapper {
      background-position: center;
      height: 260px; }
    .container section.screen_wrapper.four .copy_wrapper {
      padding-right: 200px;
      text-align: left; }
    .container section.screen_wrapper.four .different_color {
      background-color: #fff;
      border-color: #fff;
      color: #12acad; }
      .container section.screen_wrapper.four .different_color:hover {
        background-color: #222222;
        border-color: #222222;
        color: #ffffff; }
      .container section.screen_wrapper.four .different_color:active {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff; }

/* LESS THAN 1020PX */
@media screen and (max-width: 1020px) {
  .container section.screen_wrapper footer {
    border-radius: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding-top: 5px; }
    .container section.screen_wrapper footer .financiado_wrapper {
      color: #888;
      width: 300px;
      display: inline-block;
      float: left;
      font-size: 11px;
      text-align: left; }
  .container section.screen_wrapper .screen .inner .image_wrapper {
    background-position: center !important;
    height: 320px;
    padding: none !important;
    margin-top: 20px;
    width: 100%; }
    .container section.screen_wrapper .screen .inner .image_wrapper.mobile {
      display: inline-block; }
    .container section.screen_wrapper .screen .inner .image_wrapper.desktop {
      display: none; }
  .container section.screen_wrapper .screen .inner .copy_wrapper {
    display: block;
    margin: 0 auto;
    max-width: 720px;
    padding-top: 25px;
    text-align: left;
    width: 100%; }
    .container section.screen_wrapper .screen .inner .copy_wrapper h2 {
      font-size: 28px; }
    .container section.screen_wrapper .screen .inner .copy_wrapper.hero {
      text-align: center; }
    .container section.screen_wrapper .screen .inner .copy_wrapper.calltoactions {
      text-align: center; }
      .container section.screen_wrapper .screen .inner .copy_wrapper.calltoactions .role_button {
        width: 200px; }
    .container section.screen_wrapper .screen .inner .copy_wrapper .calltoactions {
      text-align: center; }
      .container section.screen_wrapper .screen .inner .copy_wrapper .calltoactions .role_button {
        width: 200px; }
  .container section.screen_wrapper.one .screen .inner .logo {
    width: 200px; }
  .container section.screen_wrapper.one .screen .inner .tagline {
    font-size: 18px;
    margin-bottom: 20px; }
  .container section.screen_wrapper.one .screen .inner .video_wrapper {
    max-width: 640px;
    margin: 0 auto;
    width: calc(100% - 40px); }
  .container section.screen_wrapper.one .screen .inner .calltoactions {
    margin-top: 20px; } }
@media screen and (min-width: 831px) and (max-width: 900px) {
  footer {
    height: auto;
    text-align: center; }
    footer .financiado_wrapper {
      width: 100%;
      max-width: 500px;
      margin: 0px auto;
      margin-bottom: 20px;
      margin-top: 10px;
      display: block;
      text-align: center; } }
@media screen and (min-width: 561px) and (max-width: 600px) {
  ul.screens_menu {
    display: none; }

  .container section.screen_wrapper {
    height: auto;
    padding: 50px 0; }
    .container section.screen_wrapper:last-of-type {
      padding-bottom: 0; }
    .container section.screen_wrapper footer {
      margin-top: 50px; } }
@media screen and (max-width: 560px) {
  .container section.screen_wrapper {
    height: auto;
    padding: 50px 0; }

  footer {
    border-radius: 0;
    right: auto;
    padding-bottom: 20px;
    text-align: left;
    height: auto;
    width: 100%;
    position: relative;
    max-width: 600px;
    padding: 0; }
    footer .financiado_wrapper {
      text-align: left;
      padding: 10px 16px;
      margin-top: 20px; }
    footer .group_links {
      padding: 20px 0;
      height: 60px;
      text-align: left; }
      footer .group_links img {
        height: 50px; }

  .show_mobile {
    display: inline-block; }

  .hide_mobile {
    display: none; }

  .container section.screen_wrapper.four {
    padding-bottom: 50px; }
  .container section.screen_wrapper .screen .inner .image_wrapper {
    background-position: center !important;
    height: 320px;
    padding: none !important;
    margin-top: 20px;
    width: 100%; }
  .container section.screen_wrapper .screen .inner .video_wrapper {
    height: 240px; }
  .container section.screen_wrapper .screen .inner .copy_wrapper {
    padding: 0 20px; }
    .container section.screen_wrapper .screen .inner .copy_wrapper.hero {
      text-align: center; }
    .container section.screen_wrapper .screen .inner .copy_wrapper.calltoactions {
      text-align: center;
      padding: 0 20px !important; }
      .container section.screen_wrapper .screen .inner .copy_wrapper.calltoactions .role_button {
        width: calc(50% - 3px); }
    .container section.screen_wrapper .screen .inner .copy_wrapper .calltoactions {
      text-align: center;
      /*							padding: 0 20px !important;
      */ }
      .container section.screen_wrapper .screen .inner .copy_wrapper .calltoactions .role_button {
        width: calc(50% - 3px); } }

/*# sourceMappingURL=main.css.map */
