/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

a {
    color: #f57500;
}

a:hover,
a:focus {
    color: #f57500;
}

/* invisible div */
.invisibler {
    position: relative;
    height: 2rem;
    visibility: hidden;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.spacer--top {
    margin-top: 2rem !important;
}

.spacer--bottom {
    margin-bottom: 2rem !important;
}

.with-popular {
    margin-top: 80px;
}

.page-header {
    padding: 3rem 0 1rem;
}

.page-header h2 {
    font-size: 3rem;
    line-height: 1.145833333;
    margin-bottom: 1rem;
    font-weight: 200;
}

.section-title {
    padding: 1rem 0 2rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.section-bigtitle {
    padding: 1rem 0 2rem;
    font-size: 3rem;
    line-height: 1.3;
    text-transform: uppercase;
}

.leader {
    margin-bottom: 3rem;
}

.leader__pic {
    display: block;
    margin: 0 auto 1rem;
}

.leader__name {
    text-transform: uppercase;
}

.leader__name,
.leader__title {
    text-align: center;
}

.leader__title {
    margin-bottom: 1em;
}

@media screen and (min-width: 541px) {
    .leader__pic {
        float: left;
        margin-bottom: 1rem;
        margin-right: 1rem;
    }

    .leader__name,
    .leader__title {
        text-align: left;
    }

    .leader__title {
        margin-bottom: 0;
    }
}

ul {
    margin-bottom: 1rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.large-resolution {
    display: none;
}

@media screen and (min-width: 1200px) {
    .small-resolution {
        display: none;
    }

    .large-resolution {
        display: block;
    }
}

/* About page */

.section {
    padding: 6rem 0;
}

.section--small {
    padding: 5rem 0 2rem;
}

.section--why {
    background-color: #f5f5f5;
}

.section--why .img-wrapper {
    height: 100px;
}

.section--why img {
    display: inline-block;
}

.section--visual {
    /*background-color: #fdfdfd;*/
}

.section--visual .halfer:first-of-type {
    position: relative;
}

@media screen and (min-width: 768px) {
    .section--visual .halfer:first-of-type::after {
        content: 'or';
        position: absolute;
        top: 50%;
        right: -20px;
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .section--visual .halfer .spacer--bottom {
        margin-bottom: 0 !important;
    }
}

.section--data {
    background-color: #efefef;
}

.section--gallery {
    background-color: #efefef;
    padding-bottom: 5rem;
}

.section--companies {
    background-image: linear-gradient(bottom, rgb(170,170,170) 24%, rgb(219,219,219) 62%);
    background-image: -o-linear-gradient(bottom, rgb(170,170,170) 24%, rgb(219,219,219) 62%);
    background-image: -moz-linear-gradient(bottom, rgb(170,170,170) 24%, rgb(219,219,219) 62%);
    background-image: -webkit-linear-gradient(bottom, rgb(170,170,170) 24%, rgb(219,219,219) 62%);
    background-image: -ms-linear-gradient(bottom, rgb(170,170,170) 24%, rgb(219,219,219) 62%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.24, rgb(170,170,170)),
            color-stop(0.62, rgb(219,219,219))
    );
}

.about-page #s5_top_row3_area1 {
    background-color: #f7f7f7 !important;
}

.about-page #s5_bottom_row1_wrap,
.about-page #s5_bottom_row3_wrap {
    padding: 60px 0;
}

.about-page .s5_mod_h3 {
    padding: 1rem 0 2rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 200;
}

#s5_above_columns_wrap1,
#s5_below_columns_wrap1 {
    margin-bottom: 0;
}

