﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    color: #fff;
    -moz-transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
    -o-transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
    -webkit-transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
    transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
}

@media (max-width: 991px) {
    .footer {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .footer {
        bottom: -60px;
        height: auto;
        font-size: 11px;
        -moz-transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
        -o-transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
        -webkit-transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
        transition: bottom .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
    }

    .footer.expand {
        bottom: 0;
        visibility: visible;
    }

    footer .col-sm-6 {
        padding: 0;
    }

    footer .fa-caret-up {
        float: right;
        font-size: 20px;
        line-height: 60px;
    }

    footer .fa-caret-up:hover {
        cursor: pointer;
    }

    .expand .fa-caret-up {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.spacer {
    border-bottom: 1px dotted;
}

/* General theme styles
-------------------------------------------------- */
main {
    overflow-x: hidden;
}

h1 {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.5;
}

.h2 {
    text-transform: initial;
    font-weight: bold;
}

a,
a:hover {
    color: #ab7f19;
}

p {
    line-height: 1.7;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
}

.not-allowed {
    cursor: not-allowed !important;
    opacity: .6;
}

.bg-primary {
    background-color: #17212f !important;
    opacity: .95;
}

.flex-center {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.table .thead-dark th {
    background: #17212f;
}

.btn-primary {
    cursor: pointer;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ab7f19;
    border: 1px solid #ab7f19;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ab7f19;
    border: 1px solid #ab7f19;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #ab7f19;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #ab7f19;
    border: 1px solid #ab7f19;
    color: #fff !important;
}

.not-visible {
    visibility: hidden;
}

.hide {
    display: none;
}

.modal-header {
    padding-top: 0;
}

.fade-left .form-fields {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}

@media (max-width: 767px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 2rem;
    }
    
    h2,
    .h2 {
        font-size: 1.8rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 374px) {
    h1,
    .h1 {
        font-size: 1.8rem;
    }

    h2,
    .h2 {
        font-size: 1.6rem;
    }

    h3,
    .h3 {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .visible-sm {
        display: none;
    }
}

#signinModal .modal-dialog,
#confirmationModal .modal-dialog {
    top: 15%;
}

#btnSignIn {
    width: 100%;
}

#signupModal .modal-dialog {
    top: 10%;
}

#signupModal .step-number {
    padding: .375rem .75rem;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100px;
    text-align: center;
}

.signup-next,
.signup-back,
.equity-next,
.equity-back {
    cursor: pointer;
}

.signup-next {
    padding: .375rem .75rem;
}

.signup-back {
    padding: .375rem 0;
}

.signup-next:after,
.equity-next:after {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 16px;
    padding-left: 3px;
}

.signup-back:before,
.equity-back:before {
    content: "\f053";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 16px;
    padding-right: 3px;
}

.modal-open footer {
    padding-right: 15px;
}

.modal-content {
    background: #17212f;
    color: #fff;
    padding: 20px;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 30px;
    border: 0;
    background: transparent;
}

.show {
    display: block !important;
}

#divTransactions {
    overflow-x: scroll;
}

