﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-y: scroll;
    padding-top: 50px;
    padding-bottom: 20px;
}
p {
    line-height: 1.5;
}
.navbar-brand { font-weight: 700; }

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

ul li {
    line-height: 3rem
}

h1 {font-weight: 700; }
h2 {font-weight: 700;}
h3 {font-weight: 700;}
    h3.cart {
        color: #333;
        font-family: 'Roboto Condensed',sans-serif;
        margin-top: 0;
        font-weight: normal;
        padding: 0 0 14px 0;
    }
h4.cart {
    color: #333;
    font-family: 'Roboto',sans-serif;
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 14px 0;
    text-transform: uppercase
}
.nav > li > a {
   padding: 10px 15px 20px 15px;
}
.navbar-inverse-mal {
    background-color: #892035;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}   
        .navbar-inverse-mal .navbar-brand {
            max-width: 270px;
            padding: 10px;
            text-align: center;
        }

        .navbar-inverse-mal .navbar-brand, .navbar-nav {
            float: none;
            margin: 0 auto;
            display: table;
            table-layout: fixed;
        }

        .navbar-inverse-mal h1 {
            color: #fff;
            font-size: 24px;
            letter-spacing: 1px;
            margin: 0;
            padding: 0;
            padding-bottom: 8px;
        }

.j-cover { border: 1px solid #333333; margin: 6px 6px 20px 6px; }
.j-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px
}
.j-title span {
    display: block;
    font-size: 29px;
    font-weight: normal
}
.tab-content {
    border: 6px solid #efefef;
    padding: 24px;
}

.nav-tabs {
    margin-top: 40px;
    margin-bottom: -6px;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3em
}
    .nav-tabs li.active {
        font-weight: 700;
     }
    .nav-tabs.nav-justified > li {
        float: none;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-top: 6px solid #efefef;
        border-left: 6px solid #efefef;
        border-right: 6px solid #efefef;
        border-bottom: none
    }
    .nav-tabs.nav-justified > li > a {
        border-bottom: none
    }
    .nav-tabs > li > a {
        margin-right: 0;
        line-height: 1.42857143;
        border-top: 6px solid #fff;
        border-left: 0;
        /*border-right: 6px solid #fff;*/
        border-bottom: none;
        border-radius: 0
    }

        .nav-tabs > li > a:hover {
            border-color: #efefef;
        }
.inst-list { margin: 24px 0; }

    .inst-list > .panel {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.16)
    }
    .inst-list > .panel-default > .panel-heading {
        background: none;
        border: 0;
        font-size: 20px;
        line-height: 28px;
        padding: 0 15px 0;
    }
    .inst-list .panel-body {
        padding: 2px 0 0 15px;
    }

