/*
font-family: 'Roboto', sans-serif;
font-family: 'Rubik', sans-serif;

Roboto Regular - 400
Roboto Bold - 700

Rubik Medium - 500
Rubik Bold - 700

*/

:root {
  --light-blue: #2E9CCA;
}

html {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #818285;
}

body {
    margin: 0;
    padding: 98px 0 0 0;
    background-image: url('/assets/img/background-para-blue.jpg');
    background-position: center -300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}

*:disabled {
    opacity: 0.5;
}

h1 {
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 3.6875rem;
    line-height: 4.6875rem;
    color: #ffffff;
}

h2 {
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #4E4C5A;
}

h2.white {
    color: #ffffff;
}

h3 {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    color: #4E4C5A;
}

h4 {
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #259CCA;
}

img {
    border: 0;
}

.center {
    text-align: center !important;
}

p.white {
    color: #ffffff !important;
}

button:hover {
    cursor: pointer;
    background-color: #e8e7e5 !important;
}

button.blue:hover {
    background-color: #25284D !important;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

header.blue {
    background-color: #2e9cca;
}

#nav-wrapper {
    margin: 0 auto;
    padding: 20px 0 18px 0;;
    height: 60px;
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
/*    background: #2e9cca;*/
}

#nav-wrapper .logo {
    margin: 18px 0 0 0 ;
}

#nav-wrapper .logo img {
    width: 250px;
}

#nav-wrapper #mobile-nav-open {
    display: none;
    height: 32px;
    margin-top: 13px;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
}

#nav-wrapper #mobile-nav-open:hover {
    cursor: pointer;
    color: #1a1a36;
}

#nav-wrapper #mobile-nav-close {
    display: none;
    height: 32px;
    margin-top: 13px;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    padding-right: 20px;
    text-align: right;
}

#nav-wrapper #mobile-nav-close:hover {
    cursor: pointer;
    color: #1a1a36;
}

#nav-wrapper #nav-items {
    
}

#nav-wrapper #nav-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

#nav-wrapper #nav-items ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1rem;
    color: #ffffff;
}

#nav-wrapper #nav-items ul li a {
    display: block;
}

#nav-wrapper #nav-items ul li a:link,
#nav-wrapper #nav-items ul li a:active,
#nav-wrapper #nav-items ul li a:visited {
    margin: 20px 34px 0 0;
    padding: 0 0 20px 0;
    color: #ffffff;
    text-decoration: none;
}

#nav-wrapper #nav-items ul li a:hover {
    border-bottom: 2px solid #fff;
}

#nav-wrapper #nav-items ul li a.active {
    font-weight: 700;
    border-bottom: 2px solid #fff;
}

#nav-wrapper #nav-items ul li a.demo {
    max-width: 140px;
    margin: 0;
    padding: 20px 18px;
    background-color: #ffffff;
    border-radius: 8px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    color: #2e9cca;
    text-align: center;
    border-bottom: none;
}

#nav-wrapper #nav-items ul li a.demo:hover {
    background-color: #e8e7e5;
}

.hero {
    margin: 0 auto;
    max-width: 1140px;
}

.hero.right {
    margin: 0 0 0 auto;
}

#page-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

section {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('/assets/img/background-para-blue.jpg');
    background-position: center -300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}

section .content {
    margin: 0 auto;
    max-width: 1140px;
}

section .content a:link,
section .content a:active,
section .content a:visited {
    color: #2E9CCA;
    text-decoration: none;
}

section .content a:hover {
    text-decoration: underline;
}

section.white {
    max-width: 100%;
    background-image: none;
    background-color: #ffffff;
}

.form-wrapper {
    width: 100%;
}

.form-wrapper #mc_embed_signup form {
    width: 100% !important;
    padding: 0 !important;
}

.form-wrapper #mc_embed_signup .mc-field-group {
    width: 100% !important;
}

.form-wrapper label {
    display: block;
    width: 100%;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.875rem;
}

.form-wrapper label.checkbox {
    width: auto;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="password"],
