/*! Place your custom styles here */

/* //Social Media Widgets */
#twitter-widget-0 {
    min-height: 0px;
    height: 14px;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 0px;
}
/* Fixes the social media widget length extending past the body */
iframe[title="fb:share_button Facebook Social Plugin"] {
    min-height: auto;
}

/* Fixes the problem with GTM Debug Window not minimizing */
iframe {
  min-height: 0px;
}

/* Buttons */

.btn--primary {
    border-radius: 20px;
    border-color: #d3d3d3 !important;
    color: #2f67e8 !important;
}

.btn--icon i {
    border-radius: 20px 0 0 20px;
}

.btn__text i {
    color: #2f67e8 !important;
}

/* Blog Posts*/

/* Fixes issue with breaking blog card alignment */
.feature-1 > a.block img {
    width: 350px;
    height: 230px;
}
/* Aligns bullet point with beginning of paragraph */
article .article__body ul {
    padding-left: 18px;
    font-size: 1.5 em;
}

.article__body li {
    color: #555;
    list-style: disc !important;
    padding-left: 10px;
}

article .article__body p {
    color: #555;
}

.article__body h2,
.article__body h3 {
    font-weight: 600 !important;
}

.article__body li p {
    color: rgb(0, 0, 0, 0.84);
    font-size: 1em;
    font-weight: 600;
}

/* Sign Up Form */
#signup {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}

.margin-fix {
    display: flex;
    flex-direction: column;
}

.margin-fix > * {
    margin: 0 auto;
    margin-bottom: 1.25rem !important;
}
.tab-content > h1 {
    padding-top: 7rem;
}
@media (max-width: 767px) {
    .logo-dark {
        display: none !important;
    }

    .signup {
        display: none;
    }

    footer.footer-7 {
        padding: 0;
    }

    .margin-fix {
        margin-right: 0;
        margin-left: 0;
    }

    .col-md-8 > input::placeholder {
        text-align: center;
    }

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

    .article__body {
        text-align: center;
    }

    .logo-light {
        display: inline !important;
    }

    .logo-dark {
        display: none;
    }

    .toggle {
        display: flex;
    }
    .order2 {
        order: 2;
        margin-top: 1.85714286em;
    }
    .order1 {
        order: 1;
        margin: 0;
    }

    .tab-content > h1 {
        padding-top: 2rem;
        font-size: 26px;
    }

    .tab-content > * {
        text-align: justify;
    }
}
