/*
    Header
*/

.top-gray {
    background-color: #5A666C;
}

.top-gray h1 {
    text-shadow: none;
}

#base-cta .membership-options img.mbg1 {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 60px;
}


.sub-nav-tabs {
    padding: 8px 0;
}

.icon {
    /*font-size: 50px;*/ /* commented out by Alanya 9/9/16.  Was making the My Acount "Credit" and "Medal" tabs weird. */
    /*color: #1863ad;*/
}

.ms-staff-carousel .ms-staff-info {
    min-height: 100px;
}

.ms-slide-info.ms-dir-h, .ms-slide-info .ms-info {
    min-height: 100px;
}

.ms-staff-carousel.ms-round .ms-nav-next {
    right: -30px;
}
/**
* Base CTA
*/

#base-cta h2.page-header {
    border-bottom: 1px solid #00b9e4;
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#base-cta .free-trial,
#base-cta .membership-options {
    min-height: 260px;
    padding: 20px;
    position: relative;
}

#base-cta .membership-options {
    background: #f6f6f6;
}

#base-cta .membership-options img.mbg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 110px;
}

#base-cta .membership-options .radio {
    font-family: gothlight;
}

#base-cta .membership-options .radio input[type="radio"] {
    margin-top: 9px;
}

#base-cta .membership-options .radio span {
    color: #00b9e4;
    font-size: 28px;
}

#base-cta .membership-options .radio span small {
    color: #00b9e4;
    font-size: 50%;
}

.open-bottom {
    background-color:#5A666C;
    height:24px;
    left:25%;
    margin-top:18px;
    position:absolute;
    width: 24px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
/* XS */

@media (max-width: 767px) {
    #base-cta .free-trial .btn,
    #base-cta .membership-options .btn {
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    .state-select {
        float: none !important;
    }
}

/* SM */

@media (min-width: 768px) and (max-width: 991px) {

}

/* MD */

@media (min-width: 992px) and (max-width: 1199px) {
    #base-cta .free-trial .btn,
    #base-cta .membership-options .btn {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
}

/* LG */

@media (min-width: 1200px) {
    #base-cta .free-trial .btn,
    #base-cta .membership-options .btn {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
}

/*
    End Header
*/

.terms-box {
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0;
    max-height: 200px;
    overflow: auto;
    padding: 15px;
}
.compare {
    background: #f8f8f8;
    box-shadow: 0 0 8px #ddd;
    min-height: 250px;
}

#premium-membership.compare {
    background: #fff;
}

.compare-header {
    background: #00b9e4;
    color: #fff;
    padding: 15px;
}

.compare-header h2 {
    color: #fff;
    margin: 0;
}

#premium-membership .compare-header {
    background: #005c84;
}

.compare-body {
    min-height: 80px;
    padding: 15px;
    text-align: left;
}

.mediaSubhead{
    color:#1b242a;
    font-size:75%;
    font-weight:normal
}

p.media-heading{
    color: #00b9e4;
    font-family: gothlight;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    text-shadow: -1px -1px 0 rgba(255,255,255,.15);
    text-transform: none;
}

/* HUBSPOT FORM */
.hbspt-form fieldset {
    max-width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
    max-width: 100% !important;
}

.hs-input {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #F6F6F6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block !important;
    font-size: 14px;
    height: auto !important;
    line-height: 1.42857 !important;
    margin: 0 0 20px 0 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 100% !important;
    width: 100% !important;
}

.hs-input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0, 185, 228, .35);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(0, 185, 228, .35);
    border-color: #00b9e4;
    outline: 0;
}

.hs-form-field {
    margin-bottom: 5px !important;
}

.hbspt-form label {
    font-family: gothbook !important;
    font-weight: normal !important;
    margin-bottom: 0;
}

.hs-button {
    -moz-user-select: none;
    background-color: #00b9e4 !important;
    background-image: linear-gradient(to bottom, #00caea 0%, #00b9e4 100%) !important;
    border: 1px solid transparent;
    border-color: #02b2db !important;
    border-radius: 1px !important;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125) !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: gothbold !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 0;
    padding: 15px 40px !important;
    text-align: center;
    text-transform: uppercase;
}

