/*----------------------- FONTS -----------------------*/


/*For SEO performance, use font-display: swap ,
reference: https://developers.google.com/web/updates/2016/02/font-display
speed test: https://developers.google.com/speed/pagespeed/insights/
*/

@font-face {
    font-family: 'maison_neuebold';
    font-display: swap;
    src: url('../fonts/maison-neue/maisonneue-bold-webfont.woff2') format('woff2'), url('../fonts/maison-neue/maisonneue-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maison_neuemedium';
    font-display: swap;
    src: url('../fonts/maison-neue/maisonneue-medium-webfont.woff2') format('woff2'), url('../fonts/maison-neue/maisonneue-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maison_neuedemi';
    font-display: swap;
    src: url('../fonts/maison-neue/maisonneue-demi-webfont.woff2') format('woff2'), url('../fonts/maison-neue/maisonneue-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maison_neuebook';
    font-display: swap;
    src: url('../fonts/maison-neue/maisonneue-book-webfont.woff2') format('woff2'), url('../fonts/maison-neue/maisonneue-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_sectra_displaybold';
    font-display: swap;
    src: url('../fonts/gt-sectra/gt-sectra-display-bold-webfont.woff2') format('woff2'), url('../fonts/gt-sectra/gt-sectra-display-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_sectra_displaymedium';
    font-display: swap;
    src: url('../fonts/gt-sectra/gt-sectra-display-medium-webfont.woff2') format('woff2'), url('../fonts/gt-sectra/gt-sectra-display-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*----------------------- DEFAULT STUFF -----------------------*/

img {
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#top-of-page {
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
}

nav {
    z-index: 99;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.minimize-nav-white {
    background: white;
    height: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .04);
}

#nav-link-box {
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
    height: 65px;
    display: flex;
    align-items: center;
}

#primary-links {
    width: 90%;
    min-width: 600px;
    display: flex;
    align-items: center;
    float: left;
}

#signuplogin-links {
    width: 10%;
    min-width: 240px;
    display: flex;
    align-items: center;
    float: right;
}

#features,
#pricing,
#about,
#blog,
#login,
#customers {
    font-family: 'maison_neuemedium';
    font-size: 16px;
    color: white;
    line-height: 16px;
    margin-right: 65px;
    display: inline-block;
}

.scrollfont {
    color: black !important;
    font-size: 14px !important;
}

.dark-font {
    color: black !important;
    line-height: 130%;
}

#home {
    margin-right: 65px;
    display: inline-block;
    float: left;
}

.white-main-logo {
    display: block;
}

#features {
    float: left;
}

#pricing {
    float: left;
}

#about {
    float: left;
}

#blog {
    margin-right: 0px;
    float: left;
}

#login {
    float: right;
}

#home img {
    vertical-align: middle;
}

#nav-signup.button {
    display: inline-block;
    color: white;
    float: right;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    width: 134px;
}

#nav-signup.minimize-button.button {
    height: 33px;
    font-size: 14px;
    line-height: 33px;
}

#nav-signup-mobile.button {
    background-color: #2a228e;
    display: inline-block;
    color: white;
    float: right;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    width: 134px;
}

#nav-signup-mobile.minimize-button.button {
    height: 33px;
    font-size: 14px;
    line-height: 33px;
}

#eva-button {
    margin: 0 auto;
    color: #FFFFFF;
    width: 134px;
    margin-top: 50px;
}

#mobile-btn-close {
    cursor: pointer;
}

hr {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}

#mobile-menu {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-menu-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#mobile-menu-link {
    margin-left: 25px;
}

#mobile-menu-link svg {
    width: 30px;
}

.menu-link-black svg {
    width: 25px;
}

#mobile-menu .logo-mobile {
    display: none;
}

.mobile-menu-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    transition: 0.3s;
}

.mobile-menu-overlay .menu-top-container {
    position: relative;
    text-align: center;
    padding: 0 10%;
    top: 5%;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.menu-top-container .mobile-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-top-container .mobile-menu-top .mobile-menu-logo {
    max-width: 70px;
}

.mobile-menu-overlay .mobile-menu-links {
    padding: 0 60px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.mobile-menu-overlay .mobile-menu-links a {
    text-decoration: none;
    font-size: 24px;
    font-family: 'maison_neuebook';
    color: #000;
    display: block;
    transition: 0.3s;
}

.mobile-menu-overlay .mobile-menu-links .divider {
    margin: 15px auto;
    max-width: 200px;
}

.mobile-menu-overlay .mobile-menu-links a:hover,
.mobile-menu-overlay .mobile-menu-links a:focus {
    color: #000;
}

footer {
    height: 400px;
    background: white;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
}

#footer-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#copyright {
    font-size: 11px;
    color: black;
    opacity: .6;
    font-family: 'maison_neuebook';
    text-align: center;
    margin: 0 auto;
}

#jump-to-coverage {
    position: relative;
    top: -230px;
}

.jumptocases {
    position: relative;
    top: -150px;
}

#footer-grid {
    width: 80%;
    max-width: 1400px;
    min-height: 255px;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 40% 20% 20% 20%;
    grid-template-columns: 40% 20% 20% 20%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-col-one {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.footer-col-two {
    -ms-grid-column: 1;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.footer-col-three {
    -ms-grid-column: 1;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.footer-col-four {
    -ms-grid-column: 1;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.first-row-footer {
    height: 35px;
    width: 100%;
    margin-bottom: 50px;
    font-family: 'maison_neuedemi';
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
}

.footer-links {
    min-height: 24px;
    width: calc(100% - 8px);
    margin-bottom: 20px;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    font-family: 'maison_neuebook';
    display: block;
}

.footer-links a {
    display: block;
}

h1 {
    font-family: 'gt_sectra_displaybold';
    font-size: 45px;
    color: #444444;
    text-align: left;
}

h2 {
    font-family: 'gt_sectra_displaybold';
    font-size: 35px;
    color: #3C3C43;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*----------------------- APPLIES TO ALL -----------------------*/

.dark-font {
    color: #3C3C43;
}

.white-font {
    color: #FAFAFA;
}

.button {
    height: 43px;
    line-height: 43px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    font-size: 17px;
    font-family: 'maison_neuemedium';
    border-radius: 5px;
}


/*----------------------- LANDING PAGE -----------------------*/

#hero-section {
    width: 100%;
    height: 95vh;
    min-height: 790px;
    background: url(../images/jonathan-udoka-hero.png) #e7eaea;
    background-size: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 78.7% 80%;
    background-repeat: no-repeat;
}

#mobile-hero-img {
    display: none;
    margin-top: 80px;
}

.phone-version {
    display: none;
}

#mobile-hero-img img {
    margin-bottom: -22px;
    max-width: 1000px;
    width: 100%;
}

.hero-content-area {
    width: 80%;
    max-width: 1400px;
    min-width: 466px;
}

.hero-copy-box {
    width: 45%;
    max-width: 580px;
}

@media (max-width: 1700px) {
    .hero-copy-box {
        max-width: 560px;
    }
}

.hero-copy-box p {
    font-family: 'maison_neuemedium';
    font-size: 20px;
    color: #444444;
    line-height: 150%;
}

.hero .enterprise-signup {
    font-size: 16px !important;
    opacity: .6;
    padding-top: 50px;
}

.scroll {
    font-family: 'maison_neuemedium';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
    opacity: .6;
    margin-top: 40px;
    display: inline-block;
    margin-left: 10px;
}

.enterprise-signup {
    margin-top: 15%;
    font-size: 16px !important;
    opacity: .7;
}

#hero-cta-container.cta-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}

#hero-cta.button {
    margin: 0 12px 0 0;
    display: block;
    color: white;
    flex-grow: 1;
    max-width: 200px;
    margin-top: 20px;
}

#hero-cta-2.button {
    /* background-color: #d8e3ed; */
    background-color: transparent;
    margin: 0 12px 0 0;
    display: block;
    color: #2A228E;
    border: 1px solid;
    flex-grow: 1;
    max-width: 200px;
    margin-top: 20px;
}

.scroll-container img {
    margin-top: 40px;
    display: inline-block;
}

#cta-form {
    max-width: 800px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

#cta-form #email {
    margin-bottom: 0px;
    max-width: 450px;
}

#email {
    width: 74%;
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
    float: left;
    margin-right: 0px;
}

#submit {
    width: 25%;
    display: inline-block;
    float: left;
    margin-left: 0px;
    border-radius: 0px 5px 5px 0px;
    background: #2a228e;
    height: 41px;
    border: 0px;
    color: white;
    font-family: 'maison_neuemedium';
    font-size: 16px;
}

#supporting-section {
    padding-top: 80px;
    background-color: #F4F4F4;
    height: 450px;
    width: 100%;
    line-height: 140%;
    text-align: center;
}

.form-desktop {
    display: block;
    margin-top: 30px;
}

.form-mobile {
    display: none;
}

.icon-landing {
    height: 70px;
    margin-bottom: 20px;
    vertical-align: middle;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.title-of-icon {
    font-family: 'maison_neuedemi';
    margin-bottom: 10px;
    color: #274573;
}

.icon-description {
    font-family: 'maison_neuemedium';
    margin-top: 60px;
    font-size: 16px;
    width: 18%;
    max-width: 235px;
    min-width: 190px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #3C3C43;
}

.right-150 {
    margin-right: 9%;
}

.icon-description img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.section-title {
    font-size: 20px;
    font-family: 'maison_neuebold';
    text-align: center;
}

.section-title.dark-font {
    color: #444444 !important;
}

#logo-section {
    height: 255px;
    top: -100px;
    position: relative;
    text-align: center;
}

#logo-section .mobile-logos-container {
    display: none;
    justify-content: space-between;
    padding: 30px 30px 0 30px;
}

#logo-section .mobile-logos-container .logos {
    width: 45%;
}

#logo-section .mobile-logos-container img {
    display: block;
    margin: 20px auto;
}

