﻿/************************************************** #html **************************************************/

body {
    font-family: Nunito,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 65px;
    color: #444;
}

p {
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
}

ul {
    padding-left: 0;
}

li {
    list-style: none
}

a {
    /*color: #25648d;*/
    /*text-decoration: none;*/
    color: #e52c5c;
    text-decoration: dotted;
    font-weight: bold;
}

    a:link {
        color: #e52c5c;
        text-decoration: dotted;
    }

    a:hover, a:active, a:focus {
        color: #ef452a;
    }

    a:hover {
        cursor: pointer;
        cursor: hand;
        text-decoration: none;
    }

    a:link.btn, a:visited.btn {
        color: #25648d;
        text-decoration: none;
    }

    a:hover.btn, a:hover.focus {
        color: white;
        text-decoration: none;
    }

    a.btn {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    a.fontSize80 {
        font-size: 80%;
    }

.link1 {
    font-weight: bold;
    padding-right: 10%;
}

    .link1:hover {
        cursor: pointer;
        cursor: hand;
        text-decoration: none;
    }

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

/* table */
.tableSeparator {
    border-bottom: 1px solid #204d74;
    padding-top: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

.tableSeparatorGreatValue {
    border-bottom: 1px solid white;
    padding-top: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

/************************************************** #general **************************************************/
/* #orientation #align  */
.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignCenter {
    display: flex;
    align-items: center;
}

/*.verticalAlignMiddleContent {
    display: inline-block;
    vertical-align: middle
}

.displayInlineBlock {
    display: inline-block;
    position: relative;
}*/

/* #size #height #width */

/* #margin */
.marginTop0 {
    margin-top: 0;
}
.marginBottom0 {
    margin-bottom: 0;
}
.marginLeft0 {
    margin-left: 0;
}
.marginRight0 {
    margin-right: 0;
}

.marginTop14 {
    margin-top: 14px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginTop70 {
    margin-top: 70px;
}

.marginBottom32 {
    margin-bottom: 32px !important;
}

.marginRight16 {
    margin-right: 16px;
}

.noMarginRight {
    margin-right: 0;
}

.marginRight20 {
    margin-right: 20px;
}

.marginLeft20 {
    margin-left: 20px;
}

/* #padding */
.padding20 {
    padding: 20px;
}

.paddingTop16 {
    padding-top: 16px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop36 {
    padding-top: 36px !important;
}

.paddingTop55 {
    padding-top: 55px;
}

.paddingTop60 {
    padding-top: 60px;
}

.paddingBottom16 {
    padding-bottom: 16px;
}

.paddingBottom30 {
    padding-bottom: 30px !important;
}

/* #border */
.headerBorder {
    padding-right: 30px;
    border-bottom: #e52c5c 2px solid;
}

/* #hover */
.hoverableHand:hover {
    cursor: pointer;
    cursor: hand;
}

/* #font */
.bold {
    font-weight: bold;
}

.fontSize70 {
    font-size: 80%;
}

.fontSize150 {
    font-size: 150%;
}

.fontSize130 {
    font-size: 130%;
}

.fontSize300 {
    font-size: 300%;
}

.fontColorRed {
    color: red;
}

/* #text */
.bigHeader {
    font-weight: bold;
    font-size: 250%;
    color: #444;
    padding-left: 12%;
    padding-right: 12%;
}

.smallHeader {
    color: #444;
    font-size: 120%;
    padding-left: 12%;
    padding-right: 12%;
}

.textHeadline {
    font-size: 300%;
}

.textBody {
    padding: 4px;
}

.textFeature {
    font-size: 120%;
    padding: 4px;
    font-weight: bold;
}

/* #display */
.hidden {
    display: none !important;
}

.onlyDisplayOnPhone {
    display: none !important;
}

/************************************************** #elements **************************************************/
/* layout */
.main {
    margin-top: 32px;
    overflow: hidden !important;
    min-height: 600px;
    margin-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

/* Wrapping element */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* #nav */
.navbar-inverse .navbar-nav > li > a {
    color: #204d74;
}

.navbarLink {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 20px;
}

.navbar-brand {
    margin-top: 8px
}

.navbar-inverse .navbar-nav > li > a.navbarLink:link a:visited {
    color: #368ec9;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a.navbarLink:hover {
    color: #368ec9;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a.navbarLink:active {
    color: #368ec9;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a.navbarLink:focus {
    color: #368ec9;
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: inherit;
}

.buttonNavbar {
    font-weight: bold;
    font-size: 150%;
    color: #204d74;
    background-color: transparent;
    border-color: #122b40;
    border-radius: 2px;
    border: #204d74 solid 2px;
}

.navbar-inverse .navbar-nav > li > a.buttonNavbar:hover, .navbar-inverse .navbar-nav > li > a.buttonNavbar:active, .navbar-inverse .navbar-nav > li > a.buttonNavbar:focus {
    color: white;
    background-color: #204d74;
}

.navbar {
    background-color: white;
    -webkit-box-shadow: 0px 1px 3px #ccc;
    box-shadow: 0px 1px 3px #ccc;
}

.navbar-fixed-top {
    border: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333 !important;
    color: #fff !important;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar {
    background-color: #777 !important;
    color: white !important;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: white;
    color: #333;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.brandName {
    color: #137f7b;
    font-weight: bold;
}

    .brandName:hover, .brandName:focus {
        color: #e52c5c;
    }

.beta {
    color: #f4ae1f;
    font-size: 70%;
    font-weight: bold;
    margin-left: 0px;
    margin-top: -10px;
    text-align: right;
}

/* #gutter */
.gutter {
    height: 300px;
    background-color: #1b2932;
    color: #bfbfbf;
    padding-top: 30px;
}

a.gutterLink {
    color: #ccc;
    text-decoration: none;
}

    a.gutterLink:visited {
        color: #ddd;
        text-decoration: none;
    }

    a.gutterLink:hover {
        color: #fff;
        text-decoration: none;
    }

    a.gutterLink:active, a.gutterLink:focus {
        color: #fff;
        text-decoration: none;
    }

/* blog */
.blogHeader {
    margin-top: 32px;
}

.blogPost {
    padding-left: 12%;
    padding-right: 12%;
}

.blogLink {
    color: #e52c5c;
    font-size: 150%;
}

.blogPostTitle {
    font-weight: bold;
    font-size: 140%;
    padding: 15px;
}

.authorImage {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    display: inline;
}

.blogImage {
    margin: auto;
    max-height: 400px;
    border-radius: 6px;
}

.blogImageDescription {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    /*font-size: 80%;*/
    color: #888;
}

.blogListItem {
    background-color: #F2F5F8;
    border-radius: 2px;
}

.blogListImageContainer {
    padding: 40px;
}

.listItem {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
}

.blogPage {
    border: 2px solid #e52c5c;
    margin-right: 10px;
    margin-left: 10px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

a.blogPage:hover, a.blogPage:focus, a.blogPage:active {
    border: 2px solid #ef452a;
}

.currentBlogPage {
    color: white !important;
    background-color: #e52c5c;
    border: 2px solid #e52c5c;
    margin-right: 10px;
    margin-left: 10px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
}
a.currentBlogPage:hover, a.currentBlogPage:focus, a.currentBlogPage:active {
    color: white !important;
    background-color: #ef452a;
    border: 2px solid #ef452a;
}

/* #disqus */
#disqus_thread {
    position: relative;
}

    #disqus_thread:after {
        content: "";
        display: block;
        height: 55px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: white;
    }

/************************************************** #components **************************************************/
/* #pricing */
.pricingItem {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pricingItemNoIcon {
    padding-top: 11px;
    padding-bottom: 11px;
}

.greatValue {
    background-color: #133c53;
    color: white;
}

.greatValueText {
    /*color: #fedd9a;*/
    color: #f4ae1f;
}

.promoText {
    color: #f4ae1f;
    font-weight: bold;
}

.noPaymentRequiredColor {
    color: #204d74;
    font-weight: bold;
    font-size: 130%;
}

/* #form */
.formRow {
    margin-left: 20px;
    margin-right: 20px;
}

/* #img, #video */
video {
    margin: 0 auto;
    border: none;
    overflow: hidden;
}

video, img {
    max-width: 100%;
    height: auto;
    display: block;
}

    video.logo, img.logo {
        max-height: 24px;
        max-width: 24px;
    }

    img.homepageImage {
        max-height: 500px;
    }

    video.homepageImage {
        max-height: 700px;
    }

    video.textImage, img.textImage {
        max-height: 250px;
        display: block;
        margin: 0 auto;
    }

.inlineImage {
    display: inline;
}

img.inlineImage {
    display: inline;
}

.centerImage {
    display: block;
    margin: 0 auto;
}

/* #youtube */
.html5-video-player a:hover,
a.ytp-watermark.yt-uix-sessionlink {
    display: none !important;
}

/* #checkbox */
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 3rem;
    text-align: right;
    color: #333;
    display: block;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

    .checkbox .helper {
        color: #999;
        position: absolute;
        top: 0;
        left: 0;
        width: 2rem;
        height: 2rem;
        z-index: 0;
        border: 0.125rem solid currentColor;
        border-radius: 0.0625rem;
        -webkit-transition: border-color 0.28s ease;
        transition: border-color 0.28s ease;
    }

        .checkbox .helper::before, .checkbox .helper::after {
            position: absolute;
            height: 0;
            width: 0.5rem;
            background-color: #337ab7;
            display: block;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-radius: 0.25rem;
            content: '';
            -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
            transition: opacity 0.28s ease, height 0s linear 0.28s;
            opacity: 0;
        }

        .checkbox .helper::before {
            top: 1.6rem;
            left: 0.9rem;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            box-shadow: 0 0 0 0.0625rem #fff;
        }

        .checkbox .helper::after {
            top: 0.35rem;
            left: -3px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .checkbox label:hover .helper {
        color: #337ab7;
    }

    .checkbox input:checked ~ .helper {
        color: #337ab7;
    }

        .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
            opacity: 1;
            -webkit-transition: height 0.28s ease;
            transition: height 0.28s ease;
        }

        .checkbox input:checked ~ .helper::after {
            height: 1.5rem;
        }

        .checkbox input:checked ~ .helper::before {
            height: 2.6rem;
            -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
        }

    .checkbox + .checkbox {
        margin-top: 1rem;
    }

/* button */
.button {
    font-weight: bold;
    border-radius: 2px;
    position: relative;
    background: white;
    color: #204d74;
    border: 2px solid #204d74;
    padding: 0.75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .button:hover, .button:active, .button:focus {
        color: white;
        background: #204d74;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }

        .button:active::before, .button:focus::before {
            -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
            transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
            transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
            transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
            -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.5;
        }

    .button:focus {
        outline: none;
    }

/* signupbutton */
#signUpButton {
    margin-top: 8px;
    margin-bottom: 8px;
    color: white;
}

    #signUpButton:hover {
        color: #204d74;
        background-color: white;
    }

/************************************************** #inputs **************************************************/
/* #inputs - tympanus.net, using chisato https://github.com/codrops/TextInputEffects */
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
    font-size: 20px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Nunito", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

.input--chisato {
    padding-top: 1em;
}

.input__field--chisato {
    width: 100%;
    padding: 0.8em 0.5em;
    background: transparent;
    border: 2px solid;
    color: #b5b5b5;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.input__label--chisato {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
    padding: 0 1em;
    font-weight: 400;
    color: #b5b5b5;
}

    .input__label-content--chisato::after {
        content: attr(data-content);
        position: absolute;
        top: -200%;
        left: 0;
        color: #da6484;
        font-weight: 800;
    }

.input__field--chisato:focus,
.input--filled .input__field--chisato {
    border-color: #da6484;
}

    .input__field--chisato:focus + .input__label--chisato,
    .input--filled .input__label--chisato {
        -webkit-animation: anim-chisato-1 0.3s forwards;
        animation: anim-chisato-1 0.3s forwards;
    }

        .input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
        .input--filled .input__label-content--chisato {
            -webkit-animation: anim-chisato-2 0.3s forwards;
            animation: anim-chisato-2 0.3s forwards;
        }

@-webkit-keyframes anim-chisato-1 {
    0%, 50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes anim-chisato-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50%, 51% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

/************************************************** tooltips **************************************************/
.hint {
    position: relative;
    font-weight: 900;
}

    .hint .tooltiptext {
        font-weight: normal;
        visibility: hidden;
        width: 500px;
        background-color: #777;
        color: #fff;
        text-align: justify;
        border-radius: 2px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        right: 10%;
        bottom: 30px;
    }

    .hint .tooltiptextSmall {
        font-weight: normal;
        visibility: hidden;
        width: 150px;
        background-color: #777;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        right: 10%;
        bottom: 30px;
    }

    .hint:hover .tooltiptext, .hint:hover .tooltiptextSmall {
        visibility: visible;
    }

.infoLetter {
    display: inline;
    font-weight: 900;
    margin-left: 16px;
    border: 1.5px solid;
    border-radius: 50%;
}

/************************************************** #animation **************************************************/
.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

    .animation-element.slide-left.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

.elevate {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

    .elevate:hover {
        top: -10px;
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
        box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    }

/************************************************** #responsive **************************************************/
@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 55px;
    }

    .mainLanding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main {
        padding-left: 0;
        padding-right: 0;
    }

    .rightAlignOnPhone {
        text-align: right;
    }


    .onlyDisplayOnPhone {
        display: block !important;
    }

    .onlyDisplayOnDesktop {
        display: none !important;
    }

    .hint .tooltiptext {
        width: 300px;
    }

    .verticalAlignCenter {
        display: block;
        align-items: normal;
    }
}
