@import url("./fonts.59bca29dd1f1.css");

:root {
  --navy: #091c36;
  --light-navy-hover: #27578f;
  --light-navy: #183a62;
  --verylight-navy: #1c4779;
  --orange: #fd914b;
  --hyperlink: #1c9cd0;
  --blue: #1c9cd0;
  --verydarkblue:  #0c2947; 

  --red: #ff3939;
  --verylightred: #FEF7F7;
  --lightblue: #77B0F3;
  --verylightblue: #F4FAFD;
  --green: #29D95A;
  --verylightgreen: #F4FDF7;

  --white: #ffffff;
  --body-bg: #f3f5f7;
  --off-white: #FAFAFA;
  --whiteish: #ececec;
  --grey: #bdbdbd;
  --lightish-grey: #cdcdcd;
  --darkgrey: #5d5d5d;
  --lightgrey: #f2f2f2;
  --verylightgrey: #FAFAFA;
  --verylightorange: rgb(255, 236, 224);

  --bs-alert-text: #084298;
  --bs-alert-danger-text: #842029;

  --orange-hover: #f0843e;
  --grey-hover: #B0B0B0;
  --red-hover: #F22C2C;
  --green-hover: #22c651;
  --blue-hover: #0F8FC3;

  --bglightorange: rgba(253, 143, 75, 0.2);
  --bglightblue: rgba(97, 156, 224, 0.2);

  --teal: #4CC0C0;
  --teal-hover: #3AA7A7;
  --deep-teal: #018C8C;
  --deep-teal-hover: #016B6B;

  --site-bordercolor: #091C3645;

  --mw-header: 1226px;
  --mw-content: 1140px;
  --mw-container-fluid: 2000px;
  --mw-content-narrow: 570px;
}

html,
body {
  font-family: "Roboto";
  font-weight: 400;
  background-color: var(--body-bg);
  color: var(--light-navy);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none; 
  scrollbar-width: none;   
}

.font-Roboto {
  font-family: "Roboto" !important;
}

.font-Raleway {
  font-family: "Raleway" !important;
}

.text-white {
  color: #ffffff !important;
}

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

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

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

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

.fw-black {
  font-weight: 900 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

.bg-white {
  background-color: white !important;
}

.btn-close {
  opacity: 1 !important;
}

.fs-0\.625rem {
  /* 10px */
  font-size: 0.625rem !important;
}

.fs-0\.75rem {
  /* 12px */
  font-size: 0.75rem !important;
}

.fs-0\.875rem {
  /* 14px */
  font-size: 0.875rem !important;
}

.fs-1\.125rem {
  /* 18px */
  font-size: 1.125rem !important;
}

.fs-1\.5rem {
  /* 24px */
  font-size: 1.5rem !important;
}

.fs-1\.75rem {
  /* 28px */
  font-size: 1.75rem !important;
}

.fs-2\.625rem {
  /* 42px */
  font-size: 2.625rem !important;
}

.fs-3\.375rem {
  /* 54px */
  font-size: 3.375rem !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.alert>button {
  float: right;
  border: none;
  background: none;
  color: var(--bs-alert-text);
}

.alert-danger>button {
  color: var(--bs-alert-danger-text) !important;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url("../fonts/Raleway/Raleway-Medium.b952c3c81ba3.ttf")
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway/Raleway-Bold.88079335418f.ttf")
}