@import url(https://fonts.googleapis.com/css?family=Raleway:200, 300, 400);
    body {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    background: #fff;
    font-family: Raleway, sans-serif;
}
@media (max-width:768px) {
    body {
    font-size: 16px;
}
}img {
    vertical-align: middle;
}
a {
    color: #337ab7;
    text-decoration: none;
    text-transform: none;
    word-break: break-word;
}
a.ui {
    text-transform: uppercase;
}
a:focus, a:hover {
    color: #337ab7;
    text-decoration: underline;
    outline: 0;
}
.btn, .btn-default, .btn-default:focus, .btn:focus, input[type=submit], input[type=submit]:focus {
    font-size: 14px;
    background-color: transparent;
    color: #337ab7;
    padding: 10px 12px;
    border: 1px solid #337ab7;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
}
@media (min-width:768px) {
    .btn, .btn-default, .btn-default: focus, .btn:focus, input[type=submit], input[type=submit]:focus {
    font-size: 16px;
}
}.btn-default:active, .btn-default:active:hover, .btn-default:hover, .btn:active, .btn:active:hover, .btn:hover, input[type=submit]:active, input[type=submit]:active:hover, input[type=submit]:hover {
    background-color: #337ab7;
    color: #fff;
    border: 1px solid #337ab7;
}
@media (max-width:768px) {
    input[type=submit] {
    display: block;
    margin: 0 auto;
}
}.btn-primary {
    background-color: #337ab7;
    border: none;
    margin: 2px 10px 0 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
section h1 {
    font-size: 52px;
    margin: 45px 0 25px 0;
    padding: 0;
    color: #191919;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
}
@media (max-width:768px) {
    section h1 {
    font-size: 30px;
}
}section h1:first-child {
    margin-top: 0;
}
section h1:last-child {
    margin-bottom: 0;
}
section h2 {
    font-size: 38px;
    margin: 35px 0 25px 0;
    padding: 0;
    color: #191919;
    line-height: 1.6;
    font-weight: 200;
}
@media (max-width:768px) {
    section h2 {
    font-size: 25px;
}
}section h2:first-child {
    margin-top: 0;
}
section h3 {
    font-size: 30px;
    margin: 35px 0 25px 0;
    padding: 0;
    color: #191919;
    font-weight: 200;
    line-height: 1.6;
}
section p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    text-align: left;
}
@media (max-width:768px) {
    section p {
    font-size: 16px;
}
}section ul {
    padding: 0 0 0 25px;
    margin: 0;
}
input[type=email], input[type=text] {
    color: #191919;
    border: 1px solid;
    border-color: #dfe2ea;
    color: #191919;
    display: inline-block;
    outline: 0;
    margin: 0 0 20px 0;
    padding: 3px 10px;
    vertical-align: top;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
label {
    color: #8c8c8c;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    padding: 3px 10px;
    margin: 0 0 20px 0;
}
input[type=submit] {
    width: initial;
}
textarea {
    color: #191919;
    background-color: #fff;
    border: 1px solid;
    border-color: #dfe2ea;
    color: #000;
    outline: 0;
    margin: 0 0 20px 0;
    padding: 3px 10px;
    text-align: left;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    vertical-align: top;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
input::placeholder, textarea::placeholder {
    color: #8c8c8c;
}
#contact-form-section {
    position: relative;
    z-index: 5;
}
form {
    --mdc-theme-primary: #8C8C8C;
    --mdc-theme-secondary: #337ab7;
}
.form-textfield-input {
    width: 100%}
form .mdc-textfield--textarea {
    border: none;
}
.mdc-textfield__input, input[type=email], input[type=text] {
    color: #191919;
    padding: 0 8px;
    margin: 0;
    font-family: Raleway, sans-serif;
    border-color: #8c8c8c;
    letter-spacing: unset;
    -webkit-font-smoothing: auto;
}
form .mdc-textfield--textarea .mdc-textfield__input {
    padding: 45px 8px 8px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    font-family: Raleway, sans-serif;
}
.mdc-textfield__label {
    color: #8c8c8c;
    margin: 0;
    padding: 0 10px;
}
form .mdc-textfield--textarea .mdc-textfield__label {
    padding: 0 8px;
    background-color: transparent;
    top: 38px;
}
form .mdc-textfield--textarea .mdc-textfield__label--float-above, form .mdc-textfield__label--float-above {
    transform: translateY(-50%) scale(.75, .75);
}
.mdc-textfield-helptext {
    padding: 0 10px;
}
.mdc-form-field {
    letter-spacing: unset;
    font-family: Raleway, sans-serif;
    -webkit-font-smoothing: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mdc-form-field label {
    margin: 0;
    padding: 0;
}
.mdc-textfield__input:required+.mdc-textfield__label::after {
    content: "";
    margin-left: 0;
}
form .mdc-textfield--textarea .mdc-textfield__input:invalid:not(:focus) {
    border-color: #8c8c8c;
}
.mdc-textfield__input:hover {
    border-color: #8c8c8c;
}
.mdc-textfield--focused .mdc-textfield__label, .mdc-textfield--invalid.mdc-textfield--focused .mdc-textfield__label {
    color: #191919;
}
.mdc-textfield--focused .mdc-textfield__input, .mdc-textfield--invalid.mdc-textfield--focused .mdc-textfield__input {
    color: #191919;
    border-color: #191919;
}
.invalid-select .select-label, .mdc-textfield--invalid .mdc-textfield__bottom-line, .mdc-textfield--invalid .mdc-textfield__label, .mdc-textfield--invalid.mdc-textfield--textarea, .mdc-textfield--invalid.mdc-textfield--textarea .mdc-textfield__label, .mdc-textfield-helptext--validation-msg {
    color: #f42703;
}
.invalid-select.mdc-select {
    border-color: #f42703;
}
.mdc-textfield--invalid .mdc-textfield__input, .mdc-textfield--invalid.mdc-textfield--textarea .mdc-textfield__input:invalid:not(:focus) {
    color: #f42703;
    border-color: #f42703;
}
.mdc-textfield--invalid+.mdc-textfield-helptext--validation-msg {
    color: #f42703;
}
section .row .mdc-simple-menu .mdc-list-item {
    margin-right: 50px;
    color: #191919;
    font-size: 18px;
    font-family: Raleway, sans-serif;
}
section .row .mdc-select {
    width: 100%!important;
    max-width: 100%;
    border-color: #8c8c8c;
    line-height: inherit;
    height: 48px;
    margin: 16px 0 8px;
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf-8, <svg width=10 height=5 viewBox=7 10 10 5 xmlns=http: //www.w3.org/2000/svg><path fill=%23E74149 fill-rule=evenodd opacity=1 d=M7 10l5 5 5-5z/></svg>");
}
section .row .mdc-select__selected-text {
    color: #191919;
    font-size: 18px;
    padding: 0 8px;
    font-family: Raleway, sans-serif;
    letter-spacing: unset;
    -webkit-font-smoothing: auto;
    position: absolute;
    bottom: 0;
}
section .row .mdc-select__menu {
    left: 0!important;
    top: 0!important;
    position: absolute!important;
}
section .row .select-label {
    transform: translateY(-50%) scale(.75, .75);
    color: #8c8c8c;
    font-family: Raleway, sans-serif;
    letter-spacing: unset;
    -webkit-font-smoothing: auto;
}
section .row .mdc-select span {
    width: 100%;
    overflow: hidden;
}
#form-status {
    background: #f6f6f4;
    color: #191919;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    transition: all .3s;
}
#form-success {
    background: #41c891;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    transition: all .3s;
}
#form-error {
    background: #f42703;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    transition: all .3s;
}
.button-wide {
    min-width: 180px;
}
.button-no-border, .button-no-border:active, .button-no-border:focus, .button-no-border:hover {
    border: none;
    background-clip: content-box;
    padding: 0;
    border-radius: 0;
}
#contact-button {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #337ab7;
    display: inline-block;
    color: #337ab7;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    transition: all, .3s;
}
#contact-button:hover {
    color: #fff;
    background: #337ab7;
    transition: all, .3s;
}
nav.navbar.navbar-default {
    border: none;
    background: #337ab7;
    margin-bottom: 0;
    height: 80px;
    border-bottom: 1px solid #dfe2ea;
    width: auto;
    transition: background-color .3s ease;
}
nav.navbar.navbar-default.contrast {
    background: #fff;
}
nav>.container {
    max-width: 1100px;
    margin: 0 auto;
}
nav.topmenu {
    float: right;
    margin: 35px 0 0 0;
    width: 520px;
    text-align: right;
}
#navbar-menu {
    background-color: #337ab7;
    border-color: #dfe2ea;
    border-width: 1px;
    border-top: none;
    transition: background-color .3s ease;
}
.contrast #navbar-menu {
    background-color: #fff;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%}