/* Home page styles
-------------------------------------------------- */
.bg-image {
    background-image: url("../images/dggold-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    border-top: 1px solid #ab7f19;
    border-bottom: 1px solid #ab7f19;
}

@media (max-width: 768px) {
    .bg-image {
        min-height: 400px;
        background-position: left;
        flex-direction: column;
    }
}

.hero-msg {
    margin: 0;
    padding: 15px;
}

@media (max-width: 768px) {
    .digitalMetals-home .hero-msg {
        border-bottom: 1px solid #ab7f19;
        width: 90%;
        padding: 30px 0;
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .digitalMetals-home .hero-msg {
        border-right: 1px solid #ab7f19;
    }
}

.digitalMetals-home .hero-msg h3 {
    max-width: 400px;
}

.hero-msg h3 {
    font-weight: 600;
    color: #002e62;
    margin: 20px auto 20px;
}

@media (max-width: 768px) {
    .hero-powered-by {
        padding: 20px 15px;
    }
}

.hero-powered-by span {
    font-weight: 600;
    font-size: 1.5rem;
    color: #002e62;
    display: block;
}

.hero-powered-by h2 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 5px solid #002e62;
}

.hero-powered-by h4 {
    max-width: 450px;
    margin: 0 auto;
    padding-top: 5px;
}

.digitalMetals-home .btn-primary,
.digitalMetals-home .btn-secondary,
.digitalMetals-ira .btn-primary,
.digitalMetals-ira .btn-secondary {
    padding: 10px 40px;
}

@media (min-width: 769px) {
    .digitalMetals-home .btn-primary,
    .digitalMetals-home .btn-secondary,
    .digitalMetals-ira .btn-primary,
    .digitalMetals-ira .btn-secondary {
        min-width: 150px;
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .digitalMetals-home .btn-primary,
    .digitalMetals-home .btn-secondary {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 374px) {
    .digitalMetals-home .btn-primary,
    .digitalMetals-home .btn-secondary {
        margin: 0;
    }
}

.digitalMetals-home .btn-secondary,
.digitalMetals-ira .btn-secondary {
    color: #1e2b37;
}

.digitalMetals-home h1,
.digitalMetals-home h2,
.digitalMetals-home h4,
.digitalMetals-ira h1,
.digitalMetals-ira h2,
.digitalMetals-ira h4,
.digitalMetals-ira h6 {
    color: #002e62;
}

.intro-msg {
    padding: 30px 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #002e62;
}

@media (max-width: 991px) {
    .how-it-works h2 {
        margin-top: 15px;
    }
}

.how-it-works {
    width: 100%;
}

.how-it-works .col-md-6 {
    padding: 10px 15px;
}

.how-it-works .card,
.ira-explained .card,
.profile .card {
    background: #17212f;
    opacity: .9;
    color: #fff;
    height: 100%;
}

.profile {
    max-width: 500px;
    margin: 0 auto;
}

.how-it-works .card {
    padding: 20px;
}

.how-it-works h3 {
    color: #ab7f19;
}

.how-it-works .btn-primary {
    margin: 15px 0;
}

.why-digital {
    padding: 30px 0 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-digital h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .why-digital h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .why-digital {
        padding-bottom: 150px;
    }

    .why-digital h3 {
        font-size: 2rem;
    }
}

.why-digital hr {
    border-top: 1px solid #002e62;
    margin: 5px 30px 5px 0;
}

.why-digital p {
    font-size: 18px;
    line-height: 1.5;
}

.dggold-features {
    padding-right: 0;
}

@media (max-width: 374px) {
    .dggold-features,
    .footer {
        font-size: 10px;
    }
}

.dggold-vs-physical,
.powered-by {
    padding: 0;
    margin: 0 auto;
}

.dggold-vs-physical ul {
    list-style: none;
    width: 100%;
}

.dggold-vs-physical ul li {
    font-weight: bold;
}

.dggold-vs-physical .comparison-marks .col-sm-6 {
    height: 100%;
    padding-right: 0;
}

.dggold-vs-physical ul {
    padding: 0;
}

.dggold-vs-physical .dggold-features ul li {
    height: 64px;
    border-bottom: 1px solid #ab7f19;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dggold-vs-physical .comparison-marks .col-sm-6 ul {
    font-size: 30px;
    position: relative;
    top: 50px;
    background: #17212f;
    border-radius: 0 0 4px 4px;
    width: 100%;
}

.dggold-vs-physical .comparison-marks .col-sm-6 ul li {
    padding: 10px 0;
}

.dggold-vs-physical .comparison-marks .col-sm-6 .card {
    height: 100%;
    width: 100%;
    background: #17212f;
    color: #fff;
    opacity: .9;
    bottom: 50px;
    border: 0;
}

.dggold-vs-physical .comparison-marks .col-sm-6 .card h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding-top: 5px;
    background: #ab7f19;
    height: 48px;
    border-radius: 4px 4px 0 0;
}

@media (max-width: 767px) {
    .dggold-vs-physical .comparison-marks .col-sm-6 .card {
        bottom: 40px;
        padding-bottom: 30px;
    }

    .dggold-vs-physical .comparison-marks .col-sm-6 .card h4 {
        margin: 0;
        height: auto;
        top: -106px;
        font-size: 14px;
        padding: 5px 0 0;
    }

    .dggold-vs-physical .comparison-marks .col-sm-6 .card h4 span {
        writing-mode: vertical-rl;
        text-orientation: upright;
    }

    .dggold-vs-physical .comparison-marks .col-sm-6:first-child .card h4 {
        padding-bottom: 33px;
    }
}

.digitalMetals-home .powered-by {
    padding: 30px 0;
}

.outro-msg {
    min-height: 250px !important;
    padding: 30px 0;
}

.outro-msg .container {
    max-width: 900px;
    margin: 0;
}

.outro-msg h4 {
    margin-bottom: 20px;
}

/* Holdings page styles
-------------------------------------------------- */
.digitalMetals-holdings .bg-image,
.subscribe .bg-image,
.unsubscribe .bg-image {
    background-image: url("../images/dggold-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

@media (max-width: 767px) {
    .digitalMetals-holdings .bg-image {
        background-position: right;
    }
}

.digitalMetals-holdings .digitalMetal-name {
    text-align: left;
}

.digitalMetals-holdings .digitalMetal-holding {
    text-align: right;
}

.digitalMetals-holdings .digitalMetal-name,
.digitalMetals-holdings .digitalMetal-holding {
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
}

@media (max-width: 767px) {
    .digitalMetals-holdings .digitalMetal-name,
    .digitalMetals-holdings .digitalMetal-holding,
    .tradeForm-heading {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .digitalMetals-holdings .digitalMetal-name,
    .digitalMetals-holdings .digitalMetal-holding,
    .tradeForm-heading {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .digitalMetals-holdings .digitalMetal-name,
    .digitalMetals-holdings .digitalMetal-holding,
    .tradeForm-heading {
        font-size: 28px;
    }
}

.digitalMetals-holdings .bid-ask {
    padding-top: 30px;
    font-size: 18px;
}

.digitalMetals-holdings label {
    display: block;
    width: 100%;
}

.digitalMetals-holdings select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    height: 34px;

}

.digitalMetals-holdings #btnBuy {
    border-radius: 4px 0 0 4px;
}

.digitalMetals-holdings #btnSell {
    border-radius: 0 4px 4px 0;
}

.digitalMetals-holdings .arrows:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 24px;
}

@media (max-width: 767px) {
    .digitalMetals-holdings .arrows:before {
        content: "\f338";
    }
}

@media (min-width: 768px) {
    .digitalMetals-holdings .arrows:before {
        content: "\f337";
    }
}

.digitalMetals-holdings .form-control:focus {
    box-shadow: none;
}

.digitalMetals-holdings .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.digitalMetals-holdings .input-group > .input-group-append:not(:last-child) > .input-group-text {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.digitalMetals-holdings #txtBuyOunces {
    border-radius: 4px 0 0 4px;
}

.digitalMetals-holdings .totals .col-sm-6 {
    padding: 0;
}

.digitalMetals-holdings .total {
    font-size: 18px;
}

.z-down {
    z-index: 1;
}

#confirmationModal.success .modal-body,
#confirmationModal.success .confirmation-header {
    display: none;
}

#confirmationModal .success-content {
    display: none;
}

