/* 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;
}

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

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

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

#header .header-container.header-container-height-lg {
  height: auto;
}

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

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

@media screen and (min-width: 576px) {
  /*sm*/
}
@media screen and (max-width: 768px) {
  #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: 80px;
    height: auto;
  }
  #header .header-logo {
    margin: 1rem 0;
  }
  .featured-boxes-style-2 .featured-box {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  /*lg*/
  #header .header-container {
    max-width: 100%;
  }
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  /*xl*/
}
@media screen and (min-width: 1400px) {
  /*xxl*/
}