/* =========================
   Jaraliem Fonts / Text CSS
   Cleaned & Consolidated
   ========================= */

/* Base Text */
.text {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}

.text-tight {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}

.text-smaller {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.text-small {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 25px;
}

.text-small-ital {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  font-style: italic;
}

/* Bold Text */
.text-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
}

.text-bolder {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: bolder;
  line-height: 30px;
  padding-bottom: 5px;
}

.text-large {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
}

.text-large-bold {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 45px;
}

.text-larger {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 25px;
}

/* Color Text */
.text-blue,
.text-book {
  font-family: Arial, Helvetica, sans-serif;
  color: #0000ff;
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
}

.text-book-white {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px #000000;
}

.text-blue-shadow {
  font-family: Arial, Helvetica, sans-serif;
  color: #0000ff;
  font-size: 16px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px #000000;
}

.text-gold {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffd700;
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
  line-height: 17px;
  padding-bottom: 5px;
}

.text-bold-white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
}

.text-bold-white-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 2px 2px 2px #000000;
}

.text-bold-white-shadow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 2px #000000;
}

.text-bold-teal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: teal;
  line-height: 18px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 1px 1px 1px #000000;
}

.text-bold-indigo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: indigo;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
}

.text-bold-brown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  line-height: 17px;
  padding-bottom: 5px;
  font-style: normal;
  text-shadow: 1px 1px 1px #000000;
}

.text-bold-red,
.text-bold-red-white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  line-height: 35px;
  padding-bottom: 5px;
  font-style: normal;
}

.text-bold-red-white {
  line-height: 17px;
  text-shadow: 2px 2px 2px #ffffff;
}

.text-larger-red {
  font-family: Arial, Helvetica, sans-serif;
  color: crimson;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 35px;
}

/* Black Headers/Text */
.text-bold-black-large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bolder;
  color: #000000;
  line-height: 30px;
  padding-bottom: 10px;
}

.text-bold-black-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bolder;
  color: #000000;
  line-height: 30px;
  padding-bottom: 20px;
}

/* Header Styles */
.text-header-red {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #f00;
  line-height: 25px;
  padding-bottom: 10px;
  font-style: italic;
}

.text-header-red-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #f00;
  line-height: 25px;
  padding-bottom: 10px;
  font-style: italic;
}

.header-bold-red {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #f00;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-red-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #f00;
  line-height: 40px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-yellow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #ff0;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #ff0000;
}

.header-bold-green {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #006400;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-gold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #ffd700;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-gold-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
  line-height: 20px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-indigo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: indigo;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

.header-bold-white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px #000000;
}

/* Goldman Font */
.goldman-regular {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  color: #000000;
}

.goldman-bold {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}

.goldman-regular-white {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
}

.goldman-bold-white {
  font-family: "Goldman", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}

.goldman-regular-gold {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #ffd700;
}

.goldman-bold-gold {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffd700;
  line-height: 40px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 2px #000000;
}

.goldman-regular-brown {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #662200;
  line-height: 25px;
  padding-bottom: 20px;
}

.goldman-regular-brown-small {
  font-family: "Goldman", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #662200;
  line-height: 25px;
  padding-bottom: 20px;
}

.goldman-bold-brown {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #662200;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-regular-green {
  font-family: "Goldman", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #006400;
  line-height: 30px;
  padding-bottom: 20px;
}

.goldman-bold-green {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #006400;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-bold-green-lt {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #32cd32;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-regular-teal,
.goldman-tight-teal,
.goldman-bold-teal {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  color: teal;
  line-height: 40px;
  text-shadow: 1px 1px 1px #000000;
}

.goldman-regular-teal,
.goldman-tight-teal {
  font-weight: 400;
}

.goldman-bold-teal {
  font-weight: 700;
  padding-bottom: 20px;
}

.goldman-regular-teal {
  padding-bottom: 20px;
}

.goldman-tight-teal {
  padding-bottom: 10px;
}

.goldman-tight-teal-small {
  font-family: "Goldman", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: teal;
  line-height: 25px;
  padding-bottom: 20px;
  text-shadow: 1px 1px 1px #000000;
}

.goldman-regular-blue,
.goldman-bold-blue {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  color: #0000ff;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-regular-blue {
  font-weight: 400;
}

.goldman-bold-blue {
  font-weight: 700;
}

.goldman-regular-indigo,
.goldman-bold-indigo {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  color: indigo;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-regular-indigo {
  font-weight: 400;
}

.goldman-bold-indigo {
  font-weight: 700;
}

.goldman-regular-darkblue,
.goldman-bold-darkblue {
  font-family: "Goldman", sans-serif;
  font-size: 16px;
  color: #00008b;
}

.goldman-regular-darkblue {
  font-weight: 400;
}

.goldman-bold-darkblue {
  font-weight: 700;
}

.goldman-regular-plum,
.goldman-bold-plum {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  color: plum;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-regular-plum {
  font-weight: 400;
}

.goldman-bold-plum {
  font-weight: 700;
}

.goldman-regular-red,
.goldman-bold-red {
  font-family: "Goldman", sans-serif;
  font-size: 24px;
  color: #ff0000;
  line-height: 40px;
  padding-bottom: 20px;
}

.goldman-regular-red {
  font-weight: 400;
}

.goldman-bold-red {
  font-weight: 700;
}