* {
    font-family: 'Source Sans Pro', sans-serif;
    color: #4A4A4A;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a span {
    color: inherit !important;
}

.chatlio-title-text-content {
    color: #fff !important;
    font-size: larger;
}

.chatlio-message-body-text {
    color: inherit;
}

.chatlio-message-body-text span {
    color: inherit;
}

body {
    font-size: 16px;
    width: 100vw;
    position: absolute;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 1050px;
}

article p, article blockquote, article ul {
    max-width: 810px;
}


blockquote {
    font-size: 25px;
    border-left: 5px solid #ccc;
    padding-left: 30px;
    font-weight: 300;
    margin-left: 0;
}

ul li {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 1em;
}

h1 {
    font-size: 55px;
    font-weight: 600;
}

h1 + h2 {
    color: #999;
    font-size: 35px;
    margin-top: -30px;
}

h2 {
    font-size: 35px;
}

p {
    font-weight: 300;
    font-size: 25px;
    white-space: pre-line;
    word-break: break-word;
}

p a {
    color: #4A90E2;
    text-decoration: none;
}

p a:hover {
    border-bottom: 3px solid #4A90E2;
}

a.bold {
    font-weight: 600;
    color: #4A90E2;
    text-decoration: none;
    font-size: larger;
}

a.bold:hover {
    border-bottom: 3px solid #4A90E2;
}

.button {
    padding: 10px 60px; 
    font-size: 33px;
    border: 1px solid #4A90E2;
    border-radius: 8px;
    font-weight: 600;
    color: #4a90e2;
    text-decoration: none;
}

.button span {
    color: inherit;
    font-weight: 300;
}

.button + .button {
    margin-left: 1em;
}

.button.active {
    color: white;
    background-color: #4a90e2;
}

nav {
    padding: 70px 0;
}

nav ul {
    float: right;
}

nav a.pure-menu-link {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    color: #4A90E2;
    margin-left: 1em;
}

nav a.pure-menu-link:hover {
    background: white;
    text-decoration: underline;
}

nav li:last-of-type a.pure-menu-link {
    font-weight: 600;
}

.hero h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.hero p {
    margin-top: 0;
    font-size: 40px;
}

.hero p a {
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
}

.hero p a:hover {
    border-bottom: 1px dashed;
}

.trusted {
    text-align: center;
    padding: 100px 0;
    padding-bottom: 80px;
}

.trusted h3 {
    font-size: 50px;
    font-weight: 500;
}

.trusted a {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.feature {
    margin-bottom: 70px;
}

.feature > div {
    text-align: center;
}

.feature > div > div {
    padding: 50px 0;
    display: inline-block;
    text-align: left;
}

.feature > div + div div {
    border-left: 1px solid #4A90E2;
    padding-left: 90px;
}

.feature h3 {
    font-weight: 600;
    font-size: 40px;
    margin: 0px;
    white-space: nowrap;
}

.feature ul {
    margin-top: 15px;
    padding: 0;
}

.feature li {
    font-size: 30px;
    font-weight: 300;
    line-height: 58px;
    list-style: none;
    white-space: nowrap;
    margin-bottom: 0;
}

.full-width-background {
    background-color: #4A90E2;
    padding: 50px 0;
    text-align: center;
}

.full-width-background * {
    color: white;
}

.full-width-background p {
    font-size: 30px;
    text-align: left;
}

.full-width-background address {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: bottom;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    text-align: left;
}

.full-width-background address img {
    float: left;
    margin-right: 15px;
    max-width: 150px;
}

.full-width-background address a {
    text-decoration: none;
}

.full-width-background address a:hover {
    text-decoration: underline;
}

.full-width-background .content > a {
    padding-top: 27px;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    border-bottom: 3px solid white;
}

.full-width-background.white{
    background-color: white;
    border-top: 1px solid #4A90E2;
    border-bottom: 1px solid #4A90E2;
    padding: 30px;
    padding-bottom: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.full-width-background.white * {
    color: #4A4A4A;
}

.full-width-background.white .content > a {
    border-bottom: 3px solid #4A4A4A;
}

.sponsor {
    font-size: 40px;
    font-weight: 600;
    border-bottom: 1px solid #4A90E2;
    text-align: center;
}

.sponsor img {
    vertical-align: middle;
    margin-left: 87px;
}

.detailed {
    border-bottom: 1px solid #4A90E2;
    padding-bottom: 40px;
}

.detailed h2 {
    font-size: 46px;
    font-weight: 600;
}

.detailed h3 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
}

.detailed p {
    font-size: 25px;
    font-weight: 300;
    white-space: pre-line;
    max-width: 810px;
}

.detailed p a {
    color: #4A90E2;
}

.questions h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 56px;
    margin-bottom: 14px;
}