#main-navigation {
    margin: 10px 32px 0 10px;
}
#main-navigation a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    border-bottom: 2px solid transparent;
}
.contrast #main-navigation a {
    color: #337ab7;
}
#main-navigation .active>a, #main-navigation>li:hover>a {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.contrast #main-navigation .active>a, .contrast #main-navigation>li:hover>a {
    border-bottom: 2px solid #337ab7;
}
#main-navigation>li:hover>a.dropdown-toggle {
    border: none;
}
.dropdown-menu>li:hover>a {
    text-decoration: none;
    background-color: #337ab7;
    color: #fff;
}
#main-navigation .dropdown-menu>li.active>a, #main-navigation .dropdown-menu>li:hover>a {
    color: #fff;
}
#main-navigation .dropdown-menu>li>a {
    width: 100%;
    color: #337ab7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: 0 0;
}
.dropdown-menu>li.active>a, .dropdown-menu>li.active>a:focus, .dropdown-menu>li.active>a:hover {
    background: #337ab7;
}
#main-navigation a.dropdown-toggle {
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    width: 16px;
    height: 0;
    right: -37%;
    color: #fff;
    font-size: 11px;
    border: none;
}
.contrast #main-navigation a.dropdown-toggle {
    box-shadow: 0 10px 0 1px #337ab7, 0 16px 0 1px #337ab7, 0 22px 0 1px #337ab7;
}
.caret {
    color: transparent;
    height: 30px;
    width: 30px;
    position: relative;
    right: 10px;
    cursor: pointer;
}
.navbar-nav>li>a {
    padding: 0;
    margin: 15px;
}
.navbar-collapse.in {
    border: none;
    border-bottom: 1px solid;
}
.navbar-default .navbar-nav .buttonThin {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #337ab7;
    display: inline-block;
    color: #337ab7;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 20px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    margin: 30px 0 0 0;
}
.navbar-inverse .navbar-toggle {
    background-color: #337ab7;
    border-color: transparent;
    transition: background-color .3s ease;
}
.navbar-inverse .navbar-toggle:active, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #337ab7;
    border-color: transparent;
}
.contrast.navbar-inverse .navbar-toggle {
    background-color: #fff;
}
.contrast.navbar-inverse .navbar-toggle:active, .contrast.navbar-inverse .navbar-toggle:focus, .contrast.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.contrast.navbar-default .navbar-toggle .icon-bar {
    background-color: #337ab7;
}
.container {
    width: 100%}
