﻿@media only screen and (max-width: 320px) {

   .table.table-bordered th{ 
      font-size: .58em !important; 
   }
   .table.table-bordered td{ 
      font-size: .50em; 
   }
    #two-columns{
        width: 300px;
        max-width: 300px;
        height: 300px;
        max-height: 300px;
        object-fit: contain;
    }

}


.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,.about-testimonials{
    text-align: center;
    padding: 80px 0;
}

.about-testimonials .testimonial-text{
    text-align: left;
    font-style:italic;
    font-weight: bold;
}

.about-testimonials .testimonial-author {
    text-align: left
}

.about-platforms-image {
    width: 200px;
}

.about-platforms-title {
    margin-bottom: 40px;
}

.services-title,
.about-platforms-title,
.about-partners-title,
.about-compare-title,
.about-services-title,
.about-testimonials-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;
    margin: 25px 0;
}

.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 {
    background-color: #f9f9f9;
    margin-top: 40px;
    text-align: center;
    padding: 40px 0;
}

.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;
    margin-bottom: 50px;
}

.video-overview-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.video-overview-video {
    display: flex;
    justify-content: flex-end;
}

.video-overview-title {
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 40px;
}

.video-overview-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-testimonials-description {
    font-size: 16px;
    margin-top: 50px;
}

.testimonial-panel {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-choose{
    margin-bottom: -50px;
}

.about-choose-description {
    margin-top: 50px;
    background-color: #1a3665;
    color: #fff;
    position: relative;
    height: 455px;
}

#stretchwide{
    margin-left: calc(50% - 50vw) !important;
    width: 100vw !important;
}

.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;
}

.why-choose-us{
    background-color: #1a3665; 
    padding-top: 24px;
    padding-bottom: 24px; 
    color: white; 
    height: 380px; 
    overflow: hidden;
}

.about-choose-table-header,
.about-compare-table-header,
.about-services-table-header {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.about-choose-table,
.about-compare-table,
.about-services-table {
    width: 980px;
    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 th,
.about-choose-table td {
    width: 33.33%;
    height: 75px;
    padding: 30px 30px
}

.about-choose-table-solution {
    color: #fff;
    background-color: #00a9c6;
}

.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
}

#our-services-table{
    margin-top: 36px;
    background-color: #f9f9f9;
    text-align: center;
}
#our-services-table .col-md-2{
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.services-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-intro-image {
    display: flex;
    justify-content: flex-end;
}

.services-intro-row {
    margin: 40px 0 40px 0;
}

.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;
}
