
p {
    line-height: 1.56;
}


.navbar-toggler {
    margin-right: 0px;
}

.hamburger {
    background: #ee3644;
}

.textbox {
    white-space: pre-wrap;
}

.markdownbox {
    width: 100%;
}

.hide-me {
    display: none;
}

.markdownbox a {
    color: #ee3644 !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-full {
    font-size: 100% !important;
}

.ml-minus-5 {
    margin-left: -5px;
}

.border-highlight {
    border-color: #a3a3a3 !important;
}

.nav-top-bg {
    padding-top: 6px;
    background-color: #ee3644 !important;
}

.nav-item__has-dropdown .dropdown-menu {
    border-top: 3px solid #ee3644;
}

a.active, a:active, a:focus, a:hover {
    color: #ee3644;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #1350a1 !important;
}

.nav-item__has-megamenu .dropdown-menu {
    border-top: 3px solid #ee3644;
}

.text-primary {
    color: #ee3644 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #c02430 !important;
}

.btn-primary {
    border-color: #ee3644 !important;
    background: #ee3644 !important;
}

.btn-primary.active, .btn-primary .show > .dropdown-toggle, .btn-primary .show > .dropdown-toggle.dropdown-toggle-split, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: #c02430 !important;
    background: #c02430 !important;
}

.btn-outline-primary.active, .btn-outline-primary .show > .dropdown-toggle, .btn-outline-primary:active, .btn-outline-primary:hover {
    border-color: #c02430 !important;
    background: #c02430 !important;
}

.btn-outline-primary {
    border-color: #ee3644;
    color: #ee3644;
}

.bg-primary {
    background-color: #ee3644 !important;
}

.owl-dots .owl-dot {
    background: #e8bc39;
}

.owl-dots .owl-dot.active {
    background: #ee3644;
}

.hover\:primary:hover {
    background: #ee3644 !important;
}

.bg-primary-0_7 {
    background: rgba(73, 180, 190, 0.7) !important;
}

.badge-primary {
    background: #ee3644;
}

.tab-line .nav-link.active {
    border-bottom-color: #ee3644;
}

.list-style-icon > li::before {
    color: #ee3644;
}

.btn-opacity-primary {
    background: rgba(111, 195, 203, 0.15);
    color: #ee3644;
}

.btn-opacity-primary:hover {
    background: #ee3644;
}

.btn-white.active, .btn-white .show > .dropdown-toggle, .btn-white .show > .dropdown-toggle.dropdown-toggle-split, .btn-white:active, .btn-white:focus, .btn-white:hover {
    background: #ee3644 !important;
    border-color: #ee3644 !important;
}

.ec-checkbox > input[type="checkbox"]:checked ~ .ec-checkbox__control {
    background: #ee3644;
    border-color: #ee3644;
}

.bg-brand {
    color: #ffffff;
    background-color: #1350a1 !important;
}

.form-control:focus {
    border-color: #ee3644;
}

.input-group--focus.state--focus * {
    border-color: #ee3644;
}

.pagination .page-item.active .page-link {
    background: #ee3644;
    border-color: #ee3644;
}

.pagination-primary .page-link.active, .pagination-primary .page-link:focus, .pagination-primary .page-link:hover {
    background: #ee3644;
    border-color: #ee3644;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background: #ee3644;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ee3644 !important;
}

.accordion-style-1 .accordion__title:not(.collapsed) {
    background: #ee3644;
}

.print-only
{
    display: none;
}

.footer-top {
    padding-bottom: 25px;
}


@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .print-only
    {
        display: block !important;
    }
}


@media screen and (min-width: 768px) {
  .mt-minus-200 {
      margin-top: -200px;
  }
}


.StripeElement {
  background-color: white;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

label.is-invalid {
    color: rgb(220 53 69);
    font-size: 14px;
}

@media (max-width: 600px) {
    .podcast-artwork {
        display: none;
    }
}

@media (max-width: 375px) {
    .podcast-apps .btn {
        margin-bottom: .5rem;
        display: block;
    }
}
/*# sourceMappingURL=customize.css.map */
