/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wide-text {
  letter-spacing: 2.5px;
}
.center {
  text-align: center;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.clearfix {
  clear: both;
}
@media only screen and (max-width: 650px) {
  .desktop-only.sprite {
    display: none;
  }
}
@media only screen and (min-width: 650px) {
  .mobile-only.sprite {
    display: none;
  }
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/proximanova-regular-webfont.eot?') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/proximanova-regular-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/proximanova-regular-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNovaLight';
  src: url('../fonts/proximanova-light-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/proximanova-light-webfont.eot?') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/proximanova-light-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/proximanova-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/proximanova-light-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNovaSemiBold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/proximanova-semibold-webfont.eot?') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/proximanova-semibold-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/proximanova-semibold-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/proximanova-bold-webfont.eot?') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/proximanova-bold-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/proximanova-bold-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
body {
  font-family: 'ProximaNovaRegular';
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #585b5e;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 40px;
  font-family: 'ProximaNovaLight';
  line-height: 70px;
}
@media only screen and (max-width: 650px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
h2 {
  font-size: 30px;
  font-family: 'ProximaNovaRegular';
  line-height: 35px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-size: 28px;
  font-family: 'ProximaNovaLight';
  line-height: 70px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 650px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
h4 {
  font-size: 22px;
  font-family: 'ProximaNovaLight';
  line-height: 30px;
}
h5 {
  font-size: 20px;
  font-family: 'ProximaNovaSemiBold';
  line-height: 30px;
}
p {
  font-size: 18px;
  line-height: 24px;
}
.ph-callout {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #0c2340;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 24px -1px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 24px -1px rgba(255, 255, 255, 0.75);
}
.ph-callout img {
  width: 160px;
}
@media only screen and (max-width: 800px) {
  .ph-callout {
    display: none;
  }
}
.section-container {
  overflow: hidden;
}
.section-container .section-content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-container .section-content .sprite-down-carrot {
  margin-top: 50px;
  margin-bottom: 150px;
}
.section-container .section-content.problem-solution-layout {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-container .section-content.problem-solution-layout .left,
.section-container .section-content.problem-solution-layout .right {
  width: 45%;
  letter-spacing: 0.04em;
}
.section-container .section-content.problem-solution-layout .left .content,
.section-container .section-content.problem-solution-layout .right .content {
  font-size: 20px;
  line-height: 30px;
}
.section-container .section-content.problem-solution-layout .left {
  float: left;
}
.section-container .section-content.problem-solution-layout .right {
  float: right;
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.problem-solution-layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-container .section-content.problem-solution-layout .left,
  .section-container .section-content.problem-solution-layout .right {
    width: 100%;
    float: none;
    padding: 0 5px;
  }
  .section-container .section-content.problem-solution-layout .left .content,
  .section-container .section-content.problem-solution-layout .right .content {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.section-container .section-content.two-column {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-container .section-content.two-column .left,
.section-container .section-content.two-column .right {
  position: relative;
  width: 50%;
  margin-top: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-container .section-content.two-column .left .content,
.section-container .section-content.two-column .right .content {
  font-size: 20px;
  line-height: 30px;
}
.section-container .section-content.two-column .left {
  float: left;
}
.section-container .section-content.two-column .right {
  float: right;
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.two-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-container .section-content.two-column .left,
  .section-container .section-content.two-column .right {
    width: 100%;
    float: none;
    padding: 0 5px;
  }
  .section-container .section-content.two-column .left .content,
  .section-container .section-content.two-column .right .content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.two-column.casino .left {
    display: none;
  }
}
.section-container .section-content.two-column.casino .right {
  padding-right: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .section-container .section-content.two-column.casino .right {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.two-column.casino .right {
    padding-right: 0px;
    padding-top: 0px;
  }
}
.section-container .section-content.two-column.casino img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
  float: right;
}
.section-container .section-content.two-column.casino p {
  font-family: 'ProximaNovaLight';
  margin-bottom: 20px;
}
.section-container .section-content.three-column {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.three-column {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.section-container .section-content.three-column h3 {
  text-align: center;
}
.section-container .section-content.three-column .column {
  width: 33%;
  float: left;
  margin-top: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-container .section-content.three-column .column .sprite {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 15px;
}
.section-container .section-content.three-column .column h4 {
  font-family: 'ProximaNovaSemiBold';
}
.section-container .section-content.three-column .column p {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.three-column .column {
    width: 100%;
    float: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-container .section-content.integrated {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.integrated {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.section-container .section-content.integrated h3 {
  text-align: center;
}
.section-container .section-content.integrated .column {
  width: 35%;
  float: left;
  margin-top: 50px;
}
.section-container .section-content.integrated .column.left {
  margin-left: 12%;
}
.section-container .section-content.integrated .column.right {
  margin-left: 4%;
}
.section-container .section-content.integrated .column .sprite {
  vertical-align: middle;
  margin-right: 15px;
}
.section-container .section-content.integrated .column .bold {
  font-family: 'ProximaNovaBold';
}
.section-container .section-content.integrated .column h4 {
  font-size: 30px;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.integrated .column h4 {
    font-size: 24px;
  }
}
.section-container .section-content.integrated .column p {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.integrated .column.left,
  .section-container .section-content.integrated .column.right {
    margin-left: 0;
  }
  .section-container .section-content.integrated .column {
    width: 100%;
    float: none;
  }
}
.section-container.grey-blue-bg {
  background-image: url('../images/backgrounds/grey-blue-gears-fa7c3c6064.jpg');
  background-size: cover;
  background-position: center;
  color: white;
}
.section-container.grey-blue-grid-bg {
  background-image: url('../images/backgrounds/grey-blue-grid-3909b28f1e.jpg');
  background-position: center;
  color: white;
}
.section-container.dark-grey-grid-bg {
  background-image: url('../images/backgrounds/dark-grey-grid-7466172a4e.jpg');
  background-size: 50px;
  background-position: center;
  color: white;
}
.section-container.mountains-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #000000), url('../images/backgrounds/mountains-1a4a88173a.jpg'), #4b6075;
  background-size: cover;
  background-position: center;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .section-container.mountains-bg {
    min-height: 0px;
  }
}
.section-container.san-fran-bg {
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 80%, #000000), url('../images/backgrounds/sanfran-649775e1f4.jpg'), black;
  background-size: cover;
  background-position: top;
  color: white;
  min-height: 650px;
}
.section-container.rail-station-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url('../images/backgrounds/rail-station-575f928e0c.jpg'), #4a3d4f;
  background-size: cover;
  background-position: top;
  color: white;
  min-height: 650px;
}
@media only screen and (max-width: 650px) {
  .section-container.rail-station-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url('../images/backgrounds/rail-station-575f928e0c.jpg'), black;
    background-size: 100% 50%, auto 50%;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.section-container.city-lights-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 90%), url('../images/backgrounds/city-lights-55652c0996.jpg'), #211b25;
  background-size: cover;
  background-position: top;
  color: white;
  min-height: 650px;
}
@media only screen and (max-width: 650px) {
  .section-container.city-lights-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 90%), url('../images/backgrounds/city-lights-55652c0996.jpg'), black;
    background-size: 100% 50%, auto 50%;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.section-container.twin-peaks-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 90%), url('../images/backgrounds/twin-peaks-7ebec7b9ca.jpg'), #121923;
  background-size: cover;
  background-position: top;
  color: white;
  min-height: 650px;
}
@media only screen and (max-width: 650px) {
  .section-container.twin-peaks-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 90%), url('../images/backgrounds/twin-peaks-7ebec7b9ca.jpg'), black;
    background-size: 100% 50%, auto 50%;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.section-container.engine-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 90%), url('../images/backgrounds/engine-81ea2dbb93.jpg'), #141d24;
  background-size: cover;
  background-position: center;
  color: white;
}
@media only screen and (max-width: 600px) {
  .section-container.engine-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, #000000 50%), url('../images/backgrounds/engine-81ea2dbb93.jpg'), #141d24;
    background-size: 100%, 200%;
    background-position: center, top;
  }
}
.section-container.careers-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #000000), url('../images/backgrounds/careers-a6950810b2.jpg'), #13749f;
  background-size: cover;
  background-position: top;
  color: white;
  min-height: 650px;
}
.section-container.careers-map-bg {
  background: url('../images/backgrounds/maps-mobile-be63da7858.jpg'), #1b849a;
  background-size: cover;
  background-position: center;
  padding-top: 38%;
}
@media only screen and (max-width: 600px) {
  .section-container.careers-map-bg {
    background: url('../images/backgrounds/maps-mobile-be63da7858.jpg'), #1b849a;
    background-size: cover;
    background-position: center;
    padding-top: 78%;
  }
}
.section-container.grey-bg {
  background-color: #ededee;
}
.section-container.black-bg {
  background-color: black;
  color: white;
}
.section-container.blue-bg {
  background-color: #164155;
  color: white;
}
.section-container.engine-grid-bg {
  background-image: url('../images/backgrounds/grey-blue-grid-3909b28f1e.jpg');
  background-size: 50px;
  background-position: center;
  color: white;
}
.section-container.engine-dark-grid-bg {
  background-image: url('../images/backgrounds/grids/engine-grid-cfb196ddc6.jpg');
  background-size: 50px;
  background-position: center;
  color: white;
}
.section-container.reach-grid-bg {
  background-image: url('../images/backgrounds/grids/reach-grid-b1c990133b.jpg');
  background-size: 50px;
  background-position: center;
  color: white;
}
.section-container.wallet-grid-bg {
  background-image: url('../images/backgrounds/grids/wallet-grid-e849cc99ec.jpg');
  background-size: 50px;
  background-position: center;
  color: white;
}
.section-container .section-content.intro-layout {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
.section-container .section-content.intro-layout .logo {
  font-size: 40px;
  font-family: 'ProximaNovaLight';
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}
.section-container .section-content.intro-layout .logo span,
.section-container .section-content.intro-layout .logo .bold {
  font-family: 'ProximaNovaBold';
}
.section-container .section-content.intro-layout .logo .sprite {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.intro-layout .logo {
    font-size: 24px;
    display: none;
  }
}
.section-container .section-content.intro-layout .title {
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.intro-layout .title {
    font-size: 28px;
  }
}
.section-container .section-content.intro-layout .sub-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: 'ProximaNovaLight';
  line-height: 34px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.intro-layout .sub-title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 450px) {
  .section-container .section-content.intro-layout .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-container .section-content.intro-layout .dark-well {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  line-height: 26px;
  font-family: 'ProximaNovaLight';
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.intro-layout .dark-well {
    padding: 20px;
    line-height: 20px;
  }
}
.section-container .section-content.intro-layout .problem,
.section-container .section-content.intro-layout .solution {
  width: 48%;
  letter-spacing: 0.04em;
  text-align: left;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4));
  padding: 20px;
  min-height: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-container .section-content.intro-layout .problem .content,
.section-container .section-content.intro-layout .solution .content {
  font-size: 20px;
  line-height: 30px;
}
.section-container .section-content.intro-layout .problem h3,
.section-container .section-content.intro-layout .solution h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.section-container .section-content.intro-layout .problem {
  float: left;
}
.section-container .section-content.intro-layout .solution {
  float: right;
}
.section-container .section-content.intro-layout .platform {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.section-container .section-content.intro-layout .platform .column {
  margin-top: 20px;
  width: 20%;
  display: inline-block;
}
.section-container .section-content.intro-layout .platform .betable {
  font-family: 'ProximaNovaSemiBold';
}
.section-container .section-content.intro-layout .platform h4 {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  .section-container .section-content.intro-layout {
    padding-top: 40px;
  }
  .section-container .section-content.intro-layout .problem,
  .section-container .section-content.intro-layout .solution {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.footer {
    padding: 10px 20px;
    text-align: center;
  }
}
.section-container .section-content.footer .logo {
  width: 80px;
}
.section-container .section-content.footer .logo.black {
  display: none;
}
.section-container .section-content.footer .footer-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  opacity: 0.5;
}
.section-container .section-content.footer .footer-item:hover {
  color: white;
  text-decoration: underline;
  opacity: 1;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.footer .footer-item.bullet {
    opacity: 0;
    width: 100%;
  }
}
.section-container .section-content.footer a:link,
.section-container .section-content.footer a:visited,
.section-container .section-content.footer a:hover,
.section-container .section-content.footer a:active {
  color: white;
  text-decoration: none;
}
.section-container .section-content.footer a:hover {
  text-decoration: none;
}
.section-container .section-content.footer .copyright {
  text-align: right;
  float: right;
}
@media only screen and (max-width: 650px) {
  .section-container .section-content.footer .copyright {
    margin-top: 50px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
    opacity: 0.2;
  }
}
.section-container .footer-white-bg .section-content.footer {
  color: black;
}
.section-container .footer-white-bg .section-content.footer a:link,
.section-container .footer-white-bg .section-content.footer a:visited,
.section-container .footer-white-bg .section-content.footer a:hover,
.section-container .footer-white-bg .section-content.footer a:active {
  color: black;
  text-decoration: none;
}
.section-container .footer-white-bg .section-content.footer .logo {
  display: none;
}
.section-container .footer-white-bg .section-content.footer .logo.black {
  display: inline;
}
.mobile-side-menu {
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 80%;
  background-color: #1f1f1f;
  -webkit-transition: right 200ms ease-in-out;
  -moz-transition: right 200ms ease-in-out;
  -o-transition: right 200ms ease-in-out;
  transition: right 200ms ease-in-out;
  /* Landscape */
}
.mobile-side-menu.open {
  right: 20%;
}
.mobile-side-menu .header {
  background-color: black;
  padding: 30px 15px;
}
.mobile-side-menu .header .logo {
  width: 120px;
}
.mobile-side-menu .group-title {
  padding: 15px 0 10px;
  margin: 0 15px;
  font-family: 'ProximaNovaLight';
  font-size: 24px;
  color: white;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-side-menu .item {
  margin: 5px 15px;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  text-decoration: none;
}
.mobile-side-menu .item .sprite {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
}
.mobile-side-menu .item.company {
  margin: 15px 15px;
}
.mobile-side-menu a,
.mobile-side-menu a:link,
.mobile-side-menu a:visited,
.mobile-side-menu a:hover,
.mobile-side-menu a:active {
  text-decoration: none;
  color: white;
}
@media only screen and (orientation: landscape) {
  .mobile-side-menu .header {
    padding: 10px 15px;
  }
  .mobile-side-menu .item {
    margin: 2px 15px;
  }
  .mobile-side-menu .item.company {
    margin: 5px 15px;
  }
  .mobile-side-menu .group-title {
    padding: 5px;
    margin: 0 10px;
    font-size: 20px;
  }
}
.navbar {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}
.navbar .mobile {
  display: none;
  position: relative;
}
.navbar .mobile .nav-button {
  position: absolute;
  left: 0px;
  top: -10px;
  padding: 10px;
}
.navbar .mobile .logo {
  margin-top: 15px;
}
@media only screen and (max-width: 650px) {
  .navbar {
    padding: 10px 10px 10px ;
    text-align: center;
  }
  .navbar .desktop {
    display: none;
  }
  .navbar .mobile {
    display: block;
  }
}
.navbar .nav-item {
  padding: 10px 20px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  letter-spacing: 2.5px;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
}
.navbar .nav-item.active {
  opacity: 1.0;
  position: relative;
  font-family: 'ProximaNovaSemiBold';
}
.navbar .nav-item.active:after {
  width: 100%;
  height: 20px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50%;
  font-family: 'ProximaNovaBold';
}
.navbar .nav-item:hover {
  opacity: 9.0;
}
.navbar .nav-item:hover .dropdown {
  display: block;
}
@media only screen and (max-width: 650px) {
  .navbar .nav-item:hover .dropdown {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .navbar .nav-item {
    margin: 5px 5px;
    font-size: 12px;
    display: block;
    text-align: center;
  }
}
.navbar .logo {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 650px) {
  .navbar .logo {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.navbar .dropdown {
  position: absolute;
  left: 0;
  padding: 10px 24px;
  background-color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  letter-spacing: normal;
  display: none;
}
.navbar .dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 8px;
  margin-left: -8px;
}
.navbar .dropdown-item {
  vertical-align: middle;
  white-space: nowrap;
  padding: 7px 0;
  opacity: 0.5;
}
.navbar .dropdown-item .sprite {
  margin-bottom: 3px;
  margin-right: 7px;
  vertical-align: middle;
}
.navbar .dropdown-item .betable {
  font-family: 'ProximaNovaSemiBold';
}
@media only screen and (max-width: 650px) {
  .navbar .dropdown-item {
    display: none;
  }
}
.navbar .dropdown-item:hover {
  opacity: 1;
}
.navbar .join {
  float: right;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1410px) {
  .navbar .join {
    float: none;
  }
}
@media only screen and (max-width: 1032px) {
  .navbar .join {
    display: none;
  }
}
.navbar a:link,
.navbar a:visited,
.navbar a:hover,
.navbar a:active {
  text-decoration: none;
  color: white;
}
.button {
  border: 2px solid white;
  width: 200px;
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.betable-engine .legal {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 650px) {
  .betable-engine .legal {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.betable-engine .legal .first-sub-section {
  padding: 40px 0;
}
.betable-engine .legal .first-sub-section .left,
.betable-engine .legal .first-sub-section .right {
  letter-spacing: 0.04em;
}
.betable-engine .legal .first-sub-section .left {
  width: 55%;
  float: left;
}
.betable-engine .legal .first-sub-section .right {
  width: 45%;
  float: right;
}
.betable-engine .legal .first-sub-section span {
  margin: 40px 20px 0;
}
@media only screen and (max-width: 650px) {
  .betable-engine .legal .first-sub-section .left,
  .betable-engine .legal .first-sub-section .right {
    float: none;
    width: 100%;
  }
  .betable-engine .legal .first-sub-section .sprite {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
  }
}
.betable-engine .legal .second-sub-section {
  padding: 30px 0;
}
.betable-engine .legal .second-sub-section .left,
.betable-engine .legal .second-sub-section .right {
  width: 48%;
  letter-spacing: 0.04em;
}
.betable-engine .legal .second-sub-section .left {
  float: left;
}
.betable-engine .legal .second-sub-section .right {
  float: right;
}
.betable-engine .legal .second-sub-section span {
  float: left;
  margin-right: 20px;
}
.betable-engine .legal .second-sub-section div {
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .betable-engine .legal .second-sub-section .left,
  .betable-engine .legal .second-sub-section .right {
    float: none;
    width: 100%;
  }
  .betable-engine .legal .second-sub-section .left {
    margin-bottom: 20px;
  }
}
.betable-engine .legal h3 {
  text-align: center;
}
.betable-engine .simple {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .betable-engine .simple {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.betable-engine .simple h3 {
  text-align: center;
}
.betable-engine .simple .column {
  margin-top: 50px;
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.betable-engine .simple .column img {
  max-width: 100%;
}
.betable-engine .simple .column.text {
  padding: 100px 30px;
}
.betable-engine .simple .column.text p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 650px) {
  .betable-engine .simple .column.text {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 650px) {
  .betable-engine .simple .column {
    float: none;
    width: 100%;
  }
}
.betable-engine .diagram {
  text-align: center;
}
.betable-engine .diagram h4 {
  margin-bottom: 40px;
  text-align: left;
}
.betable-engine .diagram img {
  max-width: 600px;
}
@media only screen and (max-width: 650px) {
  .betable-engine .diagram {
    display: none;
  }
}
.betable-reach .section-container .section-content.two-column.find-audience {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.betable-reach .section-container .section-content.two-column.find-audience .left,
.betable-reach .section-container .section-content.two-column.find-audience .right {
  text-align: left;
  padding: 0px 60px;
  max-width: 550px;
  margin-top: 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.betable-reach .section-container .section-content.two-column.find-audience .left h3,
.betable-reach .section-container .section-content.two-column.find-audience .right h3 {
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.betable-reach .section-container .section-content.two-column.find-audience .left h4,
.betable-reach .section-container .section-content.two-column.find-audience .right h4 {
  font-family: 'ProximaNovaSemiBold';
  text-align: center;
}
.betable-reach .section-container .section-content.two-column.find-audience .left h5,
.betable-reach .section-container .section-content.two-column.find-audience .right h5 {
  margin-top: 10px;
}
.betable-reach .section-container .section-content.two-column.find-audience .left p,
.betable-reach .section-container .section-content.two-column.find-audience .right p {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .betable-reach .section-container .section-content.two-column.find-audience .left,
  .betable-reach .section-container .section-content.two-column.find-audience .right {
    padding: 0px 20px;
  }
}
.betable-reach .section-container .section-content.two-column.find-audience .sprite {
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 10px;
}
.betable-reach .engage {
  padding-top: 50px;
  padding-bottom: 50px;
}
.betable-reach .engage h5 {
  margin: 30px 0 5px;
}
.betable-reach .engage img {
  max-height: 500px;
}
@media only screen and (max-width: 600px) {
  .betable-reach .engage .right {
    display: none;
  }
}
.betable-reach .integrated-security .content {
  padding: 0 60px;
}
@media only screen and (max-width: 750px) {
  .betable-reach .integrated-security .content {
    padding: 0 10px;
  }
}
.betable-reach .integrated-security h3 {
  text-align: center;
  margin-bottom: 20px;
}
.betable-reach .integrated-security h4 {
  margin-bottom: 10px;
  font-family: 'ProximaNovaSemiBold';
}
.betable-reach .integrated-security p {
  margin-bottom: 15px;
}
.betable-reach .integrated-security .sprite {
  vertical-align: middle;
  margin-right: 10px;
}
.betable-reach .integrated-security .sprite-logos-reach-50-white {
  margin-bottom: 15px;
}
.betable-wallet .section-container .section-content.simple img {
  max-height: 500px;
  float: right;
}
@media only screen and (max-width: 600px) {
  .betable-wallet .section-container .section-content.simple img {
    float: none;
  }
}
.betable-wallet .section-container .section-content.simple p {
  margin-bottom: 30px;
}
.betable-wallet .section-container .section-content.simple .sprite {
  margin: 10px 20px;
}
.betable-wallet .section-container .section-content.simple .right {
  padding-right: 140px;
}
@media only screen and (max-width: 600px) {
  .betable-wallet .section-container .section-content.simple .right {
    padding-right: 0px;
  }
}
.betable-wallet .section-container .section-content.connected h3 {
  text-align: center;
}
.betable-wallet .section-container .section-content.connected h4 {
  margin-bottom: 20px;
}
.betable-wallet .section-container .section-content.connected .sprite {
  margin-right: 15px;
  vertical-align: middle;
}
.betable-wallet .section-container .section-content.connected .left {
  padding-left: 150px;
}
.betable-wallet .section-container .section-content.connected .right {
  padding-right: 150px;
}
.betable-wallet .section-container .section-content.connected .games {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .betable-wallet .section-container .section-content.connected .left {
    padding-left: 0;
  }
  .betable-wallet .section-container .section-content.connected .right {
    padding-right: 0;
  }
}
.betable-index .section-container .section-content .platform img {
  width: 600px;
  max-width: 90%;
}
@media only screen and (max-width: 600px) {
  .betable-index .section-container .section-content .platform img {
    display: none;
  }
}
.betable-index .section-container .section-content.products {
  padding-top: 0;
  padding-bottom: 50px;
}
.betable-index .section-container .section-content.products .column {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.betable-index .section-container .section-content.products .column .product {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.betable-index .section-container .section-content.products .column .product .line {
  width: 97%;
  height: 1px;
  position: absolute;
  top: 24%;
  right: 60%;
  background-color: white;
}
@media only screen and (max-width: 1000px) {
  .betable-index .section-container .section-content.products .column .product .line {
    display: none;
  }
}
@media only screen and (min-width: 650px) {
  .betable-index .section-container .section-content.products .column .product:hover {
    cursor: pointer;
    border: 1px solid white;
  }
  .betable-index .section-container .section-content.products .column .product:hover .points {
    opacity: 1;
  }
  .betable-index .section-container .section-content.products .column .product:hover .main-content {
    opacity: 0;
  }
}
.betable-index .section-container .section-content.products .column .product .points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
  border-radius: 3px;
  background-color: #000000;
}
.betable-index .section-container .section-content.products .column .product .points ul {
  text-align: left;
  font-size: 14px;
  list-style-type: disc;
  margin-left: 20px;
}
.betable-index .section-container .section-content.products .column .product .points ul li {
  margin-bottom: 10px;
}
.betable-index .section-container .section-content.products .column .product .points .learn-more {
  font-family: 'ProximaNovaSemiBold';
}
.betable-index .section-container .section-content.products .column:first-child .product:after {
  background-color: transparent;
}
.betable-index .section-container .section-content.products .title {
  font-family: 'ProximaNovaLight';
  margin-bottom: 10px;
  opacity: 0.8;
}
.betable-index .section-container .section-content.customers .customer-quote {
  border: 1px solid #5aa9c0;
  border-radius: 8px;
  padding: 40px 25px;
  color: black;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 25px;
}
.betable-index .section-container .section-content.customers .customer-quote:after,
.betable-index .section-container .section-content.customers .customer-quote:before {
  top: 100%;
  left: 42px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.betable-index .section-container .section-content.customers .customer-quote:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.betable-index .section-container .section-content.customers .customer-quote:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #5aa9c0;
  border-width: 16px;
  margin-left: -16px;
}
.betable-index .section-container .section-content.customers .sprite {
  margin: 0;
  margin-left: 25px;
}
.betable-index .section-container .section-content.customers .customer-title {
  margin-top: 5px;
  margin-left: 25px;
  font-size: 15px;
  font-style: italic;
  opacity: 0.7;
}
.betable-index .section-container .section-content a:link,
.betable-index .section-container .section-content a:visited,
.betable-index .section-container .section-content a:hover,
.betable-index .section-container .section-content a:active {
  text-decoration: none;
  color: white;
}
.betable-careers .section-container .section-content.grow .title {
  margin-top: 60px;
  margin-left: 50px;
  font-size: 20px;
  font-family: 'ProximaNovaLight';
  line-height: 26px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .betable-careers .section-container .section-content.grow .title {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.betable-careers .section-container .section-content.grow .quote {
  font-style: italic;
  margin: 50px 50px 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  line-height: 26px;
}
.betable-careers .section-container .section-content.grow .quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.betable-careers .section-container .section-content.grow .quote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.betable-careers .section-container .section-content.grow .author {
  margin-left: 50px;
  font-size: 20px;
  font-style: italic;
}
.betable-careers .section-container .section-content.grow img {
  max-width: 300px;
  float: right;
  margin: 0 40px 40px;
}
@media only screen and (max-width: 800px) {
  .betable-careers .section-container .section-content.grow img {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .betable-careers .section-container .section-content.grow img {
    width: 200px;
  }
}
.betable-careers .section-container .section-content.benefits {
  text-align: center;
}
.betable-careers .section-container .section-content.benefits .benefit {
  width: 22%;
  display: inline-block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3d6684;
  font-family: 'ProximaNovaSemiBold';
  vertical-align: top;
}
.betable-careers .section-container .section-content.benefits .benefit .sprite {
  display: block;
  margin: 20px auto 30px;
}
@media only screen and (max-width: 800px) {
  .betable-careers .section-container .section-content.benefits .benefit {
    width: 44%;
    padding: 0 5px;
  }
}
.betable-careers .photos {
  position: relative;
}
.betable-careers .photos .photo {
  background-size: cover;
  background-position: center;
  display: inline-block;
  line-height: 0;
}
.betable-careers .photos .three-photos {
  line-height: 0;
}
.betable-careers .photos .three-photos .photo {
  width: 33.33%;
  padding-top: 22%;
}
.betable-careers .photos .three-photos .photo:nth-child(1) {
  background-image: url('../images/careers/office1-5a6dfd684f.jpg');
}
.betable-careers .photos .three-photos .photo:nth-child(2) {
  background-image: url('../images/careers/office2-730240c859.jpg');
}
.betable-careers .photos .three-photos .photo:nth-child(3) {
  background-image: url('../images/careers/office3-19a280c215.jpg');
}
@media only screen and (max-width: 600px) {
  .betable-careers .photos .three-photos .photo {
    width: 100%;
    padding-top: 66%;
  }
}
.betable-careers .photos .two-photos {
  line-height: 0;
}
.betable-careers .photos .two-photos .photo {
  width: 50%;
  padding-top: 33%;
}
.betable-careers .photos .two-photos .photo:nth-child(1) {
  background-image: url('../images/careers/office4-a77d0331e8.jpg');
}
.betable-careers .photos .two-photos .photo:nth-child(2) {
  background-image: url('../images/careers/office5-8238d356ca.jpg');
}
.betable-careers .photos .four-photos {
  line-height: 0;
}
.betable-careers .photos .four-photos .photo {
  width: 25%;
  padding-top: 25%;
}
.betable-careers .photos .four-photos .photo:nth-child(1) {
  background-image: url('../images/careers/office6-7c531da7bf.jpg');
}
.betable-careers .photos .four-photos .photo:nth-child(2) {
  background-image: url('../images/careers/office7-0a921942b4.jpg');
}
.betable-careers .photos .four-photos .photo:nth-child(4) {
  background-image: url('../images/careers/office8-374df91ce3.jpg');
}
.betable-careers .photos .four-photos .photo:nth-child(5) {
  background-image: url('../images/careers/office9-7e109d7c53.jpg');
}
@media only screen and (max-width: 800px) {
  .betable-careers .photos .four-photos .photo {
    width: 50%;
    padding-top: 33%;
  }
}
.betable-careers .photos .quote {
  background-color: #23292e;
  opacity: 0.9;
  color: white;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'ProximaNovaLight';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  line-height: 30px;
}
.betable-careers .photos .quote.center {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  .betable-careers .photos .quote.center {
    position: static;
    transform: none;
    padding: 30px 12px;
  }
}
.betable-careers .photos .quote.lower {
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 800px) {
  .betable-careers .photos .quote.lower {
    position: static;
    transform: none;
    padding: 30px 12px;
    width: 100%;
  }
}
.betable-careers .map-quote {
  background-color: #23292e;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'ProximaNovaLight';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  padding: 30px 12px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .betable-careers .map-quote {
    opacity: 0.9;
  }
}
.betable-careers .jobs .job {
  padding: 20px;
  cursor: pointer;
  line-height: 22px;
}
.betable-careers .jobs .job:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.betable-careers .jobs .job a:link,
.betable-careers .jobs .job a:visited,
.betable-careers .jobs .job a:hover,
.betable-careers .jobs .job a:active {
  text-decoration: none;
  color: #444;
}
.about .intro {
  text-align: center;
}
.about .intro .title {
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: 'ProximaNovaLight';
  margin-bottom: 30px;
}
.about .team {
  text-align: center;
}
.about .team h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: 'ProximaNovaSemiBold';
}
.about .team .person {
  width: 180px;
  margin: 2px;
  display: inline-block;
  position: relative;
}
.about .team .person img {
  width: 100%;
}
.about .team .person .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
  width: 100%;
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 19px;
  line-height: 25px;
  font-family: 'ProximaNovaSemiBold';
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .team .person .overlay .title {
  font-size: 14px;
  font-family: 'ProximaNovaLight';
}
@media only screen and (max-width: 1000px) {
  .about .team .person .overlay {
    padding-top: 45px;
    height: 120px;
    font-size: 12px;
    line-height: 15px;
  }
  .about .team .person .overlay .title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 450px) {
  .about .team .person .overlay {
    padding-top: 30px;
    height: 86px;
    font-size: 10px;
    line-height: 13px;
  }
  .about .team .person .overlay .title {
    font-size: 10px;
  }
}
.about .team .person:hover .overlay {
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  .about .team .person {
    width: 120px;
  }
}
@media only screen and (max-width: 450px) {
  .about .team .person {
    width: 86px;
  }
}
.about .daring {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.about .daring h5 {
  text-transform: uppercase;
}
.about .daring .button {
  margin-top: 40px;
  color: #60afc7;
  border-color: #60afc7;
}
.about .values {
  text-align: center;
}
.about .values .value {
  width: 33%;
  display: inline-block;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.about .values .value h4 {
  font-size: 18px;
  font-family: 'ProximaNovaSemiBold';
}
@media only screen and (max-width: 1000px) {
  .about .values .value h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.about .values .value img {
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  margin-top: 20px;
  width: 120px;
}
.about .values .value .quote {
  -webkit-transition: opacity 200ms ease-in-out 100ms, bottom 300ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out 100ms, bottom 300ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out 100ms, bottom 300ms ease-in-out;
  transition: opacity 200ms ease-in-out 100ms, bottom 300ms ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  width: 100%;
  line-height: 22px;
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width: 1000px) {
  .about .values .value .quote {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    bottom: -30px;
  }
}
.about .values .value:hover .quote {
  opacity: 1;
  bottom: 20%;
}
@media only screen and (max-width: 1000px) {
  .about .values .value:hover .quote {
    bottom: 0%;
  }
}
.about .values .value:hover img {
  opacity: 0.3;
}
@media only screen and (max-width: 1000px) {
  .about .values .value {
    width: 40%;
    padding: 10px 20px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .about .values .value {
    width: 100%;
  }
}
.about .investment {
  text-align: center;
}
.about .investment .first span {
  margin: 10px 30px;
}
@media only screen and (max-width: 1000px) {
  .about .investment .first span {
    margin: 5px;
  }
}
.about .investment .second span {
  margin: 20px 40px;
}
@media only screen and (max-width: 1000px) {
  .about .investment .second span {
    margin: 5px;
    margin-bottom: 20px;
  }
}
.about .investment .investors p {
  text-transform: uppercase;
  font-size: 14px;
}
.about .contact-us {
  width: 100%;
  max-width: 400px;
}
.about .contact-us h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.about .contact-us input[type=email],
.about .contact-us input[type=submit],
.about .contact-us textarea {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #b9b9b9;
  font-family: 'ProximaNovaRegular';
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #585b5e;
}
.about .contact-us input[type=email]:focus,
.about .contact-us input[type=submit]:focus,
.about .contact-us textarea:focus {
  border: 2px solid #585b5e;
  outline: none;
}
.about .contact-us input[type=email] {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}
.about .contact-us textarea {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}
.about .contact-us input[type=submit] {
  width: 100%;
  height: 50px;
  background-color: #585b5e;
  border: 0px;
  font-size: 20px;
  color: white;
  font-family: 'ProximaNovaSemiBold';
}
.about .contact-us input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(88, 91, 94, 0.9);
}
.about .contact-us input[type=submit]:disabled {
  background-color: rgba(88, 91, 94, 0.3);
}