button.navbar-toggle {
    margin: 25px 20px 0 0;
}
#jobs-count {
    color: #337ab7;
    background-color: #fff;
    position: absolute;
    top: -29%;
    right: -37%;
    font-size: 11px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    text-align: center;
    font-weight: 600;
}
.contrast #jobs-count {
    color: #fff;
    background-color: #337ab7;
}
#logo {
    margin: 5px 0 0 28px;
    background-image: url(/images/cl-logo-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 70px;
    width: 230px;
    background-position: center;
}
#footer-logo, .contrast #logo {
    background-image: url(/images/cl-logo-banner-inverted.png);
}
@media (max-width:350px) {
    #logo {
    margin: 10px 0 0 20px;
    background-image: url(/img/stocard-icon-inverted.svg);
    height: 60px;
    width: 60px;
}
.contrast #logo {
    background-image: url(/img/stocard-icon.svg);
}
}.page {
    background-color: #fff;
}
#page {
    width: auto;
    background: #fff;
    overflow: hidden;
}
header {
    width: 100%;
    background-color: #fff;
    height: 80px;
    border: none;
}
section {
    max-width: 1015px;
    margin: 0 auto 75px;
    padding: 0;
}
@media (max-width:768px) {
    section {
    margin: 0 auto 120px;
}
}section.title {
    margin-top: 25px;
    margin-bottom: 50px;
}
section.symmetric-space {
    margin: 0 auto 25px;
}
@media (min-width:768px) {
    section.symmetric-space {
    margin: 0 auto 70px;
}
}div.banner {
    background-color: #337ab7;
    width: 100%;
    max-width: 100%}
div.banner h1 {
    color: #fff;
}
section>.row {
    max-width: 850px;
    margin: 0 auto 20px;
}
section .row.full-width {
    max-width: 1015px;
    margin: 0 0 20px;
    padding: 0;
}
@media (max-width:768px) {
    section .row.full-width {
    margin: 0 24px 20px;
}
}section .row.full-width>div {
    padding: 0;
}
section .row.medium-width {
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 0;
}
@media (max-width:768px) {
    section .row.medium-width {
    margin: 0 24px 20px;
}
}section .row.medium-width>div {
    padding: 0;
}
@media (min-width:768px) {
    section .row.medium-width>div {
    padding: 0 25px;
}
}section>.section-intro {
    max-width: 1100px;
    margin: 0 0 20px;
    padding: 0;
}
section>.section-intro>div {
    padding: 0;
}
section>.section-intro>div>img {
    width: 100%}
