

html {
    scroll-behavior: smooth;
}

html, body {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(245, 245, 245, 1);
}

div {
    position: relative;
}
li {
    list-style-type: none;
}

#body section, footer {
    padding: 50px 20px 60px;
}

a {
    cursor: pointer;
    text-decoration: none;
}
input {
    height: 50px;
    background: rgba(0, 0, 0, .075);
    border: none;  
    border-radius: 2px;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
input:hover, input:focus {
    background: rgba(0, 0, 0, .125);
}

button.primary {
    height: 40px;
    padding: 0 20px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
button:focus, input:focus {
    outline: none;
}


@media (min-width: 900px) {

    #body section {
        padding: 100px 12.5% 120px;
    }
    footer {
        padding: 100px 12.5% 11%;
    }

}


@media (min-width: 1200px) {

    input {
        height: 60px;
    }
    button.primary {
        height: 50px;
        padding: 0 40px;
    }

}











/*   C O L O R   */

.color_primary button.primary:hover, .color_dark button.primary:hover, button#nav_toggle span {
    background: rgba(255, 255, 255, 1);
}
.color_dark, button.primary:hover, .color_primary button.primary, header.active nav, .section_landing.color_dark button.primary:hover, #signin_container .signin_toggle span {
    background: rgba(54, 64, 66, 1);
}
.color_primary, button.primary {
    background: rgba(231, 127, 88, 1);
}
.background_filter:before, footer {
    background: rgba(0,0,0,.3);
    background-image: linear-gradient(-180deg,#317fb3 13%,#31ad83);
}
.color_secondary {
    background: rgba(49, 173, 131, 1);
}
.section_sticky .container .secondary_container:nth-child(1) {    background: rgba(0, 0, 0, .02);    }
.section_sticky .container .secondary_container:nth-child(2) {    background: rgba(0, 0, 0, .04);    }
.section_sticky .container .secondary_container:nth-child(3) {    background: rgba(0, 0, 0, .06);    }
.section_sticky .container .secondary_container:nth-child(4) {    background: rgba(0, 0, 0, .08);    }
.section_sticky .container .secondary_container:nth-child(5) {    background: rgba(0, 0, 0, .1);    }

.section_sticky.color_dark .container .secondary_container:nth-child(1) {    background: #2c3335;    }
.section_sticky.color_dark .container .secondary_container:nth-child(2) {    background: #262d2e;    }
.section_sticky.color_dark .container .secondary_container:nth-child(3) {    background: #202628;    }
.section_sticky.color_dark .container .secondary_container:nth-child(4) {    background: #1b2021;    }
.section_sticky.color_dark .container .secondary_container:nth-child(5) {    background: #161a1a;    }

.section_sticky.color_primary .container .secondary_container:nth-child(1) {    background: #e98757;    }
.section_sticky.color_primary .container .secondary_container:nth-child(2) {    background: #ec8f57;    }
.section_sticky.color_primary .container .secondary_container:nth-child(3) {    background: #ed9759;    }
.section_sticky.color_primary .container .secondary_container:nth-child(4) {    background: #f19f58;    }
.section_sticky.color_primary .container .secondary_container:nth-child(5) {    background: #f2a65a;    }

.section_sticky.color_secondary .container .secondary_container:nth-child(1) {    background: #31a28f;    }
.section_sticky.color_secondary .container .secondary_container:nth-child(2) {    background: #31989a;    }
.section_sticky.color_secondary .container .secondary_container:nth-child(3) {    background: #318ca6;    }
.section_sticky.color_secondary .container .secondary_container:nth-child(4) {    background: #3185ad;    }
.section_sticky.color_secondary .container .secondary_container:nth-child(5) {    background: #317fb3;    }



.color_dark, .color_primary, .color_secondary, .color_dark p, .color_primary p, .color_secondary p, button.primary, .color_dark input, .color_primary input, .color_secondary input, .color_dark input::-webkit-input-placeholder, .color_primary input::-webkit-input-placeholder, .color_secondary input::-webkit-input-placeholder, footer, header, .app_available a.secondary, header nav a, .learn_more, header nav a.active, header nav a.active:hover, .section_landing.color_dark button.primary, .color_primary a.text_link, .color_dark a.text_link, .footer_column li a {
    color: rgba(255, 255, 255, 1);
}
.color_dark button.primary, .color_primary button.primary:hover, .color_secondary button.primary:hover, .section_landing.color_dark input::-webkit-input-placeholder, .section_landing.color_dark input, a.text_link {
    color: rgba(54, 64, 66, 1);
}
header nav a:hover, .learn_more:hover {
    color: rgba(231, 127, 88, 1);
}

.color_dark input {
    background: rgba(0, 0, 0, .175);
}
.color_dark input:hover, .color_dark input:focus {
    background: rgba(0, 0, 0, .325);
}

.section_landing.color_dark input {
    background: rgba(255, 255, 255, 1);
}
.section_landing.color_dark input:hover, .section_landing.color_dark input:focus {
    background: rgba(255, 255, 255, .85);
}

.color_dark .icon_container .icon, .color_primary .icon_container .icon, .color_dark .secondary_container .icon, .color_primary .secondary_container .icon, .color_secondary .secondary_container .icon {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .125) inset;
}
.color_dark .icon_container .icon:after, .color_primary .icon_container .icon:after, .color_dark .secondary_container .icon:after, .color_primary .secondary_container .icon:after {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25) inset;
}
.section_content.color_primary .circles, .section_content.color_dark .circles, .section_content.color_primary.mobile_imagery_top .circles, .section_content.color_dark.mobile_imagery_top .circles {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .075) inset;
}
.section_content.color_primary .circles:after, .section_content.color_dark .circles:after {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .125) inset;
}
.section_content.color_primary .circles span, .section_content.color_dark .circles span {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25) inset;
}
.background_filter .circles {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .035) inset;
}
.background_filter .circles:after {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .075) inset;
}
.background_filter .circles span {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .125) inset;
}









.background_filtered {
    overflow: hidden;
}
.background_filtered > * {
    z-index: 10;
}
.background_filter {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .65);
}
.background_filter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.background_filter .circles {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    border-radius: 50%;
    z-index: 0;
    margin-bottom: -54%;
    z-index: 3;
}
.background_filter .circles:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.background_filter .circles:after {
    content: '';
    position: absolute;
    display: block;
    top: 12.5%;
    left: 12.5%;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    z-index: 0;
}
.background_filter .circles span {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    z-index: 0;
}
















/*   H E A D E R   */

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(54, 64, 66, 0);
    z-index: 1000;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0);

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
header.scrolled {
    position: fixed;
    background: rgba(54, 64, 66, 1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .2);
}
header nav {
    position: absolute;
    top: -100vh;
    left: 0px;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 20vh 0px 0;
    box-sizing: border-box;
}
header.active nav {
    top: 0vh;
    left: 0px;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 20vh 0 0;
    box-sizing: border-box;
}
header .logo {
    width: 130px;
    top: 14px;
    z-index: 110;
    display: block;
    position: relative;
    left: -15px;
}
header nav a {
    padding: 10px 20px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
header nav a.active {
    cursor: default;
}
header nav a.active:before, header nav a.active:hover:before {
    background: rgba(255, 255, 255, 1);
    transform: translateY(3px);
}
button#nav_toggle, #signin_container .signin_toggle {
    top: 0px;
    right: 5px;
    border: none;
    width: 60px;
    height: 60px;
    padding: 15px;
    z-index: 1000;
    cursor: pointer;
    display: block;
    background: none;
    position: absolute;
}
button#nav_toggle:focus, #signin_container .signin_toggle:focus {
    outline: none;
}
button#nav_toggle span, #signin_container .signin_toggle span {
    width: 100%;
    height: 2px;
    margin: 5px 0 9px;
    display: block;
    position: relative;

        -webkit-transition: all ease-out .1s;
           -moz-transition: all ease-out .1s;
                transition: all ease-out .1s;
}

button#nav_toggle.active span {
    opacity: 0;
}
button#nav_toggle.active span.one, #signin_container .signin_toggle span.one {
    transform: rotate(45deg);
    opacity: 1;
    margin: -2px 0 -2px;
}
button#nav_toggle.active span.two, #signin_container .signin_toggle span.two {
    transform: rotate(-45deg);
    opacity: 1;
    margin: 0 0 0;
}

#language:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 10px;
    margin: 0 0 0 3px;
    background: url(../img/select_white.svg) center no-repeat;
    background-size: contain;
}

