﻿.about-banner {
    background-image: url("../Images/about-banner.jpg");
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    font-size: 4em;
    font-weight: 300;
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

.about-platforms {
    background-color: #f9f9f9;
    text-align: center;
    padding: 80px 0;
}

.about-platforms-image {
    width: 200px;
 
}

.about-platforms-title {
    margin-bottom: 30px;
}

.services-title,
.about-platforms-title,
.about-partners-title,
.about-compare-title,
.about-services-title,
.about-choose-table-title {
    font-size: 3em;
    font-weight: 400;
}

.about-platforms-list {
    text-align: center;
}

.about-platforms-list-item {
    display: inline-block;
    padding: 0 65px;
}

.about-platforms-list-item a,
.about-platforms-list-item a:hover,
.about-platforms-list-item a:focus {
    color: #000;
    font-weight: 600;
}

.about-subtext {
    font-weight: 700;
}

.about-partners {
    margin-top: 80px;
    text-align: center;
}

.about-partners-list {
    margin-top: 40px;
    list-style: none;
}

.about-partners-list li {
    display: inline-block;
    width: 220px;
    color: #1b3663;
}

.about-partners-list-item-title {
    font-size: 4em;
    font-weight: 900;
}

.about-partners-list-item-text {
    font-weight: 600;
}

.about-partners-description {
    margin-top: 50px;
}

.about-choose-description {
    margin-top: 50px;
    background-color: #1a3665;
    color: #fff;
    position: relative;
    height: 455px;
}

.about-choose-description-text {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    padding-right: 150px;
}

.about-choose-description-image {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("/Content/Images/about-choose-description-image.jpg");
    background-size: cover;
    background-position: center center;
}

.about-choose-description-text-title {
    font-size: 2em;
    margin-bottom: 30px;
}

.about-choose-content {
    text-align: center;
}

.about-choose-table-title {
    padding-top: 80px;
    padding-bottom: 40px;
}

.about-choose-table-header,
.about-compare-table-header,
.about-services-table-header {
    font-size: 1.5em;
    text-align: center;
    font-weight: 400;
}

.about-choose-table,
.about-compare-table,
.about-services-table {
    width: 880px;
    display: inline-block;
    text-align: center;
    background-color: #f9f9f9;
}

.about-choose-table tr,
.about-compare-table tr,
.about-services-table tr {
    border-bottom: 1px solid #ddd;
}

.about-choose-table tr:last-child,
.about-compare-table tr:last-child,
.about-services-table tr:last-child {
    border-bottom: none;
}

.about-choose-table th,
.about-choose-table td,
.about-compare-table th,
.about-compare-table td,
.about-services-table th,
.about-services-table td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.about-choose-table th:first-child,
.about-choose-table td:first-child,
.about-compare-table th:first-child,
.about-compare-table td:first-child,
.about-services-table th:first-child,
.about-services-table td:first-child {
    border-left: none;
}

.about-choose-table th:last-child,
.about-choose-table th:last-child,
.about-comapre-table th:last-child,
.about-compare-table th:last-child,
.about-services-table th:last-child,
.about-services-table th:last-child {
    border-right: none;
}

.about-choose-table tr,
.about-choose-table th
{
    max-width:170px;
    padding: 30px 30px;
    padding-bottom: -50px;

}




.about-choose-table-solution {
    color: #fff;
    background-color: #00a9c6;
    width: 100%;
   padding-bottom: -50px;
}

.about-choose-solution {
    margin-top: 40px;
    color: #00a9c6;
}

.about-compare {
    margin-top: 80px;
    text-align: center;
}

.about-compare-table-header {
    position: relative;
}

.about-compare-table-header-subtext {
    display: block;
    left: 0;
    font-size: 0.5em;
    position: absolute;
    width: 100%;
    text-align: center;
}

.about-compare-table th,
.about-compare-table td {
    width: 25%;
    height: 75px;
    padding: 30px 30px
}

.about-compare-disclaimer {
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.8em;
    font-style: italic
}

.about-compare-banner {
    margin-top: 80px;
    background-color: #0d72ba;
    background-image: url("/Content/Images/about-compare-banner.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 315px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 3em;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.3);
    position: relative;
}

.about-compare-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.about-compare-banner-subtext {
    margin-top: 10px;
    font-size: 0.5em;
}

.about-services {
    text-align: center;
}

.about-services-title {
    margin-top: 50px;
    margin-bottom: 40px; 
}

.about-services-table .glyphicon-ok {
    color: #008000;
}

.about-services-table .glyphicon-remove {
    color: #FF0000;
}

.about-services-table th,
.about-services-table td {
    width: 20%;
    height: 75px;
    padding: 10px 10px;
}

.about-services-table tr td:first-child {
    font-weight: 600;
}

.about-services-table-subtext {
    margin-top: 5px;
    font-size: 0.8em;
    font-style: italic;
}

.about-affiliate-program {
    margin-top: 85px;
    text-align: center;
}

.about-affiliate-program-container {
    display: inline-block;
}

.about-affiliate-program-title {
    font-size: 3em;
}

.about-affiliate-program-subtitle {
    font-size: 1.5em;
}

.about-affiliate-program-list {
    margin-top: 25px;
    text-align: left;
}