.box-logo {
    width: 80%;
    background-color: #274573;
    margin: 0 auto;
    max-width: 1380px;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-img {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    max-width: 990px;
    width: 80%;
}

#authoritative-grid {
    display: -ms-grid;
    display: grid;
    max-width: 1205px;
    width: 80%;
    min-height: 630px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 5%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 50% 45%;
    grid-template-columns: 50% 45%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

#authoritative-description {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    background-color: #ECEFF2;
    padding: 70px;
}

.match-grid-title {
    font-family: 'maison_neuebold';
    font-size: 22px;
    width: 100%;
    color: #3C3C43;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    align-self: center;
    justify-self: center;
}

.match-title-mobile {
    font-family: 'maison_neuebold';
    font-size: 22px;
    width: 100%;
    color: #3C3C43;
    text-align: center;
    margin-bottom: 80px;
}

#match-grid {
    display: -ms-grid;
    display: grid;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    grid-auto-columns: auto;
    grid-row-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    padding-top: 40px;
}

#fact-match-landing {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    align-self: center;
    justify-self: center;
}

#motion-match-landing {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    align-self: center;
    justify-self: center;
}

#deep-match-landing {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
    align-self: center;
    justify-self: center;
}

.fact-match,
.motion-match,
.deep-match {
    display: inline-block;
    font-family: 'maison_neuebold';
    font-size: 22px;
}

.fact-match {
    color: #A5B4CA;
}

.motion-match {
    color: #7FA082;
}

.deep-match {
    color: #3C3C43;
}

#fact-match-landing .dot {
    background: #A5B4CA;
}

#motion-match-landing .dot {
    background: #7FA082;
}

#deep-match-landing .dot {
    background: #3C3C43;
}

.dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}

#match-grid p,
#match-grid-mobile p {
    font-family: 'maison_neuemedium';
    font-size: 18px;
    color: #77777B;
    line-height: 150%;
}

#match-grid-mobile {
    display: none;
    margin-top: 100px;
}

#match-grid-mobile p {
    margin-left: 40px;
}

#match-grid-mobile img {
    float: right;
}

#fact-match-landing-mobile,
#motion-match-landing-mobile,
#deep-match-landing-mobile {
    cursor: pointer;
}

#fact-match-landing-mobile .dot {
    background: #A5B4CA;
}

#motion-match-landing-mobile .dot {
    background: #7FA082;
}

#deep-match-landing-mobile .dot {
    background: #3C3C43;
}

.show-fact,
.show-motion,
.show-deep {
    display: none;
}

.main-section-three {
    font-family: 'maison_neuedemi';
    font-size: 30px;
    color: #577DB6;
    width: max-content;
    margin-bottom: 30px;
}

.line-below {
    height: 2px;
    background-color: #577DB6;
    width: 100%;
}

#authoritative-description p {
    display: block;
    font-family: 'maison_neuemedium';
    font-size: 22px;
    color: #77777B;
    line-height: 150%;
    clear: left;
}

#efficient-section {
    margin-top: 200px;
    text-align: center;
    height: auto;
    background-image: url(../images/answer-card-mulitple.svg);
    background-repeat: no-repeat;
    background-position: center 250px;
    background-size: contain;
}

#efficient-section .main-section-three {
    margin: 0 auto;
    margin-bottom: 30px;
}

#efficient-section p {
    display: block;
    font-family: 'maison_neuemedium';
    font-size: 22px;
    color: #77777B;
    line-height: 150%;
}

.testimonial-efficient {
    width: 430px;
    margin: 0 auto;
    margin-top: 23%;
    margin-bottom: 40px;
}

.testimonial-headshot {
    height: 78px;
    width: 78px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    background-color: #C4C4C4;
    vertical-align: middle;
}

.maralyn-headshot {
    background-image: url("../images/maralyn.jpg");
    background-size: cover;
    vertical-align: middle;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.jeff-headshot {
    background-image: url("../images/jeff.png");
    background-size: cover;
    vertical-align: middle;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-about {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'maison_neuemedium';
    text-align: left;
    vertical-align: middle;
    color: #3C3C43;
}

.efficient-buttons {
    margin-top: 50px;
}

.efficient-buttons .button {
    background-color: #2A228E;
    display: inline-block;
    color: white;
}

.right-50 {
    margin-right: 50px;
}

#comprehensive-section {
    display: -ms-grid;
    display: grid;
    max-width: 1135px;
    width: 80%;
    min-height: 720px;
    margin: 0 auto;
    margin-top: 150px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8.8%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 52% 38%;
    grid-template-columns: 52% 38%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

#features-side {
    background: #ECEFF2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-top: 95px;
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 90px;
}

#comprehensive-description {
    padding-top: 95px;
}

.feature-icon-box {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

.feature-section-title {
    display: inline-block;
    font-size: 30px;
    font-family: 'gt_sectra_displaybold';
    vertical-align: top;
    color: #2A228E;
}

.feature-section-title.justfeature {
    margin-left: 80px;
    margin-bottom: 50px;
    display: block;
    clear: both;
    width: max-content;
    font-size: 35px;
}

.feature-section-title.justfeature .line-below {
    background-color: #2a228e;
}

.feature-list-names {
    font-family: 'maison_neuemedium';
    margin-left: 85px;
    color: #7075A2;
    font-size: 20px;
    line-height: 200%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.integration-name-list {
    position: relative;
    top: -40px;
}

.align-middle {
    vertical-align: middle;
    position: relative;
    top: -40px;
}

#features-side .button {
    color: white;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin-top: 30px;
}

#comprehensive-description {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-top: 95px;
}

#comprehensive-description h2 {
    margin-top: 0px;
}

#comprehensive-description p {
    display: block;
    font-family: 'maison_neuemedium';
    font-size: 22px;
    color: #77777B;
    line-height: 150%;
}

#comprehensive-description .dot {
    width: 6px;
    height: 6px;
    background-color: #2A228E;
    border-radius: 50px;
    display: inline-block;
}

.case-study-name {
    display: inline-block;
    font-size: 16px;
    font-family: 'maison_neuemedium';
    color: #2A228E;
    line-height: 150%;
}

.case-study-secondary-title {
    display: block;
    margin-left: 30px;
    font-size: 16px;
    color: #77777B;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'maison_neuemedium';
}

.case-study-preview {
    margin-left: 30px;
    font-family: 'maison_neuebook';
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #77777B;
}

.case-study-preview>.read-more .button {
    max-width: 110px;
    color: #2A228E;
    border: 1px solid #2A228E;
    height: 33px;
    background-color: transparent;
}

.read-more {
    margin-top: 10px;
}

#grey-wrapper {
    background: #F4F4F4;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 250px;
    margin-bottom: 150px;
}

#scope-coverage {
    display: -ms-grid;
    display: grid;
    max-width: 1225px;
    width: 80%;
    height: auto;
    min-height: 510px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 7%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 39% 53%;
    grid-template-columns: 39% 53%;
    -ms-grid-bofrows: auto;
    grid-template-rows: auto;
}

#scope-description {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#scope-description p {
    display: block;
    font-family: 'maison_neuemedium';
    font-size: 22px;
    color: #77777B;
    line-height: 150%;
}

#scope-description .button {
    color: white;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 225px;
    margin-top: 30px;
    float: left;
}

.button.mobile-download {
    display: none;
}

#scope-grid {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.divider {
    width: 100%;
    height: 1px;
    background: #344461;
    margin-top: 23px;
    margin-bottom: 15px;
    opacity: 0.3;
}

.title-holder {
    display: -ms-grid;
    display: grid;
    max-width: 660px;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 89% 6%;
    grid-template-columns: 89% 6%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-top: 15px;
}

.title-grid-left,
.title-grid-right {
    font-family: 'maison_neuedemi';
    font-size: 20px;
    color: #2A228E;
}

.title-grid-left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-left: 20px;
}

.title-grid-right {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    opacity: .6;
}

#federal-holder,
#statedc-holder,
#administrative-holder,
#fed-specialty-holder,
#statutory-holder,
#regulatory-holder,
#unpublished-holder {
    cursor: pointer;
}

.show-federal,
.show-statedc,
.show-administrative,
.show-fedspeciality,
.show-statutory,
.show-regulatory,
.show-unpublished {
    display: none;
}