@media (min-width: 700px) {

    header nav a:before {
        content: '';
        display: block;
        width: calc(100% - 40px);
        position: absolute;
        bottom: 8px;
        height: 1px;
        background: rgba(231, 127, 88, 0);

        -webkit-transition: all linear 160ms;
           -moz-transition: all linear 160ms;
                transition: all linear 160ms;
    }
    header nav a:hover:before {
        background: rgba(231, 127, 88, 1);
        transform: translateY(3px);
    }

    header nav, header.active nav {
        position: absolute;
        margin: 0;
        top: 9px;
        right: 10px;
        left: auto;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
        display: flex;
    }
    button#nav_toggle {
        display: none;
    }
    header nav a {
        padding: 10px 20px;
        text-align: left;
    }

}

@media (min-width: 1200px) {

    header {
        padding: 0 30px;
    }

}
















/*   S I G N   I N   */

#signin_container {
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: center;
}
#signin_container.active {
    display: block;
}
#signin_container .cover, #signin_container .cover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(54, 64, 66, .8);
}
#signin_container .cover:before {
    content: '';
    opacity: .3;
    z-index: 1001;
    background-image: linear-gradient(-180deg,#317fb3 13%,#31ad83);
}
#signin_container .container {
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    display: block;
    padding: 30px 40px 40px;
    z-index: 1010;
    box-sizing: border-box;
    transform: translateY(-4px);
    opacity: 0;

    -webkit-transition: all linear 140ms;
       -moz-transition: all linear 140ms;
            transition: all linear 140ms;
}
#signin_container.active .container {
    opacity: 1;
    transform: translateY(0);
}
#signin_container button.signin_toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    box-sizing: border-box;
    opacity: .6;

    -webkit-transition: all linear 140ms;
       -moz-transition: all linear 140ms;
            transition: all linear 140ms;
}
#signin_container button.signin_toggle:hover {
    opacity: 1;
}
#signin_container input {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
#signin_container button.primary {
    width: 100%;
    margin-top: 30px;
}
#signin_container a.text_link {
    margin-left: -10px;
}
#signin_container h2 {
    margin-bottom: 20px;
}
.check_option {
    background: rgba(255, 255, 255, 1);
    padding: 4px 5px 4px 33px;
    margin-left: -5px;
    margin-right: -5px;
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    position: relative;

      -webkit-touch-callout: none;
        -webkit-user-select: none;
         -khtml-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;

    -webkit-transition: all linear 140ms;
       -moz-transition: all linear 140ms;
            transition: all linear 140ms;
}
.check_option:after {
    content: '';
    display: table;
    clear: both;
}
.check_option:hover {
    background: rgba(240, 240, 240, 1);
}
.check_option span {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;

    -webkit-transition: all linear 80ms;
       -moz-transition: all linear 80ms;
            transition: all linear 80ms;
}
.check_option:hover span {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
}
.check_option.active span {
    background: rgba(231, 127, 88, 1);
    box-shadow: 0 0 0 6px rgba(231, 127, 88, 1) inset;
}
.check_option span:before, .check_option span:after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0);
    width: 0px;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 10px;

    -webkit-transition: all linear 80ms;
       -moz-transition: all linear 80ms;
            transition: all linear 80ms;
            transition-delay: 160ms;
}
.check_option span:after {
    transform: rotate(315deg);
    left: 6px;
    top: auto;
    bottom: 7px;
    transition-delay: 240ms;
    transform-origin: 100% 0%;
}
.check_option.active span:before, .check_option.active span:after {
    background: rgba(255, 255, 255, 1);
    width: 7px;
}
.check_option.active span:after {
    width: 12px;
    bottom: 10px;
    transform-origin: 50% 50%;
}