.form-wrapper input[type="email"] {
    width: 100% !important;
    margin: 8px 0 18px 0;
    padding: 11px 0 11px 10px !important;
    outline: none;
    border-radius: 0 !important;
    border: 1px solid #cad1d9 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.form-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #cbcbcb;
}

.form-wrapper input[type="text"]:-ms-input-placeholder {
    color: #cbcbcb;
}

.form-wrapper input[type="text"]::placeholder {
    color: #cbcbcb;
}

.form-wrapper textarea {
    width: 100%;
    min-height: 76px;
    margin: 8px 0 0 0;
    padding: 11px 0 11px 10px;
    outline: none;
    border-radius: 0;
    border: 1px solid #cad1d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrapper select {
    outline: none;
    width: 100% !important;
    margin: 0;
    border-radius: 0;
    border: 1px solid #cad1d9;
    padding: 11px 0 11px 10px !important;
    color: #878991;
    font-size: 1rem;
    line-height: 1rem;
    background-color: transparent;
    -webkit-appearance: none;
}

.form-wrapper label.wrap {
    width: 100%;
    height: 40px;
    margin: 8px 0 17px 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.form-wrapper label.wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #878991;
    position: absolute;
    right: 5px;
    top: 14px;
    z-index: 1;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.form-wrapper .wrap.zbm {
    margin: 8px 0 0 0;
}

.form-wrapper button,
.form-wrapper > #mc_embed_signup > form > #mc_embed_signup_scroll > div > .button {
    width: 165px;
    height: 60px;
    padding: 0;
    margin: 12px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #ffffff;
    background-color: #2E9CCA;
    border: none;
    border-radius: 8px;
}

.form-wrapper > #mc_embed_signup > form > #mc_embed_signup_scroll > div > .button:hover {
    cursor: pointer;
    background-color: #25284D !important;
}

.form-wrapper input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px;
    margin: 0;
    background-color: #ffffff;
    border-radius:50%;
    border: 2px solid #afb0b7;
}

.form-wrapper input[type="radio"]:checked {
    padding: 5px;
    border: 5px solid #2e9cca;
    background-color: #ffffff;
}

.form-wrapper input[type="radio"]:hover {
   cursor: pointer;
}

.form-wrapper #mc_embed_signup div#mce-responses {
    width: 100% !important;
}

.form-wrapper #mc_embed_signup div.response {
    width: 100% !important;
}

.subscribe .form-wrapper .field input[type="text"],
.subscribe .form-wrapper .field input[type="password"],
.subscribe .form-wrapper .field input[type="email"] {
    margin-bottom: 0;
}

.subscribe .form-wrapper .field.error input {
    border: 1px solid #cc0000 !important;
}

.subscribe .form-wrapper small {
    font-size: 0.75rem;
    color: #cc0000;
    margin: -4px 0 6px 0;
    display: block;
}

.subscribe .note {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 25px;
}

.subscribe .note strong {
    color: #FA1423;
}

footer {
    padding: 90px 0 340px 0;
    background: #25284D;
}

footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
}

footer .content .left {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 400;
    color: #ffffff;
}

footer > .content a:link,
footer > .content a:active,
footer > .content a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer > .content a:hover {
    text-decoration: underline;
}

footer .content .left .logo {
    margin-bottom: 23px;
}

footer .content .right {
    color: #ffffff;
    max-width: 300px;
}

footer .content .right .headline {
    margin-bottom: 15px;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 700;
}

/* INDEX SPLASH */
#page-wrapper.index button {
    width: 165px;
    height: 60px;
    padding: 0;
    margin: 12px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #2E9CCA;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
}

#page-wrapper.index > section > .content {
    color: #ffffff;
    text-align: center;
}

#page-wrapper.index > section > .content a:link,
#page-wrapper.index > section > .content a:active,
#page-wrapper.index > section > .content a:visited {
    color: #ffffff;
    text-decoration: underline;
}

#page-wrapper.index > section > .content > div > h3 {
    color: #ffffff;
}