.inside-scope-grid {
    display: -ms-grid;
    display: grid;
    max-width: 620px;
    width: 80%;
    height: auto;
    min-height: 30px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 3%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 69% 27%;
    grid-template-columns: 69% 27%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.inside-scope-left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.inside-scope-right {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.inside-scope-left,
.inside-scope-right {
    font-size: 16px;
    font-family: 'maison_neuebook';
    margin-top: 10px;
    color: #737378;
}

.title-inside-scope {
    font-family: 'maison_neuedemi';
    color: #737378;
    margin-top: 40px;
}

.divider-inside {
    width: calc(100% - 40px);
    height: 1px;
    background: #344461;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 15px;
    opacity: 0.2;
}

.divider-title {
    margin-top: 10px;
}

#scope-grid p {
    font-family: 'maison_neuebook';
    font-size: 12px;
    color: #737378;
    line-height: 150%;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.longer-grid-change {
    -ms-grid-columns: 50% 46%;
    grid-template-columns: 50% 46%;
}

.one-col {
    display: -ms-grid;
    display: grid;
    max-width: 620px;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.rotate {
    transform: rotate(45deg);
    transition: .3s;
    width: 16px;
    height: 16px;
}

.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
    width: 16px;
    height: 16px;
}

.testimonial-section-title {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-family: 'maison_neuebold';
    color: #577DB6;
}

.testimonial-section-box {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #E8EDF1;
}

.testimonial-slider {
    height: 555px;
}

.quote-holder {
    font-size: 42px;
    color: #3C3C43;
    max-width: 760px;
    margin: 0 auto;
    max-height: 370px;
    clear: left;
}

.quote {
    vertical-align: middle;
    font-family: 'gt_sectra_displaymedium';
    display: block;
}

.quote-person-box {
    height: 85px;
    margin-top: 60px;
    float: left;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
}

.quote-person-box img {
    height: 100%;
    width: 85px !important;
    margin-right: 20px;
}

.quote-person-box .testimonial-about {
    font-size: 20px;
    font-family: 'maison_neuebold';
}

.slick-list.draggable {
    height: 100% !important;
}

.slick-track {
    height: 450px !important;
}

.slick-slide img {
    display: inline-block !important;
    vertical-align: middle;
}

.testimonial-slider.slick-initialized .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-dots li button:before {
    font-size: 45px !important;
}

.slick-next {
    right: 5% !important;
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
    background-image: url(../images/next-arrow.svg) !important;
    font-family: none;
}

.slick-prev {
    z-index: 1;
    left: 5% !important;
    width: 24px !important;
    height: 24px !important;
    background-size: cover !important;
    background-image: url(../images/prev-arrow.svg) !important;
    font-family: none;
}

.slick-prev:before,
.slick-next:before {
    color: transparent !important;
}

.slick-dots li.slick-active button:before {
    color: #6A7DA2 !important;
}

.slick-dots {
    bottom: 50px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.card-slider.slick-slider {
    height: auto !important;
}

.card-slider.slick-slider>.slick-list>.slick-track {
    height: auto !important;
}

.cta-footer {
    min-height: 280px;
    background: #7393B9;
    padding-top: 80px;
    text-align: center;
    color: white;
    font-family: 'maison_neuedemi';
    font-size: 30px;
}

.cta-back-to-top {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
    margin-top: 30px;
}

.cta-back-to-top img {
    display: inline-flex;
    margin-right: 10px;
}

.cta-back-to-top a {
    display: inherit;
}

.back-to-top {
    font-family: 'maison_neuemedium';
    font-size: 18px;
    margin-right: 50px;
}

.space-out {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

#footer-cta-container.cta-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px 0;
}

#footer-cta.button {
    margin: 1em 12px 0;
    display: block;
    color: white;
    width: 200px;
    flex-grow: 1;
}

#footer-cta-2.button {
    /* background-color: #d8e3ed; */
    background-color: transparent;
    margin: 1em 12px 0;
    display: block;
    color: white;
    box-shadow: 0 0 0 1px white inset;
    width: 200px;
    flex-grow: 1;
}

#careers-bottom-section .cta-back-to-top {
    color: white;
}

.supporting-message-cta {
    margin-top: 20px;
    color: white;
    font-family: 'maison_neuemedium';
    color: white;
    font-size: 22px;
    line-height: 150%;
}

.cta-small-print {
    margin-top: 20px;
    color: white;
    font-family: 'maison_neuemedium';
    color: white;
    font-size: 18px;
    line-height: 150%;
    opacity: .5;
}

#cta-form-mobile {
    display: none;
    margin-top: 30px;
}

#cta-form-mobile #mobile-submit {
    border-radius: 5px;
    background: #2a228e;
    height: 41px;
    border: 0px;
    color: white;
    font-family: 'maison_neuemedium';
    font-size: 16px;
    width: 90%;
    -webkit-appearance: none;
}

#cta-form #submit {
    max-width: 150px;
}


/*--FEATURES PAGE--*/

#section-one {
    background: #DCE3E9;
    height: 70vh;
    min-height: 590px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-summary-copy h1 {
    font-family: 'gt_sectra_displaybold';
    color: #3C3C43;
    font-size: 55px;
}

#section-summary-copy a {
    display: inline-block;
    margin: 38px auto 0px;
    outline: none;
}

#section-summary-copy p {
    width: 90%;
    max-width: 950px;
    font-size: 18px;
    color: #3C3C43;
    font-family: 'maison_neuemedium';
    line-height: 150%;
}

#section-summary-copy {
    width: 80%;
    max-width: 1400px;
    margin-top: 110px;
}

#search-currate-passage-section {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
    margin: 0 auto;
}

#answer-card-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ECEFF2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#card-section-grid {
    display: -ms-grid;
    display: grid;
    max-width: 1270px;
    width: 73%;
    height: auto;
    min-height: 250px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 10%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 50% 40%;
    grid-template-columns: 50% 40%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 5%;
}

#summary-side {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    font-family: 'maison_neuemedium';
    font-size: 18px;
    color: #484848;
    line-height: 150%;
    max-width: 700px;
}

#interactive-types-side {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    background: white;
    font-family: 'maison_neuemedium';
    font-size: 18px;
    color: #484848;
    line-height: 150%;
    max-width: 700px;
    margin: 0 auto;
}

.types-match {
    width: 73%;
    max-width: 1270px;
    margin: 0 auto;
    text-align: center;
}

.card-box {
    width: 100%;
    height: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slider {
    height: 450px;
    margin-bottom: 5%;
}

.fact-motion-title {
    font-family: 'maison_neuebold';
    font-size: 22px;
    text-align: left;
    color: #3C3C43;
    margin-bottom: 50px;
}

.types-match img {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.match-type-fact-motion {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: auto;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 5%;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
    margin-top: 30px;
}

.fact-side,
.motion-side,
.deep-side {
    font-family: 'maison_neuemedium';
    font-size: 18px;
    color: #484848;
    line-height: 150%;
}

.fact-side {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.fact-side .dot {
    background-color: #A5B4CA;
}

.motion-side .dot {
    background-color: #7FA082;
}

.deep-side .dot {
    background-color: #3C3C43;
}

.motion-side {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.card-deep,
.card-fact,
.card-motion {
    display: none;
}

.card-box img {
    margin: 0 auto;
    width: 100%;
}

.answer-type-holder {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.answer-type-deep,
.answer-type-motion,
.answer-type-fact {
    width: 30%;
    display: inline-block;
    margin-top: 50px;
    font-family: 'maison_neuedemi';
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.answer-type-fact {
    color: #A5B4CA;
}

.answer-type-motion {
    color: #7FA082;
}

.answer-type-deep {
    color: #3C3C43;
}

.answer-type-holder .dot {
    vertical-align: middle;
    height: 10px;
    width: 10px;
}

.answer-type-fact .dot {
    background-color: #A5B4CA;
}

.answer-type-motion .dot {
    background-color: #7FA082;
}

.answer-type-deep .dot {
    background-color: #3C3C43;
}

.selected-line-type {
    width: 100%;
    height: 3px;
    background-color: #D9DADD;
    margin-top: 10px;
}

.fact-line.selected-line-type {
    background-color: #A5B4CA;
}

.motion-line.selected-line-type {
    background-color: #7FA082;
}

.deep-line.selected-line-type {
    background-color: #3C3C43;
}

.type-answers p {
    line-height: 150%;
    font-family: 'maison_neuemedium';
    font-size: 18px;
    color: #3C3C43;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

.type-answer-fact,
.type-answer-motion,
.type-answer-deep {
    display: none;
}

.show-card {
    display: block;
}

#in-app-gif-holder {
    width: calc(80% - 80px);
    max-width: 1320px;
    padding: 40px;
    background: #F2F4F4;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#in-app-gif-holder img {
    border: 2px solid #DDE5EA;
    border-radius: 8px;
}

#integrated-search-section {
    min-height: 1000px;
    padding-top: 150px;
    padding-bottom: 50px;
}

#document-analyzer-section {
    min-height: 700px;
    background: #F2F3F6;
    padding-top: 145px;
    background-image: url(../images/document-analyzer-example.svg);
    background-position: 140% -47%;
    background-repeat: no-repeat;
    background-size: 1290px 122%;
}

.content-area {
    margin: 0 auto;
    width: 80%;
    max-width: 1400px;
    overflow: hidden;
}

.document-copy {
    width: 40%;
    max-width: 365px;
    float: left;
}

.document-copy .feature-title-with-icon {
    width: 100%;
}

.analyzer-description {
    margin-top: 30px;
}

.analyzer-description p {
    font-size: 18px;
    color: #3C3C43;
    font-family: 'maison_neuemedium';
    line-height: 150%;
    max-width: 360px;
}

.analyzer-point {
    display: block;
}

.analyzer-point .dot {
    width: 6px;
    height: 6px;
    background-color: #484848;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
    margin-right: 6%;
}

.analyzer-point p {
    font-size: 18px;
    color: #3C3C43;
    font-family: 'maison_neuemedium';
    line-height: 150%;
    max-width: 360px;
    display: inline-block;
    width: 90%;
}

.document-analyzer-title {
    font-family: 'gt_sectra_displaybold';
    font-size: 30px;
    color: #3B3B3B;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#document-analyzer-section .mobile-analyzer-image {
    display: none;
    margin-bottom: -10px;
    max-width: 1000px;
    width: 100%;
    margin-top: 30px;
}

.feature-title-with-icon {
    display: flex;
    font-size: 30px;
    font-family: 'maison_neuebold';
    color: #577DB6;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    width: 80%;
}

.feature-title-with-icon img {
    margin-right: 10px;
}

.feature-title-description {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 24px;
    color: #484848;
    width: 80%;
    max-width: 1400px;
    font-family: 'gt_sectra_displaybold';
    line-height: 140%;
    margin-bottom: 40px;
}

.feature-title-description .searchdes {
    max-width: 730px !important;
}

#integrated-search-section .feature-title-with-icon {
    text-align: center;
    justify-content: center;
}

#integrated-search-section .feature-title-description {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 750px;
}

#three-features-grid {
    display: -ms-grid;
    display: grid;
    max-width: 1400px;
    width: 80%;
    height: 100%;
    min-height: 650px;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: auto;
    grid-column-gap: 3.5%;
    -ms-grid-columns: 31% 31% 31%;
    grid-template-columns: 31% 31% 31%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0 auto;
    margin-top: 80px;
}

#feature-one,
#feature-two,
#feature-three {
    width: 100%;
}

#feature-one img {
    width: 100% !important;
}

#feature-two img {
    width: 100% !important;
}

#feature-three img {
    width: 100% !important;
}