@media (min-width: 900px) {

    #signin_container {
        padding: 30px calc(50vw - 225px);
    }
    #signin_container.active {
        display: flex;
    }
    #signin_container .container {
        padding: 40px 60px 60px;
    }

}















/*   L A N D I N G   */

#body .section_landing {
    min-height: 90vh;
    box-sizing: border-box;
    padding-top: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#body .section_landing.section_landing_small {
    min-height: 10vh;
    padding-top: 20%;
}
.section_landing p.large {
    text-align: center;
    margin: 10px auto 60px;
}
.section_landing .intro {
    text-align: center;
    margin: 10px auto 60px;
}
.section_landing h3 {
    width: 100%;
    margin: 20px auto 0px;
}
.section_landing .input_button {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.section_landing .learn_more {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    display: block;
    padding: 18px;
    box-sizing: border-box;
    opacity: .6;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
.section_landing .learn_more:hover {
    opacity: .9;
}
.section_landing .learn_more:after {
    content: '';
    position: relative;
    top: 5px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/select_white.svg) center no-repeat;
    background-size: contain;
    animation: learnmore infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
}
@keyframes learnmore {
    0%   { transform: translateY(-10px); }
    50%  { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}



#landing_home {
    background: url(../img/landing_home.jpg) center top no-repeat;
    background-size: cover;
}
#landing_techcrunch {
    background: url(../img/landing_techcrunch.jpg) center bottom no-repeat;
    background-size: cover;
}
#landing_contact {
    background: url(../img/landing_contact.jpg) center no-repeat;
    background-size: cover;
}
#landing_employee {
    background: url(../img/landing_employees.jpg) center no-repeat;
    background-size: cover;
}