.row {
    margin: 0;
    padding: 0 25px;
}
@media (max-width:768px) {
    .row {
    padding: 0 12px;
}
}div.col-md-1, div.col-md-10, div.col-md-11, div.col-md-12, div.col-md-2, div.col-md-3, div.col-md-4, div.col-md-5, div.col-md-6, div.col-md-7, div.col-md-8, div.col-md-9 {
    padding: 0 25px;
    margin: 50px 0 0 0;
}
@media (max-width:768px) {
    div.col-md-1, div.col-md-10, div.col-md-11, div.col-md-12, div.col-md-2, div.col-md-3, div.col-md-4, div.col-md-5, div.col-md-6, div.col-md-7, div.col-md-8, div.col-md-9, div.col-xs-6 {
    padding: 0 12px;
    margin: 30px 0 0 0;
}
}div.col-xs-offset-1 {
    margin-left: 8.33333333%}
div.col-xs-offset-2 {
    margin-left: 16.66666667%}
@media (min-width:768px) {
    div.col-sm-offset-2 {
    margin-left: 16.66666667%}
}@media (min-width:992px) {
    div.col-md-offset-0 {
    margin-left: 0;
}
}div.no-space {
    margin: 0;
    padding: 0;
}
#footer {
    border-top: 1px solid #d7dbe5;
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 120px;
    margin-bottom: 0;
}
@media (max-width:768px) {
    #footer {
    display: none;
}
}#footer section {
    margin-bottom: 0;
}
#footer .navbar {
    margin-bottom: 0;
}
#footer .navbar a {
    text-transform: uppercase;
}
#footer .navbar .nav-item {
    font-size: 14px;
    margin: 0 7px;
}
#footer-logo {
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 150px;
}
#footer .navbar-nav {
    float: right;
    margin: 0;
}
@media (max-width:1200px) {
    #footer .navbar {
    margin: 0 46px;
}
}@media (max-width:992px) {
    #footer .navbar {
    margin: 0 90px;
}
}@media (max-width:768px) {
    #footer .navbar-nav {
    width: 100%;
    text-align: center;
    margin: auto;
}
#footer-logo {
    width: 100%;
    height: 35px;
    background-position: center;
}
}.slide-in-enabled {
    opacity: 0;
}
.slide-in-animation {
    animation: slide-in-animation .8s ease forwards;
}
.slide-in-animation:nth-child(odd) {
    animation-duration: .6s;
}
@keyframes slide-in-animation {
    from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}.slow-slide-in-animation {
    animation: slow-slide-in-animation 1.5s ease forwards;
}
.slow-slide-in-animation:nth-child(odd) {
    animation-duration: 1.3s;
}
@keyframes slow-slide-in-animation {
    0% {
    opacity: 0;
    transform: translateY(150px);
}
70% {
    opacity: 1;
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}@media (max-width:768px) {
    .slide-in-enabled {
    opacity: 1;
}
.slide-in-animation {
    transform: none;
    animation: none;
}
}section.app-intro .title-container h1 {
    text-align: center;
}
section.app-intro {
    padding: 15px 0 50px 0;
    position: relative;
    margin-bottom: 50px;
}
.bus-img{
max-width:100%;
max-height:100%;
width: auto;
}
.store-badge {
    width: 100%}
.app-intro-banner {
    position: relative;
}
@media (min-width:992px) {
    section.app-intro {
    /*padding: 25px 0 175px 0;*/
}
section.app-intro .row {
    margin-left: 0;
}
section.app-intro .title-container {
    margin-top: 90px;
    padding-left: 0;
}
section.app-intro .title-container h1 {
    text-align: left;
}
section.app-intro .store-badge-container {
    padding: 0 25px 0 0;
    margin: 40px 0 0 0;
}
}.app-intro-banner #animation-container {
    position: absolute;
    width: 500px;
    height: 100%;
    bottom: 3%;
    right: -10%}
.app-intro-banner #blue-layer {
    left: -10%;
    top: 5%;
    background-color: #337ab7;
    height: 440px;
    width: 259px;
    z-index: 1;
    position: absolute;
}
.app-intro-banner .phone {
    left: 0%;
    top: 5%;
    width: 45%;
    position: absolute;
    opacity: 0;
    z-index: 2;
}
.app-intro-banner #phone-no-logo {
    animation: phone-slide-in 1s ease .5s forwards;
}
.app-intro-banner #phone-logo {
    animation: show-phone-logo 1s ease 4s forwards;
    z-index: 3;
}
.app-intro-banner .card {
    width: 35%;
    position: absolute;
    opacity: 0;
}


.app-intro-banner #card1 {
    animation: move-card1-into-phone 4s ease 1.5s forwards;
    top: 69%;
    right: 5%}
.app-intro-banner #card2 {
    animation: move-card2-into-phone 4s ease 2s forwards;
    top: 41%;
    right: 5%}
.app-intro-banner #card3 {
    animation: move-card3-into-phone 4s ease 2.5s forwards;
    top: 13%;
    right: 5%}