.panel-wrapper { border: 6px solid #efefef; padding: 18px 14px; }

    .promo-bx h4 {
        color: #426596;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
    }
        .promo-bx h4.burgundy {
            color: #892035;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            line-height: 20px;
            font-weight: normal;
        }

.table caption {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 0 0 14px 0;
}
.groupprice.table caption {
    background-color: #E4AF58;
    border-top: solid 3px #E4AF58;
    color: #fff;
    padding: 18px 18px 14px;
}
.groupprice.table {
    background-color: #fff5e5;
    border-bottom: solid 3px #FFDB9E;
}
    .groupprice.table > thead > tr > th, .groupprice.table > tbody > tr > th, .groupprice.table > tfoot > tr > th, .groupprice.table > thead > tr > td, .groupprice.table > tbody > tr > td, .table > tfoot > tr > td {
        font-weight: 700;
        border-top: 1px solid #FFDB9E;
    }
    
    .dim {
        color: #aaa;
    }

.btn-default {
    background: none;
    color: #666;
    border: 1px solid #666;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-add, .btn-next {
    border: solid 3px #892035;
    color: #892035
}
    .btn-add .btn-label, .btn-next .btn-label-right {
        background: #892035;
        color: white
    }
.btn-default:hover {
    color: #000;
    background-color: #FFF;
    border-color: #892035;
}
.btn-remove {
    background-color: #FFEAE5;
    border: solid 3px #E47358;
    padding: 3px 5px;
}

    .btn-remove .btn-label {
        background: rgba(178, 63, 36, 0.15) none repeat scroll 0 0;
    }

.btn-labeled { line-height: 1.3; padding: 0 16px 0 12px; }

.btn-label {
    display: inline-block;
    left: -12px;
    padding: 10px;
    padding-left: 12px;
    position: relative;
}
.btn-label-right {
    display: inline-block;
    right: -12px;
    padding: 10px;
    padding-left: 12px;
    position: relative;
}
.btn-labeled-right {
    line-height: 1.3;
    padding: 0 12px 0 16px;
}
.btn-promo {
    color: #426596;
}
.btn-secondary {
    color: #fff;
    background: #892035;
    text-transform: uppercase;
    padding: 0.7rem 1.6rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-family: "Roboto Condensed",sans-serif;
}
.btn-secondary:hover{
    background-color: #ba3b54;
    color: #fff !important;
    border-color: #ba3b54;
}
.contact-btn { }


/* Extra Vertical Space */ .vspace {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* CHECKOUT FORMS */
.panel.panel-primary { border: 6px solid #efefef; /*border-bottom: none;*/ }

.panel-primary > .panel-heading {
    background-color: #fff;
    padding: 24px 15px 15px;
}
.panel-primary > .panel-heading h2 { font-size: 24px; margin: 6px 0 12px;  }
    .panel-primary > .panel-heading .panel-title {
        color: #333;
    }
.panel.panel-primary > .panel-body { padding: 0; }
.panel.panel-primary > .panel-body > .panel.panel-info { border: none; }

.panel-info {
    border-color: #efefef;
}

    .panel-info > .panel-heading {
        background-color: #efefef;
    }

    .panel-info > .panel-heading {
        border-bottom: 1px solid #bdbdbd;
    }

.panel.panel-primary > .panel-body > .panel.panel-info > .panel-body { padding: 24px 24px 0 }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-title {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    }

    .panel-title span.title {
       padding-right: 1rem
    }

.panel-title span.subtitle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    font-style: italic;
    }

.okay { color: #80cd9f; margin-right: 0; margin-left: 10px; font-size: 12px }

a.edit {
    margin-left: 5px;
    font-size: 11px;
    color: black;
    padding-left: 10px;
    letter-spacing: 0.3em;
    text-transform:uppercase
}
.glyphicon-edit {
    padding-left: 10px;
    color: #892035;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #892035;
}
.panel-heading .accordion-toggle-closed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #892035
}
/*.panel-heading .accordion-toggle.collapsed:after {*/
    /* symbol for "collapsed" panels */
   /* content: "\e080"; /* adjust as needed, taken from bootstrap.css */
/*}*/
.form-horizontal { margin: 0 auto; }

.form-check.form-check-inline label span { font-weight: normal; display: block; margin-left: 16px; margin-right: 16px; }

input.form-check-input {
    margin-right: 10px;
} 
.left-gap { padding-left: 25px}
.form-control { color: #000; }

.form-group.required > div, .form-group.required > .psu-form {
    position: relative;
    margin-right: 15px;
}

.form-group.required > div:after {
   position: absolute;
   content: '*';
   color: red;
   font-weight: bold;
   right: 5px;
   top: 0;
}

.form-group.required > .psu-form:after {
   position: absolute;
   content: '*';
   color: red;
   font-weight: bold;
   right: 5px;
   top: 0;
   margin-right: -15px;
}

.text-danger { color: red; font-size: small }
.text-required { color: #666; margin: 10px 0 0; }
.text-required span { color: red; font-weight: bold; }

.ccIcons img { width: 40px; }

span.info-icon {
    color: #666;
    position: absolute;
    top: 0;
    right: -15px;
}

#cvcModal { font-size: 12px; }
    #cvcModal .modal-header  {
        padding-bottom: 0;
    }

#cvcModal .modal-header, #cvcModal .modal-footer { border: none; }
    #cvcModal .modal-content {
       padding-left: 16px; padding-right: 16px;
    }

#cvcModal .modal-body img { padding: 12px 0; width: 100%; height: auto; max-width: 353px;  }


.table-condensed {
    margin: 0 auto;
    width: 95%
}
 .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 10px 0;
        border: 0
    }
.table > thead > tr > th {
    border-bottom: 2px solid #efefef
}

.table-condensed > tbody > tr > th p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    font-style: italic;
    padding-top: 0.5rem
}

