﻿@charset "UTF-8";
/* Pricing Page CSS Document */
div.contentHero.hero-white.hero-size-auto div.hero-content.has-blocks div.container.tabcontainers {
    padding: 30px 15px 0px 15px;
}
/* Misc. Styles and/or style overrides */
.PaymentImg {
    width: 94%;
    margin: 0 auto;
}
/* Pricing Tab Styles */
.MainTabs {
    margin: 0 auto;
    width: 100%;
} 
#content .wrapper2 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.sizing18{
	font-size: 18px !important;
	line-height: 24px !important;
}

.sizing16{
	font-size: 16px !important;
	line-height: 24px !important;
}
/* Pricing Table Styles for New Pricing Page (some old styles) */

td, th {
    vertical-align: middle;
}
td.blue10month {
    width: 26% !important;
    background-color: rgba(158, 206, 235, .15) !important;
}
td.blue10month span {
    color: #7aadcc;
}
td.blue10month span strong {
    color: #7aadcc;
    font-size: 23px;
    line-height: 27px;
}
td.green6month {
    width: 26% !important;
    background-color: rgba(154, 207, 189, .15) !important;
}
td.green6month span {
    color: #72a593;
}
td.green6month span strong {
    color: #72a593;
    font-size: 23px;
    line-height: 27px;
}
td.orangePayfull {
    width: 26% !important;
    background-color: rgba(245, 174, 60, .15) !important;
}
td.orangePayfull span {
    color: #f5ae3c;
}
td.orangePayfull span strong {
    color: #f5ae3c;
    font-size: 23px;
    line-height: 27px;
}
.TableOrange {
    border-collapse: collapse;
    font-size: 1.2em;
    margin: 10px 0 10px 10px;
    width: 635px;
    border-bottom: 14px double #f9f9f9;
}
.TableOrange td {
    text-align: center;
    padding: 5px;
    width: 80px;
    background-color: transparent;
    border-top: 0px;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    height: 160px;
    color: #636363;
    font-size: 16px;
}
.TableOrange th {
    padding: 0px 0px 5px 0px;
    text-align: center;
    width: 80px;
    background-color: transparent;
    border: 2px solid transparent;
}
table.TableOrange hr {
    margin: 10px;
    border-top: 1px solid #ffffff;
}
.TableRed {
    border-collapse: collapse;
    font-size: 1.2em;
    margin: 10px 0 10px 10px;
    width: 635px;
}
.TableRed td {
    text-align: center;
    padding: 5px;
    width: 80px;
    background-color: #ffe3df;
    border: 2px solid transparent;
}
.TableRed th {
    padding: 5px;
    text-align: center;
    width: 80px;
    background-color: transparent;
    border: 2px solid transparent;
}
.TableBlue {
    border-collapse: collapse;
    font-size: 1.2em;
    margin: 10px 0 10px 10px;
    width: 635px;
}
.TableBlue td {
    text-align: center;
    padding: 5px;
    width: 80px;
    background-color: #D7F0FD;
    border: 2px solid transparent;
}
.TableBlue th {
    padding: 5px;
    width: 80px;
    text-align: center;
    background-color: transparent;
    border: 2px solid transparent;
}
.TableGreen {
    border-collapse: collapse;
    font-size: 1.2em;
    margin: 10px 0 10px 10px;
    width: 635px;
}
.TableGreen td {
    text-align: center;
    padding: 5px;
    width: 80px;
    background-color: #ddf0e9;
    border: 2px solid transparent;
}
.TableGreen th {
    padding: 5px;
    width: 80px;
    text-align: center;
    background-color: transparent;
    border: 2px solid transparent;
}
/* ABA Pricing Page Terms at Bottom of Page */

.ui-accordion-header, .ui-accordion-header-active {
    text-align: left!important;
}
.sub-Titles {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
table {
    width: 100%!important;
    margin: 0 auto !important;
    max-width: 1100px;
}
th {
    display: table-cell!important;
}
td, th {
    width: 20%;
    vertical-align: middle;
}
.bighead {
    width: 100px!important;
    vertical-align: middle;
    background-color: #eeeeee !important;
    font-size: 22px !important;
    text-align: center !important;
    border: 0px !important;
    width: 20% !important;
}

@media(max-width:767px) {
table {
    margin-left: -5px!important;
    width: 100% !important;
}
.PageAccordion {
    padding-left: 0px;
}
.ui-accordion .ui-accordion-header {
    padding: 10px 40px 10px 20px;
}
.tabs a {
    line-height: 20px;
    font-size: 18px;
    max-width: 110px;
    height: 40px;
    padding-bottom: 50px;
}
.bighead {
    font-size: 16px !important;
}
.TableOrange td {
    font-size: 11px !important;
}
}

@media(max-width:480px) {
.ui-accordion-header, .ui-accordion-header-active {
    padding-top: 17px!important;
}
.bighead {
    font-size: 12px !important;
}
}

@media (max-width: 460px) {
.ui-accordion .ui-accordion-header {
    padding: 10px 40px 15px 20px;
}
.bighead {
    font-size: 12px !important;
}
}

@media(max-width:400px) {
th, td {
    font-size: 14px!important;
    line-height: 14px;
}
.ui-accordion-header, .ui-accordion-header-active {
    padding-top: 25px!important;
}
table {
    width: 100% !important;
}
.tabbackground {
    border-top: 2px solid #ccc;
    border-bottom: 0px;
    padding: 20px 0px 20px 0px;
}
.TableOrange, .TableRed, .TableBlue, .TableGreen {
    margin: 0px !important;
}
.bighead {
    font-size: 12px !important;
    width: 15% !important;
}
td.green6month span strong, td.blue10month span strong, td.orangePayfull span strong {
    font-size: 17px;
}
.TableOrange td {
    font-size: 11px !important;
}
}

/* Leave print styles here unless the styles above are moved to the stylesheet */
@media print {
a[href]:after {
    display: none;
}
}
.tabs a {
    width: 330px;
    margin: 0px 20px 0px 20px;
}
div.container.tabcontainers {
    width: 100%;
}