#page-wrapper.index .admin-login {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 50px;
    color: #ffffff;
}

#page-wrapper.index .admin-login:hover {
    cursor: pointer;
    text-decoration: underline;
}

#page-wrapper.index .form-wrapper {
    width: 320px;
    margin: 50px auto 0 auto;
    padding: 30px 0 0 0;
    border-top: 1px solid #ffffff;
    text-align: left;
}

#page-wrapper.index .form-wrapper button {
    display: block;
    margin: 0 auto;
}

/* HOME */

.home section.two,
.home section.four,
.home section.five {
    padding: 142px 0;
}

.home section.one {
    padding: 100px 0 0 0;
    background-image: url('../img/home-hero-back.png');
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: inherit;
    background-size: auto auto;
}

.home section.one .content {
/*    position: relative;*/
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home section.one .content .copy {
    max-width: 800px;
    margin-left: 100px;
}

.home section.one .content .copy .demo {
    display: block;
    max-width: 140px;
    margin: 0;
    padding: 20px 18px;
    background-color: #ffffff;
    border-radius: 8px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    color: #2e9cca;
    text-align: center;
    border-bottom: none;
    text-decoration: none;
}

.home section.one .content .copy .demo:hover {
    background-color: #e8e7e5;
}

/*
.home section.one .content > .laptop {
    position: relative;
    margin: 0 -150px -8px 0;
    padding: 0;
}
*/

.home section.one .content > video {
/*
    position: relative;
    bottom: 0;
    right: -170px;
*/
/*    position: absolute;*/
/*
    z-index: 1;
    top: 47%;
    left: 56.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
    width: 60%;
    margin-right: -8%;
    vertical-align: baseline;
}

/*
.home section.one .content > .laptop > img {
    width: 100%;
}
*/

.home section.one .content .copy h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.home section.one .content .copy h3 {
    max-width: 800px;
    color: #ffffff;
    font-weight: 500;
}

.home section.two .content {
    text-align: center;
}

.home section.pricing {
    background-image: url('/assets/img/background-para-gray.jpg');
    background-position: center -1030px;
}

.home section.two h2 {
    max-width: 720px;
    margin: 0 auto;
}

.home section.pricing {
    padding-top: 100px;
}

.feature-set {
    list-style: none;
    font-size: 0;
    margin: 70px 0 0 0;
    padding: 0;
}

.feature-set li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 40px);
    margin: 0 60px 0 0;
    text-align: center;
}

.feature-set li:last-child {
    margin: 0;
}

.feature-set li img {
    width: 77px;
}

.feature-set li p {
    font-size: 1rem;
    line-height: 1.5625rem;
}