.companies {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.company {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    *display: inline;
    width: 154px;
    height: 154px;
    margin: 0 10px 19px;
    position: relative;
    *zoom: 1;
}

.company__logo-wrapper {
    display: table-cell;
    height: 154px;
    vertical-align: middle;
    width: 154px;
    z-index: 2;
}

.company__logo {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 100%;
}

.halfer--large .spacer--bottom {
    height: 300px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .halfer {
        width: 49%;
        float: left;
    }

    .halfer--large {
        width: 48%;
    }

    .halfer:nth-child(2n) {
        padding-left: 1%;
    }

    .halfer--large:nth-child(2n) {
        padding-left: 2%;
    }

    .halfer:nth-child(2n+1) {
        padding-right: 1%;
    }

    .halfer--large:nth-child(2n+1) {
        padding-right: 2%;
    }
}

.thirder {
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .thirder {
        width: 31%;
        float: left;
        margin-bottom: 0;
    }

    .thirder:nth-child(3n) {
        padding-right: 1.5%;
    }

    .thirder:nth-child(3n+1) {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    .thirder:nth-child(3n+2) {
        padding-left: 1.5%;
    }
}

@media screen and (min-width: 768px) {
    .thirder--alt {
        width: 33.33%;
        float: left;
    }
}

@media screen and (max-width: 539px) {
    .quarter--alt {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 540px) {
    .quarter {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .quarter {
        width: 25%;
        float: left;
    }
}

.promo-img {
    display: block !important;
    margin: 0 auto;
}

.greybox {
    background-color: #efefef;
    padding: 1rem;
}

.video-wrapper {
    float: left;
    margin-right: 1rem;
    border: 3px solid white;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.video-wrapper iframe {
    display: block;
}

.dtp {
    position: relative;
}

.up-arrow,
.down-arrow {
    position: absolute;
}

.up-arrow {
    top: 25px;
    left: 66%;
    margin-left: -113px;
}

.down-arrow {
    top: 15px;
    left: 33%;
    margin-left: -113px;
}

@media screen and (max-width: 991px) {
    .up-arrow,
    .down-arrow {
        display: none !important;
    }
}

.section--faq {
    padding-top: 0;
}

.section--gallery {
    padding-left: 3rem;
    padding-right: 3rem;
}

.section--gallery .text-center {
    display: block;
}

.section--gallery .text-center img {
    margin-left: auto;
    margin-right: auto;
}

.item-page .icons {
    position: absolute;
    z-index: 1;
    right: 0;
}

.studies {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}

.studies__item {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
}

.studies__item:last-of-type {
    border-bottom: 1px solid #ddd;
}

.studies__pic {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

@media screen and (min-width: 481px) {
    .studies__pic {
        float: left;
        margin-left: 0;
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

.studies__name {
    line-height: 1.8;
}

.book-pic-wrapper {
    display: block;
    float: left;
    margin-right: 2rem;
}

.book-pic {
    display: inline-block;
}

@media screen and (max-width: 400px) {
    .book-pic-wrapper {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

.sample-title {
    padding: 1rem 0 0.5rem;
}

/* Features & pricing page */

.top-half {
    height: 93px;
}

.top-half--alt {
    height: 62px;
}

.bottom-half {
    height: 90px;
}

.bottom-half--alt {
    height: 121px;
}

.bottom-half--alt2 {
    height: 96px;
}

.align-bottom {
    vertical-align: bottom;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.pricing-wrapper {
    text-align: center;
}

.pricing-tabs {
    margin-bottom: 3rem;
    border-bottom: none;
    display: inline-block;
}

.pricing-tabs li {
    margin-bottom: 0;
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    float: none;
    border: 2px solid #aeaeae;
    text-align: center;
}

.pricing-tabs li:focus,
.pricing-tabs li:hover {
    background-color: #aeaeae;
}

.pricing-tabs li a {
    margin-right: 0;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    color: #0054c1;
}
.pricing-tabs li a:focus,
.pricing-tabs li a:hover {
    color: #0054c1;
    text-decoration: none;
}

.pricing-tabs li.active {
    background-color: #aeaeae;
    position: relative;
}

.pricing-tabs li.active a {
    border: none;
    color: #555555;
    background-color: transparent;
}

.pricing-tabs li.active a:focus,
.pricing-tabs li.active a:hover {
    border: none;
    color: #555555;
    background-color: #aeaeae;
}

.pricing-tabs li.active::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.6px 9px 0 9px;
    border-color: #aeaeae transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 100%;
}

.subscription {
    border: 1px solid white;
    background-color: #0054c1;
    color: white;
    padding: 1em;
    height: 215px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.subscription--popular {
    position: relative;
}

.subscription--popular::before {
    content: '';
    position: absolute;
    top: -79px;
    height: 80px;
    width: calc(100% - 2px);
    box-sizing: border-box;
    background: url(/images/badge.png), #0054c1;
    background-position: top right, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 78px 61px, auto auto;
    left: 1px;
}

.subscription--dev {
    background-color: #e97001;
}

.subscription__brand {
    color: #0099ff;
}

.subscription__type {
    color: #0CF;
    font-weight: bold;
    font-size: 24px;
}

.subscription__desc {
    font-size: 12px;
    line-height: 2;
}

.subscription__cta {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #0CF;
    color: #ffffff;
    border: none;
    margin-bottom: 0.725rem;
}

.subscription__cta:focus,
.subscription__cta:hover {
    background-color: #0099ff;
    color: white;
    text-decoration: none;
}

.smaller {
    font-size: 12px;
    color: #555555;
}

.bigger {
    font-size: 27px;
}

/*comparison table*/
.comparison {
    border-collapse: collapse;
    font-size: 14px;
}

.comparison,
.comparison tr,
.comparison td,
.comparison th {
    border: 1px solid #ccc;
}

.comparison td {
    padding: 0.6rem;
    text-align: center;
}

.comparison td:first-child {
    text-align: left;
}

.comparison th:not(:first-child) {
    text-align: center;
}

.dot-no {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #eee;
}

.dot-yes {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #e97001;
}

.plan {
    border: 1px solid white;
    background-color: #aeaeae;
    color: white;
    padding: 1em;
}

.plan__type {
    color: #0054c1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.plan__price {
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

.plan ul {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 0;
    margin-right: 0;
}

/* Partners page */

@media screen and (min-width: 540px) and (max-width: 991px) {
    .partners__item {
        width: 47%;
        margin-right: 6%;
        float: left;
    }

    .partners__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .partners__item {
        width: 22%;
        margin-right: 4%;
        float: left;
    }

    .partners__item:nth-child(4n) {
        margin-right: 0;
    }
}

.partners__logo a {
    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding: 56.25% 0px 0px;
}

.partners__logo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.partners__description {
    font-size: 14px;
    line-height: 1.2em;
}

/* Home page */

.services_wrap_inner ul {
    list-style-type: disc;
    text-align: left;
}

.left-hero {
    box-sizing: border-box;
    width: 100%;
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.right-hero {
    display: none;
}

@media screen and (min-width: 1200px) {
    .left-hero {
        padding-left: 0;
        padding-right: 1%;
        width: 56.3%;
        float: left;
        margin-top: 0;
    }

    .right-hero {
        display: block;
        padding-left: 1%;
        width: 41.7%;
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .left-hero {
        margin-top: 2rem;
    }

    .left-hero h2 {
        font-size: 48px !important;
    }

    .left-hero p {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 580px) {
    .left-hero h2 {
        font-size: 48px !important;
    }

    .left-hero p {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .left-hero {
        margin-top: 1rem;
    }

    .left-hero h2 {
        font-size: 32px !important;
        line-height: 1.5 !important;
    }
}

#s5_pos_custom_2 {
    background-color: #eeeef6
}

@media screen and (max-width: 580px) {
    .home-page #s5_top_row3_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-page #s5_top_row3_inner #s5_pos_top_row3_1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .for-large {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .for-small {
        display: none;
    }
}

/* Sample apps page */

.s5_wrap_gallery {
    position: relative;
    width: 100%;
    height: 0px;
    padding: 23% 0px 0px;
}

.js--app-gallery--wrapper {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

/* Faq page */

.faq {
    font-size: 18px;
}

.faq__item {
    font-weight: bold;
    cursor: pointer;
    line-height: 1.7;
}

.faq__item > div {
    font-size: 16px;
    display: none;
    font-weight: normal;
    line-height: 1.5;
}

.faq__learn-more li {
    color: #f57500
}

.faq__learn-more li > span {
    color: #191919;
}

/* Video Tutorials Page */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #EEEEFF;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Blog page */

.subcategory__list {
    list-style-type: none;
    margin: 0;
}

.subcategory__item {
    display: inline;
    padding-right: 1rem;
}

.subcategory__item.last {
    padding-right: 0;
}

.blog-page .s5_float_left .s5_module_box_2 {
    background-color: whitesmoke;
    padding: 1rem;
}

.blog-page .css-flat {
    margin: 0;
    padding: 0;
    line-height: inherit;
    float: none;
    height: auto;
}

.blog-page .css-flat:hover,
.blog-page .css-flat:focus {
    color: #191919 !important;
}

.blog-page .css-flat::before,
.blog-page .css-flat::after {
    display: none;
}

.blog-page .s5_float_left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blog-page .s5_float_left ul li {
    display: block;
    float: none;
    height: auto;
    margin: 0 0 0.5rem;
}

.tag-category h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.tag-category h3 {
    margin-bottom: 0.5rem;
}

.tag-category .list-striped li {
    margin-bottom: 3rem;
}

.mailchimp_signup_form #response {
    color: #191919;
    font-style: normal;
    display: block;
}

.vizi-main {}
.vizi-aside {
    padding-top: 4rem;
}

.vizi-cat {
    background-color: whitesmoke;
    padding: 1rem;
}

@media screen and (min-width: 769px) {
    .subcategory__item {
        display: block;
        padding-right: 0;
    }

    .vizi-main {
        width: 59.8%;
        float: left;
        padding-right: 2%;
    }

    .vizi-aside {
        width: 36.2%;
        float: right;
        padding-left: 2%;
    }

    .vizi-cat {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 579px) {
    .blog-page .pagination .pagination span,
    .blog-page .pagination .pagination a {
        float: left;
    }
}

/* Buttons */

.create-account {
    color: white;
    background-color: #0056c7;
    display: inline-block;
    padding: 0.6rem 1rem;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #1E0BD4;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, .2) inset;
}

.create-account:focus,
.create-account:hover {
    color: white;
    text-decoration: none;
    background-color: #0B9EDE;
}

.detailed-plans {
    color: #0056c7;
    font-size: 22px;
    background-color: transparent;
    border: none;
    display: inline-block;
    margin-bottom: 2rem;
}

.detailed-plans::before {
    content: '> '
}

.detailed-plans .plans--open {
    display: none;
}

.detailed-plans.collapsed .plans--open {
    display: inline;
}

.detailed-plans.collapsed .plans--closed {
    display: none;
}