@font-face {
  font-family: 'National Light';

  src: url('../font/NationalWeb-Light.eot');
  src: url('../font/NationalWeb-Light.woff') format('woff');
}
@font-face {
  font-family: 'National Regular';

  src: url('../font/NationalWeb-Regular.eot');
  src: url('../font/NationalWeb-Regular.woff') format('woff');
}
@font-face {
  font-family: 'National Bold';

  src: url('../font/NationalWeb-Bold.eot');
  src: url('../font/NationalWeb-Bold.woff') format('woff');

  font-weight:  bold;
}
* {
  border-radius: 0px !important;
}
body {
    background: #FFFFFF;
    font-family: 'National Light', sans-serif;
    margin-top: 0;
    font-size: 19px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'National Light', sans-serif;
}
h1 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}
h2 {
    font-size: 36px;
}
h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
}
.underline {
    padding-bottom: 15px;
    border-bottom: 2px solid #CAB26C;
    margin-bottom: 30px;
}
a {
    color: #2C66A6;
    font-family: 'National Regular', sans-serif;
}

.form-group label {
    display: none;
}
li {
    line-height: 1.4em;
    padding-bottom: 6px;
}
.btn-gold {
    background: #CAB26C;
    color: #fff;
}

hr {
    border-top: 2px solid #CAB26C;
}

#masthead {
    background: url(../img/cm-signup-revised-1x500.jpg) repeat-x;
}


#discount-badge {
    position: absolute;
    right: 40px;
    bottom: -174px;
    z-index: 1000;
}
    @media (max-width: 768px) {
        h1.text-center {
            padding-left: 34px;
            text-align: left;
        }
        #discount-badge {
            bottom: -86px;
        }
    }


.no-labels .has-feedback .form-control-feedback {
    top: 0;
}

/*#marketing {
    padding-bottom: 0;
}
    #marketing .col:nth-child(2) {
        border-left: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
    }*/
#marketing .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*#modal-magazine */.video-modal .modal-content {
        border-radius: 0px;
    }
    /*#modal-magazine */.video-modal .modal-body {
        margin-bottom: -5px;
        padding: 0;
    }


/**
*  Bootstrap overloads
*/
.btn {
    margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 0;
}
.card.card-gray {
    background: #efefef;
    border: none;
    border-radius: 0;
}
    .card.card-gray .card-title {
        font-size: 24px;
        font-family: 'Font Regular', sans-serif;
    }
    .card.card-gray .card-text {
        font-size: 18px;
        font-family: 'Font Regular', sans-serif;
    }

#promo-header-tall {
    background: url(../img/cm-signup-revised-1x500.jpg) repeat-x;
}
#promo-header-short {
    background: url(../img/cm-signup-revised-1x397.jpg) repeat-x;
}

.has-error .help-block {
    font-weight: bold;
}


/**
*  Success page
*/
a.link-tile {
    display: block;
    margin: 0 auto;
    text-align: center;
}
a.link-tile div {
    max-height: 230px;
    overflow: hidden;
}
a.link-tile img {
    max-width: 360px;
}
a.link-tile h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    max-height: 86px;
    overflow: hidden;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .col-sm-4 a.link-tile div {
        max-height: 140px;
    }
    .col-sm-4 a.link-tile img {
        max-width: 220px;
    }
}
@media (min-width: 992px) {
    .col-sm-4 a.link-tile div {
        max-height: 185px;
    }
    .col-sm-4 a.link-tile img {
        max-width: 293px;
    }
}
@media (min-width: 1200px) {
    .col-sm-4 a.link-tile div {
        max-height: 230px;
    }
    .col-sm-4 a.link-tile img {
        max-width: 360px;
    }
}