.questions h2 + a {
    font-size: 50px;
    color: #4A90E2;
    text-decoration: none;
}

.questions p {
    font-size: 35px;
    font-weight: 300;
}

.questions input {
    font-size: 30px;
    border-radius: 8px;
    border: 1px solid #4A90E2;
    padding: 10px;
    margin-right: 30px;
    width: 430px;
}

footer {
    margin-top: 56px;
    background-color: #4A90E2;
    padding: 50px 0;
}


footer {
    color: white;
    line-height: 40px;
}

footer table {
    width: 100%;
}

footer a {
    display: block;
    color: white;
    font-size: 25px;
    text-decoration: none;
    font-weight: 300;
}

footer a:hover {
    text-decoration: underline;
}

footer span {
    font-size: 25px;
    line-height: 30px;
    color: white;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}

footer td:first-child {
    width: 15%;
}

footer td:last-child {
    text-align: right;
}

footer td:last-child a {
    font-weight: bold;
}

.pro h1 {
    font-size: 55px;
    font-weight: 600;
    display: inline;
}

.pro .button {
    float: right;
    vertical-align: middle;
}

.pro h2 {
    font-size: 32px;
    font-weight: 600;
}

.pro p {
    font-size: 25px;
    font-weight: 300;
}

.pro p:first-of-type {
    font-size: 30px;
    font-weight: 300;
    white-space: pre-line;
    padding-bottom: 50px;
}

.buy {
    text-align: center;
    padding: 50px 0;
}

.buy p {
    text-align: center;
    width: 780px;
    font-weight: 300;
    font-size: 20px;
    white-space: pre-line;
    margin: 0 auto;
    display: block;
    color: #aaa;
    margin-top: 30px;
    margin-bottom: 30px;
}

.buy a {
    font-weight: 600;
    font-size: 32px;
    text-decoration: none;
    color: #4A90E2;
    border-bottom: 3px solid #4A90E2;
}

.enterprise h1 {
    font-weight: 600;
    font-size: 55px;
}

.enterprise p {
    font-weight: 300;
    font-size: 30px;
}

.enterprise a {
    font-weight: 600;
    font-size: 30px;
    text-decoration: none;
    color: #4A90E2;
    border-bottom: 3px solid #4A90E2;
}

.casestudies > div {
    border-bottom: 1px solid #4A90E2;
    padding: 50px 0;
}

.casestudies > div img {
    width: 200px;
    float: left;
    padding-right: 50px;
}

