* {
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #eaeaea;
}
.content {
    float: none;
    padding: 0;
    overflow: hidden;
}
.content-center {
    margin: auto;
    max-width: 1200px;
}

.header {
    background: #484979;
    padding: 40px 0;

}
.header .nav-bar a {
    padding: 10px 20px;
}
.header .nav-bar a.majestic-button:hover {
    color: #ff8d40;
    background: none;
}
.container {
    max-width: 100%;
    width: 100%;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-container {
    max-width: 1200px;
}

.header-text { padding: 130px 15px 0px; text-align: center; }
.header-text * {font-size: 31px!important;}

.screenshot {
    float: right;
    width: 50%;
    line-height: 0;
}
.screenshot img {
    display: block;
    margin: auto;
    max-height: 350px;
}

.maj-logo {
    margin-left: -20px;
}
.majestic-button:hover {
    background: #ff8d40;
}
.majestic-orange-button
{
    background: #ff8d40;
    border-radius: 25px;
    border-style: solid;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 20px;
    -webkit-appearance: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}
.majestic-orange-button:hover {
    color: #fff;
}
.landing-container {
    margin: auto;
}
.landing-body {
    background: #484979;
    padding: 0px 0 0px;
    color: #fff;
    overflow: hidden;
}
.landing-body h2 {
    font-size: 32px;
}

.landing-header .screenshot {
    float: left;
    width: inherit;
}
.landing-header .screenshot img {
    max-height: 100px;
}
.landing-header .header-text {
    float: right;
    padding: 0 15px 0 15px
}
.landing-header .header-text h2 {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .landing-body h2 {
        margin-top: 45px;
    }

    #notify-me-footer {
        margin-top: 35px;
    }
}
.underline {
    text-decoration: underline;
}

.margin-top-30 {
    margin-top: 30px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-left-40 {
    margin-left: 40px;
}
h2 {
    line-height: 1.4em;
}
p {
    color: #fff;
    line-height: 32px;
    font-size: 20px;
}
.padding-10 {
    padding: 10px;
}
.justify-even {
    justify-content: space-evenly;
}
.justify-center{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proud {
    font-size: 25px;
    color: #484979;
}
.perks {
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
}
.checklist {
    border: 1px solid #e2e8e8;
    background-color: #fff;
    border-radius: 10px;
}
.checklist-item {
    padding: 10px 15px 0;
    display: flex;
    align-items: flex-start;
}
.checklist-item i {
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
}
.checklist-item p {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #484979;
}
.checklist-item:last-of-type p {
    border: none;
    padding-bottom: 0;
}
.checklist-item .majestic-checkbox {
    font-size: 75%;
}
.checklist-item .checklist-label {
    display: block;
    margin: auto 0.5em;
    width: 100%;
    line-height: 1em;
    text-align: left;
}
.checklist-button {
    display: flex;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 30px;
}
.checklist-button span {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.pricing-section {
    background: #484979;
    width: 100%;
    margin-top: 80px;
}
.pricing-h1 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin: 40px;
}
.pricing-col {
    margin-bottom: 50px;
}

.free-plan {
    margin: 0px auto;
    padding: 0px;
}
.free-plan>* {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 0px 15px 0px;
}
.free-benefits {
    display: block;
}
.free-benefits .benefit:last-of-type {
    /*border: none;*/
     margin-bottom: 1em;
}

.free-benefits input[type=checkbox] {
    margin-right: 10px;
}
.free-information {
    width: 100%;
    float: none;
    text-align: center;
    padding: 20px 0 0;
}
.free-information h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}

.solo-plan {
    background-color: #7677C4;
    margin: auto;
    border-radius: 10px;
}
.price-information {
    width: 100%;
    float: none;
    text-align: center;
    padding: 20px 0 0;
    margin-bottom: 21em;
}
.price-information h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}
.plan-benefits {
    display: block;
}
.benefit {
    color: white;
    letter-spacing: 0.5px;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 30px;
}
.price-information-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.get-started {
    display: block;
    width: calc(100% - 70px);
    padding: 10px 0;
    text-align: center;
    color: white;
    border: 1px solid white;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    clear: both;
    margin: 20px 35px;
    position: relative;
    background: none;
    transition-property: background, color;
}
.get-started:hover {
    background: #ff8d40;
    color: #fff;
}