.product-showcase {
/*    font-size: 0;*/
    margin: 0 0 150px 0;
/*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}

.product-showcase:last-child {
    margin: 0;
}

.product-showcase .shot {
    font-size: 0;
    line-height: 0;
    width: 100%;
    max-width: 1050px;
/*    margin: 0 auto;*/
/*
    -webkit-box-shadow: 20px 34px 79px 0px rgba(55, 58, 68, 0.24);
    box-shadow: 20px 34px 79px 0px rgba(55, 58, 68, 0.24);
*/
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-showcase.three .shot {
    width: 85%;
}

.product-showcase .shot img {
    width: 100%;
    position: absolute;
    max-width: 1050px;
    opacity: 0;
    margin-top: -35px;
}

.product-showcase .shot img.scenario-planning {
    max-width: 900px;
    top: 0;
    left: 0;
}

.product-showcase .shot img.hiring-goal-summary {
    max-width: 580px;
    top: 42%;
    bottom: auto;
    left: auto;
    right: 10%;
}

.product-showcase .shot img.engineering {
    max-width: 650px;
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-showcase .shot img.capacity {
    max-width: 780px;
    top: 30.5%;
    bottom: auto;
    left: 0;
    right: auto;
}

.product-showcase .shot img.difference {
    max-width: 530px;
    top: 53.5%;
    bottom: auto;
    left: auto;
    right: 0;
}

/*
.product-showcase .shot video {
    width: 100%;
}
*/

.product-showcase .copy {
/*    position: relative;*/
/*
    display: inline-block;
    vertical-align: top;
*/
    width: 100%;
/*    max-width: 570px;*/
    margin: 0 0 40px 0;
}

.product-showcase .copy .wrapper {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    text-align: center;
/*
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}

.product-showcase.two .wrapper {
    max-width: 570px;
}

.product-showcase.three .wrapper {
    max-width: 490px;
}

.product-showcase .copy h2 {
    margin: 0 auto 22px auto;
}

.product-showcase .copy p {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5625rem;
}

.home section.five {
    background-image: url('/assets/img/background-para-gray.jpg');
    background-position: center -1030px;
}

.home section.five .content {
    max-width: 670px;
    margin: 0 auto;
}

.home section.five .team {
    font-size: 0;
    margin: 0 auto 43px auto;
}

.home section.five .team-member {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 14px);
    max-width: 200px;
    margin: 0 20px 0 0;
/*    height: 246px;*/
    border-radius: 123px;
    background: #ffffff;
    -webkit-box-shadow: 20px 34px 79px 0px rgba(55, 58, 68, 0.24);
    box-shadow: 20px 34px 79px 0px rgba(55, 58, 68, 0.24);
}

.home section.five .team-member img {
    width: 100%;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    vertical-align: top;
}

.home section.five .team-member:last-child {
    margin: 0;
}

.home section.five h2 {
    margin-bottom: 30px;
}

.home section.five button {
    width: 200px;
    height: 60px;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    background-color: #2E9CCA;
    border: none;
    border-radius: 8px;
    color: #ffffff;
}

.home section.six {
    padding: 142px 0 128px 0;
}

.home section.six .content {
/*    max-width: 540px;*/
    margin: 0 auto;
}

.home section.six .content > h2 {
    margin-top: 0;
}

.home section.six ul {
    list-style: none;
    font-size: 0;
    margin: 54px 0 0 0;
    padding: 0;
}

.home section.six ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 46px 0 0;
    width: calc(33.333% - 46px);
}

.home section.six ul li:last-child {
    margin: 0;
}

.home section.six ul li p {
    font-size: 1rem;
    line-height: 1.5625rem;
}

/* OUR STORY */
.our-story .hero {
    text-align: center;
    padding: 76px 0 41px 0;
}

.our-story section.white .content {
    max-width: 750px;
    padding: 67px 0;
}

.our-story section.white .quote {
    margin: 44px 0;
    text-align: center;
    padding: 8px 0;
    border-top: 2px solid #E8E7E5;
    border-bottom: 2px solid #E8E7E5;
}

.our-story section.white .text-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 44px 0 84px 0;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
}

.our-story section.white .text-cta .copy {
    max-width: 400px;
}

.our-story section.white .text-cta button {
    width: 192px;
    height: 60px;
    padding: 0;
    margin: 33px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #ffffff;
    background-color: #2E9CCA;
    border: none;
    border-radius: 8px;
}

section.get-started {
    padding: 142px 0;
    background-position: center -300px;
}

section.get-started p {
    max-width: 610px;
    margin: 0 auto;
}

section.get-started .on-screen {
    width: 100%;
    max-width: 950px;
    margin: 55px auto 0 auto;
    font-size: 0;
    line-height: 0;
}

section.get-started .laptop {
    width: 100%;
}

section.get-started button {
    width: 200px;
    height: 60px;
    padding: 0;
    margin: 33px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    color: #2E9CCA;
}

/* CONTACT */

.contact section {
    padding: 67px 0 150px 0;
}

.contact section.one .content {
    max-width: 554px;
}

.contact section.one .content .form-wrapper {
    margin: 35px 0 0 0;
}

.contact section.one .content button {
    width: 165px;
    height: 60px;
    padding: 0;
    margin: 12px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #ffffff;
    background-color: #2E9CCA;
    border: none;
    border-radius: 8px;
}

/* DEMO */