@media (min-width: 900px) {

    #body .section_landing.section_landing_small {
        padding-top: 10%;
    }

}

@media (min-width: 1200px) {

    header {
        padding: 0 30px;
    }
    .section_landing p.large {
        margin: 20px auto 60px;
    }
    .section_secondary_call_action .input_button {
        width: 50%;
    }
    .section_landing a.text_link {
        margin: 30px 0 0 -10px;
        left: 25%;
    }
    .section_landing .input_button {
        width: 50%;
    }
    .section_landing h3 {
        width: 50%;
        margin: 0 auto 10px;
    }

}












/*   S E C T I O N   S T I C K Y   */

#body section.section_sticky {
    position: relative;
    padding: 0;
}
#body section.section_sticky:after {
    content: '';
    display: table;
    clear: both;
}
.section_sticky .container {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.section_sticky .container:first-child {
    padding: 10% 20px 12%;
    opacity: .95;
}
#body section.section_sticky .secondary_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10% 20px 13%;
    box-sizing: border-box;
}
#body section.section_sticky .secondary_container .icon {
    width: 20%;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
    border-radius: 50%;
}
.secondary_container .icon {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .075) inset;
}
.secondary_container .icon:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.secondary_container .icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .15) inset;
}
.secondary_container .icon img {
    position: absolute;
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
}
#body section.section_sticky .secondary_container p.large {
    opacity: .6;
    text-align: center;
}

@media (min-width: 700px) {
    #body section.section_sticky .secondary_container .icon {
        width: 15%;
    }
}


@media (min-width: 900px) {

    .section_sticky .container {
        width: 50%;
    }
    .section_sticky .container:first-child {
        position: sticky;
        top: 0px;
        min-height: 100vh;
        padding: 0 10%;
    }
    #body section.section_sticky .secondary_container {
        padding: 10% 20% 13%;
    }
    #body section.section_sticky .secondary_container .icon {
        margin: 0 0 30px;
    }
    #body section.section_sticky .secondary_container .icon {
        width: 30%;
    }

}











/*   S E C O N D A R Y   C A L L   T O   A C T I O N   */

.section_secondary_call_action .input_button {
    width: 100%;
    display: block;
    margin: 20px auto 0;
}
.section_secondary_call_action .input_button input, .section_landing .input_button input {
    width: 100%;
    display: block;
    padding: 0 112px 1px 20px;
    box-sizing: border-box;
}
.section_secondary_call_action .input_button button, .section_landing .input_button button {
    position: absolute;
    right: 5px;
    top: 5px;
}
.color_dark input::-webkit-input-placeholder, .color_primary input::-webkit-input-placeholder {
    opacity: .65;
}
.secondary_action_container {
    width: 100%;
    margin: 0 auto;
}











/*   F O O T E R   */

footer {
    overflow: auto;
}
footer .app_available {
    padding: 0 0 60px;
    margin: 0 0 60px;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 1) inset;
}
.footer_column {
    width: 50%;
    float: left;
    display: block;
}
.footer_column li {
    margin: 0 -10px;
}
footer .footer_column:last-child {
    width: 100%;
    margin: 40px 0 -47px;
}
footer .footer_column:last-child li {
    margin: 0;
}
.footer_column li a, a.text_link {
    padding: 5px 10px;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border-radius: 2px;

    -webkit-transition: all linear 200ms;
       -moz-transition: all linear 200ms;
            transition: all linear 200ms;
}
.footer_column li a:after, a.text_link:after, a.secondary:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 0 0 7px;
    background: url(../img/arrow.svg) no-repeat;
    background-size: contain;
    opacity: 0;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
