/* stylelint-disable declaration-colon-space-before */
:root {
  --blue-darkest: #002554;
  --blue-dark: #0047A0;
  --blue: #165C7D;
  --blue-brand: #009CDE;
  --blue-alt: #006F9E;
  --blue-muted: #74D1EA;
  --blue-light: #8DC1D5;
  --blue-lighter: #d5ebf3;
  --burgundy: #9f3050;
  --burgundy-darken: #8b2a46;
  --green: #298732;
  --green-darken: #23732b;
  --green-bright: #42a920;
  --orange: #E87722;
  --orange-darken: #da6a17;
  --orange-alt: #f89406;
  --gray-darkest: #101820;
  --gray-darker: #333F48;
  --gray-dark: #41505c;
  --gray: #616D7B;
  --gray-light: #75787B;
  --gray-light2: #9ca7b1;
  --gray-lighter: #D0D7DE;
  --gray-lightest: #E2E8EC;
  --purple: #394299;
  --purple-darken: #323a86;
  --plum: #692c7a;
  --red: #BE1512;
  --red-dark: #78070e;
  --yellow: #F0B323;
  --yellow-brand: #FFCD00;
  --white: #fff;
  --back-to-top-bg: var(--burgundy);
  --postscript-text: #333F48;
  --postscript-text-alt: #fff;
  --header-bg: var(--gray-darker);
  --preface-bg: var(--gray-darkest);
  --footer-bg: var(--gray-darkest);
  --body-bg: var(--footer-bg);
  --content-bg: #fff;
  --valid: var(--green);
  --error: var(--red);
  --warning: var(--red-dark);
  --information: var(--blue-dark);
  --mobile-nav-btn: transaprent;
  --mobile-btn-text: #FFF;
  --mobile-menu-text: #FFF;
  --mobile-menu-hover: #FFCD00;
  --mobile-menu: #165C7D;
  --menu-text: #FFf;
  --menu-hover: #FFCD00;
  --nav-sub-bg: #101820;
  --nav-sub-text: #FFF;
  --nav-sub-hover: #FFCD00;
  --mega-menu-border: #2A3948;
  --sub-menu-bg: #E2E8EC;
  --sub-menu-border: #D0D7DE;
  --sub-menu-text: #333F48;
  --book-button-bg: #F0B323;
  --book-button-text: #101820;
  --book-mobile-menu-bg: #FFCD00;
  --book-mobile-menu-text: #101820;
  --book-menu-bg: #101820;
  --book-menu-text: #FFCD00;
  --book-menu-hover-bg: #41505c;
  --book-menu-hover-text: #FFCD00;
  --text-color: #333F48;
  --header-text: #fff;
  --heading-color: #101820;
  --text-muted: #616D7B;
  --link-color: #006F9E;
  --link-color-alt:#FFCD00;
  --link-hover: #9f3050;
  --link-border-style: dotted;
  --transition-base: all .2s ease-in-out;
  --transition-fade: opacity .15s linear;
  --transition-collapse: height .35s ease;
  --card-border-color: #D0D7DE;
  --card-border-width: 1px;
  --border-radius: 20%;
  --border-radius-sm: 10%;
  --border-default: 1px solid #D0D7DE;
  --font: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
  --font-secondary: "MinionPro", georgia, times, "Times New Roman", serif;
  --font-serif: Georgia, Times, "Times New Roman", sans-serif;
  --font-headings: var(--font);
  --constrain-width: 1366px;
  --constrain-wide: 1920px;
  --container-width: 96%;
  --text-constrain: 780px;
  --btn-bg-color: #41505c;
  --btn-text-color: #fff;
  --btn-border: #333F48;
  --btn-hover: #165C7D;
  --btn-hover-text: #fff;
  --btn-font-weight: 600;
  --btn-alt: #D0D7DE;
  --btn-alt-text: #41505c;
  --btn-alt-hover: #41505c;
  --btn-alt-hover-text: #D0D7DE;
  --headerH: 0;
  --loading-primary: #009CDE;
  --loading-secondary: #F0B323;
}

/* stylelint-enable declaration-colon-space-before */
/*# sourceMappingURL=sourcemaps/variables.css.map */