/*  Main page show case animation  */
#app-showcase-cursor {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 3;    
    opacity: 0;
    animation: move-cursor-into-beam-button 20s infinite;
}
#app-showcase-button-pressed {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: beam_button-press 20s infinite;
}
#app-showcase-frame {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 5;
    animation: beam_client_phone_move_left 20s infinite;
}
#app-showcase-stamped {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: client_app_stamped_anim 20s infinite;
}
#store-app-showcase {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 1;
    opacity: 0;
    animation: beam_store_app_anim 20s infinite;
}
#beam-small {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: beam-small 20s infinite;
}
#beam-medium {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: beam-medium 20s infinite;
}
#beam-large {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: beam-large 20s infinite;
}
#store-app-client-here {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: store-app-client-here 20s infinite;
}
#store-app-stamp-button-pressed {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: store-app-stamp-pressed 20s infinite;
}
#store-app-stamped {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
    opacity: 0;
    animation: store-app-stamped 20s infinite;
}

#app-showcase-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 1;
    animation: client_phone_logo_screen_slide_left 20s infinite;
}

#app-showcase-no-points {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 0;
    animation: beam_client_phone_move_left 20s infinite;
}
#white-app-hide{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 4;
    animation: white-app-hide-anim 20s infinite;
}
#app-showcase-stamped-points{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 3;
    opacity: 0;
    animation: client_app_stamped_points_anim 20s infinite;
}
#app-showcase-stamped-points-clicked{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 4;
    opacity: 0;
    animation: client_app_stamped_points_clicked_anim 20s infinite;    
}

