@charset "utf-8";
/*------------------------------------------------------------------
[Custom Stylesheet]
-------------------------------------------------------------------*/

.section-title-home {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.4;
}

.bold,
.section-title, 
.alt-features-title {
    font-weight: bold;
}

.accordion > dd {
    color: #000;
}

.no-transform,
.form input, 
.form select,
.form textarea {
    text-transform: none !important;
}

white {
    color: white;
}

/*
 * Dark panel style
 */

.main-nav.dark {
    background-color: rgba(35,70,35, .95);

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
}

.main-nav.dark .mobile-nav {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255, .9);
}

.alt-features-icon,
.pricing-icon {
    color: #326432;
}

.phonewebsite {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    }

/* ==============================
   Buttons
   ============================== */
  
.btn-deactivated,
.btn-deactivated:hover,
.btn-deactivated:focus,
.btn-deactivated:active{
    cursor: auto !important;
}

.btn-green {
    background-color: #326432 !important;
}

/* ==============================
   Download section
   ============================== */

.download-form {
    margin-bottom: 10px;
}