#feature-one {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#feature-two {
    -ms-grid-column: 1;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#feature-three {
    -ms-grid-column: 1;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.integrated-titles {
    font-family: 'gt_sectra_displaybold';
    font-size: 30px;
    color: #3B3B3B;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 95%;
}

#three-features-grid p {
    margin: 0 auto;
    font-size: 18px;
    color: #3C3C43;
    font-family: 'maison_neuemedium';
    line-height: 150%;
    width: 95%;
}

#mobile-features {
    display: none;
    width: 60%;
    margin: 0 auto;
    margin-top: 80px;
}

#mobile-features .feature-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mobile-features .feature-title {
    font-family: 'gt_sectra_displaybold';
    font-size: 20px;
    color: #484848;
}

#mobile-features .feature-description {
    font-family: 'maison_neuemedium';
    line-height: 150%;
    font-size: 16px;
    color: #484848;
    text-align: center;
}

#mobile-features .feature-description p {
    text-align: left;
}

.show-feature {
    display: none;
}


/*------PRICING PAGE----*/

#price-top-section {
    padding-top: 200px;
    width: 100%;
    height: auto;
    min-height: 870px;
    background: #DCE3E9;
}

#price-top-section #section-summary-copy {
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 60px;
}

#price-top-section #section-summary-copy h1 {
    text-align: center;
    width: 100%;
    font-size: 45px;
}

#price-top-section h2 {
    text-align: center;
    width: 100%;
    font-family: 'maison_neuemedium';
    font-size: 22px;
    font-weight: normal;
}

#price-middle-section {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#price-bottom-section {
    width: 100%;
    height: auto;
    background: #F3F6FA;
    padding-top: 100px;
    padding-bottom: 100px;
}

#price-box {
    height: auto;
    min-height: 410px;
    width: 80%;
    max-width: 1130px;
    background: white;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'maison_neuemedium';
    color: #757575;
    overflow: hidden;
}

#price-box .row {
    display: flex;
    text-align: center;
    font-size: 18px;
}

#price-box .row:nth-child(1) > div:nth-child(2) {
    border-right: 1px solid #DDE5EA;
    border-left: 1px solid #DDE5EA;
}

#price-box .row.features {
    padding: 60px 14px;
    background: #F5F7F9;
    text-align: left;
    margin: 0px;
}

#price-box .row.features .feature {
    padding: 0px 50px;
}

#price-box .row.features .featureName {
    font-size: 14px;
    font-family: 'maison_neuebold';
    color: #4F5E64;
}

#price-box .row.features .featureDescription {
    font-size: 16px;
    color: #757575;
    font-family: 'maison_neuebook';
    padding-top: 12px;
}

#price-box .row.features .extraSpace {
    padding: 15px;
}

#price-box .row .single-price-wrap {
    flex: 1;
    margin: 44px 0px;
}

#price-box .row .price {
    font-size: 40px;
    font-family: 'gt_sectra_displaybold';
    padding-top: 24px;
    color: #000000;
}

#price-box .row .price span {
    font-size: 25px;
    transform: translate(-5px, -12px);
    display: inline-block;
}

#price-box .perSeatPerMonth {
    padding: 20px 0px 28px;
}

#price-box .divider {
    width: 52px;
    margin: auto;
    height: 1px;
    background-color: #DDE5EA;
    opacity: 1;
}

#price-box .billCycle {
    padding: 28px 0px 12px;
}

#price-box .total b {
    color: #000000;
}

#price-top-section .facultyMembers {
    font-size: 17px;
    color: #000000;
    text-align: center;
    font-family: 'maison_neuemedium';
    padding: 60px 0px;
}

#price-top-section .facultyMembers a {
    color: #2a228e;
    cursor: pointer;
}

#price-top-section .facultyMembers a:hover {
    text-decoration: underline; 
}

#price-top-section ul {
    list-style-type: none;
}

#price-top-section .features-title {
    display: none;
}

#price-top-section .learn-more {
    display: none;
}

@media (max-width: 800px) {

    div#price-top-section {
        padding-top: 140px;
    }
    
    #price-box {
        width: calc(100% - 40px);
        margin: auto;
        background: transparent;
    }

    #price-top-section #section-summary-copy h1 {
        font-size: 24px;
    }

    #section-summary-copy a {
        margin-top: 24px;
    }

    #price-top-section #section-summary-copy {
        margin-bottom: 32px;
    }

    #price-box .row:nth-child(1) > div:nth-child(2) {
        border-right: none;
        border-left: none;
    }

    #price-box .row {
        flex-direction: column;
        font-size: 12px;
        border-radius: 5px;
        overflow: hidden;
    }

    #price-box .row .single-price-wrap {
        display: flex;
        margin: 0px;
    }
    
    #price-box .row .single-price-wrap {
        background-color: #ffffff;
    }
    
    #price-box .row .single-price-wrap.middle {
        background-color: #f5f7f9;
    }
    
    #price-box .row .single-price-wrap > div {
        width: 50%;
    }

    #price-box .row .single-price-wrap .divider {
        width: 1px;
        height: 52px;
        margin: auto 0px;
        flex-grow: 0;
    }

    #price-box .row .price, 
    #price-box .row .price span {
        font-size: 20px;
        transform: none;
    }

    #price-box .perSeatPerMonth {
        padding: 12px 0px 28px;
    }

    #price-box .row.features {
        margin-top: 16px;
        padding: 28px 28px 28px 43px;
    }
    
    #price-box .row.features .featureDescription {
        display: none;
    }

    #price-box .row.features .extraSpace {
        padding: 0px;
    }

    #price-top-section ul {
        list-style-type: initial;
    }
    
    #price-top-section li {
        padding: 6px 0px;
    }
    
    #price-box .row.features .featureName {
        color: #444444;
        font-family: 'maison_neuedemi';
    }

    #price-box .row.features .feature {
        padding: 0px;
    }

    #price-top-section .features-title {
        display: initial;
        font-family: 'maison_neuebold';
        font-size: 14px;
        color: #4F5E64;
        padding-bottom: 9px;
        margin-left: -15px;
    }

    #price-top-section .learn-more {
        font-size: 14px;
        color: #2A228E;
        cursor: pointer;
        padding-top: 10px;
        margin-left: -15px;
    }
    #price-top-section .learn-more:hover {
        text-decoration: underline;
    }

    #price-top-section .facultyMembers {
        font-size: 14px;
        padding: 32px 40px;
    }

    #discounts-section {
        padding: 20px;
    }
}




.single-seat {
    font-family: 'maison_neuedemi';
    font-size: 16px;
    padding-left: 8%;
    margin-bottom: 30px;
}

#included-grid {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: auto;
    grid-column-gap: 2%;
    -ms-grid-columns: 49% 49%;
    grid-template-columns: 49% 49%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    height: auto;
    min-height: 300px;
}

.included-point .dot {
    width: 6px;
    height: 6px;
    background-color: #484848;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    margin-top: 8px;
    margin-left: 8%;
    margin-right: 6%;
}

.top30 {
    margin-top: 30px;
}

.included-point p {
    margin: 0 auto;
    font-size: 15px;
    color: #3C3C43;
    font-family: 'maison_neuedemi';
    line-height: 150%;
    display: inline-block;
    max-width: 270px;
    width: 80%;
}

.included-point span {
    font-family: 'maison_neuebook';
}

#included-grid-left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#included-grid-right {
    -ms-grid-column: 1;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.or-text {
    display: inline-grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
    text-align: center;
    grid-gap: 20px;
    width: 55%;
    padding: 25px 0 25px 0;
}

.or-text:before,
.or-text:after {
    content: '';
    border-top: 2px solid;
}

.annual-price {
    margin-top: 75px;
    font-size: 35px;
    font-family: 'maison_neuemedium';
}

.monthly-price {
    font-size: 35px;
    font-family: 'maison_neuemedium';
}

.price-billing-period {
    font-size: 14px;
}

.smaller-text {
    color: #b3b3b3;
    font-family: 'maison_neuebook';
    font-size: 18px;
}

.grey-sub-text {
    color: #b3b3b3;
    font-family: 'maison_neuebook';
    font-size: 14px;
}

#price-customer-section {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

#pricing-customers-copy {
    font-family: 'maison_neuebold';
    font-size: 24px;
    text-align: center;
    color: #444444;
}

#pricing-customers-copy p {
    max-width: 600px;
    font-size: 20px;
    color: #3C3C43;
    font-family: 'maison_neuemedium';
    line-height: 150%;
    margin: 0 auto;
    margin-top: 20px;
}

#pricing-customers-copy img {
    margin: 0 auto;
    max-width: 935px;
    width: 60%;
    margin-top: 60px;
}

.pricing-two-buttons {
    margin-top: 50px;
}

.pricing-two-buttons .button {
    background-color: #2A228E;
    display: inline-block;
    color: white;
} 



#discounts-section {
    padding: 40px 17%;
    background-color: #F5F7F9;
    font-size: 18px;
    font-family: 'maison_neuemedium';
    color: #484848;
}

#discounts-section .feature {
    display: flex;
    align-items: center;
    padding: 60px 0px;
    border-bottom: 2px solid #DDE5EA;
}

#discounts-section .feature a {
    color: #2A228E;
    cursor: pointer;
}

#discounts-section .feature a:hover {
    text-decoration: underline;
}

#discounts-section .feature:last-of-type {
    border-bottom: none;
}

#discounts-section .feature .graphic-wrapper {
    padding-right: 72px;
}

#discounts-section .feature .graphic-wrapper .graphic-circle {
    width: 107.46px;
    height: 107.46px;
    background: #DDE5EA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#discounts-section .feature .discount-title {
    padding-bottom: 16px;
    font-weight: bold;
    color: #3C3C3C;
    font-family: 'maison_neuebold';
}

@media (max-width: 800px) {
    #discounts-section {
        font-size: 14px;
        padding: 0px 20px;
        line-height: 1.5;
    }

    #discounts-section .feature {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    #discounts-section .feature .graphic-wrapper {
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