#confirmationModal.success .success-content {
    display: block;
}

.success-checkmark {
    margin: 0 auto;
    display: block;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #ab7f19;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 20vw;
    left: 48%;
    z-index: 1070;
    display: none;
}

@media (max-width: 575px) {
    .loader {
        left: 45%;
    }
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.table,
.table tr,
.table td {
    background-color: white !important;
}

/* FAQ page styles
-------------------------------------------------- */
.faq {
    margin: 30px 0;
}

.search-found {
    text-decoration: underline;
}

.faq dl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ab7f19;
    position: relative;
}

.faq dt {
    cursor: pointer;
    font-size: 18px;
    padding: 0 35px 5px 0;
}

.faq dt:after {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    float: right;
    position: absolute;
    right: 10px;
    top: 0;
}

.faq .expanded:after {
    content: "\f068";
}

.faq dd {
    display: none;
}

/* IRA page styles
-------------------------------------------------- */
.digitalMetals-ira .hero-msg {
    max-width: 675px;
}

.digitalMetals-ira .ira-explained-bg-image {
    min-height: 375px;
}

.ira-explained {
    margin: 30px 0;
}

.ira-explained .card {
    padding: 40px 40px 20px 40px;
    width: 100%;
}

.digitalMetals-ira .fa-plus {
    display: block;
    padding: 5px;
    color: #ab7f19;
}

@media (max-width: 767px) {
    .flex-mobile-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .digitalMetals-ira .flex-mobile {
        flex: 0 0 42%;
    }

    .digitalMetals-ira .fa-plus {
        line-height: 40px;
        padding: 5px 10px;
    }
}

.about-equity {
    padding: 30px 15px;
}

.digitalMetals-ira .how-it-works {
    margin: 30px 0;
}

.digitalMetals-ira .how-it-works .card {
    flex-direction: row;
    margin: 15px 0;
    width: 100%;
}

@media (max-width: 767px) {
    .digitalMetals-ira .how-it-works .card {
        flex-direction: column;
    }
}

.digitalMetals-ira .how-it-works .card .col-md-10,
.digitalMetals-ira .how-it-works .card .col-md-10 h4 {
    color: #fff;
    text-align: left;
}

@media (max-width: 767px) {
    .digitalMetals-ira .how-it-works .card .col-md-10 h4 {
        padding-top: 10px;
    }
}