.footer_column li a:hover:after, a.text_link:hover:after, a.secondary:hover:after {
    transform: translateX(3px);
    opacity: 1;
}
.footer_column li a:hover, a.text_link:hover {
    background: rgba(0, 0, 0, .125);

    -webkit-transition: all linear 360ms;
       -moz-transition: all linear 360ms;
            transition: all linear 360ms;
}
.app_available a.secondary {
    width: 100%;
    border-radius: 5px;
    height: 90px;
    padding: 33px 30px 33px 90px;
    margin: 20px 20px 0 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
.app_available a.secondary:hover {
    background: rgba(0, 0, 0, .125);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
}
a.secondary:after {
    width: 22px;
    height: 15px;
    margin: 0 0 -3px 7px;
}
.app_available .secondary span {
    background: rgba(255, 255, 255, 1);
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 25%;
}
.app_available .apple_icon:after, .app_available .google_icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 17px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../img/icon_apple_dark.svg) no-repeat;
    background-size: contain;
    opacity: .25;

    -webkit-transition: all linear 160ms;
       -moz-transition: all linear 160ms;
            transition: all linear 160ms;
}
.app_available .google_icon:after {
    left: 16px;
    top: 15px;
    background: url(../img/icon_google_dark.svg) no-repeat;
    background-size: contain;
}
.app_available a.secondary:hover .apple_icon:after, .app_available a.secondary:hover .google_icon:after {
    opacity: 1;
}













/*   I C O N   T R I O   */

.section_icons_trio .container, .section_icons_4 .container {
    display: block;
    overflow: auto;
}
.icon_container, .section_icons_trio .call_action, .section_icons_4 .call_action {
    width: 100%;
    padding: 30px 0 0;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.icon_container {
    padding: 30px 0 30px;
}
.icon_container .icon {
    width: 40%;
    left: 30%;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .125) inset;
    border-radius: 50%;
}
.section_icons_trio .icon_container .icon, .section_icons_4 .icon_container .icon {
    width: 20%;
    left: 40%;
}
.icon_container .icon:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.icon_container .icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .25) inset;
}
.icon_container .icon img {
    position: absolute;
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
}
.icon_container h2, .icon_container p {
    text-align: center;
}
.section_icons_trio .intro h2.large, .section_icons_trio .intro p.large, .section_icons_4 .intro h2.large, .section_icons_4 .intro p.large {
    text-align: center;
}
.section_icons_trio .intro p.large, .section_icons_4 .intro p.large {
    margin: 0 auto 10px;
    opacity: .6;
}
.section_icons_trio .intro, .section_icons_4 .intro {
    margin: 0 0 60px;
}

@media (min-width: 700px) {

    .section_icons_trio .icon_container .icon, .section_icons_4 .icon_container .icon {
        width: 15%;
        left: 42.5%;
    }
    .icon_container .icon {
        margin: 0 0 30px;
    }
    .icon_container {
        padding: 30px 0 0;
    }
    #techcrunch_icons .icon_container h2 {
        min-height: 60px;
    }

}

@media (min-width: 900px) {

    .section_icons_trio .icon_container .icon, .section_icons_4 .icon_container .icon {
        width: 40%;
        left: 30%;
    }

}












/*   C O N T E N T   S E C T I O N   */

