.heading-new h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: none;
    font-size: 40px;
}

.heading-new h1 strong {
    font-weight: 500
}

.button {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.logo a {
    display: flex;
    text-decoration: none;
    color: #f16521;
    font-size: 16px;
}

.logo h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    position: relative;
    top: -3px;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 1px;
}

.logo .divider {
    display: inline-block;
    width: 1px;
    background: #333;
    margin: 0 10px;
    position: relative;
    top: -3px;
}

.ui-accordion .accordion-wrap .ui-accordion-header {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ddd !important;
    margin: 20px 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 17px !important;
    line-height: 24px;
    text-align: left !important;
}

.ui-accordion .accordion-wrap .ui-accordion-header.ui-state-active {
    color: #454545;
}

.ui-accordion .accordion-wrap .ui-accordion-header .ui-accordion .accordion-answer p {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin: 7px 0;
    padding: 7px 0;
}

.ui-accordion .ui-accordion-content.accordion-answer {
    border: 0;
    padding: 0;
}

.ui-accordion .accordion-wrap .ui-accordion-header.ui-state-active .ui-icon,
.ui-accordion .accordion-wrap .ui-accordion-header.ui-state-active .ui-button:active .ui-icon {
    background-image: url(http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png);
    background-position: -32px -16px;
    transform: rotate(90deg);
}

.action-bar .wrapper-wide {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.action-bar .btn-left {
    flex: 0 0 35%;
    display: flex;
}

.action-bar .btn-right {
    flex: 0 0 65%;
    display: flex;
    justify-content: space-between;
}

.button--border {
    border: 1px solid #343436;
}

.button--border.selected {
    border: 1px solid #f16521;
}

.action-bar .btn-right .button.button--border:hover {
    border: 1px solid #f16521;
}

.pricing-table {
    margin: 25px 0;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table table tr td {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 8px 15px;
}

.pricing-table table tr td:first-child {
    border-left: 0;
}

.pricing-table table tr td:last-child {
    border-right: 0;
}

.pricing-table table tr:nth-child(even) td {
    background-color: #f5f5f5;

}

.grid-list .pricing-table i.check {
    margin-bottom: 0;
    mix-blend-mode: multiply;
    float: none;
    margin: 0;
}

.pricing-table table tr td:nth-child(even) {
    text-align: center;
    padding: 8px 30px;
}

.dark-bg-pic {
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .pricing-table {
        overflow: hidden;
    }

    .pricing-table table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* END CSS */