/*

    CSS Helpers

*/

/* Width */

.full-width {
    width: 100% !important;
}

/* Caps */

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/* Alignment */

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Borders */

.bs-1, .border-1 {
    border: 1px solid #000000;
}

.bb-1 {
    border-bottom: 1px solid #000000;
}

/* Top Margin */

.mt-0, .margin-top-0 {
    margin-top: 0 !important;
}

.mt-10, .margin-top-10 {
    margin-top: 10px !important;
}

.mt-15, .margin-top-15 {
    margin-top: 15px !important;
}

.mt-20, .margin-top-20 {
    margin-top: 20px !important;
}

.mt-30, .margin-top-30 {
    margin-top: 30px !important;
}

/* Bottom Margin */

.mb-0, .margin-bottom-0 {
    margin-bottom: 0 !important;
}

.mb-10, .margin-bottom-10 {
    margin-bottom: 10px !important;
}

.mb-15, .margin-bottom-15 {
    margin-bottom: 15px !important;
}

.mb-20, .margin-bottom-20 {
    margin-bottom: 20px !important;
}

.mb-30, .margin-bottom-30 {
    margin-bottom: 30px !important;
}

/* Left Margin */

.ml-auto {
    margin-left: auto !important;
}

.ml-0, .margin-left-0 {
    margin-left: 0 !important;
}

.ml-10, .margin-left-10 {
    margin-left: 10px !important;
}

.ml-15, .margin-left-15 {
    margin-left: 15px !important;
}

.ml-20, .margin-left-20 {
    margin-left: 20px !important;
}

/* Right Margin */

.mr-auto {
    margin-right: auto !important;
}

.mr-0, .margin-right-0 {
    margin-right: 0 !important;
}

.mr-10, .margin-right-10 {
    margin-right: 10px !important;
}

.mr-15, .margin-right-15 {
    margin-right: 15px !important;
}

.mr-20, .margin-right-20 {
    margin-right: 20px !important;
}

/* Top Padding */

.pt-0, .padding-top-0 {
    padding-top: 0 !important;
}

.pt-10, .padding-top-10 {
    padding-top: 10px !important;
}

.pt-15, .padding-top-15 {
    padding-top: 15px !important;
}

.pt-20, .padding-top-20 {
    padding-top: 20px !important;
}

/* Bottom Padding */

.pb-0, .padding-bottom-0 {
    padding-bottom: 0 !important;
}

.pb-10, .padding-bottom-10 {
    padding-bottom: 10px !important;
}

.pb-15, .padding-bottom-15 {
    padding-bottom: 15px !important;
}

.pb-20, .padding-bottom-20 {
    padding-bottom: 20px !important;
}

/* Left Padding */

.pl-0, .padding-left-0 {
    padding-left: 0 !important;
}

.pl-10, .padding-left-10 {
    padding-left: 10px !important;
}

.pl-15, .padding-left-15 {
    padding-left: 15px !important;
}

.pl-20, .padding-left-20 {
    padding-left: 20px !important;
}

/* Right Padding */

.pr-0, .padding-right-0 {
    padding-right: 0 !important;
}

.pr-10, .padding-right-10 {
    padding-right: 10px !important;
}

.pr-15, .padding-right-15 {
    padding-right: 15px !important;
}

.pr-20, .padding-right-20 {
    padding-right: 20px !important;
}

/* Special Cases */

@media only screen and (max-width: 767px) {

    .center-xs {
        text-align: center;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

}

@media only screen and (min-width: 992px) {

    .mb-lg-10 {
        margin-bottom: 10px !important;
    }

    .mb-lg-20 {
        margin-bottom: 20px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

}
/*
     FILE ARCHIVED ON 14:25:06 Aug 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:43:41 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.478
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.031
  esindex: 0.008
  cdx.remote: 86.402
  LoadShardBlock: 87.057 (3)
  PetaboxLoader3.datanode: 96.824 (4)
  load_resource: 81.303
  PetaboxLoader3.resolve: 68.535
*/