/******************************************************************************
Albright Labs LLC. Albrightlabs.com. PO Box 1537 Albrightsville PA 18210.
*******************************************************************************/

/* BASE */
* { font-family: 'Aspira Standard', Helvetica, sans-serif; }
p {
  margin-bottom: 16px;
  line-height: 1.5rem;
}
html,
body,
body p,
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* BACKGROUND COLORS */
.bg-chegg {
  background-color: #EB7100;
}
.bg-royal {
  background-color: #515BAD;
}
.bg-light {
  background-color: #FFFFFF !important;
}
.bg-teal {
  background-color: #229D9E;
}
.bg-sky {
  background-color: #2C9FD0;
}
.bg-sky-3 {
  background-color: #EEF8FC;
}
.bg-sky-4 {
  background-color: #BBD7FF;
}

/* COLORS */
.font-color-gray-medium {
  color: #999999;
}
.font-color-white {
  color: #ffffff;
}

/* FONT SIZES */
.font-size-1 {
  font-size: 12px;
  font-size: 0.75rem;
}
.font-size-2, .body-4 {
  font-size: 14px;
  font-size: 0.875rem;
}
.font-size-3, .body-1, .body-2, .body-3 {
  font-size: 16px;
  font-size: 1rem;
}
.font-size-4, .subtitle-2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.font-size-5, .h5, h5, .subtitle-1 {
  font-size: 20px;
  font-size: 1.25rem;
}
.font-size-6, .h4, h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
.font-size-7, .h3, h3 {
  font-size: 32px;
  font-size: 2rem;
}
.font-size-8, .h2, h2 {
  font-size: 42px;
  font-size: 2.625rem;
}
.font-size-9, .h1, h1 {
  font-size: 48px;
  font-size: 3rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Aspira Heavy', Helvetica, sans-serif;
  font-weight: normal !important;
  line-height: 1.24;
}
.body-1 {
  font-family: 'Aspira Standard', Helvetica, sans-serif;
  font-weight: normal !important;
  line-height: 1.48;
}
.body-2 {
  font-family: 'Aspira Medium', Helvetica, sans-serif;
  font-weight: normal !important;
}
.body-3, .body-4, .format-col > a {
  font-family: 'Aspira Bold', Helvetica, sans-serif;
  font-weight: normal !important;
}
@media(max-width:599px){
  .font-size-7, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .font-size-8, .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .font-size-9, .h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

/* LINE HEIGHTS */
.line-height-heading { line-height: 1.25rem; }
.line-height-reset { line-height: 1; }
.line-height-tab { line-height: 2.5rem; }
.line-height-text { line-height: 1.5rem; }
.var-line-height-text { line-height: 1.5rem; }

/* FONT WEIGHTS */
.font-weight-regular {
  font-family: 'Aspira Standard', Helvetica, sans-serif;
  font-weight: normal !important;
}
.font-weight-medium {
  font-family: 'Aspira Medium', Helvetica, sans-serif;
  font-weight: normal !important;
}
.font-weight-bold {
  font-family: 'Aspira Bold', Helvetica, sans-serif;
  font-weight: normal !important;
}
.font-weight-heavy {
  font-family: 'Aspira Heavy', Helvetica, sans-serif;
  font-weight: normal !important;
}

/* PADDINGS */
.p-2xs { padding: 4px; }
.pt-2xs { padding-top: 4px; }
.pr-2xs { padding-right: 4px; }
.pb-2xs { padding-bottom: 4px; }
.pl-2xs { padding-left: 4px; }
.p-xs { padding: 8px; }
.pt-xs { padding-top: 8px; }
.pr-xs { padding-right: 8px; }
.pb-xs { padding-bottom: 8px; }
.pl-xs { padding-left: 8px; }
.p-sm { padding: 12px; }
.pt-sm { padding-top: 12px; }
.pr-sm { padding-right: 12px; }
.pb-sm { padding-bottom: 12px; }
.pl-sm { padding-left: 12px; }
.p-m { padding: 16px; }
.pt-m { padding-top: 16px; }
.pr-m { padding-right: 16px; }
.pb-m { padding-bottom: 16px; }
.pl-m { padding-left: 16px; }
.p-l { padding: 24px; }
.pt-l { padding-top: 24px; }
.pr-l { padding-right: 24px; }
.pb-l { padding-bottom: 24px; }
.pl-l { padding-left: 24px; }
.p-xl { padding: 32px; }
.pt-xl { padding-top: 32px; }
.pr-xl { padding-right: 32px; }
.pb-xl { padding-bottom: 32px; }
.pl-xl { padding-left: 32px; }
.p-2xl { padding: 40px; }
.pt-2xl { padding-top: 40px; }
.pr-2xl { padding-right: 40px; }
.pb-2xl { padding-bottom: 40px; }
.pl-2xl { padding-left: 40px; }
.p-3xl { padding: 48px; }
.pt-3xl { padding-top: 48px; }
.pr-3xl { padding-right: 48px; }
.pb-3xl { padding-bottom: 48px; }
.pl-3xl { padding-left: 48px; }

/* MARGINS */
.m-2xs { margin: 4px; }
.mt-2xs { margin-top: 4px; }
.mr-2xs { margin-right: 4px; }
.mb-2xs { margin-bottom: 4px; }
.ml-2xs { margin-left: 4px; }
.m-xs { margin: 8px; }
.mt-xs { margin-top: 8px; }
.mr-xs { margin-right: 8px; }
.mb-xs { margin-bottom: 8px; }
.ml-xs { margin-left: 8px; }
.m-sm { margin: 12px; }
.mt-sm { margin-top: 12px; }
.mr-sm { margin-right: 12px; }
.mb-sm { margin-bottom: 12px; }
.ml-sm { margin-left: 12px; }
.m-m { margin: 16px; }
.mt-m { margin-top: 16px; }
.mr-m { margin-right: 16px; }
.mb-m { margin-bottom: 16px; }
.ml-m { margin-left: 16px; }
.m-l { margin: 24px; }
.mt-l { margin-top: 24px; }
.mr-l { margin-right: 24px; }
.mb-l { margin-bottom: 24px; }
.ml-l { margin-left: 24px; }
.m-xl { margin: 32px; }
.mt-xl { margin-top: 32px; }
.mr-xl { margin-right: 32px; }
.mb-xl { margin-bottom: 32px; }
.ml-xl { margin-left: 32px; }
.m-2xl { margin: 40px; }
.mt-2xl { margin-top: 40px; }
.mr-2xl { margin-right: 40px; }
.mb-2xl { margin-bottom: 40px; }
.ml-2xl { margin-left: 40px; }
.m-3xl { margin: 48px; }
.mt-3xl { margin-top: 48px; }
.mr-3xl { margin-right: 48px; }
.mb-3xl { margin-bottom: 48px; }
.ml-3xl { margin-left: 48px; }
@media(max-width:599px){
  .pt-3xl { padding-top: 32px;  }
  .pb-3xl { padding-bottom: 32px;  }
}

/* TEXT ALIGN */
.text-center {
  text-align: center;
}

/* BUTTONS */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  border: 2px solid #EB7100 !important;
  background-color: #EB7100 !important;
  border-radius: 22px !important;
  line-height: 44px !important;
  padding: 0 24px !important;
  color: #fff !important;
  height: 44px !important;
  font-family: 'Aspira Heavy', Helvetica, sans-serif !important;
  font-weight: normal !important;
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
}
.btn-primary-outline,
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active,
.btn-primary-outline:not(:disabled):not(.disabled):active, .btn-primary-outline:not(:disabled):not(.disabled).active, .show > .btn-primary-outline.dropdown-toggle {
  border: 2px solid #EB7100 !important;
  background-color: #fff !important;
  border-radius: 22px !important;
  line-height: 44px !important;
  padding: 0 24px !important;
  color: #EB7100 !important;
  height: 44px !important;
  font-family: 'Aspira Bold', Helvetica, sans-serif !important;
  font-weight: normal !important;
  -webkit-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
}
.btn-primary-outline:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 65%) !important;
}
.btn-primary-white,
.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white:active {
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 22px !important;
  line-height: 44px !important;
  padding: 0 24px !important;
  color: #222222 !important;
  height: 44px !important;
  font-family: 'Aspira Bold', Helvetica, sans-serif !important;
  font-weight: normal !important;
}
.btn-block {
  display: inline-block;
  width: 100%;
}