@keyframes client_app_stamped_points_clicked_anim {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    71% {
        transform: translateX(0px);
        opacity: 0;
    }
    72% {
        transform: translateX(0px);
        opacity: 1;
    }
    73% {
        transform: translateX(0px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 0;
    }    
}
@keyframes white-app-hide-anim {
    0% {
        transform: translateX(-221px);
        opacity: 1;
    }
    12% {
        transform: translateX(-221px);
        opacity: 1;
    }
    13% {
        transform: translateX(-221px);
        opacity: 0;
    }

    70% {
        transform: translateX(-221px);
        opacity: 0;
    }
    71% {
        transform: translateX(-221px);
        opacity: 1;
    }    
    77% {
        transform: translateX(-221px);
        opacity: 1;
    }
    100% {
        transform: translateX(-221px);
        opacity: 0;
    }
}
@keyframes client_phone_logo_screen_slide_left {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }
    5% {
        transform: translateX(0px);
        opacity: 1;
    }
    7% {
        transform: translateX(-221px);
        opacity: 1;
    }
    8% {
        transform: translateX(-221px);
        opacity: 0;
    }
    100% {
        transform: translateX(-221px);
        opacity: 0;
    }
}
@keyframes client_app_stamped_anim {
    64% {
        transform: translateX(0px);
        opacity: 0;        
    }
    65% {
        transform: translateX(0px);
        opacity: 1;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes client_app_stamped_points_anim {
    73% {
        transform: translateX(-221px);
        opacity: 0;        
    }
    75% {
        transform: translateX(0px);
        opacity: 1;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes beam_client_phone_move_left {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }
    15% {
        transform: translateX(0px);
        opacity: 1;        
    }
    20% {
        transform: translateX(-255px);
        opacity: 1;
    }
    35% {
        transform: translateX(-255px);
        opacity: 1;        
    }
    50% {
        transform: translateX(-255px);
        opacity: 1;
    }
    55% {
        transform: translateX(-255px);
        opacity: 1;
    }
    65% {
        transform: translateX(0px);
        opacity: 1;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes beam_store_app_anim {
    0% {
        transform: translateX(120px);
        opacity: 0;
    }
    20% {
        transform: translateX(120px);
        opacity: 0;
    }
    25% {
        transform: translateX(120px);
        opacity: 1;
    }
    35% {
        transform: translateX(120px);
        opacity: 1;
    }
    50% {
        transform: translateX(0px);
        opacity: 1;
    }
    55% {
        transform: translateX(0px);
        opacity: 1;
    }
    65% {
        transform: translateX(255px);
        opacity: 0;
    }
}

@keyframes store-app-stamped {
    51% {
        transform: translateX(0px);
        opacity: 0;
    }
    55% {
        transform: translateX(0px);
        opacity: 1;
    }
    65% {
        transform: translateX(255px);
        opacity: 0;
    }
}

@keyframes store-app-client-here {
    0% {
        transform: translateX(120px);
        opacity: 0;
    }
    30% {
        transform: translateX(120px);
        opacity: 0;
    }
    35% {
        transform: translateX(120px);
        opacity: 0;
    }
    50% {
        transform: translateX(0px);
        opacity: 1;
    }
    55% {
        transform: translateX(0px);
        opacity: 1;
    }
    65% {
        transform: translateX(255px);
        opacity: 0;
    }
}

@keyframes beam-small {
    0% {
        opacity: 0;
        transform: translateX(-140px);
    }
    19% {
        opacity: 0;
        transform: translateX(-140px);
    }
    20% {
        opacity: 0.7;
        transform: translateX(-140px);
    }
    27% {
        opacity: 0;
        transform: translateX(-140px);
    }
    27.5% {
        opacity: 0.7;
        transform: translateX(-140px);
    }
    34.5% {
        opacity: 0;
        transform: translateX(-140px);
    }

}
@keyframes beam-medium {
    0% {
        opacity: 0;
        transform: translateX(-140px);
    }
    21.5% {
        opacity: 0;
        transform: translateX(-140px);
    }
    22.5% {
        transform: translateX(-140px);
        opacity: 0.7;
    }
    29.5% {
        transform: translateX(-140px);
        opacity: 0;
    }
    30% {
        transform: translateX(-140px);
        opacity: 0.7;
    }
    37% {
        opacity: 0;
        transform: translateX(-140px);
    }
}
@keyframes beam-large {
    0% {
        opacity: 0;
        transform: translateX(-140px);
    }
    24% {
        opacity: 0;
        transform: translateX(-140px);
    }
    25% {
        transform: translateX(-140px);
        opacity: 0.7;
    }
    32% {
        transform: translateX(-140px);
        opacity: 0;
    }
    32.5% {
        transform: translateX(-140px);
        opacity: 0.7;
    }
    39.5% {
        transform: translateX(-140px);
        opacity: 0;
    }
}

@keyframes move-cursor-into-beam-button {
    0%{
        transform: translate3d(90px,-200px, 0);
    }
    7%{
        transform: translate3d(90px,-200px, 0);
        opacity: 0;
    }
    8% {
        transform: translate3d(90px,-200px, 0);
        opacity: 0.6;
    }
    13% {
        transform: translate3d(0px,0px, 0);
        opacity: 0.6;
    }
    14% {
        transform: translate3d(0px,0px, 0);
        opacity: 1;
    }
    15% {
        transform: translate3d(0px,0px, 0);
        opacity: 0.6;
    }
    16% {
        transform: translate3d(0px,0px, 0);
        opacity: 0;
    }
    20% {
        transform: translate3d(90px,-80px, 0);
        opacity: 0;
    }
 
    44% {
        transform: translate3d(90px,-200px, 0);
        opacity: 0;
    }
    45% {
        transform: translate3d(90px,-200px, 0);
        opacity: 0.6;
    }
    50% {
        transform: translate3d(0px,-20px, 0);
        opacity: 0.6;
    }
    51% {
        transform: translate3d(0px,-20px, 0);
        opacity: 1;
    }
    52% {
        transform: translate3d(0px,-20px, 0);
        opacity: 0.6;
    }
    55% {
        transform: translate3d(0px,-20px, 0);
        opacity: 0;
    }

    65% {
        transform: translate3d(90px,-200px, 0);
        opacity: 0;
    }
    66% {
        transform: translate3d(90px,-200px, 0);
        opacity: 0.6;
    }
    71% {
        transform: translate3d(0px,-381px, 0);
        opacity: 0.6;
    }
    72% {
        transform: translate3d(0px,-381px, 0);
        opacity: 1;
    }
    73% {
        transform: translate3d(0px,-381px, 0);
        opacity: 0.6;
    }
    76% {
        transform: translate3d(0px,-381px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0px,-20px, 0);
        opacity: 0;
    }
}

@keyframes store-app-stamp-pressed {
    50% {
        transform: translateX(0px);
        opacity: 0;
    }
    51% {
        transform: translateX(0px);
        opacity: 1;
    }
    52% {
        transform: translateX(0px);
        opacity: 0;
    }
}


@keyframes beam_button-press {
    13% {
        opacity: 0;
    }
    14%{
        opacity: 1;
    }
    15%{
        opacity: 0;
    }
}

@keyframes phone-slide-in {
    from {
    transform: translateY(10%);
}
to {
    transform: translateY(0);
    opacity: 1;
}
}@keyframes move-card1-into-phone {
    0% {
    transform: translateY(5%);
}
50% {
    transform: translateY(0);
    opacity: 1;
}
90% {
    /*transform: translate3d(-40%, -60%, 0);*/
    transform: translateX(-162%);
    opacity: 1;
}
100% {
    /*transform: translate3d(-40%, -60%, 0);*/
    transform: translateX(-162%);
    opacity: 0;
}
}@keyframes move-card2-into-phone {
    0% {
    transform: translateY(5%);
}
35% {
    transform: translateY(0);
    opacity: 1;
}
75% {
    /*transform: translate3d(-80%, -30%, 0);*/
    transform: translateX(-162%);
    opacity: 1;
}
100% {
    /*transform: translate3d(-80%, -30%, 0);*/
    transform: translateX(-162%);
    opacity: 0;
}
}@keyframes move-card3-into-phone {
    0% {
    transform: translateY(5%);
}
20% {
    transform: translateY(0);
    opacity: 1;
}
60% {
    /*transform: translate3d(-80%, -30%, 0);*/
    transform: translateX(-162%);
    opacity: 1;
}
100% {
    /*transform: translate3d(-80%, -30%, 0);*/
    transform: translateX(-162%);
    opacity: 0;
}
}@keyframes show-phone-logo {
    to {
    opacity: 1;
}
}@media (max-width:992px) {
    .app-intro-banner #animation-container {
    display: none;
}
.slide-in-after-header-animation {
    animation-delay: 0s;
}
}@media (max-width:1200px) {
    .app-intro-banner #animation-container {
    right: 0;
}
}#showcase {
    position: relative;
    height: 514px;
    width: 100%}
#app-showcase {
    position: absolute;
    height: 100%;
    width: 100%;
}
#app-showcase-image {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    height: 90%}
#watch-showcase {
    position: absolute;
    height: 80%;
    width: 80%;
    bottom: -23%;
    right: 46%}