.ira-step-number span {
    font-size: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 40px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .ira-step-number {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .ira-step-number span {
        display: inline-block;
        margin: 10px 0;
    }
}

/* Style the input */
.faq-search {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #787d85;
    background-color: #fcfcfc;
    border: 1px solid #e0e1e1;
    padding: 5px 15px;
    margin-top: 10px;
}

/* Style the results */
.results {
    background: #ab7f19;
    color: #fff;
}

.results:hover {
    background: #ab7f19;
    color: #fff;
}

.error-message {
    font-size: 14px;
    color: red;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
}

/* IRA page styles
-------------------------------------------------- */
.digitalMetals-iraSignup {
    margin: 20px 0 100px;
}

.account-nav {
    background: #17212f;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 5px;
}

.account-nav .step {
    padding: 10px 0;
}

.account-nav .active {
    font-weight: 700;
    border-bottom: 4px solid #fff;
}

.digitalMetals-iraSignup form h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.digitalMetals-iraSignup form h2 small {
    line-height: 1.9;
}

.digitalMetals-iraSignup .number,
.digitalMetals-iraSignup .title {
    display: block;
    text-align: center;
}

.digitalMetals-iraSignup .number {
    font-size: 24px;
}

.digitalMetals-iraSignup .title {
    font-size: 12px;
}

@media (max-width: 767px) {
    .digitalMetals-iraSignup .title {
        display: none;
    }
}

.digitalMetals-iraSignup .card {
    background: #17212f;
    color: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .digitalMetals-iraSignup .card {
        height: 100%;
    }
}

.digitalMetals-iraSignup h4 {
    margin-top: 20px;
}

.digitalMetals-iraSignup .control-label {
    font-weight: 700;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .digitalMetals-iraSignup .control-label {
        margin-top: 10px;
    }
}

.digitalMetals-iraSignup .dob .separator {
    padding: 0 5px;
}

.digitalMetals-iraSignup .input-group-append {
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #fff;
    align-items: center;
}

.form-money-container .input-group-append {
    border-radius: 5px 0 0 5px;
}

.form-percentage-container .input-group-append {
    border-radius: 0 5px 5px 0;
    margin-right: -1px;
}

.digitalMetals-iraSignup .input-group-append ~ input {
    margin-left: -1px;
}

.digitalMetals-iraSignup .alert {
    margin: 20px 0 0;
}

.panel-funding-method {
    cursor: pointer;
    padding: 10px;
}

.panel-funding-method .funding-method {
    cursor: pointer;
    padding: 10px 15px;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
}

.panel-funding-method .funding-method:hover,
.panel-funding-method .funding-method.selected {
    background: #fff;
    color: #17212f;
}

.panel-funding-method h5 {
    text-align: center;
}

.contribution-amount table {
    width: 100%;
}

.contribution-amount table ul {
    list-style: none;
    padding: 0;
}

.digitalMetals-iraSignup .table,
.digitalMetals-iraSignup .table tr,
.digitalMetals-iraSignup .table td {
    background: transparent !important;
    color: #fff;
}

.error-container {
    display: none;
}

.error-container .help-block,
.error {
    padding-top: 5px;
    color: #ff0000;
    width: 100%;
}

.beneficiary-info .form-group {
    padding-right: 5px;
}

.remove-beneficiary,
.remove-beneficiary:hover,
.remove-beneficiary:active {
    color: #fff;
}

.remove-beneficiary {
    font-size: 30px;
    padding-top: 0;
}

#form-summary .panel-body {
    height: 100%;
}

#form-summary .panel-footer {
    padding-bottom: 10px;
}

.alert p {
    margin: 0;
}

/* Subscribe and unsubscribe page
-------------------------------------------------- */
@media (min-width: 768px) {
    .subscribe .container,
    .unsubscribe .container {
        position: absolute;
        top: 60px;
        bottom: 60px;
        right: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .subscribe,
    .unsubscribe {
        margin-top: 20px;
    }
}

.subscribe .h2,
.unsubscribe .h2 {
    color: #002e62;
}

.subscribe .fa-envelope {
    color: #ab7f19;
    padding: 20px;
    border: 2px solid #ab7f19;
    border-radius: 50%;
    font-size: 50px;
    margin-bottom: 20px;
}

.subscribe .card,
.unsubscribe .card {
    background: #17212f;
    opacity: .9;
    color: #fff;
    width: 100%;
}

.subsciption-signup,
.unsubscribe-form {
    width: 100%;
    padding: 30px;
}

.subsciption-signup input {
    margin-bottom: 15px;
}

.subscribe .disclaimer {
    font-size: 10px;
    margin-top: 15px;
}

.unsubscribe .col-md-6 {
    margin: 0 auto;
}