.demo > header {
    background-color: var(--light-blue) !important;
}

.demo > #page-wrapper > section {
    padding: 100px 0 150px 0;
}

.demo > #page-wrapper > section > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.demo section .content .col1 {
    width: 48%;
}

.demo section .content .col1 > h2 {
    margin-top: -8px;
    margin-bottom: 56px;
}

.demo section .content .col1 ol {
    padding-left: 16px;
    margin: 26px 0 0 0;
}

.demo section .content .col1 ol li {
    margin-bottom: 25px;
}

.demo section .content .col1 .product-z-wrapper {
    position: relative;
    width: 100%;
    min-height: 53vh;
    margin-top: 54px;
}

.demo section .content .col1 .product-z-wrapper .small-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 263px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
}

.demo section .content .col1 .product-z-wrapper .small-top img {
    width: 100%;
}

.demo section .content .col1 .product-z-wrapper .large-bottom {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 430px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
}

.demo section .content .col1 .product-z-wrapper .large-bottom img {
    width: 100%;
}

.demo section .content .col2 {
    width: 48%;
    padding: 0;
}

.demo section .content .col2 .form-wrapper {
    width: 84%;
    margin: 0 auto;
    border: 1px solid #cad1d9;
    padding: 80px 46px 40px 46px;
}

.demo section .content .col2 .form-wrapper button {
    width: 165px;
    height: 60px;
    padding: 0;
    margin: 12px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #ffffff;
    background-color: #2E9CCA;
    border: none;
    border-radius: 8px;
}

/* PRICING */

body.pricing {
    background-image: url('/assets/img/background-para-gray.jpg');
    background-position: center -1030px;
}

.pricing > header {
    background-color: #2e9cca !important;
}

.pricing section {
    background-image: none;
    margin: 92px 0 0 0;
}

.pricing section.one .content {
    
}

section.pricing .content {
    max-width: 555px;
    padding-bottom: 100px;
}

section.pricing .content .pricing-options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

section.pricing .content .pricing-options li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 20px);
    margin: 0 30px 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #ffffff;
    padding: 12px 0;
    background: #afb0b7;
    border-radius: 22px;
}

section.pricing .content .pricing-options li:hover {
    cursor: pointer;
}

section.pricing .content .pricing-options li.active {
    background: #2e9cca;
}

section.pricing .content .pricing-options li:last-child {
    margin: 0;
}

section.pricing .content .pricing-select {
    font-size: 0;
    margin: 30px 0 0 0;
}

section.pricing .content .pricing-select .dollar {
    vertical-align: super;
    font-size: 1.875rem;
}

section.pricing .content .pricing-select .package {
    position: relative;
    background: #4e4c5a;
    padding: 25px 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    height: 27px;
}

section.pricing .content .pricing-select .package .type {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

section.pricing .content .pricing-select .cost {
    position: relative;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 3.75rem;
    color: #4e4c5a;
    background: #ffffff;
    padding: 32px 0 0 0;
    height: 71px;
}

section.pricing .content .pricing-select .cost .amount {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 350px;
    height: 71px;
    text-align: center;
}

section.pricing .content .pricing-select .subscription-term {
    padding: 0 161px 9px 162px;
    margin: 0;
    width: 232px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.pricing .content .pricing-select .subscription-term .term-label {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

section.pricing .content .pricing-select .subscription-term .term-label.current {
    font-weight: 700;
    color: #000000;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 88px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-cover {
    height: 41px;
    margin: 0;
    background-color: #fff;
/*
    -webkit-box-shadow: 0 10px 20px -8px #c5d6d6;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
*/
}

/* .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
} */

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
/*
    width: 74px;
    height: 36px;
*/
    width: 50px;
    height: 25px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r, .button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

#term-toggle .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
/*    background-color: #ebf7fc;*/
    background-color: #2e9cca;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1;
}
/* Button 3 */
#term-toggle .knobs:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 11px;
    height: 1px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#term-toggle .checkbox:active + .knobs:before {
    width: 18px;
    border-radius: 100px;
}

#term-toggle .checkbox:checked:active + .knobs:before {
    margin-left: -26px;
}

