﻿h1 {
    color: #000;
    text-align: center;
}

.landing-page-grid * {
    background-size: cover;
    background-position: top center;
}

.grid-section > div {
    background-color: #fff;
}

.landing-page-grid img {
    max-width: 100%;
}

.column {
    padding: 20px 10px;
}

.hero {
    padding: 100px 0;
    text-align: left;
    font-size: 14px;
}

.hero h1 {
    text-align: left;
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: normal;
    text-transform: none;
}

.hero p {
    width: 75%;
}

h2 {
    text-transform: none;
}

.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
    color: #fff;
}

.shaded {
    background: #F8F8F8 !important;
}

.shadowed {
    box-shadow: rgba(0,0,0,0.3) 0 4px 4px;
    z-index: 5;
    position: relative;
}

.no-pad .column {
    padding: 0;
}

.caption {
    font-style: italic;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-float {
    float: none;
}

.modal-body iframe {
    width: 100%;
    height: calc(100vh - 100px);
}

.outline-box .container .row {
    border: 5px solid #DBDBDB;
    margin: 20px 0;
}

button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #007E3A;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

@media(min-width: 768px){
    .hero h1 {
        font-size: 56px;
    }
}

/* Header Styles */
#header {
    background: #fff;
}

.header-logo {
    width: 104px;
}

#header .tech-support {
    text-align: right;
    font-weight: bold;
}

.tech-support .tech-support-img {
    display: none;
    height: 60px;
    width: 60px;
    margin: 0;
    float: left;
    margin-right: 12px;
}

.tech-support .tech-support-title {
    font-weight: 700;
    font-size: 12px;
    color: #4A4A4A;
    padding: 0 10px;
    margin: 6px 0 5px 0;
    display: inline-block;
}

.tech-support .tech-support-cta {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border: none;
    border-radius: 12px;
    background-color: #007E3A;
    padding: 3px 10px;
}

@media (min-width: 480px){
    #header .tech-support {
        text-align: left;
        float: right;
        width: 238px;
    }
    .tech-support .tech-support-img {
        display: block;
    }
    .tech-support .tech-support-cta, .tech-support .tech-support-title {
        font-size: 14px;
    }
}


/* Box Title Control */
.box-title {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 12px;
}

.box-title h2 {
    color: #007E3A;
    font-size: 30px;
    padding-right: 40px;
    position: relative;
}

.box-title h2::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 18px;
    width: 1px;
    height: 18px;
    background-color: #DBDBDB;
}

.box-title span {
    display: block;
    margin-top: 10px;
}

@media (min-width: 768px){
    .box-title h2 {
        float: left;
    }
}

/* Anchor Link Styles */
.anchor-navbar {
    margin: 0;
}

.anchor-navbar li {
    list-style: none;
    float: left;
}

.anchor-navbar li:last-child {
    margin-right: 0;
    float: right;
    padding: 15px 0;
}


.navbar-link {
    display: block;
    font-weight: 700;
    color: #2B2B2B;
    border-bottom: 7px solid #fff;
    padding: 25px 25px 18px;
    transition: border-bottom 0.3s ease;
}

.navbar-link:focus, .navbar-link:hover {
    border-bottom: 7px solid #007E3A;
}

.navbar-btn {
    background-color: #007E3A;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0;
    border: none;
    border-radius: 3px;
}

/* Product Tabs Styles */
.product-tabs .tab-header {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.product-tabs .tab-header li {
    width: 33.3333%;
    text-align: center;
    border: 1px solid #E1E1E1;
    font-weight: 700;
    font-size: 20px;
    background-color: #f8f8f8;
    display: table-cell;
}

.product-tabs .tab-header li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.tab-header .tabs-header-link {
    color: #747474;
    display: block;
    width: 100%;
    padding: 15px 10px;
    margin: 0 auto;
}

.tab-header li.active .tabs-header-link {
    color: #007E3A;
}

.product-tabs .tab-link {
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #E1E1E1;
    color: #5C5C5C;
    display: block;
}

.product-tabs .tab-link.active {
    color: #007E3A;
    background-color: #fff;
}

.tab-link .fa {
    display: block;
    float: right;
}

.product-tabs .tab-content {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-top: 0;
    margin-top: 0;
    padding: 20px 15px;
    display: none;
}

.product-tabs .tab-content.active {
    display: block;
}

.product-tabs .tab-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-list-item {
    float: left;
    width: 100%;
    padding: 0 16px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tab-list-item h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.tab-list-item img {
    height: 190px;
    padding: 10px 0;
    width: 145px;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    margin: 20px auto 0;
}

.tab-list-item h4 {
    font-size: 12px;
    margin: 0 0 12px;
}

.tab-list-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.tab-list-item ul li {
    border-top: 1px solid #C2C2C2;
    padding: 6px 0;
}

@media (min-width: 480px){
    .product-tabs .tab-list {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 768px){
    .product-tabs .tab-header {
        display: table;
    }
    .product-tabs .tab-link {
        display: none;
    }
}

/* Footer Styles */
.footer-menu {
    text-align: center;
    list-style: none;
    margin: 0 -12px;
    padding: 12px 0 0 0;
}

.footer-menu li {
    margin: 0;
    padding: 0 12px;
    display: inline-block;
    color: #A3A3A3;
    font-weight: 700;
    font-size: 14px;
}

.footer-menu li a {
    color: #A3A3A3;
}

@media (min-width: 768px){
    .footer-menu {
        text-align: left;
    }
}

/* Home Grid Overrides */
#home-grid .tab-list-item ul {
    list-style: square;
    text-align: left;
}
#home-grid .tab-list-item ul li {
    border: none;
}