#watch-showcase-frame {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 85%;
    z-index: 2;
}
#watch-showcase-image {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    margin: auto;
    height: 32%;
    z-index: 3;
}
#app-showcase-text>h2 {
    margin-top: 50px;
}

.hero_pic {
    margin-top: 40px;
}

.slide-in-after-header-animation {
    transform: translateY(150px);
    opacity: 0;
    animation: slide-in-after-header-animation 2s ease 3.5s forwards;
}
@keyframes slide-in-after-header-animation {
    to {
    transform: translateY(0);
    opacity: 1;
}
}.slide-in-enabled-after-header-animation {
    opacity: 0;
}
@media (max-width:768px) {
    #showcase {
    left: 5%*
}
.slide-in-enabled-after-header-animation {
    transform: translateY(150px);
    opacity: 0;
    animation: slide-in-after-header-animation 2s ease 3.5s forwards;
}
}.text-large {
    font-size: 50px;
    font-weight: 200;
    margin: 5px;
    text-align: center;
}
h2 .icon {
    width: 25px;
    height: 25px;
    margin: 0 25px 5px 0;
}
h2 .light {
    color: #8c8c8c;
}
.subheading {
    width: 500px;
    margin: 0 auto;
}
.job-opening-team-heading {
    margin-bottom: 50px;
}
.application-button {
    display: inline-block;
}
.job-opening-content ul {
    list-style: none;
    margin-left: 0;
}
@media (max-width:768px) {
    .job-opening-content ul {
    font-size: 16px;
}
}.job-opening-content ul>li {
    margin: 0 0 8px 0;
}
.job-opening-content ul>li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
.application-button-container {
    margin-top: 50px;
    text-align: center;
}
@media (max-width:768px) {
    .text-large {
    font-size: 30px;
}
.job-opening-file-row {
    height: 100%}
.row.grid-side-text {
    margin-top: 0;
}
}.instagram-grid {
    padding: 0;
    margin: 0;
    display: flex;
}
.instagram-grid-tile {
    margin: 12px;
    flex: 1 0 auto;
    background-size: cover;
    background-position: center;
}
@media (max-width:768px) {
    .instagram-grid-tile {
    margin: 6px;
}
}.instagram-grid-tile:first-child {
    margin-left: 0;
}
.instagram-grid-tile:last-child {
    margin-right: 0;
}
.instagram-grid:first-child>.instagram-grid-tile {
    margin-top: 0;
}
.instagram-grid:last-child>.instagram-grid-tile {
    margin-bottom: 0;
}
.instagram-grid-tile:before {
    content: '';
    float: left;
    padding-top: 100%}
ul.second-level-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.second-level-menu a {
    text-transform: uppercase;
}
.second-level-menu li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
#intro-video {
    width: 100%}