#term-toggle .checkbox:checked + .knobs:before {
    content: '';
    left: 28px;
    background-color: #ffffff;
}

#term-toggle .checkbox:checked ~ .layer {
/*    background-color: #fcebeb;*/
    background-color: #2e9cca;
}

#term-toggle .checkbox:checked ~ .layer {
    background-color: #818285;
}

section.pricing .content .pricing-select > .white {
    background: #ffffff;
    padding: 0 0 40px 0;
}

section.pricing .content .pricing-select button[name="get-started"] {
    width: 165px;
    height: 60px;
    padding: 0;
    margin: 12px 0 0 0;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #ffffff;
    background-color: #2E9CCA;
    border: none;
    border-radius: 8px;
}

.pricing section.two .content {
    max-width: 750px;
    padding: 67px 0 150px 0;
}

.pricing section.two .content ul {
    list-style: none;
    font-size: 0;
}

.pricing section.two > .content > ul#faq > li {
    height: 100%;
    max-height: 59px;
    padding: 14px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 2px solid #afb0b7;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.pricing section.two > .content > ul#faq > li:hover {
    cursor: pointer;
}

.pricing section.two > .content > ul#faq > li:last-child {
    border-bottom: 2px solid #afb0b7;
}

.pricing section.two > .content > ul#faq > li > ul {
    list-style: circle;
    margin: 0;
    padding: 0 0 40px 40px;
}

.pricing section.two > .content > ul#faq > li > ul > li {
    font-size: 1rem;
    line-height: 1.5625rem;
}

.pricing section.two > .content > ul#faq > li .faq-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing section.two > .content > ul#faq > li .faq-title .toggle {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-right: 20px;
}

.pricing section.two > .content > ul#faq > li .faq-title .toggle i {
    margin: 0;
}

.pricing section.two > .content > ul#faq > li .faq-title h3 {
    margin-top: 0;
}

.pricing section.two > .content > ul#faq > li p {
    font-size: 1rem;
}

.pricing section.two > .content > ul#faq > li .faq-title .toggle i.fa-chevron-up {
    display: none;
}

.pricing section.two > .content > ul#faq > li.active {
    max-height: 300px;
}

.pricing section.two > .content > ul#faq > li.active .faq-title .toggle i.fa-chevron-down {
    display: none;
}

.pricing section.two > .content > ul#faq > li.active .faq-title .toggle i.fa-chevron-up {
    display: block;
}

.pricing section.two > .content > ul#faq > li.active .faq-title .toggle i {
    color: #2e9cca;
}

.pricing section.two > .content > ul#faq > li.post-active {
    border-top: 2px solid #2e9cca;
}
.pricing section.two > .content > ul#faq > li.last {
    border-bottom: 2px solid #2e9cca;
}

/* PAYMENT */


/* PRIVACY POLICY/TERMS OF USE */
.privacy-policy section.white,
.terms-of-use section.white {
    padding: 66px 0 76px 0;
}

.privacy-policy ul,
.terms-of-use ul {
    margin: 0;
    padding: 0 0 0 17px;
}

