body {
    font-size: 14px;
}
html, body {
    height: 100%;
    font-family: "proxima-nova","Helvetica","Arial","Sans-serif"
}


h1, h2, h3, h4 {
    font-family: "proxima-nova","Helvetica","Arial","Sans-serif";
    margin-bottom: .25em;
    font-weight: 700;
}

.membership-navbar {
    min-height: 85px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.navbar-toggle {
    background-color: #f2f2f2;
    margin-top: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.icon-bar {
    background-color: #888;
}

.blue-footer {
    padding-top: 24px;
    background-color: #0a3b7c;
    color: #fff;
    text-align: center;
    min-height: 180px;
    padding-bottom: 20px;
}

a.footer_link {
    display: inline-block;
    margin-left: 20px;
    border: 1px none #000;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

    a.footer_link:hover {
        color: #00aeef;
    }

.container {
    min-height: 70%;
    min-height: -webkit-calc(100% - 276px);
    min-height: -moz-calc(100% - 276px);
    min-height: calc(100% - 276px);
}

.form-control {
    box-sizing: border-box;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
}

.margin-top {
    margin-top: 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-top-xs {
    margin-top: 5px;
}

.margin-bottom {
    margin-bottom: 20px;
}


.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.padding-20 {
    padding: 20px;
}

.padding-15 {
    padding: 15px;
}

.padding-15-5 {
    padding: 15px 5px;
}

.pointer {
    cursor: pointer;
}

.btn {
    border: none;
    padding: 10px 35px;
    border-radius: 4px;
    font-weight: 700;
}

    .btn.btn-primary {
        background-color: #0a3b7c;
        -webkit-transition: background-color 200ms ease, border-color 200ms ease;
        transition: background-color 200ms ease, border-color 200ms
    }

        .btn.btn-primary:hover {
            background-color: #2a5b9c;
        }

a.btn.btn-primary:focus {
    background-color: #4a7bbc;
}

.btn.btn-accent {
    background-color: #e21e26;
    color: #fff;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms
}

    .btn.btn-accent:hover {
        background-color: #F22E36;
        color: #fff;
    }

    .btn.btn-accent:focus {
        background-color: #F24E56;
        color: #fff;
    }

.product-description {
    font-size: 2em;
}

.card-generic {
    opacity: 1;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease, opacity 200ms ease;
    transition: background-color 200ms ease, border-color 200ms, opacity 200ms ease;
}

    .card-generic:hover {
        opacity: 0.9;
    }

    .card-generic:focus {
        opacity: 0.85;
    }

.product-constituent {
    font-size: 1.6em;
}

.card {
    background-color: #0A3B7C;
    color: white;
    font-size: 1.1em;
    height: 140px;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms;
    border-radius: 4px;
}

    .card:hover {
        background-color: #2a5b9c;
    }

    .card:focus {
        background-color: #4a7bbc;
    }

.card-primary {
    background-color: #0A3B7C;
    color: white;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms
}

    .card-primary:hover {
        background-color: #2a5b9c;
    }

    .card-primary:focus {
        background-color: #4a7bbc;
    }

    a.card-primary:hover{
        color: white;
    }
.card.selected {
    background-color: #e21e26;
}

    .card.selected:hover {
        background-color: #F22E36;
    }

    .card.selected:focus {
        background-color: #F24E56;
    }

.fade-in-ng {
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    height: auto;
}

    .fade-in-ng.ng-hide {
        opacity: 0;
        height: 0;
    }

.cancel-animation {
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.CustomValidationError {
    color: red;
    display: block;
}

input,
select,
textarea {
    max-width: 280px;
    font: 400 13.3333px Arial;
}

.bg-primary {
    background-color: #0A3B7C;
    color: white;
    font-size: 1em;
    line-height: 1.5;
}

.theme-image {
    background: url(../images/membership_sml.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.renewal .theme-image {
    background: url(/images/membership.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.presentation-box {
    height: 280px;
    display: block;
}

    .presentation-box.renewal {
        height: 340px;
    }

._404-heading {
    font-family: proxima-nova, sans-serif;
    font-size: 12em;
    margin-top: 10%;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}


.security-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
}

#braintree-security-check {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    margin-left: -215px;
    margin-top: -240px;
    background: #FAFAFA;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    border-radius: 6px;
    background: #FFF;
}

@media (max-width: 767px) {
    .navbar {
        height: 70px;
        min-height: 70px;
    }
}
