/* General */
:root {
  --border-radius: 4px;
  --border-radius2x: 8px;
  --default: #777;
}

/* Skin Colors */
:root {
  --primary: #1a5a84;
  --primary-100: rgb(23.4, 81, 118.8);
  --primary-200: rgb(20.8, 72, 105.6);
  --primary-300: rgb(18.2, 63, 92.4);
  --primary--100: rgb(44.32, 103.2, 141.84);
  --primary--200: rgb(62.64, 116.4, 151.68);
  --primary--300: rgb(80.96, 129.6, 161.52);
  --primary-rgba-0: rgba(26, 90, 132, 0);
  --primary-rgba-10: rgba(26, 90, 132, 0.1);
  --primary-rgba-20: rgba(26, 90, 132, 0.2);
  --primary-rgba-30: rgba(26, 90, 132, 0.3);
  --primary-rgba-40: rgba(26, 90, 132, 0.4);
  --primary-rgba-50: rgba(26, 90, 132, 0.5);
  --primary-rgba-60: rgba(26, 90, 132, 0.6);
  --primary-rgba-70: rgba(26, 90, 132, 0.7);
  --primary-rgba-80: rgba(26, 90, 132, 0.8);
  --primary-rgba-90: rgba(26, 90, 132, 0.9);
  --secondary: #1B7C85;
  --secondary-100: rgb(24.3, 111.6, 119.7);
  --secondary-200: rgb(21.6, 99.2, 106.4);
  --secondary-300: rgb(18.9, 86.8, 93.1);
  --secondary--100: rgb(45.24, 134.48, 142.76);
  --secondary--200: rgb(63.48, 144.96, 152.52);
  --secondary--300: rgb(81.72, 155.44, 162.28);
  --secondary-rgba-0: rgba(27, 124, 133, 0);
  --secondary-rgba-10: rgba(27, 124, 133, 0.1);
  --secondary-rgba-20: rgba(27, 124, 133, 0.2);
  --secondary-rgba-30: rgba(27, 124, 133, 0.3);
  --secondary-rgba-40: rgba(27, 124, 133, 0.4);
  --secondary-rgba-50: rgba(27, 124, 133, 0.5);
  --secondary-rgba-60: rgba(27, 124, 133, 0.6);
  --secondary-rgba-70: rgba(27, 124, 133, 0.7);
  --secondary-rgba-80: rgba(27, 124, 133, 0.8);
  --secondary-rgba-90: rgba(27, 124, 133, 0.9);
  --tertiary: #a52b0f;
  --tertiary-100: rgb(148.5, 38.7, 13.5);
  --tertiary-200: rgb(132, 34.4, 12);
  --tertiary-300: rgb(115.5, 30.1, 10.5);
  --tertiary--100: rgb(172.2, 59.96, 34.2);
  --tertiary--200: rgb(179.4, 76.92, 53.4);
  --tertiary--300: rgb(186.6, 93.88, 72.6);
  --tertiary-rgba-0: rgba(165, 43, 15, 0);
  --tertiary-rgba-10: rgba(165, 43, 15, 0.1);
  --tertiary-rgba-20: rgba(165, 43, 15, 0.2);
  --tertiary-rgba-30: rgba(165, 43, 15, 0.3);
  --tertiary-rgba-40: rgba(165, 43, 15, 0.4);
  --tertiary-rgba-50: rgba(165, 43, 15, 0.5);
  --tertiary-rgba-60: rgba(165, 43, 15, 0.6);
  --tertiary-rgba-70: rgba(165, 43, 15, 0.7);
  --tertiary-rgba-80: rgba(165, 43, 15, 0.8);
  --tertiary-rgba-90: rgba(165, 43, 15, 0.9);
  --quaternary: #1B856A;
  --quaternary-100: rgb(24.3, 119.7, 95.4);
  --quaternary-200: rgb(21.6, 106.4, 84.8);
  --quaternary-300: rgb(18.9, 93.1, 74.2);
  --quaternary--100: rgb(45.24, 142.76, 117.92);
  --quaternary--200: rgb(63.48, 152.52, 129.84);
  --quaternary--300: rgb(81.72, 162.28, 141.76);
  --quaternary-rgba-0: rgba(27, 133, 106, 0);
  --quaternary-rgba-10: rgba(27, 133, 106, 0.1);
  --quaternary-rgba-20: rgba(27, 133, 106, 0.2);
  --quaternary-rgba-30: rgba(27, 133, 106, 0.3);
  --quaternary-rgba-40: rgba(27, 133, 106, 0.4);
  --quaternary-rgba-50: rgba(27, 133, 106, 0.5);
  --quaternary-rgba-60: rgba(27, 133, 106, 0.6);
  --quaternary-rgba-70: rgba(27, 133, 106, 0.7);
  --quaternary-rgba-80: rgba(27, 133, 106, 0.8);
  --quaternary-rgba-90: rgba(27, 133, 106, 0.9);
  --grey-blue: #476C85;
  --grey-blue-100: rgb(63.9, 97.2, 119.7);
  --grey-blue-200: rgb(56.8, 86.4, 106.4);
  --grey-blue-300: rgb(49.7, 75.6, 93.1);
  --grey-blue--100: rgb(85.72, 119.76, 142.76);
  --grey-blue--200: rgb(100.44, 131.52, 152.52);
  --grey-blue--300: rgb(115.16, 143.28, 162.28);
  --grey-blue-rgba-0: rgba(71, 108, 133, 0);
  --grey-blue-rgba-10: rgba(71, 108, 133, 0.1);
  --grey-blue-rgba-20: rgba(71, 108, 133, 0.2);
  --grey-blue-rgba-30: rgba(71, 108, 133, 0.3);
  --grey-blue-rgba-40: rgba(71, 108, 133, 0.4);
  --grey-blue-rgba-50: rgba(71, 108, 133, 0.5);
  --grey-blue-rgba-60: rgba(71, 108, 133, 0.6);
  --grey-blue-rgba-70: rgba(71, 108, 133, 0.7);
  --grey-blue-rgba-80: rgba(71, 108, 133, 0.8);
  --grey-blue-rgba-90: rgba(71, 108, 133, 0.9);
  --light: #ffffff;
  --light-100: rgb(229.5, 229.5, 229.5);
  --light-200: #cccccc;
  --light-300: rgb(178.5, 178.5, 178.5);
  --light--100: white;
  --light--200: white;
  --light--300: white;
  --light-rgba-0: rgba(255, 255, 255, 0);
  --light-rgba-10: rgba(255, 255, 255, 0.1);
  --light-rgba-20: rgba(255, 255, 255, 0.2);
  --light-rgba-30: rgba(255, 255, 255, 0.3);
  --light-rgba-40: rgba(255, 255, 255, 0.4);
  --light-rgba-50: rgba(255, 255, 255, 0.5);
  --light-rgba-60: rgba(255, 255, 255, 0.6);
  --light-rgba-70: rgba(255, 255, 255, 0.7);
  --light-rgba-80: rgba(255, 255, 255, 0.8);
  --light-rgba-90: rgba(255, 255, 255, 0.9);
  --dark: #212529;
  --dark-100: rgb(29.7, 33.3, 36.9);
  --dark-200: rgb(26.4, 29.6, 32.8);
  --dark-300: rgb(23.1, 25.9, 28.7);
  --dark--100: rgb(50.76, 54.44, 58.12);
  --dark--200: rgb(68.52, 71.88, 75.24);
  --dark--300: rgb(86.28, 89.32, 92.36);
  --dark-rgba-0: rgba(33, 37, 41, 0);
  --dark-rgba-10: rgba(33, 37, 41, 0.1);
  --dark-rgba-20: rgba(33, 37, 41, 0.2);
  --dark-rgba-30: rgba(33, 37, 41, 0.3);
  --dark-rgba-40: rgba(33, 37, 41, 0.4);
  --dark-rgba-50: rgba(33, 37, 41, 0.5);
  --dark-rgba-60: rgba(33, 37, 41, 0.6);
  --dark-rgba-70: rgba(33, 37, 41, 0.7);
  --dark-rgba-80: rgba(33, 37, 41, 0.8);
  --dark-rgba-90: rgba(33, 37, 41, 0.9);
}