.hs-form-required {
    color: #414141 !important;
}

.inputs-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.hs-form-checkbox-display {
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    width: 100%;
}

.hs-form-checkbox-display input {
    float: left;
    margin-left: -8px;
    margin-right: 0;
    margin-top: -7px;
    width: 30px;
}

select.hs-input {
    height: 32px !important;
}

div.actions {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    text-align: center;
}

.hs-form.stacked .inputs-list > li {
    position: relative;
    top: -16px;
}

.hs-form.stacked .inputs-list > li label {
    color: #cc0000;
}

#footer ul li a,
#footer address,
#footer .copyright {
    font-weight: normal;
}

@media (max-width: 767px) {
    .compare,
    .compare-body {
        min-height: 1px;
    }
}

.compare-footer {
    padding: 0 15px 15px 15px;
}

.table > tbody > tr > td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.basic, .premium {
    text-align: center;
    width: 20%;
}

.table > thead > tr > th {
    background: #f6f6f6;
}

.table > tfoot > tr > td {
    background: #f0f0f0;
}

.table > thead > tr > th.basic,
.table > thead > tr > th.premium,
.table > tbody > tr > td.basic,
.table > tbody > tr > td.premium,
.table > tfoot > tr > td.basic,
.table > tfoot > tr > td.premium {
    background: #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f1f1f1;
}

.table > thead > tr > th.basic {
    background: #00b9e4;
    color: #fff;
}

.table > thead > tr > th.premium {
    background: #005c84;
    color: #fff;
}


.table > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table > tbody > tr:nth-child(odd) > td.feature,
.table > tbody > tr:nth-child(odd) > td.hidden-xs {
    background: #f0f0f0;
    border-top: 1px solid #ddd;
}

.table > tbody > tr:nth-child(even) > td.feature,
.table > tbody > tr:nth-child(even) > td.hidden-xs {
    background: #f6f6f6;
    border-top: 1px solid #ddd;
}

.table > tfoot > tr > td {
    border-top: 1px solid #ddd;
}

.table > tbody > tr:nth-child(odd) > td.basic,
.table > tbody > tr:nth-child(odd) > td.premium {
    background: #f8f8f8;
    border-top: 1px solid #f0f0f0;
}

.table > tbody > tr:nth-child(odd) > td.basic,
.table > tbody > tr:nth-child(odd) > td.premium {
    background: #f8f8f8;
    border-top: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
    .compare,
    .compare-body {
        min-height: 1px;
    }

    .table > thead > tr > th.basic,
    .table > thead > tr > th.premium {
        font-size: 11px;
        width: 50px;
    }

    .table > thead > tr > th.basic > h3,
    .table > thead > tr > th.premium > h3 {
        font-size: 12px;
        width: 50px;
    }
}

.table > tbody > tr > td.hidden-xs {
    padding: 0;
    width: 1px;
}

td.feature {
    font-size: 14px;
    font-family: 'gothbook';
}

td.basic .glyphicon-ok,
td.premium .glyphicon-ok {
    color: #6cbe53;
    font-size: 20px;
}

td.premium .glyphicon-ok {
    color: #005c84;
}

.glyphicon-remove {
    color: #ebebeb;
    font-size: 20px;
    text-shadow: inset -1px -1px 2px #ddd;
}

.font60 {
    font-size: 60px;
}

#credit-cards li {
    padding: 2px 0;
}

#disable-page-processing{
    background:#000;
    color:#fff;
    display:none;
    height:100%;
    left:0px;
    opacity:0.7;
    position:fixed;
    top:0px;
    text-align:center;
    width:100%;
    z-index:1000;
}
#disable-page-processing div{
    font-size:48px;
    margin-top:15%;
}

.section h3{
    border-bottom: solid 1px #00b9e4;
    padding-bottom:10px;
}