#pricing-body .cta-footer {
    background-color: #6F81A3;
}

.mobile-customer-logos {
    display: none;
}

.desktop-customer-logo {
    display: block;
}

#faq-title {
    font-family: 'gt_sectra_displaybold';
    font-size: 36px;
    text-align: center;
    color: #3B3B3B;
    margin-bottom: 60px;
}

#faq-grid-question {
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
}

#faq-grid-question .title-holder {
    width: 95%;
    max-width: 950px;
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: auto;
    grid-column-gap: 2%;
    -ms-grid-columns: 93% 5%;
    grid-template-columns: 93% 5%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

#faq-grid-question .title-grid-left,
#faq-grid-question.title-grid-right {
    color: #3B3B3B !important;
    font-family: 'maison_neuedemi' !important;
}

#faq-more {
    font-family: 'maison_neuemedium';
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

#faq-more span {
    color: #2a228e;
}

#faq-grid-question .one-col {
    max-width: 950px;
    width: 95%;
}

#faq-grid-question .one-col p {
    font-size: 16px;
    font-family: 'maison_neuebook';
    margin-top: 25px;
    color: #737378;
    width: 85%;
    line-height: 150%;
}

#faq-grid-question .title-grid-left {
    padding-left: 0px;
}

#q1,
#q2,
#q3 {
    cursor: pointer;
}

.a1,
.a2,
.a3 {
    display: none;
}


/*--CAREERS PAGE---*/

#careers-top-section {
    height: auto;
    min-height: 700px;
    background: #D6E0EB;
    padding-top: 200px;
    padding-bottom: 60px;
}

#careers-top-section #section-summary-copy {
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
    height: 280px;
    vertical-align: middle;
}

#careers-top-section p {
    font-family: 'maison_neuemedium';
    font-size: 20px;
    width: 60%;
    max-width: 640px;
    margin: 0 auto;
}

#careers-top-section h1 {
    text-align: center;
    width: 100%;
}

#photo-grid {
    width: 80%;
    max-width: 1050px;
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: auto;
    grid-column-gap: 4%;
    -ms-grid-columns: 36 60%;
    grid-template-columns: 36% 60%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

#left-photo {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#right-photo {
    -ms-grid-column: 1;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#photo-grid img {
    width: 100%;
    height: 361px;
}

#careers-middle-section {
    padding-top: 100px;
    padding-bottom: 120px;
    width: 100%;
}

#opening-title {
    font-family: 'gt_sectra_displaymedium';
    font-size: 45px;
    width: 80%;
    max-width: 1400px;
    text-align: left;
    margin: 0 auto;
    color: #3C3C43;
    margin-bottom: 40px;
}

.job-position-grid {
    min-height: 50px;
    height: 100%;
    width: 80%;
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-areas: ". . .";
    -ms-grid-columns: 1fr 0.5fr 1fr 1fr;
    grid-template-columns: 1fr 0.5fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: black;
    max-width: 1400px;
    font-family: 'maison_neuebook';
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3C3C43;
    cursor: pointer;
}

#name-col {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#location-col {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#commitment-col {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#view-col {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #3C3C43;
    font-family: 'maison_neuebook';
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.view-posting {
    text-align: right;
    padding-right: 10%;
}

.position-name {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10%;
}

.job-dividers {
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background-color: #272626;
    opacity: .5;
    margin-top: 10px;
    max-width: 1400px;
}

.job-dividers.beforelever {
    margin-bottom: 10px;
    margin-top: 30px;
}

#careers-bottom-section {
    width: 100%;
    background: #274573;
    padding-top: 100px;
    padding-bottom: 50px;
}

#benefits,
#benefits-grid {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    color: white;
}

#benefits {
    font-family: 'gt_sectra_displaymedium';
    font-size: 45px;
}

#benefits p {
    font-family: 'maison_neuemedium';
    font-size: 20px;
    color: white;
    line-height: 150%;
    max-width: 525px;
}

#benefits-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 1px;
    grid-column-gap: 0;
    grid-template-areas: ". . . ." ". . . ." ". . . .";
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    max-width: 1400px;
}

.benefits-each {
    font-size: 18px;
    font-weight: 400;
    font-family: 'maison_neuebook';
}


/*--ABOUT US PAGE---*/

#about-us-section {
    height: 450px;
    padding-top: 200px;
    background: #C8D3DC;
}

#about-us-section h1 {
    font-size: 56px;
    text-align: center;
}

#about-us-section p {
    font-family: 'maison_neuemedium';
    font-size: 20px;
    width: 60%;
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    color: #444444;
}

.about-pic-one {
    width: 60%;
    max-width: 860px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: 77px;
    background: #C4C4C4;
    background-image: url(../images/team.jpg);
    background-size: cover;
}

.about-pic-one img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

#who-section {
    padding-top: 380px;
    padding-bottom: 110px;
}

#who-grid {
    width: 80%;
    max-width: 1060px;
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: auto;
    grid-column-gap: 4%;
    -ms-grid-columns: 48% 48%;
    grid-template-columns: 48% 48%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

#who-grid-left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#who-grid-right {
    -ms-grid-column: 1;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#who-grid p {
    font-family: 'maison_neuebook';
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    color: #3C3C43;
    line-height: 150%;
}

#principles {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
    width: 80%;
    max-width: 1400px;
    background: #ECEFF2;
    margin-top: 130px;
}

.title-priciple {
    font-family: 'gt_sectra_displaybold';
    font-size: 46px;
    text-align: center;
    color: #444444;
}

#principles p {
    font-family: 'maison_neuemedium';
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
    color: #3C3C43;
    line-height: 150%;
    text-align: center;
    margin-top: 30px;
}

#timeline-section {
    min-height: 1080px;
    background: #274573;
    padding-top: 150px;
    display: flex;
}

#founders-section {
    padding-top: 100px;
    padding-bottom: 120px;
}

#join-section {
    background: #ECEFF2;
    padding-top: 60px;
}

.join-title {
    font-family: 'maison_neuebold';
    font-size: 30px;
    color: #444444;
    text-align: center;
}

#join-section p {
    font-family: 'maison_neuemedium';
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
    color: #444444;
    line-height: 150%;
    text-align: center;
    margin-top: 30px;
    max-width: 675px;
}

#join-section .button {
    color: white;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 30px;
}

.founder-title {
    margin: 0 auto;
    font-family: 'gt_sectra_displaybold';
    font-size: 46px;
    color: #344461;
    width: 80%;
    max-width: 1400px;
    margin-bottom: 50px;
}

#founders-grid {
    width: 80%;
    max-width: 1400px;
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    grid-auto-columns: 1fr;
    grid-row-gap: auto;
    grid-column-gap: 6%;
    -ms-grid-columns: 47% 47%;
    grid-template-columns: 47% 47%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    min-height: 100px;
}

#andrew-side {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#jimoh-side {
    -ms-grid-column: 1;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#founders-grid img {
    max-height: 380px;
    width: 100%;
}

.founder-names {
    font-family: 'maison_neuemedium';
    font-size: 28px;
    color: #3C3C43;
    margin-top: 35px;
    margin-bottom: 35px;
}

#founders-grid p {
    font-family: 'maison_neuebook';
    font-size: 18px;
    color: #3C3C43;
    line-height: 150%;
}


/*---TIME LINE---*/

.timelinegrid {
    display: -ms-grid;
    display: grid;
    width: 80%;
    max-width: 1150px;
    min-height: 1080px;
    margin: 0 auto;
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 10%;
    grid-row-gap: 17px;
    grid-columns: 40% 50%;
    -ms-grid-columns: 40% 50%;
    align-self: flex-end;
}

.timelinegrid img {
    width: 100%;
}

.timelinegrid .placeholder {
    background: #FFFFFF;
    width: 100%;
    height: 510px;
    margin-top: 50px;
    background-size: cover;
    background-image: url(../images/groupdesk-photo.jpg);
}

.company-pics {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding-top: 25px;
}

.timeline-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-colufmn-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.right-side-timeline-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

.timeline {
    width: 10px;
    height: 88.5%;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
}

.timeline-point {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
    background-color: #fff;
}

.line-centered {
    display: block;
    width: 1px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    opacity: .6;
    color: #fff;
}

.timeline-text {
    width: auto;
    height: 100%;
    padding-left: 39px;
}

.timeline-title {
    width: 100%;
    font-family: 'Gt sectra display', sans-serif;
    color: #fff;
    font-size: 37px;
    font-weight: 500;
    margin-top: 19px;
}

.timeline-year {
    width: 10%;
    font-family: 'maison_neuebold';
    color: #fff;
    font-size: 20px;
}

