﻿body {
    font-size:18px;
}

h2 {
    font-size:26px;
}

h3 {
    font-weight:bold;
}

section {
    display:none;
}
section div.api {
    display:none;
}

section div.current {
    display:block;
}

.active, .current {
    display:block;
}

section ul, section ol {
    text-align: initial;
    margin-bottom: 30px;
}

.list-wrapper-3
{
    padding: 60px 0 15px;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}

.list-wrapper-3 h2 {
    text-transform: uppercase;
    font-family: 'Museo Sans 500';
    margin: 0 0 50px;
}

.list-wrapper-3 ul {
    padding: 0;
    margin: 0 -30px;
}

.list-wrapper-3 ul li {
    list-style: none;
    float: left;
    padding: 0 10px;
    width: 32%;
    /*margin: 0 0 60px;*/
}

.list-wrapper-3 ul li a {
    display: block;
    text-decoration: none !important;
    border:1px lightgray solid;
    font-size: 26px;
    font-family: 'Museo Sans 500';
    background: white;
    padding: 30px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-wrapper-3 ul li a:hover {
    background-color: #1b3664;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.list-wrapper-3 ul li .active {
    background-color: #1b3664;
    color: white;
    
}

.list-wrapper-3-links ul li {
    list-style: none;
    float: left;
    padding: 0 20px;
    width: 32%;
    margin: 0 0 60px;
}
.list-wrapper-3-links ul.apis li {
    padding: 0 10px;
    width: 32%;
    margin: 0 0 10px;
}
.list-wrapper-3-links ul li a {
    display: block;
    text-decoration: none !important;
    font-size: 20px;
    font-family: 'Museo Sans 500';
    background: white;
    padding: 30px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-wrapper-3-links ul.apis li a {
    padding: 10px 5px;
    cursor: pointer;
}

.list-wrapper-3-links ul.apis li a.current {
    padding: 10px 5px;
    color:red;
}

.contact-page-address-title .h2 {
    margin-bottom:30px;
}

.contact-page-address-title p {
    margin: 0 0 10px;
    max-width: 960px;
    display: inline-flex;
}

.features-table {
    margin: auto;
    font-size: 18px;
    margin-top: 10px;
}

.features-table > tbody > tr > td > .checkmark {
    height: 20px;
}

.features-table > tbody > tr:nth-child(even) > td {
    background-color: white;
}

.features-table > thead > tr > th:last-child,
.features-table > tbody > tr > td:last-child {
    color:black;
    border-right:none;
    text-align:center;
}

.features-table > thead > tr > th:nth-child(3) {
    background-color: #e7f0f6;
     min-width:135px;
}
.features-table > tbody > tr > td:nth-child(3) {
    background-color: #e7f0f6;
    min-width: 135px;
}

.features-table > tbody > tr > td:first-child {
    border-left:none;
    text-align:left;
}

.features-table > tbody > tr > td:nth-child(2) {
    text-align:left;
}

.features-table > thead > tr > th {
    background: none;
    color: black;
    font-size: 22px;
    padding: 10px 15px;
}

.features-table > thead > tr > th:first-child {
    border-left: none;
    border-right:none;
}
.features-table > thead > tr > th:last-child {
    border-right:none;
}

/*.features-table > thead > tr > th:nth-child(1n+2),
.features-table > tbody > tr > td:nth-child(1n+2) {
    text-align: center;
}*/

.features-table > tbody > tr > td:nth-child(2) {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.features-table > thead > tr > th {
    vertical-align: top;
    border-bottom: 1px solid black;
}

.features-table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid black;
    vertical-align: middle;
    padding: 5px 20px;
}

.col-lg-3 {
    width: 25%;
    float: left;
}

.col-lg-6 {
    width: 50%;
    float: left;
}

@media screen and (max-width: 1200px) {
    .col-lg-3 {
        width: 15%;
    }
    .col-lg-6 {
        width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .list-wrapper-3 {
        padding: 20px 0 2px;
        margin-bottom: 2px;
    }

    .list-wrapper-3 ul li {
        margin: 0 0 0px;
        padding: 0 10px;
    }

    .list-wrapper-3 ul li a {
        font-family: 'Museo Sans 300';
    }
    .col-lg-3 {
        width: 10%;
    }

    .col-lg-6 {
        width: 80%;
    }
}

/*481px — 768px: iPads, Tablets.*/
@media screen and (max-width: 768px) {
    .list-wrapper-3 ul li {
        width: 33%;
    }
    .list-wrapper-3 ul li a {
        font-family: 'Museo Sans 300';
        font-size: 20px;
    }
    .col-lg-3 {
        width: 5%;
    }

    .col-lg-6 {
        width: 90%;
    }
}
@media screen and (max-width: 635px) {
    body {
        font-size: 16px;
    }
    .features-table {
        font-size: inherit;
    }
}
@media screen and (max-width: 576px) {

    .list-wrapper-3 ul li {
        width: 100%;
    }
    .list-wrapper-3 ul li a {
        font-family: 'Museo Sans 300';
        font-size: 30px;
    }
    .col-lg-3 {
        width: 1%;
    }

    .col-lg-6 {
        width: 98%;
    }
    .features-table > thead > tr > th:nth-child(3) {
        min-width: 80px;
    }

    .features-table > tbody > tr > td:nth-child(3) {
        min-width: 80px;
    }
}
/*320px — 480px: Mobile devices.*/