/* Skin Colors - Inverse */
:root {
  --primary-inverse: #FFF;
  --secondary-inverse: #FFF;
  --tertiary-inverse: #FFF;
  --quaternary-inverse: #FFF;
  --dark-inverse: #FFF;
  --light-inverse: #777;
}

/* Grey Colors */
:root {
  --grey: #969696;
  --grey-100: #f4f4f4;
  --grey-200: #eaeaea;
  --grey-300: #e5e5e5;
  --grey-400: #e0e0e0;
  --grey-500: #dbdbdb;
  --grey-600: #cecece;
  --grey-700: #c1c1c1;
  --grey-800: #a8a8a8;
  --grey-900: #8e8e8e;
  --grey-1000: #757575;
}

.border-start-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

.border-start-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
}

.border-start-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
}

.border-start-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

.border-start-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
}

.border-start-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
}

.border-start-7 {
  border-left-width: 7px !important;
  border-left-style: solid !important;
}

.border-start-8 {
  border-left-width: 8px !important;
  border-left-style: solid !important;
}

.border-start-9 {
  border-left-width: 9px !important;
  border-left-style: solid !important;
}

.border-start-10 {
  border-left-width: 10px !important;
  border-left-style: solid !important;
}

.border-start-11 {
  border-left-width: 11px !important;
  border-left-style: solid !important;
}

