/* Define font-faces */
/* Merriweather */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&amp;display=swap");

/* Gotham */
@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-bookitalic.eot");
    src: url("../eot/gothamrndssm-bookitalicd41d.eot#iefix") format("embedded-opentype"),
        url("../woff/gothamrndssm-bookitalic.woff") format("woff"), 
        url("../ttf/gothamrndssm-bookitalic.ttf") format("truetype"), 
        url("../svg/gothamrndssm-bookitalic.svg#GothamRndSSm-BookItalic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-medium.eot");
    src: url("../eot/gothamrndssm-mediumd41d.eot#iefix") format("embedded-opentype"), 
        url("../woff/gothamrndssm-medium.woff") format("woff"), 
        url("../ttf/gothamrndssm-medium.ttf") format("truetype"), 
        url("../svg/gothamrndssm-medium.svg#GothamRndSSm-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-book.eot");
    src: url("../eot/gothamrndssm-bookd41d.eot#iefix") format("embedded-opentype"),
        url("../woff/gothamrndssm-book.woff") format("woff"), 
        url("../ttf/gothamrndssm-book.ttf") format("truetype"), 
        url("../svg/gothamrndssm-book.svg#GothamRndSSm-Book") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-bold.eot");
    src: url("../eot/gothamrndssm-boldd41d.eot#iefix") format("embedded-opentype"),
        url("../woff/gothamrndssm-bold.woff") format("woff"), url("../ttf/gothamrndssm-bold.ttf") format("truetype"), url("../svg/gothamrndssm-bold.svg#GothamRndSSm-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-lightitalic.eot");
    src: url("../eot/gothamrndssm-lightitalicd41d.eot#iefix") format("embedded-opentype"), 
        url("../woff/gothamrndssm-lightitalic.woff") format("woff"), 
        url("../woff/gothamrndssm-lightitalic.woff") format("woff"), 
        url("../ttf/gothamrndssm-lightitalic.ttf") format("truetype"), 
        url("../svg/gothamrndssm-lightitalic.svg#GothamRndSSm-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-bolditalic.eot");
    src: url("../eot/gothamrndssm-bolditalicd41d.eot#iefix") format("embedded-opentype"), 
        url("../woff/gothamrndssm-bolditalic.woff") format("woff"), 
        url("../ttf/gothamrndssm-bolditalic.ttf") format("truetype"), 
        url("../svg/gothamrndssm-bolditalic.svg#GothamRndSSm-BoldItalic") format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-light.eot");
    src: url("../eot/gothamrndssm-lightd41d.eot#iefix") format("embedded-opentype"), 
        url("../woff/gothamrndssm-light.woff") format("woff"), 
        url("../ttf/gothamrndssm-light.ttf") format("truetype"), 
        url("../svg/gothamrndssm-light.svg#GothamRndSSm-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Rnd SSm";
    src: url("../eot/gothamrndssm-mediumitalic.eot");
    src: url("../eot/gothamrndssm-mediumitalicd41d.eot#iefix") format("embedded-opentype"),
        url("../woff/gothamrndssm-mediumitalic.woff") format("woff"), 
        url("../ttf/gothamrndssm-mediumitalic.ttf") format("truetype"), 
        url("../svg/gothamrndssm-mediumitalic.svg#GothamRndSSm-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic;
}

/* Belleson */
@font-face {
  font-family: "Belleson";
  src: url("../otf/belleson.otf") format("woff"),
    url("../otf/belleson.otf") format("opentype"),
    url("../otf/belleson.otf") format("truetype");
}
/* End of custom fonts */


@font-face {
  font-family: 'debtor-custom';
  src: url('../eot/debtor-customfb92.eot');
  src: url('../eot/debtor-customfb92.eot#iefix') format('embedded-opentype'),
       url('../woff2/debtor-customfb92.woff2') format('woff2'),
       url('../woff/debtor-customfb92.woff') format('woff'),
       url('../ttf/debtor-customfb92.ttf') format('truetype'),
       url('../svg/debtor-customfb92.svg#debtor-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'debtor-custom';
    src: url('../font/debtor-custom.svg?89401161#debtor-custom') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "debtor-custom";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
/*.icon-flash:before { content: '\e800'; }*/ /* '' */
/*.icon-additional-emails:before { content: '\e801'; }*/ /* '' */
/*.icon-arrow-right:before { content: '\e802'; }*/ /* '' */
/*.icon-attorney-billing:before { content: '\e803'; }*/ /* '' */
/*.icon-attorney-info:before { content: '\e804'; }*/ /* '' */
/*.icon-attorney-options:before { content: '\e805'; }*/ /* '' */
/*.icon-attorney:before { content: '\e806'; }*/ /* '' */
/*.icon-audio:before { content: '\e807'; }*/ /* '' */
/*.icon-availability:before { content: '\e808'; }*/ /* '' */
/*.icon-bankruptcy:before { content: '\e809'; }*/ /* '' */
/*.icon-box:before { content: '\e80a'; }*/ /* '' */
/*.icon-star:before { content: '\e80b'; }*/ /* '' */
/*.icon-play:before { content: '\e80c'; }*/ /* '' */
/*.icon-briefcase:before { content: '\e80d'; }*/ /* '' */
/*.icon-bullet-list:before { content: '\e80e'; }*/ /* '' */
/*.icon-calendar:before { content: '\e80f'; }*/ /* '' */
/*.icon-cart:before { content: '\e810'; }*/ /* '' */
/*.icon-certificate-filing:before { content: '\e811'; }*/ /* '' */
/*.icon-checkmark-filled:before { content: '\e812'; }*/ /* '' */
/*.icon-checkmark-outline:before { content: '\e813'; }*/ /* '' */
/*.icon-circle-crossmark:before { content: '\e814'; }*/ /* '' */
/*.icon-clipboard:before { content: '\e815'; }*/ /* '' */
/*.icon-clock:before { content: '\e816'; }*/ /* '' */
/*.icon-close:before { content: '\e817'; }*/ /* '' */
/*.icon-credit-card:before { content: '\e818'; }*/ /* '' */
/*.icon-customer-service:before { content: '\e819'; }*/ /* '' */
/*.icon-delivery:before { content: '\e81a'; }*/ /* '' */
/*.icon-dots:before { content: '\e81b'; }*/ /* '' */
/*.icon-down-arrow:before { content: '\e81c'; }*/ /* '' */
/*.icon-download:before { content: '\e81d'; }*/ /* '' */
/*.icon-ebook:before { content: '\e81e'; }*/ /* '' */
/*.icon-facebook:before { content: '\e81f'; }*/ /* '' */
/*.icon-family-estate-planning:before { content: '\e820'; }*/ /* '' */
/*.icon-faq1:before { content: '\e821'; }*/ /* '' */
/*.icon-faq2:before { content: '\e822'; }*/ /* '' */
/*.icon-faq3:before { content: '\e823'; }*/ /* '' */
/*.icon-faq4:before { content: '\e824'; }*/ /* '' */
/*.icon-first-bankruptcy-course:before { content: '\e825'; }*/ /* '' */
/*.icon-flash:before { content: '\e826'; }*/ /* '' */
/*.icon-flyers:before { content: '\e827'; }*/ /* '' */
/*.icon-gallery:before { content: '\e828'; }*/ /* '' */
/*.icon-globe:before { content: '\e829'; }*/ /* '' */
/*.icon-hardcover:before { content: '\e82a'; }*/ /* '' */
/*.icon-home-ownership:before { content: '\e82b'; }*/ /* '' */
/*.icon-icon-bar:before { content: '\e82c'; }*/ /* '' */
/*.icon-in-progress:before { content: '\e82d'; }*/ /* '' */
/*.icon-individual-account:before { content: '\e82e'; }*/ /* '' */
/*.icon-instructional-video:before { content: '\e82f'; }*/ /* '' */
/*.icon-insurance:before { content: '\e830'; }*/ /* '' */
/*.icon-investing:before { content: '\e831'; }*/ /* '' */
/*.icon-joint-account:before { content: '\e832'; }*/ /* '' */
/*.icon-joint-filing:before { content: '\e833'; }*/ /* '' */
/*.icon-left-arrow:before { content: '\e834'; }*/ /* '' */
/*.icon-line-menu:before { content: '\e835'; }*/ /* '' */
/*.icon-lock:before { content: '\e836'; }*/ /* '' */
/*.icon-medical-debt:before { content: '\e837'; }*/ /* '' */
/*.icon-my-account:before { content: '\e838'; }*/ /* '' */
/*.icon-pause:before { content: '\e839'; }*/ /* '' */
/*.icon-payment:before { content: '\e83a'; }*/ /* '' */
/*.icon-pdf-file:before { content: '\e83b'; }*/ /* '' */
/*.icon-pen:before { content: '\e83c'; }*/ /* '' */
/*.icon-play-circle:before { content: '\e83d'; }*/ /* '' */
/*.icon-play-2:before { content: '\e83e'; }*/ /* '' */
/*.icon-preview-courses:before { content: '\e83f'; }*/ /* '' */
/*.icon-quote:before { content: '\e840'; }*/ /* '' */
/*.icon-receipt-2:before { content: '\e841'; }*/ /* '' */
/*.icon-receipt:before { content: '\e842'; }*/ /* '' */
/*.icon-referral:before { content: '\e843'; }*/ /* '' */
/*.icon-registration:before { content: '\e844'; }*/ /* '' */
/*.icon-reset:before { content: '\e845'; }*/ /* '' */
/*.icon-retirement:before { content: '\e846'; }*/ /* '' */
/*.icon-right-arrow:before { content: '\e847'; }*/ /* '' */
/*.icon-rounded-checkmark:before { content: '\e848'; }*/ /* '' */
/*.icon-saved-cards:before { content: '\e849'; }*/ /* '' */
/*.icon-saving:before { content: '\e84a'; }*/ /* '' */
/*.icon-search:before { content: '\e84b'; }*/ /* '' */
/*.icon-show-all:before { content: '\e84c'; }*/ /* '' */
/*.icon-sound-off:before { content: '\e84d'; }*/ /* '' */
/*.icon-sound:before { content: '\e84e'; }*/ /* '' */
/*.icon-star:before { content: '\e84f'; }*/ /* '' */
/*.icon-student-loan:before { content: '\e850'; }*/ /* '' */
/*.icon-top-arrow:before { content: '\e851'; }*/ /* '' */
/*.icon-trash:before { content: '\e852'; }*/ /* '' */
/*.icon-twitter:before { content: '\e853'; }*/ /* '' */
/*.icon-upgrades:before { content: '\e854'; }*/ /* '' */
/*.icon-warning-info:before { content: '\e855'; }*/ /* '' */
/*.icon-certificates:before { content: '\e856'; }*/ /* '' */
/*.icon-time:before { content: '\e857'; }*/ /* '' */
/*.icon-attorney-billing-code:before { content: '\ea18'; }*/ /* '' */
/*.icon-down-open:before { content: '\f004'; }*/ /* '' */
.icon-flash:before {
    content: '\e800';
}

/* '' */
.icon-additional-emails:before {
    content: '\e801';
}

/* '' */
.icon-arrow-right:before {
    content: '\e802';
}

/* '' */
.icon-attorney-billing:before {
    content: '\e803';
}

/* '' */
.icon-attorney-info:before {
    content: '\e804';
}

/* '' */
.icon-attorney-options:before {
    content: '\e805';
}

/* '' */
.icon-attorney:before {
    content: '\e806';
}

/* '' */
.icon-audio:before {
    content: '\e807';
}

/* '' */
.icon-availability:before {
    content: '\e808';
}

/* '' */
.icon-bankruptcy:before {
    content: '\e809';
}

/* '' */
.icon-box:before {
    content: '\e80a';
}

/* '' */
.icon-star:before {
    content: '\e80b';
}

/* '' */
.icon-play:before {
    content: '\e80c';
}

/* '' */
.icon-briefcase:before {
    content: '\e80d';
}

/* '' */
.icon-bullet-list:before {
    content: '\e80e';
}

/* '' */
.icon-calendar:before {
    content: '\e80f';
}

/* '' */
.icon-cart:before {
    content: '\e810';
}

/* '' */
.icon-certificate-filing:before {
    content: '\e811';
}

/* '' */
.icon-checkmark-filled:before {
    content: '\e812';
}

/* '' */
.icon-checkmark-outline:before {
    content: '\e813';
}

/* '' */
.icon-circle-crossmark:before {
    content: '\e814';
}

/* '' */
.icon-clipboard:before {
    content: '\e815';
}

/* '' */
.icon-clock:before {
    content: '\e816';
}

/* '' */
.icon-close:before {
    content: '\e817';
}

/* '' */
.icon-credit-card:before {
    content: '\e818';
}

/* '' */
.icon-customer-service:before {
    content: '\e819';
}

/* '' */
.icon-delivery:before {
    content: '\e81a';
}

/* '' */
.icon-dots:before {
    content: '\e81b';
}

/* '' */
.icon-down-arrow:before {
    content: '\e81c';
}

/* '' */
.icon-download:before {
    content: '\e81d';
}

/* '' */
.icon-ebook:before {
    content: '\e81e';
}

/* '' */
.icon-facebook:before {
    content: '\e81f';
}

/* '' */
.icon-family-estate-planning:before {
    content: '\e820';
}

/* '' */
.icon-faq1:before {
    content: '\e821';
}

/* '' */
.icon-faq2:before {
    content: '\e822';
}

/* '' */
.icon-faq3:before {
    content: '\e823';
}

/* '' */
.icon-faq4:before {
    content: '\e824';
}

/* '' */
.icon-first-bankruptcy-course:before {
    content: '\e825';
}

/* '' */
.icon-flash:before {
    content: '\e826';
}

/* '' */
.icon-flyers:before {
    content: '\e827';
}

/* '' */
.icon-gallery:before {
    content: '\e828';
}

/* '' */
.icon-globe:before {
    content: '\e829';
}

/* '' */
.icon-hardcover:before {
    content: '\e82a';
}

/* '' */
.icon-home-ownership:before {
    content: '\e82b';
}

/* '' */
.icon-icon-bar:before {
    content: '\e82c';
}

/* '' */
.icon-in-progress:before {
    content: '\e82d';
}

/* '' */
.icon-individual-account:before {
    content: '\e82e';
}

/* '' */
.icon-instructional-video:before {
    content: '\e82f';
}

/* '' */
.icon-insurance:before {
    content: '\e830';
}

/* '' */
.icon-investing:before {
    content: '\e831';
}

/* '' */
.icon-joint-account:before {
    content: '\e832';
}

/* '' */
.icon-joint-filing:before {
    content: '\e833';
}

/* '' */
.icon-left-arrow:before {
    content: '\e834';
}

/* '' */
.icon-line-menu:before {
    content: '\e835';
}

/* '' */
.icon-lock:before {
    content: '\e836';
}

/* '' */
.icon-medical-debt:before {
    content: '\e837';
}

/* '' */
.icon-my-account:before {
    content: '\e838';
}

/* '' */
.icon-pause:before {
    content: '\e839';
}

/* '' */
.icon-payment:before {
    content: '\e83a';
}

/* '' */
.icon-pdf-file:before {
    content: '\e83b';
}

/* '' */
.icon-pen:before {
    content: '\e83c';
}

/* '' */
.icon-play-circle:before {
    content: '\e83d';
}

/* '' */
.icon-play-2:before {
    content: '\e83e';
}

/* '' */
.icon-preview-courses:before {
    content: '\e83f';
}

/* '' */
.icon-quote:before {
    content: '\e840';
}

/* '' */
.icon-receipt-2:before {
    content: '\e841';
}

/* '' */
.icon-receipt:before {
    content: '\e842';
}

/* '' */
.icon-referral:before {
    content: '\e843';
}

/* '' */
.icon-registration:before {
    content: '\e844';
}

/* '' */
.icon-reset:before {
    content: '\e845';
}

/* '' */
.icon-retirement:before {
    content: '\e846';
}

/* '' */
.icon-right-arrow:before {
    content: '\e847';
}

/* '' */
.icon-rounded-checkmark:before {
    content: '\e848';
}

/* '' */
.icon-saved-cards:before {
    content: '\e849';
}

/* '' */
.icon-saving:before {
    content: '\e84a';
}

/* '' */
.icon-search:before {
    content: '\e84b';
}

/* '' */
.icon-show-all:before {
    content: '\e84c';
}

/* '' */
.icon-sound-off:before {
    content: '\e84d';
}

/* '' */
.icon-sound:before {
    content: '\e84e';
}

/* '' */
.icon-star:before {
    content: '\e84f';
}

/* '' */
.icon-student-loan:before {
    content: '\e850';
}

/* '' */
.icon-top-arrow:before {
    content: '\e851';
}

/* '' */
.icon-trash:before {
    content: '\e852';
}

/* '' */
.icon-twitter:before {
    content: '\e853';
}

/* '' */
.icon-upgrades:before {
    content: '\e854';
}

/* '' */
.icon-warning-info:before {
    content: '\e855';
}

/* '' */
.icon-certificates:before {
    content: '\e856';
}

/* '' */
.icon-time:before {
    content: '\e857';
}

/* '' */
.icon-attorney-billing-code:before {
    content: '\ea18';
}

/* '' */
.icon-down-open:before {
    content: '\f004';
}