.privacy-policy ul li,
.terms-of-use ul li{
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

/* TOS */
.terms-of-use section.white {
    padding: 66px 0 76px 0;
}

.terms-of-use ol {
    margin: 0;
    padding: 0 0 0 17px;
}

.terms-of-use ol li {
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.field.province {
    display: none;
}

/* SUBSCRIBE SUCCESS / FAILURE */
.success.subscribe section .content,
.failure.subscribe section .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.success.subscribe section .checkout,
.failure.subscribe section .checkout {
    width: 90%;
    max-width: 650px;
    margin-left: 30px;
}

.success.subscribe .checkout .step .header,
.failure.subscribe .checkout .step .header {
    margin-bottom: 0;
}

.success.subscribe .checkout .step.current .header .step-number:after,
.failure.subscribe .checkout .step.current .header .step-number:after {
    border-left: 0;
    border-right: 0;
}

.success.subscribe section .checkout .success-failure-msg,
.failure.subscribe section .checkout .success-failure-msg {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 700;
    width: 80%;
    margin: 54px auto 12px auto;
}

/* GBDT CTA */
.gbdt-cta-wrapper {
    padding: 47px 0 150px 0;
}
.gbdt-cta {
    max-width: 750px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.09);
    text-shadow: 0px 0px 95px rgba(0, 0, 0, 0.09);
    padding: 41px;
}

.gbdt-cta > .copy {
    max-width: 410px;
}

.gbdt-cta > .copy > h5 {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    color: #00001c;
    margin: 0 auto 24px auto;
}

.gbdt-cta > .copy > a:link,
.gbdt-cta > .copy > a:active,
.gbdt-cta > .copy > a:visited {
    display: block;
    margin-top: 34px;
    width: 108px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 8px;
    background: #2f9dca;
    text-decoration: none;
}

.gbdt-cta > img {
    max-width: 200px;
}

/* RESPONSIVE */

@media screen and (max-width: 1300px) {
    .home section.one .content .copy h1 {
        font-size: 2.812rem;
        line-height: 3.75rem;
    }
}

@media screen and (max-width: 1220px) {
    footer .content {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    #nav-wrapper {
        width: 95%
    }
    
    .demo > #page-wrapper > section > .content {
        width: 70%;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .demo section .content .col1 {
        margin: 0 auto;
        width: 100%;
    }
    
    .demo section .content .col2 {
        margin: 0 auto;
        width: 100%;
    }
    
    .demo section .content .col1 .product-z-wrapper {
        display: none;
    }
    
    .subscribe section .content {
        max-width: none;
        width: 90%;
    }
    
    .feature-set li,
    .feature-set li:last-child {
        display: block;
        width: 40%;
        margin: 0 auto 50px auto;
    }
    
    .home section.two,
    .home section.four,
    .home section.five {
        padding: 70px 0;
    }
    
    .home section.six .content {
        max-width: auto;
        width: 90%;
    }
    
    .home section.six ul li,
    .home section.six ul li:last-child {
        display: block;
        padding: 0;
        margin: 0 auto 50px auto;
        width: 70%;
    }
}

@media screen and (max-width: 1150px) {
    h1 {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        font-size: 2.8125rem;
        line-height: 3.75rem;
    }
}

@media screen and (max-width: 1120px) {
    .home section.one .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .home section.one .content .copy {
        width: 80%;
        max-width: none;
        margin: 0 auto 50px auto;
/*        text-align: center;*/
    }
    
    .home section.one .content .copy h1 {
        text-align: center;
    }
    
    .home section.one .content .copy h3 {
        max-width: none;
        text-align: center;
    }
    
    .home section.one .content .copy .demo {
        margin: 0 auto;
    }
    
    .home section.one .content > video {
        width: 100%;
/*        margin: 0 auto;*/
        margin: 0 -14% 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .subscribe section form {
        width: calc(100% - 330px);
    }
    
    .product-showcase .shot img.engineering {
        max-width: 450px;
    }
    
    .product-showcase .shot img.capacity {
        max-width: 580px;
    }
    
    .product-showcase .shot img.difference {
        max-width: 430px;
    }
}

@media screen and (max-width: 1020px) {
    section.get-started {
        background-position: center center;
        background-size: auto 100%;
        padding: 50px 0;
    }
    
    .pricing section.two .content {
        max-width: none;
        width: 90%;
        margin: 0 auto 0 0;
    }
}

@media screen and (max-width: 950px) {
    .subscribe section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .subscribe .summary {
        margin: 0 auto;
        width: 65%;
        max-width: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .subscribe section form {
        width: 65%;
        margin: 40px auto 0 auto;
    }
    
    .subscribe section form .form-wrapper {
        width: calc(100% - 86px);
    }
}

@media screen and (max-width: 900px) {
    #nav-wrapper #mobile-nav-open {
        display: block;
    }
    
    #nav-wrapper #mobile-nav-close {
        display: block;
    }
    
    .demo > #page-wrapper > section {
        padding: 50px 0 200px 0;
    }
    
    .demo section .content .col1 {
        width: 82%;
    }
    
    .demo section .content .col2 {
        width: 100%;
    }
    
    .demo section .content .col2 .form-wrapper {
        border: 0;
        padding: 20px;
    }
    
    .demo section .content .col2 .form-wrapper button {
        width: 100%;
    }
    
    #nav-wrapper #nav-items {
        position: fixed;
        width: 230px;
        right: -230px;
        height: 100vh;
        top: 0;
        background: #2A8ABF;
    }
    
    #nav-wrapper #nav-items ul {
        margin: 0 0 0 30px;
    }
    
    #nav-wrapper #nav-items ul li {
        display: block;
        margin: 0 0 15px 0;
    }
    
    #nav-wrapper #nav-items ul li a {
        border-bottom: none !important;
    }
    
    #nav-wrapper #nav-items ul li a:link,
    #nav-wrapper #nav-items ul li a:active,
    #nav-wrapper #nav-items ul li a:visited {
        padding: 0 0 10px 0;
    }
    
    #nav-wrapper #nav-items ul li a.demo {
        padding: 20px 18px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 2.125rem;
        line-height: 2.75rem;
    }
    
    .home section.two h2 {
        max-width: auto;
        width: 70%;
    }
    
    .demo > #page-wrapper > section > .content {
        width: 90%;
    }
    
    .demo section .content .col1 {
        width: 100%;
    }
    
    .demo section .content .col2 .form-wrapper {
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0;
    }
    
    .our-story section.white .content {
        max-width: auto;
        width: 90%;
        padding: 10px 0;
    }
    
    .our-story section.white .text-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .feature-set li,
    .feature-set li:last-child {
        width: 70%;
    }
    
    .product-showcase .shot img.hiring-goal-summary {
        top: 22%;
    }
}