#body section.section_content {
    position: relative;
    padding: 40px 20px 60% 20px;
    box-sizing: border-box;
    overflow: hidden;
}
#body section.section_content.section_content_alt {
    padding: 40px 20px 60% 20px;
}
#body section.section_content.mobile_imagery_top, #body section.section_content.section_content_alt.mobile_imagery_top {
    padding: 60% 20px 40px 20px;
}
.section_content .portrait {
    position: absolute;
    right: 11%;
    bottom: 0;
    max-height: 110%;
    max-width: 85%;
    z-index: 100;
}
.section_content.section_content_alt .portrait {
    right: 12.5%;
    left: auto;
    margin: 0 auto;
    display: block;
}
.section_content .icon {
    position: relative;
    left: auto;
    top: auto;
    max-height: 30%;
    max-width: 15%;
    z-index: 100;
}
.section_content p {
    margin: 0 0 10px;
}
.section_content button.primary {
    margin: 0;
}
.section_content .call_action {
    margin: 30px 0 0;
    z-index: 110;
}
.section_content .imagery {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_content.section_content_alt .imagery {
    left: auto;
    right: 0;
}
.section_content.mobile_imagery_top .imagery {
    top: 0;
    bottom: auto;
    padding-top: 20px;
}
.section_content .circles {
    position: absolute;
    top: auto;
    bottom: -80%;
    left: -10%;
    width: 120%;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .075) inset;
    border-radius: 50%;
    z-index: 0;
}
.section_content.mobile_imagery_top .circles, .section_content.section_content_alt.mobile_imagery_top .circles {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 40%;
}
.section_content .circles:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.section_content .circles:after {
    content: '';
    position: absolute;
    display: block;
    top: 12.5%;
    left: 12.5%;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .125) inset;
}
.section_content .circles span {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    z-index: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .25) inset;
}
.section_content.mobile_imagery_top .circles span {
    display: none;
}

@media (min-width: 700px) {

    /*#body section.section_content.section_content_alt, #body section.section_content.section_content_alt.mobile_imagery_top {
        padding: 10% 50% 12% 20px;
    }*/
    #body section.section_content, #body section.section_content.mobile_imagery_top {
        padding: 10% 12.5% 12% 50%;
    }
    #body section.section_content.section_content_alt, #body section.section_content.section_content_alt.mobile_imagery_top {
        padding: 10% 50% 12% 12.5%;
    }
    .section_content .circles, .section_content.mobile_imagery_top .circles {
        bottom: auto;
        width: 100%;
        left: 5%;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, .075) inset;
        border-radius: 50%;
        z-index: 0;

    }
    .section_content .circles span, .section_content.mobile_imagery_top .circles span {
        display: block;
    }
    .section_content.section_content_alt .circles, .section_content.section_content_alt.mobile_imagery_top .circles {
        left: auto;
        right: 5%;    
        bottom: auto;
        width: 100%;
    }
    .section_content.section_content_alt .portrait {
        right: 11%;
        left: auto;
        max-width: 77%;
        max-height: 90%;
    }
    .section_content .portrait {
        position: absolute;
        right: auto;
        left: 11%;
        bottom: 0;
        max-height: 90%;
        max-width: 60%;
        z-index: 100;
    }
    .section_content .imagery, .section_content.mobile_imagery_top .imagery {
        width: 50%;
        height: 100%;
        top: 0;
        bottom: auto;
    }
    .section_content .icon {
        left: 5%;
        bottom: auto;
        max-height: 40%;
        max-width: 20%;
    }
    .section_content.section_content_alt .icon {
        left: auto;
        right: 5%;
    }

}




@media (min-width: 900px) {

    .icon_container {
        width: 33.333333%;
        padding: 0 20px;
    }
    .section_icons_4 .icon_container {
        width: 25%;
    }
    .icon_container p {
        padding-right: 0px;
    }
    .section_secondary_call_action, .section_secondary_call_action p {
        text-align: center;
    }
    .app_available a.secondary {
        width: auto;
    }
    .icon_container, .section_icons_trio .call_action, .section_icons_4 .call_action {
        padding: 30px 0;
    }

}


@media (min-width: 1200px) {

    .section_secondary_call_action .input_button {
        width: 50%;
    }
    .icon_container {
        width: 33.333333%;
        padding: 0 30px;
    }
    .section_icons_trio .call_action, .section_icons_4 .call_action {
        padding: 30px 20px;
        padding: 90px 30px 30px;
    }
    .section_secondary_call_action .input_button input, .section_landing .input_button input {
        width: 100%;
        display: block;
        padding: 0 165px 1px 20px;
        box-sizing: border-box;
    }
    .section_secondary_call_action .input_button input, .section_landing .input_button input {
        padding: 0 165px 1px 20px;
    }
    .footer_column, footer .footer_column:last-child {
        width: 20%;
        margin: 0;
    }

}

















.section_youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section_youtube .container:after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
}
#body .youtube_before {
    padding-bottom: 0;
}






