hr.hr-cart {
    border-bottom: 4px solid #efefef;
 }

/* content styles */
/* //////////////////// START OF RESPONSIVE EQUAL HEIGHT BOXES*/
.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

.inside-full-height {
    /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
   
}
.validation-summary-errors ul li {
    list-style: none;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0 0 20px 0;
}
/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.font-bold { font-weight: bold}

.margin-zero {margin-left: 0; margin-right: 0}

button.btn-update {
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #CCC;
    padding: 4px 10px;
    letter-spacing: 0.2em;
}

.glyphicon-shopping-cart {
    font-size: 2rem;
}
.btn-blue {
    color: #fff !important;
    background: #4285f4;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
}
.red {
    color: red;
    font-weight: bold
}
/*Subscription Renewal*/

p.orange {
    color: #e7903b;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px
}
.orange-alert {
    border: 4px #e7903b solid;
    padding: 15px
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width : 320px) {

    .nav-tabs {
        margin-top: 0;
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .nav > li > a {
        padding: 10px 3px 20px 3px;
    }
    .nav-tabs.nav-justified > li {
       float: left
    }
   .nav-tabs.nav-justified > li > a {
       margin-bottom: 1px;
    }
    .btn-promo {
        margin-top: 20px
    }
    .panel-heading .accordion-toggle-closed::after, .panel-heading .accordion-toggle:after {
        font-size: 12px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
    .panel-title span.title {
        font-size: 1.7rem;
    }
}

@media (min-width: 480px) {

   .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
    .nav-tabs {
        margin-top: 0;
        font-size: 14px;
    }
    .nav-tabs.nav-justified > li {
        float: left
    }
    .nav-tabs.nav-justified > li > a {
         margin-bottom: 1px;
    }
    .btn-promo {
        margin-top: 20px
    }
    h2 {
        font-size: 25px;
    }
   .panel-title span.title {
        font-size: 1.9rem;
    }
}

@media only screen and (min-width : 768px) {

    body {
        padding-top: 100px;
    }

   .navbar-inverse-mal {
            margin-bottom: 32px;
        }
        .navbar-inverse-mal .navbar-brand {
            max-width: 450px;
       }
    .navbar-inverse-mal h1 {
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
        font-size: 28px;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        margin-top: 32px;
    }
      .j-cover {
            max-width: 90%;
        }

        .contact-btn {
            margin-top: 0;
        }

        .promo-bx {
        }
        .table-condensed > thead > tr > th:last-child, .table-condensed > tbody > tr > td:last-child {
            padding-right: 12px;
        }
      .row-sm-height {
            display: table;
            table-layout: fixed;
            height: 100%;
            width: 100%;
        }
      .col-sm-height {
            display: table-cell;
            float: none;
            height: 100%;
        }
       .col-sm-top {
            vertical-align: top;
        }
       .col-sm-middle {
            vertical-align: middle;
        }
        .col-sm-bottom {
            vertical-align: bottom;
        }
    .nav-tabs {
        margin-top: 30px;
    }
        .nav-tabs.nav-justified > li {
            float: none;
        }
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
    .btn-promo {
        margin-top: 0
    }
    .panel-heading .accordion-toggle-closed::after, .panel-heading .accordion-toggle:after {
        font-size: 16px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    }


@media (min-width: 992px) {

    body {
        padding-top: 50px;
    }

    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
    .btn-promo {
        margin-top: 20px
    }
    .nav-tabs {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {

     .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
    .btn-promo {
        margin-top: 0
    }
}


/* Spacers - From MDBootstrap - Reset Bootstrap */
.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pt-2 {
    padding-top: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (max-width: 992px) {
    .mb-r {
        margin-bottom: 2rem !important;
    }
}

@media (min-width: 992px) {
    .mb-r {
        margin-bottom: 3rem !important;
    }
}

.mb-m {
    margin-bottom: 1rem;
}

@media (min-width: 62em) {
    .mb-m {
        margin-bottom: 0;
    }
}
.alert {
    border: 3px solid #892035;
    padding: 20px
}
.glyphicon-exclamation-sign {
    color: #892035;
    font-size: 2.5rem;
    padding-right: 10px;
}