/* 'cs' = Coming Soon */
.cs-container {
    background: #eaeaea !important;
    padding: 0px 0 30px !important;
}
.cs-row {
    height: 700px;
}

.cs-middle-align {
    margin-top: auto;
    margin-bottom: auto;
}

.cs-ta-center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-color-333 {
    color: #333 !important;
}

.cs-full-mailing-link {
    color: #333;
    text-decoration: underline;
}

.cs-full-mailing-link:hover {
    text-decoration: underline;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.cs-email-signup-form {
    width: 100%;
}

.cs-email-signup-control {
    display: flex;
    justify-content: center;
}

.cs-email-signup-control * { margin-right: 10px; }
.cs-email-signup-control :last-child { margin-right: 0px; }

.free-plan .cs-email-signup {
    display: block;
    width: 90%;
    margin: auto;
}

.cs-margin-top-40 {
    margin-top: 40px;
}

.cs-margin-top-70 {
    margin-top: 70px;
}

.cs-margin-top-100 {
    margin-top: 100px;
}

.cs-hide {
    display: none;
}


@media (max-width: 767px){
    .cs-email-signup-control { flex-wrap: wrap; }
    .cs-email-signup-control * { margin-right: 0px; margin-bottom: 10px; }
    .cs-email-signup-control :last-child { margin-bottom: 10px; }
    .footer a {
        display: block;
    }
}

@media (max-width: 1200px) {
    .screenshot {
        float: none;
        width: 100%;
    }
    .header-text {
        padding-top: 0px;
        padding-bottom: 30px;
        max-width: 550px;
        margin: auto;
    }
}

@media (max-width: 575.99px) {
    body {
        background-color: black
    }
}

.scrollable {
    overflow-x: auto;
    margin-bottom: 1rem;
}
.scrollable .table { margin-bottom: 0; }

img.example-image {
    border: 1px solid #484979;
}

footer {
    background: #484979;
    padding-top: 30px;
    padding-bottom: 10px;
}

footer p {
  text-align: center;
}

footer p a {
    color: #fff;
}

footer p a:hover, footer p a:focus {
    color: #bbb;
}

.scrollable {
    overflow-x: auto;
    margin-bottom: 1rem;
}
.scrollable .table { margin-bottom: 0; }

img.example-image {
    border: 1px solid #484979;
}

footer {
    background: #484979;
    padding-top: 30px;
    padding-bottom: 10px;
}

footer p {
  text-align: center;
}

footer p a {
    color: #fff;
}

footer p a:hover, footer p a:focus {
    color: #bbb;
}

@media (max-width: 575.99px) {
    body {
        background-color: black
    }
}

#header .form-inline {
    margin: 0 20px;
    width: 100%;
}

#header .form-inline input[type=text] {
    width: 100%;
}

.header {
    background: #484979 !important;
}
.header a {
    color: #fff !important;
}
.search-trigger {
    color: #fff;
}
.header .signup-button {
    background: none;
}
.user-area.dropdown.float-right {
    margin-top: 5px !important;
}
.header .majestic-button {
    border-radius: 25px !important;
    padding: 10px 20px !important;
}

.right-margin-10 {
    margin-right: 10px;
}

.top-margin-20 {
    margin-top: 20px;
}
.left-margin-20 {
    margin-left: 20px;
}
.right-margin-20 {
    margin-right: 20px;
}
.bottom-margin-20 {
    margin-bottom: 20px;
}

.top-margin-30 {
    margin-top: 30px;
}

.margin-right-30 {
    margin-right: 30px;
}

.no-bottom {
    margin-bottom: 0px !important;
}

.no-bottom {
    margin-bottom: 0px !important;
}
.hr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(0,0,0,.125);
    margin: 0px 20px 0 20px;
    clear: both;
}