.border-start-12 {
  border-left-width: 12px !important;
  border-left-style: solid !important;
}

.border-start-13 {
  border-left-width: 13px !important;
  border-left-style: solid !important;
}

.border-start-14 {
  border-left-width: 14px !important;
  border-left-style: solid !important;
}

.border-start-15 {
  border-left-width: 15px !important;
  border-left-style: solid !important;
}

.border-start-16 {
  border-left-width: 16px !important;
  border-left-style: solid !important;
}

.border-start-17 {
  border-left-width: 17px !important;
  border-left-style: solid !important;
}

.border-start-18 {
  border-left-width: 18px !important;
  border-left-style: solid !important;
}

.border-end-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-end-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
}

.border-end-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
}

.border-end-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
}

.border-end-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
}

.border-end-6 {
  border-right-width: 6px !important;
  border-right-style: solid !important;
}

.border-end-7 {
  border-right-width: 7px !important;
  border-right-style: solid !important;
}

.border-end-8 {
  border-right-width: 8px !important;
  border-right-style: solid !important;
}

.border-end-9 {
  border-right-width: 9px !important;
  border-right-style: solid !important;
}

.border-end-10 {
  border-right-width: 10px !important;
  border-right-style: solid !important;
}

.border-end-11 {
  border-right-width: 11px !important;
  border-right-style: solid !important;
}

.border-end-12 {
  border-right-width: 12px !important;
  border-right-style: solid !important;
}

.border-end-13 {
  border-right-width: 13px !important;
  border-right-style: solid !important;
}

.border-end-14 {
  border-right-width: 14px !important;
  border-right-style: solid !important;
}

.border-end-15 {
  border-right-width: 15px !important;
  border-right-style: solid !important;
}

.border-end-16 {
  border-right-width: 16px !important;
  border-right-style: solid !important;
}

.border-end-17 {
  border-right-width: 17px !important;
  border-right-style: solid !important;
}

.border-end-18 {
  border-right-width: 18px !important;
  border-right-style: solid !important;
}

.border-top-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
}

.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
}

.border-top-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.border-top-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
}

.border-top-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
}

.border-top-7 {
  border-top-width: 7px !important;
  border-top-style: solid !important;
}

.border-top-8 {
  border-top-width: 8px !important;
  border-top-style: solid !important;
}

.border-top-9 {
  border-top-width: 9px !important;
  border-top-style: solid !important;
}

.border-top-10 {
  border-top-width: 10px !important;
  border-top-style: solid !important;
}

.border-top-11 {
  border-top-width: 11px !important;
  border-top-style: solid !important;
}

.border-top-12 {
  border-top-width: 12px !important;
  border-top-style: solid !important;
}

.border-top-13 {
  border-top-width: 13px !important;
  border-top-style: solid !important;
}

.border-top-14 {
  border-top-width: 14px !important;
  border-top-style: solid !important;
}

.border-top-15 {
  border-top-width: 15px !important;
  border-top-style: solid !important;
}

.border-top-16 {
  border-top-width: 16px !important;
  border-top-style: solid !important;
}

.border-top-17 {
  border-top-width: 17px !important;
  border-top-style: solid !important;
}

.border-top-18 {
  border-top-width: 18px !important;
  border-top-style: solid !important;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
}

.border-bottom-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
}

.border-bottom-7 {
  border-bottom-width: 7px !important;
  border-bottom-style: solid !important;
}

.border-bottom-8 {
  border-bottom-width: 8px !important;
  border-bottom-style: solid !important;
}

.border-bottom-9 {
  border-bottom-width: 9px !important;
  border-bottom-style: solid !important;
}