.logo-grid {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.logo-grid-tile {
    margin: 12px;
    padding: 15px;
    flex: 1 0 10%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f4;
}
@media (max-width:768px) {
    .logo-grid-tile {
    margin: 6px;
}
}.logo-grid-tile:first-child {
    margin-left: 0;
}
.logo-grid-tile:last-child {
    margin-right: 0;
}
.logo-grid:first-child>.logo-grid-tile {
    margin-top: 0;
}
.logo-grid:last-child>.logo-grid-tile {
    margin-bottom: 0;
}
.logo-grid-tile:before {
    content: '';
    float: left;
    padding-top: 100%}
.table {
    display: table;
    height: 100%;
    width: 100%}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.logo-grid-image {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: min-content;
}
#office-slider {
    margin-bottom: -6px;
}
.job-row {
    border-bottom: 1px solid #dfe2ea;
}
.job-row p {
    font-weight: 200;
    margin: 0;
}
.job-row .job-team-name p {
    font-size: 22px;
}
@media (min-width:768px) {
    .job-row .job-team-name p>span {
    display: block;
}
}.job-row p.light, .job-row span.light {
    color: #8c8c8c;
}
.job-row p.regular, .job-row span.regular {
    color: #191919;
}
div.jobs-select-col {
    padding: 3px;
}
.job-row .job-team-name {
    padding: 0 20px 0 0;
    margin: 30px 0 0 0;
}
.job-row .job-team-job-openings {
    margin: 30px 0 0 0;
}
.job-opening {
    border-bottom: 1px solid;
    border-color: #dfe2ea;
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    opacity: 0;
}
.job-team-job-openings .job-opening:last-child {
    border: none;
}
.job-opening a {
    font-size: 20px;
    font-weight: 300;
}
.job-opening p {
    margin: 5px 0 5px 0;
}
.job-opening .icon {
    margin: 0 6px 4px 0;
    width: 14px;
    height: 14px;
}
@media (min-width:768px) {
    .job-opening .icon {
    width: auto;
    height: auto;
}
}.no-padding, div.no-padding {
    padding: 0;
}
.no-margin, div.no-margin {
    margin: 0;
}
.position-type {
    width: 290px;
    display: inline-block;
}
.location {
    display: inline-block;
}
.jobs-alert {
    text-align: center;
    font-size: 30px;
    color: #191919;
    font-weight: 200;
}
.jobs-not-found-alert {
    display: none;
}
.show-element {
    animation: show-element-animation .7s ease forwards;
}
@keyframes show-element-animation {
    from {
    transform: translateY(-30px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}.slick-slider .slick-prev {
    left: 2%;
    z-index: 1;
}
.slick-slider .slick-next {
    right: 2%}
.slick-slider .slick-dots {
    bottom: 4%}
#office-slider img {
    width: 100%}
#office-slider .slick-dots li button:before {
    color: #fff;
}
section>.row.open-positions-button-container {
    text-align: center;
}
.covid{
  background:#FFCC00;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.covid-container{
	margin-left: 20%;
 	margin-right: 20%;
}

.input_text{
	max-width:60%;
	width:auto;
	padding-top:2em;
}

.face-img{
	max-width: 300px;
}
.us-img{
float:left;
margin-right:50px;
margin-bottom:50px;
}
.us-text{
}


#banner2 { background:#1a2c33; padding:10px 0px 50px/*100px 0px*/; width:100%; overflow:hidden; max-height:300px; }
#banner2 figure { text-align:left; display:block;margin:0px 0px 0px 0px; width:100%; position:relative; /*left:0px; animation:slide_animation 20s linear infinite; -webkit-animation:slide_animation 20s linear infinite;*/ }
#banner2 figure .img { text-align:center; width:100%; min-height:195px;}
#banner2 figure .img img { width:auto;/* max-width:calc(100vw - 30px); max-width:-webkit-calc(100vw - 30px); height:auto; max-height:100%;*/top: 50%;
transform: translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); position:absolute; }



  .right.carousel-control, .left.carousel-control {
    display: none;
  }
  .carousel-container {
   width: 100%;
    margin: auto;
vertical-align: middle;
 }
.carousel-image{
        display: flex;
        width:25%;
        float:left;
        margin: 5px 5px 5px 5px;
        vertical-align: middle;
}

.carousel-image > img {
  display: flex;
  max-width:200px;
  max-height:200px;
  width: 99%;
  height: auto;
vertical-align: middle;
}


.carousel-text {
        display:block;
        float:left;
        width:60%;
        margin-left:10%;

}
.carousel-storeName {
        margin-top:5%;
        font-size: 2.5vmax;
        font-weight: 600;
        color: black;
}
.carousel-storeURL {
        font-size: 1.5vmax;

}
.carousel-storeAddress{
        margin-top:5px;
        color: black;
        font-size: 1.8vmax;
}
.carousel-gap{
        display:block;
        float:left;
        max-width:50px;
        height:150px;
        width:5%;
}

.carousel-inner, .carousel-inner > .item {
        vertical-align: middle;
}

.contact-form {
        display:block;
        align:center;
        margin-left:auto;
        margin-right:auto;
        max-width:600px;
        width:80%;

}
.fr {
        float:right;
        display:block;
}


.title1 {
        font-size: 25px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;

}

.opening-section
{
        cursor: pointer;
    }