.time-line-summary {
    width: 100%;
    max-width: 480px;
    padding-left: 0;
    font-family: 'maison_neuebook';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.timeline-point.point-two {
    margin-top: 145px;
}

.timeline-point.point-three {
    margin-top: 338px;
}

.timeline-point.point-four {
    margin-top: 680px;
}

.timeline-year._2014 {
    margin-top: 50px;
}

.timeline-year._2015,
.timeline-year._2017,
.timeline-year._2018 {
    margin-top: 40px;
}

.time-line-summary.timeline-two,
.time-line-summary.timeline-four,
.time-line-summary.timeline-five,
.time-line-summary.timeline-six {
    margin-top: 20px;
}


/*------LEGAL---*/

.top-section {
    background: #D6E0EB;
    padding-top: 200px;
    padding-bottom: 100px;
    font-family: 'gt_sectra_displaymedium';
    font-size: 56px;
    text-align: center;
    color: #464646;
}

.top-section p {
    text-transform: uppercase;
    text-align: center;
    font-family: 'maison_neuemedium';
    font-size: 18px;
    line-height: 150%;
}

.just-copy {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 100px;
    font-family: 'maison_neuebook';
    line-height: 150%;
    color: #464646;
}

.error-just-copy {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'maison_neuebook';
    background: transparent;
    border-radius: 10px;
    color: #464646;
}

.list-title {
    font-family: 'maison_neuedemi';
}

strong {
    font-family: 'maison_neuebold';
}


/*---EVA----*/

.just-copy.error {
    line-height: auto !important;
    min-height: 500px;
}

.letter-title {
    font-family: 'maison_neuebold';
}

.error-container .top-section {
    background: transparent;
    color: white;
    padding-bottom: 80px;
}

.error-container {
    padding-bottom: 200px;
    background: linear-gradient(180deg, rgba(11, 88, 178, 0.6) 0%, rgba(0, 76, 190, 0.276) 100%), #F5B88C;
}

.error-not-found {
    font-family: 'gt_sectra_displaybold';
    font-size: 50px;
    text-align: center;
    width: 100%;
    display: block;
    height: auto;
    line-height: auto;
    color: white;
}

.error-copy {
    font-family: 'maison_neuemedium';
    font-size: 20px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    display: block;
}

.release-page {
    width: 100%;
    height: 100%;
    padding-top: 15%;
    min-height: 500px;
    background: linear-gradient(180deg, rgba(11, 88, 178, 0.6) 0%, rgba(0, 76, 190, 0.276) 100%), #F5B88C;
}

.release-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.release-heading h1 {
    font-size: 56px;
    font-family: 'Gt sectra display';
    color: #3C3C43;
    text-align: center;
    margin: 20px 0;
}

.release-heading p {
    font-size: 24px;
    font-family: 'maison_neuebook';
    color: #3C3C43;
    margin: 0;
    line-height: 36px;
}

.release-content {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.card {
    background: #fff;
    padding: 40px 25px;
    margin: 40px 0;
}

.card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    font-family: 'maison_neuedemi';
    font-size: 22px;
    line-height: 26px;
    color: #272626;
}

.card-date {
    font-family: 'maison_neuebook';
    font-size: 18px;
    line-height: 27px;
    color: #525252;
}

.card-content {
    font-family: 'maison_neuebook';
    font-size: 18px;
    line-height: 27px;
    color: #272626;
    margin-top: 20px;
}

.card-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card-content ul>li {
    text-indent: -5px;
}

.card-content ul>li:before {
    text-indent: -5px;
    content: "-";
}

.card-url {
    font-family: 'maison_neuebold';
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #344461;
    margin-top: 30px;
}

.card-sub {
    padding: 0;
    margin: 0;
    padding-top: 60px;
}

#price-bottom-section {
    width: 100%;
    height: auto;
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
}


/*-------WHY ROSS PAGE-------*/


/*----------------------- MEDIA QUERIES -----------------------*/


/*-------------- DESKTOP --------------*/

@media (min-width: 1024px) {
    .row {
        max-width: 100%;
    }
    .col {
        display: inline-block;
    }
    .span-1 {
        width: 16.6666%;
    }
    .span-2 {
        width: 31.3333%;
    }
    .span-3 {
        width: 50%;
    }
    .span-4 {
        width: 66.6666%;
    }
    .span-5 {
        width: 83.3333%;
    }
    .span-6 {
        width: 100%;
    }
    
}

@media (max-width: 1680px) {
    #document-analyzer-section {
        min-height: 640px;
        background-position: 240% -72%;
    }
}

@media (max-width: 1640px) {
    #hero-section {
        background-position: 83.2% 77%;
        background-size: 600px;
    }
    .hero-copy-box h1 {
        font-size: 35px;
    }
    .hero-copy-box p {
        font-size: 18px;
        clear: both;
    }
    #section-summary-copy h1 {
        font-size: 35px;
    }
    .feature-title-description {
        font-size: 20px;
    }
    .feature-title-description .searchdes {
        max-width: 540px !important;
    }
    #about-us-section p {
        font-size: 18px;
    }
    #about-us-section h1 {
        font-size: 35px;
    }
    #who-section {
        padding-top: 310px;
    }
    .fact-motion-title {
        margin-bottom: 0px;
    }
}


/*END OF 1640PX*/

@media (max-width: 1510px) {
    #document-analyzer-section {
        background-position: 480% -72%;
    }
}

@media (max-width: 1400px) {
    #hero-section {
        background: url(../images/jonathan-udoka-hero.png) #e7eaea;
        background-size: 500px;
        background-position: 84.2% 59%;
        background-repeat: no-repeat;
    }
    #document-analyzer-section {
        background-image: none;
    }
    .analyzer-point {
        max-width: none;
        display: inline-block;
        width: 49%;
    }
    .analyzer-point .dot {
        margin-right: 0px;
        vertical-align: top;
    }
    .document-copy {
        width: 100%;
        max-width: none;
    }
    .analyzer-description {
        margin-bottom: 30px;
    }
    .analyzer-description p {
        max-width: 700px;
        vertical-align: top;
    }
    #document-analyzer-section .mobile-analyzer-image {
        display: block;
    }
}


/*END OF 1400PX*/

@media (max-width: 1360px) {
    #comprehensive-description p {
        font-size: 20px;
    }
    .feature-section-title {
        font-size: 20px;
    }
    #features-side {
        padding-right: 80px;
        padding-left: 80px;
    }
}


/*END OF 1360PX*/

@media (max-width: 1350px) {
    #efficient-section {
        margin-top: 150px;
        margin-bottom: 50px;
    }
    #grey-wrapper {
        margin-top: 150px !important;
    }
}


/*END OF 1350PX*/

@media (max-width: 1300px) {
    #hero-section {
        background: url(../images/jonathan-udoka-hero.png) #e7eaea;
        background-size: 450px;
        background-position: 84.4% 52%;
        background-repeat: no-repeat;
    }
    .testimonial-efficient {
        margin-top: 25%;
        width: 30%;
        font-size: 20px !important;
    }
    #comprehensive-section {
        margin-top: 100px;
    }
    #card-section-grid {
        display: block;
    }
    #interactive-types-side {
        margin-bottom: 30px;
        width: auto;
    }
    #summary-side {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .feature-test {
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
    }
}


/*END OF 1300PX*/

@media (max-width: 1285px) {
    .time-line-summary {
        font-size: 16px;
    }
    .timeline-point.point-two {
        margin-top: 139px;
    }
    .timeline-point.point-three {
        margin-top: 323px;
    }
    .timeline-point.point-four {
        margin-top: 644px;
    }
}


/*END OF 1285PX*/

@media (max-width: 1250px) {
    #hero-section {
        background: url(../images/jonathan-udoka-hero.png) #e7eaea;
        background-size: 450px;
        background-position: 84.2% 55%;
        background-repeat: no-repeat;
    }
    .about-pic-one {
        height: 380px;
    }
    #who-section {
        padding-top: 22%;
    }
}


/*END OF 1250PX*/

@media (max-width: 1200px) {
    .benefits-each {
        font-size: 16px;
    }
    #benefits-grid {
        grid-template-areas: ". . ";
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: 1fr 1fr;
    }
    #benefits p {
        font-size: 18px;
    }
    #careers-top-section p {
        font-size: 18px;
        width: 80%;
    }
    #photo-grid img {
        height: 270px;
    }
    #careers-top-section {
        min-height: auto;
    }
}


/*END OF 1200PX*/

@media (max-width: 1190px) {
    #hero-section {
        background: url(../images/jonathan-udoka-hero.png) #e7eaea;
        background-size: 400px;
        background-position: 84.9% 52%;
        background-repeat: no-repeat;
    }

    #rewards-progress-bar {
        display: none;
    }
}


/*END OF 1190PX*/

@media (max-width: 1122px) {
    #hero-section {
        background-position: 83.4% 54%;
    }
}


/*END OF 1122PX*/

@media (max-width: 1090px) {
    #hero-section {
        background-position: 84.4% 54%;
    }
}


/*END OF 1090PX*/

@media (max-width: 1070px) {
    #hero-section {
        background-size: 375px;
        background-position: 83.7% 54%;
    }
}


/*END OF 1070PX*/

@media (max-width: 1060px) {
    #price-top-section {
        padding-bottom: 100px;
        padding-top: 130px;
    }
    #price-box {
        display: block;
    }
    #price-side {
        padding-top: 50px;
        padding-bottom: 50px;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
    }
    .monthly {
        margin-top: 0px;
    }
    #pricing-customers-copy p {
        width: 80%;
    }
    #faq-more {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .right-50 {
        margin: 0px;
    }
    .pricing-two-buttons .button {
        display: block;
        max-width: 250px;
        margin: 0 auto;
        margin-top: 20px;
    }
    #faq-grid-question {
        width: 80%;
    }
}

@media (max-width: 1160px){
    #features,
    #pricing,
    #about,
    #blog,
    #login,
    #customers {
        margin-right: 25px;
    }
}


/*END OF 1060PX*/