.border-bottom-10 {
  border-bottom-width: 10px !important;
  border-bottom-style: solid !important;
}

.border-bottom-11 {
  border-bottom-width: 11px !important;
  border-bottom-style: solid !important;
}

.border-bottom-12 {
  border-bottom-width: 12px !important;
  border-bottom-style: solid !important;
}

.border-bottom-13 {
  border-bottom-width: 13px !important;
  border-bottom-style: solid !important;
}

.border-bottom-14 {
  border-bottom-width: 14px !important;
  border-bottom-style: solid !important;
}

.border-bottom-15 {
  border-bottom-width: 15px !important;
  border-bottom-style: solid !important;
}

.border-bottom-16 {
  border-bottom-width: 16px !important;
  border-bottom-style: solid !important;
}

.border-bottom-17 {
  border-bottom-width: 17px !important;
  border-bottom-style: solid !important;
}

.border-bottom-18 {
  border-bottom-width: 18px !important;
  border-bottom-style: solid !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-primary-100 {
  background-color: var(--primary-100) !important;
}

.bg-primary-200 {
  background-color: var(--primary-200) !important;
}

.bg-primary-300 {
  background-color: var(--primary-300) !important;
}

.bg-primary--100 {
  background-color: var(--primary--100) !important;
}

.bg-primary--200 {
  background-color: var(--primary--200) !important;
}

.bg-primary--300 {
  background-color: var(--primary--300) !important;
}

.bg-primary-rgba-0 {
  background-color: var(--primary-rgba-0) !important;
}

.bg-primary-rgba-10 {
  background-color: var(--primary-rgba-10) !important;
}

.bg-primary-rgba-20 {
  background-color: var(--primary-rgba-20) !important;
}

.bg-primary-rgba-30 {
  background-color: var(--primary-rgba-30) !important;
}

.bg-primary-rgba-40 {
  background-color: var(--primary-rgba-40) !important;
}

.bg-primary-rgba-50 {
  background-color: var(--primary-rgba-50) !important;
}

.bg-primary-rgba-60 {
  background-color: var(--primary-rgba-60) !important;
}

.bg-primary-rgba-70 {
  background-color: var(--primary-rgba-70) !important;
}

.bg-primary-rgba-80 {
  background-color: var(--primary-rgba-80) !important;
}

.bg-primary-rgba-90 {
  background-color: var(--primary-rgba-90) !important;
}

.bg-primary-rgba-100 {
  background-color: var(--primary-rgba-100) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-secondary-100 {
  background-color: var(--secondary-100) !important;
}

.bg-secondary-200 {
  background-color: var(--secondary-200) !important;
}

.bg-secondary-300 {
  background-color: var(--secondary-300) !important;
}

.bg-secondary--100 {
  background-color: var(--secondary--100) !important;
}

.bg-secondary--200 {
  background-color: var(--secondary--200) !important;
}

.bg-secondary--300 {
  background-color: var(--secondary--300) !important;
}

.bg-secondary-rgba-0 {
  background-color: var(--secondary-rgba-0) !important;
}

.bg-secondary-rgba-10 {
  background-color: var(--secondary-rgba-10) !important;
}

.bg-secondary-rgba-20 {
  background-color: var(--secondary-rgba-20) !important;
}

.bg-secondary-rgba-30 {
  background-color: var(--secondary-rgba-30) !important;
}

.bg-secondary-rgba-40 {
  background-color: var(--secondary-rgba-40) !important;
}

.bg-secondary-rgba-50 {
  background-color: var(--secondary-rgba-50) !important;
}

.bg-secondary-rgba-60 {
  background-color: var(--secondary-rgba-60) !important;
}

.bg-secondary-rgba-70 {
  background-color: var(--secondary-rgba-70) !important;
}

.bg-secondary-rgba-80 {
  background-color: var(--secondary-rgba-80) !important;
}

.bg-secondary-rgba-90 {
  background-color: var(--secondary-rgba-90) !important;
}

.bg-secondary-rgba-100 {
  background-color: var(--secondary-rgba-100) !important;
}

.bg-tertiary {
  background-color: var(--tertiary) !important;
}

.bg-tertiary-100 {
  background-color: var(--tertiary-100) !important;
}

.bg-tertiary-200 {
  background-color: var(--tertiary-200) !important;
}

.bg-tertiary-300 {
  background-color: var(--tertiary-300) !important;
}

.bg-tertiary--100 {
  background-color: var(--tertiary--100) !important;
}

.bg-tertiary--200 {
  background-color: var(--tertiary--200) !important;
}

.bg-tertiary--300 {
  background-color: var(--tertiary--300) !important;
}

.bg-tertiary-rgba-0 {
  background-color: var(--tertiary-rgba-0) !important;
}

.bg-tertiary-rgba-10 {
  background-color: var(--tertiary-rgba-10) !important;
}

.bg-tertiary-rgba-20 {
  background-color: var(--tertiary-rgba-20) !important;
}

.bg-tertiary-rgba-30 {
  background-color: var(--tertiary-rgba-30) !important;
}

.bg-tertiary-rgba-40 {
  background-color: var(--tertiary-rgba-40) !important;
}

.bg-tertiary-rgba-50 {
  background-color: var(--tertiary-rgba-50) !important;
}

.bg-tertiary-rgba-60 {
  background-color: var(--tertiary-rgba-60) !important;
}

.bg-tertiary-rgba-70 {
  background-color: var(--tertiary-rgba-70) !important;
}

.bg-tertiary-rgba-80 {
  background-color: var(--tertiary-rgba-80) !important;
}

.bg-tertiary-rgba-90 {
  background-color: var(--tertiary-rgba-90) !important;
}

.bg-tertiary-rgba-100 {
  background-color: var(--tertiary-rgba-100) !important;
}

.bg-quaternary {
  background-color: var(--quaternary) !important;
}

.bg-quaternary-100 {
  background-color: var(--quaternary-100) !important;
}

.bg-quaternary-200 {
  background-color: var(--quaternary-200) !important;
}

.bg-quaternary-300 {
  background-color: var(--quaternary-300) !important;
}

.bg-quaternary--100 {
  background-color: var(--quaternary--100) !important;
}

.bg-quaternary--200 {
  background-color: var(--quaternary--200) !important;
}

.bg-quaternary--300 {
  background-color: var(--quaternary--300) !important;
}

.bg-quaternary-rgba-0 {
  background-color: var(--quaternary-rgba-0) !important;
}

.bg-quaternary-rgba-10 {
  background-color: var(--quaternary-rgba-10) !important;
}

.bg-quaternary-rgba-20 {
  background-color: var(--quaternary-rgba-20) !important;
}

.bg-quaternary-rgba-30 {
  background-color: var(--quaternary-rgba-30) !important;
}

.bg-quaternary-rgba-40 {
  background-color: var(--quaternary-rgba-40) !important;
}

.bg-quaternary-rgba-50 {
  background-color: var(--quaternary-rgba-50) !important;
}

.bg-quaternary-rgba-60 {
  background-color: var(--quaternary-rgba-60) !important;
}

.bg-quaternary-rgba-70 {
  background-color: var(--quaternary-rgba-70) !important;
}

.bg-quaternary-rgba-80 {
  background-color: var(--quaternary-rgba-80) !important;
}

.bg-quaternary-rgba-90 {
  background-color: var(--quaternary-rgba-90) !important;
}

.bg-quaternary-rgba-100 {
  background-color: var(--quaternary-rgba-100) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-light-100 {
  background-color: var(--light-100) !important;
}

.bg-light-200 {
  background-color: var(--light-200) !important;
}

.bg-light-300 {
  background-color: var(--light-300) !important;
}

.bg-light--100 {
  background-color: var(--light--100) !important;
}

.bg-light--200 {
  background-color: var(--light--200) !important;
}

.bg-light--300 {
  background-color: var(--light--300) !important;
}

.bg-light-rgba-0 {
  background-color: var(--light-rgba-0) !important;
}

.bg-light-rgba-10 {
  background-color: var(--light-rgba-10) !important;
}

.bg-light-rgba-20 {
  background-color: var(--light-rgba-20) !important;
}

.bg-light-rgba-30 {
  background-color: var(--light-rgba-30) !important;
}

.bg-light-rgba-40 {
  background-color: var(--light-rgba-40) !important;
}

.bg-light-rgba-50 {
  background-color: var(--light-rgba-50) !important;
}

.bg-light-rgba-60 {
  background-color: var(--light-rgba-60) !important;
}

.bg-light-rgba-70 {
  background-color: var(--light-rgba-70) !important;
}

.bg-light-rgba-80 {
  background-color: var(--light-rgba-80) !important;
}

.bg-light-rgba-90 {
  background-color: var(--light-rgba-90) !important;
}

.bg-light-rgba-100 {
  background-color: var(--light-rgba-100) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-dark-100 {
  background-color: var(--dark-100) !important;
}

.bg-dark-200 {
  background-color: var(--dark-200) !important;
}

.bg-dark-300 {
  background-color: var(--dark-300) !important;
}

.bg-dark--100 {
  background-color: var(--dark--100) !important;
}

.bg-dark--200 {
  background-color: var(--dark--200) !important;
}

.bg-dark--300 {
  background-color: var(--dark--300) !important;
}

.bg-dark-rgba-0 {
  background-color: var(--dark-rgba-0) !important;
}

.bg-dark-rgba-10 {
  background-color: var(--dark-rgba-10) !important;
}

.bg-dark-rgba-20 {
  background-color: var(--dark-rgba-20) !important;
}

.bg-dark-rgba-30 {
  background-color: var(--dark-rgba-30) !important;
}

.bg-dark-rgba-40 {
  background-color: var(--dark-rgba-40) !important;
}

.bg-dark-rgba-50 {
  background-color: var(--dark-rgba-50) !important;
}

.bg-dark-rgba-60 {
  background-color: var(--dark-rgba-60) !important;
}

.bg-dark-rgba-70 {
  background-color: var(--dark-rgba-70) !important;
}

.bg-dark-rgba-80 {
  background-color: var(--dark-rgba-80) !important;
}

.bg-dark-rgba-90 {
  background-color: var(--dark-rgba-90) !important;
}

.bg-dark-rgba-100 {
  background-color: var(--dark-rgba-100) !important;
}

.text-color-primary {
  color: var(--primary) !important;
}

.text-color-primary-100 {
  color: var(--primary-100) !important;
}

.text-color-primary-200 {
  color: var(--primary-200) !important;
}

.text-color-primary-300 {
  color: var(--primary-300) !important;
}

.text-color-primary--100 {
  color: var(--primary--100) !important;
}

.text-color-primary--200 {
  color: var(--primary--200) !important;
}

.text-color-primary--300 {
  color: var(--primary--300) !important;
}

.text-color-secondary {
  color: var(--secondary) !important;
}

.text-color-secondary-100 {
  color: var(--secondary-100) !important;
}

.text-color-secondary-200 {
  color: var(--secondary-200) !important;
}

.text-color-secondary-300 {
  color: var(--secondary-300) !important;
}

.text-color-secondary--100 {
  color: var(--secondary--100) !important;
}

.text-color-secondary--200 {
  color: var(--secondary--200) !important;
}

.text-color-secondary--300 {
  color: var(--secondary--300) !important;
}

.text-color-tertiary {
  color: var(--tertiary) !important;
}

.text-color-tertiary-100 {
  color: var(--tertiary-100) !important;
}

.text-color-tertiary-200 {
  color: var(--tertiary-200) !important;
}

.text-color-tertiary-300 {
  color: var(--tertiary-300) !important;
}

.text-color-tertiary--100 {
  color: var(--tertiary--100) !important;
}

.text-color-tertiary--200 {
  color: var(--tertiary--200) !important;
}

.text-color-tertiary--300 {
  color: var(--tertiary--300) !important;
}

.text-color-quaternary {
  color: var(--quaternary) !important;
}

.text-color-quaternary-100 {
  color: var(--quaternary-100) !important;
}

.text-color-quaternary-200 {
  color: var(--quaternary-200) !important;
}

.text-color-quaternary-300 {
  color: var(--quaternary-300) !important;
}

.text-color-quaternary--100 {
  color: var(--quaternary--100) !important;
}

.text-color-quaternary--200 {
  color: var(--quaternary--200) !important;
}

.text-color-quaternary--300 {
  color: var(--quaternary--300) !important;
}

.text-color-light {
  color: var(--light) !important;
}

.text-color-light-100 {
  color: var(--light-100) !important;
}

.text-color-light-200 {
  color: var(--light-200) !important;
}

.text-color-light-300 {
  color: var(--light-300) !important;
}

.text-color-light--100 {
  color: var(--light--100) !important;
}

.text-color-light--200 {
  color: var(--light--200) !important;
}

.text-color-light--300 {
  color: var(--light--300) !important;
}

.text-color-dark {
  color: var(--dark) !important;
}

.text-color-dark-100 {
  color: var(--dark-100) !important;
}

.text-color-dark-200 {
  color: var(--dark-200) !important;
}

.text-color-dark-300 {
  color: var(--dark-300) !important;
}

.text-color-dark--100 {
  color: var(--dark--100) !important;
}

.text-color-dark--200 {
  color: var(--dark--200) !important;
}

.text-color-dark--300 {
  color: var(--dark--300) !important;
}

#Main {
  padding-bottom: 3rem;
}

img {
  max-width: 100%;
  height: auto;
}

.astrisk {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2em;
}

.clickable {
  cursor: pointer;
}

.eighthundred {
  width: 100%;
  max-width: 800px;
}

.sevenhundred {
  width: 100%;
  max-width: 700px;
}

.sixhundred {
  width: 100%;
  max-width: 600px;
}

.fivehundred {
  width: 100%;
  max-width: 500px;
}

.fourhundred {
  width: 100%;
  max-width: 400px;
}

.threehundred {
  width: 100%;
  max-width: 300px;
}

.twohundred {
  width: 100%;
  max-width: 200px;
}

.onehundredfifty {
  width: 100%;
  max-width: 150px;
}

.onehundred {
  width: 100%;
  max-width: 100px;
}

.min-eighthundred {
  min-width: 800px;
}

.min-sevenhundred {
  min-width: 700px;
}

.min-sixhundred {
  min-width: 600px;
}

.min-fivehundred {
  min-width: 500px;
}

.min-fourhundred {
  min-width: 400px;
}

.min-threehundred {
  min-width: 300px;
}

.min-twohundred {
  min-width: 200px;
}

.min-onehundredfifty {
  min-width: 150px;
}

.min-onehundred {
  min-width: 100px;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-dark-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-dark-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-dark-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-dark-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

/** MODAL.CSS **/
.modal_back {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in;
  display: block;
}

.modal-on.modal_back {
  opacity: 1;
}

.modal_back .modal {
  max-width: 500px;
  width: auto;
  height: auto;
  position: relative;
  margin: 1.75rem auto;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-delay: 0s;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  height: auto;
  max-height: calc(100vh - 1.75rem);
  overflow-y: auto;
}

.modal_back .modal.modal-md {
  max-width: 800px;
}

.modal_back .modal.modal-lg {
  max-width: 1020px;
}

.modal_back .modal.modal-xl {
  max-width: 1400px;
}

.modal-on .modal {
  opacity: 1;
  transform: translateY(0);
}

.modal-header {
  padding: 1em;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5em;
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  padding: 1em;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.modal-footer .button {
  margin-left: 2px;
  border-radius: 4px;
  padding: 8px 14px;
}

.modal-header .hide_modal {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  transition: all 0.3s ease-in-out;
}

.modal-header .hide_modal:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.error .modal-header {
  background-color: #be0d0d;
  color: #fff;
}

.error .modal-header h5 {
  color: #fff;
}

.error .modal-header .hide_modal {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.success .modal-header {
  background-color: #1f9425;
  color: #fff;
}

.success .modal-header h5 {
  color: #fff;
}

.success .modal-header .hide_modal {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.notice.modal {
  color: #000;
}

@media screen and (max-width: 500px) {
  .modal-footer {
    padding: 0.5em;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .modal-footer .button {
    padding: 8px 8px;
    margin-left: 1px;
    margin-right: 4px;
    display: flex;
    align-items: center;
  }
}
/** FORMS **/
textarea.invalid,
select.invalid,
input.invalid {
  border-color: #a12d3a;
  background-color: #f7b1b8;
}

.label-container {
  position: relative;
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 10px;
  background-color: #fff;
}

.label-container input {
  border: none;
  margin: 0px;
  outline: 0;
  width: 100%;
}

.label-container label {
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 100%;
}

.label-container.active label {
  transform: translate(-12px, -16px) scale(0.8);
  color: #666;
}

.label-container.select-container {
  padding: 0px 10px;
}

.select-container select {
  border: none;
  margin-top: 16px;
  margin-bottom: 14px;
  background-color: none;
  padding: 0px 16px;
  width: 100%;
  height: 100%;
}

.select-container select:focus-visible {
  border: none;
  outline: none;
}

.select-container.active label {
  transform: translate(-11px, -6px) scale(0.8);
}

.label-container input[type=date] {
  margin-top: 8px;
}

.label-container:has(.invalid) {
  box-shadow: 0px 0px 0px 4px #ae2307;
  background-color: #ecafa9;
}

.label-container .invalid {
  background-color: #ecafa9;
}

input[type=checkbox], input[type=radio] {
  width: 2em;
  height: 2em;
  line-height: 2.2em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.char-count {
  font-size: 0.85em;
  text-align: right;
  color: #666;
}

.fixed_input {
  position: relative;
  border: 1px solid #999;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 10px;
  background-color: #ededed;
}

.fixed_input .fixed_data {
  border: none;
  margin: 0px;
  outline: 0;
  font-size: 18px;
  padding: 8px;
  color: #111;
}

.fixed_input .fixed_label {
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
}

.fixed_input.active .fixed_label {
  transform: translate(-12px, -16px) scale(0.8);
  color: #666;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 3.3px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
  text-transform: uppercase;
}

h3 {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 32px 0;
  text-transform: none;
}

h4 {
  font-size: 2em;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 32px 0;
  text-transform: uppercase;
}

h5 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 32px 0;
  text-transform: uppercase;
}

h6 {
  color: #222222;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Drop Caps - Skin */
p.drop-caps:first-letter {
  color: #666666;
}

p.drop-caps:first-letter {
  float: left;
  font-size: 65px;
  line-height: 45px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: "Raleway";
  font-weight: 200;
}

div.drop-caps > p:first-child::first-letter {
  color: #666666;
  float: left;
  font-size: 65px;
  line-height: 45px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: "Raleway";
  font-weight: 200;
}

/* Links */
a {
  color: var(--secondary);
}

a:hover {
  color: var(--secondary--200);
}

a:focus {
  color: var(--secondary--200);
}

a:active {
  color: var(--secondary--200);
}

#home-hero-rotator {
  text-shadow: rgba(22, 51, 72, 0.57) 0px 0px 24px;
}

.page-header {
  background-color: var(--secondary);
}

.no-wrap {
  white-space: nowrap;
}

.breaker {
  display: block;
}

/* GRAPE JS */
.gjs-mdl-dialog.modal-large {
  padding: 0 !important; /* optional to maximize space */
  width: 90vw !important;
  height: 90vh !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  transition: width 0.3s ease, height 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

/* Make the modal inner content stretch */
.gjs-mdl-dialog.modal-large .gjs-mdl-content {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.gjs-mdl-dialog.modal-large #gjs-mdl-c {
  width: 100%;
}

/* iframe inside the modal */
.gjs-mdl-dialog.modal-large .gjs-mdl-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*alertbox*/
#announcement-box {
  position: fixed;
  bottom: 1em;
  right: 0;
  max-width: 320px;
  width: 100%;
  background: #000;
  color: var(--light);
  z-index: 9999;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.announcement-content {
  padding: 16px;
  position: relative;
}

.announcement-content p {
  color: #fff;
}

.announcement-content strong {
  color: var(--primary--200); /* Yellow tone */
  display: block;
  margin-bottom: 5px;
}

.close-announcement {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  #announcement-box {
    max-width: 100%;
    border-radius: 0;
  }
}
.home #top-links {
  margin-top: -315px;
}

/*xs*/
.header-logo img {
  width: 60px;
  height: auto;
}

#header .header-logo {
  margin: 0.2rem 0;
}

#header.header-effect-shrink .header-container {
  min-height: 60px;
}

.home #top-links {
  margin-top: -80px;
}

section#hero {
  height: 60vh;
}

.featured-boxes-style-2 .featured-box {
  margin: 0.2rem 0;
}

p.lead {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: normal;
}

#footer {
  padding-bottom: 250px;
}

@media screen and (min-width: 576px) {
  /*sm*/
}
@media screen and (max-width: 768px) {
  section#hero .animated-letters {
    opacity: 1;
    visibility: visible;
  }
  #tax-commissioner .appear-animation,
  #quick-links .featured-boxes-style-2 .appear-animation {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media screen and (min-width: 768px) {
  /*md*/
  .header-logo img {
    width: 110px;
    height: auto;
  }
  #header .header-logo {
    margin: 1rem 0;
  }
  .home #top-links {
    margin-top: -315px;
  }
  section#hero {
    height: 100vh;
  }
  .featured-boxes-style-2 .featured-box {
    margin: 1rem 0;
  }
  #footer {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  /*lg*/
}
@media screen and (min-width: 1200px) {
  /*xl*/
}
@media screen and (min-width: 1400px) {
  /*xxl*/
}