@import "styles.css";

.wrapper .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.wrapper .footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section,
.hero-section,
.solution-section {
    padding: 3rem 0;
}

.austin-widget {
    float: right;
    width: 400px;
    border-radius: 54px;
    box-shadow: 0 31px 25px 0 rgba(222, 185, 135, 0.21);
    border: solid 1px rgba(222, 185, 135, 0.3);
    background-color: #f3f3f3;
    padding: 40px;
    position: relative;
    z-index: 1000;
}

.Custom-plans-availab {
    width: 177px;
    height: 34px;
    font-family: Karla;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.23px;
    color: #3a4a3f;
}

@media (min-width: 768px) {

    .section,
    .hero-section,
    .solution-section {
        padding: 1rem 0 5rem 0;
    }
}

.hero-section {
    position: relative;
    background-color: #fbf6ef;
    padding-top: 4.75rem;
}

.hero-section .section-bg {
    margin-top: 3rem;
    margin-bottom: -25%;
}

.hero-section .section-bg img {
    max-width: 100%;
}

.hero-section .heading {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .hero-section {
        padding-top: 116px;
    }
}

@media (max-width: 991.98px) {
    .hero-section .cta-block {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .hero-section .section-bg {
        text-align: center;
        margin-bottom: -45%;
    }

    .hero-section .section-bg img {
        max-width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section .section-bg {
        margin-top: 2.25rem;
        margin-bottom: -42%;
    }
}

@media (min-width: 992px) {
    .hero-section {
        padding-top: 146px;
    }

    .hero-section .heading {
        margin-bottom: 1.1rem;
    }

    .hero-section .section-bg {
        margin-top: 4.25rem;
    }

    .hero-section .cta-block {
        padding-left: 6%;
    }
}

.bg-dark-grey {
    background-color: #586d6d;
}

.cta-block .cta-title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.8px;
}

.cta-block .cta-footer {
    font-size: 0.875rem;
}

.cta-block .cta-footer .btn {
    font-weight: 700;
    padding: .325rem 1rem;
    -webkit-box-shadow: 0 13px 17px -1px rgba(194, 83, 83, 0.24);
    box-shadow: 0 13px 17px -1px rgba(194, 83, 83, 0.24);
}

.icon-list {
    list-style-type: none;
}

.cta-block .icon-list {
    max-width: 400px;
    margin-bottom: 4rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cta-block {
        max-width: 88%;
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    .cta-block .cta-title {
        font-size: 23px;
    }

    .cta-block .icon-list {
        padding-left: .625rem;
        margin-bottom: 2rem;
    }
}

.icon-list {
    padding-left: 0;
    line-height: 1.2;
    color: #000;
}

.icon-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 1.25rem;
}

.icon-list svg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4em;
}

.solution-section {
    position: relative;
    z-index: 1;
    background-color: #fbf6ef;
}

.hosted-solution-section {
    position: relative;
    z-index: 1;
}

.solution-section .shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-filter: drop-shadow(0 -10px 55px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 -10px 55px rgba(0, 0, 0, 0.06));
    z-index: -2;
}



@media (min-width: 992px) {
    .solution-section .heading {
        margin-bottom: 2.75rem;
    }
}

@media (max-width: 991.98px) {
    .solution-section {
        -webkit-box-shadow: 0 -10px 55px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 -10px 55px 0 rgba(0, 0, 0, 0.06);
    }

    .solution-section .shape {
        display: none;
    }
}

.feature-item img {
    height: 49px;
    width: auto;
    margin-bottom: 1rem;
}

.feature-item h3 {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .feature-item img {
        margin-bottom: 22px;
    }

    .feature-item h3 {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .feature-block {
        margin-left: -40px;
        margin-right: -40px;
    }

    .feature-block .feature-item {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.navbar .navbar-brand {
    max-width: 168px;
}

.navbar-collapse.show {
    border-radius: 5px;
    text-align: center;
}

.navbar .navbar-toggler {
    border: none;
    margin-right: -0.75rem;
}

.navbar-toggler {
    float: right;
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
    }
}

@media (max-width: 767.98px) {
    .navbar .navbar-brand {
        max-width: 105px;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2858, 74, 63, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
    font-size: 17px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #949494;
}

.navbar-nav .btn {
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-spaced {
    letter-spacing: 5px;
}

.text-green {
    color: #6cb784;
}

.text-uppercase {
    text-transform: uppercase !important;
}

@media (min-width: 768px) {
    .navbar-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.lead {
    text-align: center;
    font-size: 1.2em;
}

.lead-left {
    text-align: left;
    font-size: 1.2em;
}

.btn-danger {
    color: #fff;
    background-color: #c25353;
    border-color: #c25353;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b03f3f;
    border-color: #a73b3b;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #b03f3f;
    border-color: #a73b3b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 109, 109, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(203, 109, 109, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c25353;
    border-color: #c25353;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a73b3b;
    border-color: #9d3838;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 109, 109, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(203, 109, 109, 0.5);
}

h1,
.h1 {
    font-size: 2.8125rem;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 37px;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 25px;
    }
}

.heading {
    margin-bottom: 1.25rem;
}

.heading-decor:before {
    display: block;
    content: '';
    width: 44px;
    height: 6px;
    background-color: #2cb4e5;
    margin: 0 auto 1.25rem;
}

.copyright {
    font-size: 14px;
}

.footer-logged-out a {
    color: #007fad;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}

.footer-logged-out a:hover {
    color: #006c94;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: none;
    color: #9d9fa0;
}

.footer-links a+a {
    margin-left: 3rem;
}

.footer-links a:hover {}

@media (max-width: 767.98px) {}