@media (max-width: 1060px) {
    .hero-copy-box {
        margin-top: 200px;
        margin-bottom: 30px;
    }

    #signuplogin-links {
        min-width: 199px;
    }
    #primary-links {
        min-width: 451px;
    }
    #hero-section {
        background: #e7eaea;
        align-items: flex-start;
        height: auto;
        overflow: hidden;
    }
    #mobile-hero-img {
        display: block;
    }
    .hero-copy-box {
        width: 100%;
    }
    #authoritative-grid {
        height: auto;
        width: 100%;
        grid-template-columns: 50% 50%;
        grid-column-gap: 0;
    }
    #authoritative-description p {
        font-size: 18px;
    }
    #match-grid {
        width: 70%;
    }
    #efficient-section {
        height: auto;
        margin-top: 100px;
    }
    .testimonial-efficient {
        margin-top: 28%;
        width: 33%;
        font-size: 16px !important;
    }
    #comprehensive-section {
        grid-column-gap: 60px;
        height: auto;
        margin-top: 100px;
        width: 100%;
    }
    #comprehensive-description {
        font-size: 18px !important;
    }
    #features-side .button {
        font-size: 15px;
        width: 70%;
        padding: 0px;
    }
    #features-side {
        padding: 50px;
    }
    #comprehensive-description {
        padding-top: 85px;
    }
    #features-side {
        padding-top: 100px;
    }
    #comprehensive-description p {
        font-size: 18px;
    }
    #grey-wrapper {
        margin: 100px 0;
    }
    #scope-coverage {
        display: block;
        width: 80%;
    }
    #scope-grid {
        margin-top: 140px;
    }
    #scope-description p {
        font-size: 18px;
    }
    .quote-holder {
        max-width: 600px;
        width: 80%;
        font-size: 35px;
    }
    .card-box {
        height: 333px;
    }
    .answer-type-holder {
        width: 100%;
    }
    .answer-type-deep,
    .answer-type-motion,
    .answer-type-fact {
        width: 33%;
    }
    .type-answers p {
        width: 100%;
    }
    #summary-side {
        max-width: 100%;
    }
    .feature-test {
        margin: 0px;
        margin-top: 50px;
    }
    #document-analyzer-section {
        background-position: 120% -310%;
        background-size: 65% 106%;
    }
    #who-grid {
        display: block;
    }
    #who-grid p {
        margin-top: 50px;
    }
    .title-priciple {
        font-size: 36px;
    }
    #principles p {
        font-size: 20px;
    }
    .about-pic-one {
        height: 320px;
        top: 125px;
    }
    .match-type-fact-motion {
        display: block;
    }
    .fact-side,
    .motion-side {
        margin-bottom: 50px;
    }
}


/*END OF 1024PX*/

@media (max-width: 950px) {
    #founders-grid {
        display: block;
    }
    #jimoh-side {
        margin-top: 80px;
    }
    .join-title {
        font-size: 24px;
    }
    #join-section p {
        font-size: 20px;
    }
    .timelinegrid {
        max-width: 560px;
    }
    .company-pics {
        display: none;
    }
    .timeline-container {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}


/*END OF 950PX*/

@media (max-width: 860px) {
    .about-pic-one {
        height: 260px;
        top: 65px;
    }
    #about-us-section {
        height: 320px;
    }
}

@media (max-width: 810px) {
    #comprehensive-section {
        display: block;
    }
    #features-side {
        width: 50%;
        margin: 0 auto;
        padding: 95px;
    }
    #comprehensive-description {
        width: 65%;
        margin: 0 auto;
        margin-top: 80px;
        padding-top: 0px !important;
    }
}


/*END OF 810PX*/

@media (max-width: 940px) {
    #primary-links,
    #signuplogin-links {
        display: none;
    }
    #mobile-menu {
        display: flex;
    }
    #supporting-section {
        height: 350px;
    }
    #cta-form #email {
        display: block;
        width: 75.5%;
    }
    #cta-form {
        display: block;
        max-width: 100%;
    }
    .cta-small-print {
        display: block;
        clear: both;
        margin-top: 90px;
        font-size: 16px;
    }
    #cta-form #submit {
        width: 24.27%;
    }
    .icon-description {
        width: 27%;
    }
    .right-150 {
        margin-right: 4%;
    }
    #logo-section {
        top: 0;
    }
    .box-logo {
        width: 100%;
        border-radius: 0;
    }
    #authoritative-grid {
        display: flex;
        flex-direction: column;
        width: 80%;
    }
    #authoritative-section {
        margin-top: 100px;
    }
    #match-grid {
        display: none;
    }
    #match-grid-mobile {
        display: block;
        width: 80%;
        margin: 100px auto 0px auto;
        padding: 0px;
    }
    #efficient-section {
        background-position: center 200px;
        background-size: 130% 35%;
    }
    #efficient-section p {
        font-size: 16px;
    }
    .testimonial-efficient {
        margin-top: 45%;
        width: 255px;
    }
    #comprehensive-section {
        display: block;
    }
    .title-holder {
        grid-template-columns: 90% 5%;
    }
    .cta-small-print {
        margin: 0 auto;
        margin-top: 40px;
        max-width: 80%;
        font-size: 16px;
    }
    .space-out {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .supporting-message-cta {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .cta-footer {
        font-size: 24px;
    }
    .back-to-top {
        font-size: 16px;
    }
    .card-box {
        height: 251px;
    }
    #document-analyzer-section {
        background-image: none;
        padding-top: 80px;
        padding-bottom: 0px;
    }
    #document-analyzer-section .document-copy {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    #document-analyzer-section .analyzer-description p {
        max-width: 100%;
    }
    #document-analyzer-section .mobile-analyzer-image {
        display: block;
        margin-top: 50px;
    }
    #integrated-search-section {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #three-features-grid {
        display: none;
    }
    #mobile-features {
        display: block;
    }
    #section-one {
        height: 65vh;
        padding-bottom: 50px;
        padding-top: 10px;
    }
    #section-summary-copy {
        margin-top: 110px;
    }
    .analyzer-point {
        display: block;
        width: 100%;
    }
}


/*END OF 768PX*/

@media (max-width: 700px) {
    .testimonial-efficient {
        margin-top: 35%;
        width: 42%;
        font-size: 16px !important;
    }
    .about-pic-one {
        height: 220px;
    }
}


/*END OF 700PX*/

@media (max-width: 650px) {
    .top-section {
        font-size: 35px;
        padding-bottom: 50px;
        padding-top: 180px;
    }
    .just-copy {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .icon-description {
        width: 25%;
        font-size: 14px;
        min-width: auto;
    }
    .card-slider {
        display: none !important;
    }
    .fact-side {
        margin-top: 50px;
    }
}


/*END OF 650PX*/

@media (max-width: 610px) {
    #cta-form #email {
        display: block;
        width: 100%;
        border-radius: 5px;
    }
    #cta-form #submit {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 5px;
    }
    #cta-form #submit {
        clear: both;
        float: none;
    }
    .cta-small-print {
        margin-top: 10px;
    }
}


/*END OF 610PX*/

@media (max-width: 600px) {
    #price-top-section h2 {
        font-size: 18px;
    }
    #included-grid {
        display: block;
    }
    .included-point p {
        width: 80%;
        max-width: 88%;
    }
    #included-grid-right {
        margin-top: 30px;
    }
    #faq-title {
        font-size: 24px;
    }
    .title-grid-left,
    .title-grid-right {
        font-size: 16px;
    }
    #price-bottom-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    #about-us-section {
        padding-top: 130px;
    }
    #about-us-section p {
        width: 80%;
    }
    .about-pic-one {
        height: 200px;
        width: 80%;
        top: 60px;
        overflow: hidden;
        min-width: 320px;
    }
    #about-us-section {
        height: 330px;
    }
    #who-section {
        padding-top: 150px;
    }
    #principles {
        margin-top: 80px;
    }
    #principles p {
        font-size: 18px;
    }
    #who-section {
        padding-bottom: 80px;
    }
    .top-section {
        padding-bottom: 50px;
        padding-top: 150px;
    }
    .error-container {
        padding-bottom: 180px;
    }
    .tablet-version {
        display: none;
    }
    .phone-version {
        display: block;
    }
}


/*END OF 600PX*/