@media screen and (max-width: 750px) {
    body {
        background-position: center 0;
    }
    
    body.pricing {
        background-position: center center;
    }
    
    .pricing section.two > .content > ul#faq > li .faq-title h3 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .pricing section.two .content {
        padding: 33px 0 75px 0;
    }
    
    .home section.five .team-member,
    .home section.five .team-member:last-child {
        display: block;
        width: 40%;
        margin: 0 auto 40px auto;
    }
    
    footer {
        padding: 90px 0 200px 0;
    }
    
    footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    footer .content .left {
        line-height: 1.5rem;
    }
    
    footer .content .right {
        margin-top: 42px;
    }
}

@media screen and (max-width: 650px) {
    .home section.five h2 {
        width: 80%;
        margin: 0 auto 30px auto;
    }
    
    .contact section.one .content {
        max-width: none;
        width: 90%;
    }
    
    .contact section.one .content button {
        width: 100%;
    }
    
    section.pricing .content {
        max-width: auto;
        width: 90%;
    }
    
    section.pricing .content {
        padding-bottom: 40px;
    }
    
    .subscribe .summary {
        width: 90%;
    }
    
    .subscribe section form {
        width: 90%;
    }
    
    .product-showcase.three .wrapper {
        max-width: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .product-showcase .shot img.hiring-goal-summary {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 500px) {
    h1 {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    
    .home section.one .content .copy h1 {
        width: 100%;
    }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
      .product-showcase .copy .wrapper {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
      }
}

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
      footer .content .left {
          max-width: 302px;
      }
      
      .gbdt-cta {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      }
      
      .gbdt-cta > img {
          margin-bottom: 30px;
      }
      
      body.pricing {
        background-position: center top;  
      }
      
      .pricing section {
          margin: 40px 0 0 0;
      }
      
      section.pricing .content .pricing-options li {
          font-size: 0.625rem;
          line-height: 0.625rem;
      }
      
      section.pricing .content .pricing-select .subscription-term {
          padding: 0 40px 9px 40px;
          width: calc(100% - 80px);
      }
}