/* SIDEBAR */
.square p {
  margin-bottom: 0;
}

/* PAGINATION */
.pagination .page-numbers {
  margin: 0 16px 0 0;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Aspira Standard', Helvetica, sans-serif;
  font-weight: normal !important;
  color: #000;
}
.pagination .page-numbers.dots {
  border: 2px solid transparent !important;
  display: inline-block;
  margin-right: 16px;
}
.pagination .page-numbers:hover {
  border: 2px solid #EB7100;
  text-decoration: none;
  color: #000;
}
.pagination .page-numbers.current {
  border: 2px solid #EB7100;
}
.pagination .page-numbers:first-of-type {
  margin-left: 0;
}
.pagination .page-numbers:last-of-type {
  margin-right: 0;
  width: auto;
  padding: 0 12px;
  border-radius: 40px;
}

/* LINKS */
a,
a:visited,
.main-content a,
.main-content a:hover {
  color: #00799E;
}
.widget.ebgb-sidebar-widget.ad,
.widget.ebgb-sidebar-widget.ad *,
.page-template-template-easybib---blog .side-content .widget.ad .textwidget > div > div > div > div,
.page-template-template-easybib---home .side-content .widget.ad .textwidget > div > div > div > div,
.page-template-template-easybib---guides .side-content .widget.ad .textwidget > div > div > div > div {
  text-align: center !important;
  margin: 0 auto !important;
}