@media (max-width: 560px) {
    nav {
        height: 120px;
    }
    #mobile-menu .mobile-menu-right a {
        display: none;
    }
    #mobile-menu .logo-desktop {
        display: none;
    }
    #mobile-menu .logo-mobile {
        display: block;
    }
    #mobile-hero-img {
        margin-top: 40px;
    }
    .hero-content-area {
        min-width: auto;
        margin-bottom: 50px;
    }
    .hero-copy-box {
        margin-top: 120px;
        margin-bottom: 30px;
    }
    .hero-copy-box h1 {
        font-size: 20px;
    }
    .hero-copy-box p {
        font-size: 14px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .hero-copy-box .enterprise-signup {
        font-size: 14px;
        margin-top: 15%;
    }
    .scroll-container img {
        margin-top: 10px;
    }
    .scroll-container img {
        margin-top: 10px;
    }
    .scroll {
        margin-top: 10px;
    }
    .form-desktop {
        display: none;
    }
    .form-mobile {
        display: block;
        width: 95%;
    }
    .form-mobile #mobile-email {
        max-width: 100%;
    }
    .form-mobile #submit {
        width: 100%;
        border-radius: 5px;
    }
    #supporting-section {
        height: auto;
        padding-bottom: 65px;
    }
    #supporting-section .icon-description {
        width: 80%;
        margin-right: 0;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .section-title {
        font-size: 18px;
    }
    #logo-section {
        height: auto;
    }
    #logo-section .logo-img {
        display: none;
    }
    #logo-section .mobile-logos-container {
        display: flex;
    }
    #authoritative-section {
        margin-top: 0;
    }
    #authoritative-grid {
        width: 100%;
    }
    #authoritative-description {
        padding: 80px 50px;
    }
    #authoritative-description h2 {
        font-size: 24px;
    }
    #match-grid-mobile {
        padding: 0 30px;
    }
    #match-grid-mobile div[class$="match"] {
        font-size: 18px;
    }
    #match-grid-mobile p {
        margin-left: 0;
        font-size: 16px;
    }
    .main-section-three {
        font-size: 15px;
    }
    #authoritative-description p {
        font-size: 16px;
    }
    #efficient-section {
        background: none;
        padding: 0 50px;
        margin-bottom: 100px;
    }
    #efficient-section p {
        width: auto;
        font-size: 16px;
    }
    #efficient-section h2 {
        font-size: 24px;
    }
    #efficient-section .testimonial-efficient {
        margin-top: 10%;
    }
    #efficient-section .testimonial-headshot {
        height: 65px;
        width: 65px;
        margin-right: 10px;
    }
    #efficient-section .efficient-buttons .button {
        width: 100%;
        padding: 0;
    }
    .efficient-buttons .button {
        display: block;
        margin: 0 auto;
        width: 40px;
        margin-bottom: 15px;
    }
    .testimonial-about {
        font-size: 12px;
    }
    #comprehensive-section {
        width: 100%;
        margin-top: 0;
    }
    #features-side {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    #features-side .feature-section-title {
        font-size: 20px;
    }
    #features-side .feature-list-names {
        font-size: 16px;
    }
    .feature-icon-box {
        margin-left: 15%;
    }
    .feature-list-names {
        margin-left: 15%;
        padding-left: 80px;
    }
    .feature-section-title.justfeature {
        margin-left: 15%;
        padding-left: 80px;
    }
    #comprehensive-description h2 {
        font-size: 24px;
    }
    #features-side .button {
        max-width: 100%;
        padding: 0;
    }
    #comprehensive-description p {
        font-size: 16px;
    }
    #scope-description h2 {
        font-size: 24px;
    }
    #scope-description p {
        font-size: 16px;
    }
    #scope-description .button {
        max-width: 180px;
    }
    .title-holder {
        grid-column-gap: 15px;
    }
    .inside-scope-grid,
    .longer-grid-change {
        -ms-grid-columns: 38% 60%;
        grid-template-columns: 38% 60%;
        grid-row-gap: 2%;
        width: 100%;
    }
    .divider-inside {
        width: 100%;
    }
    .title-grid-left {
        padding-left: 0px;
    }
    #grey-wrapper {
        max-width: auto;
    }
    #scope-grid p {
        width: 100%;
    }
    #match-grid-mobile .divider {
        margin-bottom: 23px;
    }
    .testimonial-section-box {
        padding: 0 30px;
    }
    .testimonial-section-box .quote-holder {
        font-size: 24px;
        max-width: 80%;
    }
    .testimonial-section-box .quote-person-box {
        display: flex;
        align-items: center;
        padding-left: 0px;
    }
    .testimonial-section-box .quote-person-box .testimonial-about {
        font-size: 16px;
    }
    .testimonial-section-title {
        font-size: 20px;
        width: 80%;
    }
    .testimonial-section-box hr {
        width: 40% !important;
    }
    .slick-slide {
        text-align: center;
    }
    .slick-next {
        right: 0 !important;
    }
    .cta-footer {
        font-size: 24px;
        padding: 80px 0 0 0;
    }
    footer {
        padding-top: 50px;
        height: auto;
    }
    .cta-footer .supporting-message-cta {
        font-size: 16px;
    }
    #cta-form {
        display: none;
    }
    #cta-form-mobile {
        display: block;
    }
    #footer-grid {
        grid-template-columns: auto;
        grid-template-rows: 10%;
        margin-bottom: 20px;
    }
    #footer-grid .footer-col-one div {
        margin: 0;
    }
    #footer-grid .footer-col-one {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        display: flex;
        align-items: center;
    }
    #footer-grid .footer-col-one .first-row-footer {
        width: 50%;
        margin-right: 30px;
    }
    #footer-grid .footer-col-one .footer-links {
        width: auto;
        text-align: right;
    }
    #footer-grid .footer-col-one .footer-links img {
        width: 102px;
        height: 29px !important;
        float: left;
    }
    #footer-grid .footer-col-one .footer-links a span {
        display: none;
    }
    #footer-grid .footer-col-two {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    #footer-grid .footer-col-two .first-row-footer {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    #footer-grid .footer-col-two .footer-links {
        margin-bottom: 10px;
    }
    #footer-grid .footer-col-three {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        margin-left: 30px;
    }
    #footer-grid .footer-col-three .first-row-footer {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    #footer-grid .footer-col-three .footer-links {
        margin-bottom: 10px;
    }
    #footer-grid .footer-col-four {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    #footer-grid .footer-col-four .first-row-footer {
        margin-bottom: 0;
        width: 100%;
    }
    #footer-grid .footer-col-four .footer-links {
        margin-bottom: 10px;
        width: 50%;
    }
    #copyright {
        text-align: left;
        text-indent: 10%;
    }
    .back-to-top {
        font-size: 16px;
        margin-right: 20px;
    }
    .hide-if-mobile {
        display: none;
    }
    .button.mobile-download {
        display: block;
        background-color: #2a228e;
        color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 70px;
        width: calc(80% - 80px);
        margin-bottom: 50px;
    }
    #scope-grid {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    #grey-wrapper {
        max-height: 100%;
        padding-bottom: 60px;
        padding-top: 70px;
    }
    #section-summary-copy h1 {
        font-size: 35px;
    }
    #section-summary-copy p {
        font-size: 16px;
        width: 100%;
    }
    .feature-title-with-icon {
        font-size: 20px;
    }
    .searchdes {
        font-size: 18px;
        line-height: 150%;
    }
    #in-app-gif-holder {
        width: calc(100% - 80px);
    }
    #search-currate-passage-section {
        padding-bottom: 0px;
        padding-top: 60px;
    }
    #answer-card-section {
        padding-top: 80px;
    }
    #card-section-grid {
        display: block;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    #summary-side {
        font-size: 16px;
    }
    #interactive-types-side {
        display: block;
    }
    .type-answers p {
        font-size: 16px;
    }
    #summary-side #match-grid-mobile {
        padding: 0px;
        width: 100%;
        margin-bottom: 50px;
    }
    .feature-test {
        width: 100%;
        font-size: 16px;
    }
    #integrated-search-section .feature-title-description {
        font-size: 18px;
    }
    #mobile-features {
        width: 80%;
    }
    #who-section {
        padding-bottom: 0px;
    }
    #who-grid p {
        font-size: 16px;
    }
    #principles {
        width: 100%;
    }
    .title-priciple {
        font-size: 24px;
    }
    #principles p {
        width: 70%;
        color: #344461;
    }
    .join-title {
        font-size: 24px;
    }
    #join-section p {
        font-size: 18px;
    }
    .founder-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #founders-section {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    #founders-grid p {
        font-size: 16px;
    }
    .founder-names {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #about-us-section {
        padding-top: 130px;
    }
    #who-section {
        padding-top: 20%;
    }
    .fact-side,
    .motion-side,
    .deep-side {
        font-size: 16px;
    }
    .mobile-customer-logos {
        display: block;
        margin: 0 auto;
    }
    .desktop-customer-logo {
        display: none;
    }
}


/*END OF 560PX*/

@media (max-width: 550px) {
    .group-buttons {
        width: 90%;
    }
    #nav-signup.button {
        display: none;
    }
    #nav-signup-mobile.button {
        display: none;
    }
    .button {
        font-size: 15px;
    }
    #benefits {
        font-size: 35px;
    }
    #benefits p {
        font-size: 16px;
    }
    #benefits-grid {
        grid-template-areas: ". ";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    #careers-top-section p {
        font-size: 16px;
        width: 100%;
    }
    #careers-top-section #section-summary-copy {
        height: 230px;
    }
    #photo-grid img {
        height: 140px;
    }
    #careers-top-section {
        padding-top: 130px;
    }
    #opening-title {
        font-size: 35px;
    }
    #careers-middle-section,
    #careers-bottom-section {
        padding-top: 50px;
    }
    .date-location-posted {
        display: none;
    }
    .job-position-grid {
        grid-template-areas: ". .";
        -ms-grid-columns: 1fr 0.5fr;
        grid-template-columns: 1fr 0.5fr;
    }
    #view-col {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}


/*END OF 550PX*/

@media (max-width: 521px) {
    .timelinegrid {
        width: 380px;
        min-height: 1000px;
    }
    .company-pics {
        display: none;
    }
    .timeline-point.point-three {
        margin-top: 346px;
    }
    .timeline-point.point-four {
        margin-top: 692px;
    }
    .timeline-year._2014 {
        margin-top: 41px;
    }
    .timeline {
        height: 90%;
    }
    .timeline-title {
        font-size: 24px;
    }
    #timeline-section {
        padding-top: 70px;
        min-height: 1000px;
    }
}


/*END OF 521PX*/


/* IE MEDIA QUERIES */

@media all and (-ms-high-contrast:none),
all and (-ms-high-contrast:active) {
    #nav-link-box {
        margin: 0;
    }
    #authoritative-grid {
        display: -ms-flexbox;
    }
    #authoritative-description {
        max-width: 50%;
        margin-right: 5%;
    }
    #match-grid {
        display: block;
    }
    .match-grid-title {
        margin-bottom: 30px;
    }
    .line-below {
        display: none;
    }
    #comprehensive-description {
        margin-left: 8.8%;
    }
    #scope-description {
        margin-right: 7%;
    }
    .quote-holder {
        margin: 0 !important;
    }
    #footer-grid {
        display: -ms-flexbox;
    }
    .footer-col-one {
        width: 40%;
    }
    .footer-col-two {
        width: 20%;
    }
    .footer-col-three {
        width: 20%;
    }
    .footer-col-four {
        width: 20%;
    }
    .types-match {
        margin: 0;
    }
    #three-features-grid {
        display: -ms-flexbox;
    }
    .match-type-fact-motion {
        display: -ms-flexbox;
    }
    #price-box {
        display: -ms-flexbox;
    }
    #price-side {
        width: 30%;
    }
    #included-grid {
        display: -ms-flexbox;
    }
    #included-grid-right {
        width: 49%;
        margin-left: 2%;
    }
    #included-grid-left {
        width: 49%;
    }
    #who-grid {
        display: -ms-flexbox;
    }
    #who-grid-right {
        width: 48%;
    }
    #who-grid-left {
        width: 48%;
        margin-right: 4%;
    }
    .timeline {
        display: none;
    }
    #founders-grid {
        display: -ms-flexbox;
    }
    #andrew-side {
        width: 47%;
        margin-right: 6%;
    }
    #jimoh-side {
        width: 47%;
    }
    #careers-bottom-section {
        display: none;
    }
    #photo-grid {
        display: -ms-flexbox;
    }
    #left-photo {
        width: 36%;
        margin-right: 4%;
    }
    #right-photo {
        width: 60%;
    }
    .types-match img {
        margin: 0;
    }
}