.casestudies > div p {
    font-size: 30px;
    font-weight: 300;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.casestudies > div > a {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    color: #4A90E2;
    border-bottom: 3px solid #4A90E2;
}

.casestudies > div:first-child img {
    padding-bottom: 0px;
}

.casestudies > div:last-child {
    border-bottom: none;
}

.casestudies > div:last-child img {
    width: 150px;
    padding-left: 50px;
}

.reviews > div {
    display: inline-block;
    border-bottom: 1px solid #4A90E2;
    padding: 50px 0;
}

.reviews > div p {
    font-size: 30px;
    margin-bottom: 50px;
}

.reviews > div img {
    float: left;
}


.reviews address {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: bottom;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    text-align: left;
}

.reviews address img {
    float: left;
    margin-right: 30px;
}

.reviews address a {
    text-decoration: none;
}

.reviews address a:hover {
    text-decoration: underline;
}

.reviews > div:last-child {
    border-bottom: 0;
}

p.header {
    font-size: 30px;
}

.casestudy address {
    font-size: 25px;
}

.casestudy .spacing {
    height: 20px;
}

.small p {
    font-size: 25px;
}

.small blockquote {
    font-size: 25px;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 20px;
    }

    blockquote {
        font-size: 20px;
    }

    ul li {
        font-size: 20px;
    }

    img {
        width: 100%;
    }

    nav img {
        width: 300px !important;
    }

    nav .pure-menu-list {
        margin-top: 2em;
        margin-bottom: 1.5em;
        display: block;
        float: left;
    }

    nav a.pure-menu-link {
        font-size: 20px;
        margin-left: 0;
    }

    h1 {
        font-size: 40px;
    }

    .button {
        font-size: 20px;
        padding: 5px 30px;
    }

    .hero p {
        font-size: 30px;
    }

    .hero .button {
        display: inline-block;
    }

    .button + .button {
        margin-top: 0.2em;
        margin-left: 0;
    }

    .trusted {
        text-align: left;
    }

    .trusted h3 {
        font-size: 30px;
    }

    .trusted img {
        width: 300px !important;
    }

    .trusted a {
        width: 100%;
    }

    .feature > div {
        text-align: left;
        width: 100% !important;
    }

    .feature > div > div {
        padding: 0;
    }

    .feature h3 {
        font-size: 30px;
    }

    .feature ul {
        margin-top: 0;
    }

    .feature li {
        font-size: 20px;
        line-height: 35px
    }

    .feature > div + div div {
        border: 0;
        padding-left: 0;
        margin-top: 2em;
    }

    .full-width-background {
        padding: 10px 0;
    }

    .full-width-background p {
        font-size: 20px;
    }

    .full-width-background address {
        font-size: 16px;
    }

    .full-width-background .content > a {
        font-size: 20px;
        border-bottom: 1px solid white;
    }

    .sponsor {
        font-size: 30px;
        margin-top: 1em;
    }

    .sponsor a {
        text-align: center;
    }

    .sponsor img {
        width: 200px;
        text-align: center;
        margin-left: 0;
    }

    .detailed {
        margin-top: -2em;
    }

    .detailed h2 {
        font-size: 30px;
    }

    .detailed h3 {
        font-size: 25px;
        margin-top: 0px;
    }

    .detailed p {
        font-size: 16px;
        max-width: 300px;
    }

    .questions h2 {
        font-size: 30px;
        margin-top: 50px;
    }

    .questions h2 + a {
        font-size: 30px;
    }

    .questions p {
        font-size: 25px;
    }

    .questions input {
        font-size: 20px;
        width: 280px;
    }

    .questions .button {
        display: inline-block;
        margin-top: 1em;
    }

    footer {
        padding: 10px;
    }

    footer table td {
        display: block;
        width: auto !important;
    }

    footer a {
        font-size: 20px;
        line-height: 40px;
    }

    footer td:last-child {
        text-align: left;
    }

    footer span {
        margin-top: 2em;
        font-size: 20px;
    }

    .pro .button {
        float: none;
        margin-bottom: 2em;
        margin-top: 1em;
    }

    .pro p:first-of-type {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .pro h2 {
        font-size: 25px;
    }

    .pro p {
        font-size: 20px;
    }

    .full-width-background.white img {
        display: block;
        float: none;
    }

    .buy a { 
        font-size: 25px;
    }

    .buy p {
        width: 100%;
        font-size: 14px;
    }

    .enterprise h1 {
        font-size: 40px;
    }

    .enterprise p {
        font-size: 25px;
    }

    .casestudies > div img {
        float: none;
        padding-right: none;
    }

    .casestudies > div p {
        font-size: 20px;
    }

    .casestudies > div > a {
        font-size: 20px;
    }

    .casestudies > div:last-child img {
        padding-left: 0;
    }

    .reviews > img {
        width: 100% !important;
    }

    .reviews > map {
        display: none;
    }

    .reviews > div p {
        font-size: 20px;
        margin-bottom: 1em;
    }

    .reviews address {
        font-size: 16px;
    }

    .reviews address img {
        float: none;
        margin-right: 0;
        display: block;
        height: auto; 
        width: auto; 
        max-height: 100px;
        max-width: 200px;
    }

    .reviews.casestudy address {
        font-size: 25px;
    }

    p.header {
        font-size: 20px;
        font-weight: 500;
    }

    .small p {
        font-size: 20px;
    }

    .small blockquote {
        font-size: 20px;
    }

    h1 + h2 {
        font-size: 25px;
    }
}
