/* FONTS */
@font-face {
  font-family: "AvantGarde Regular";
  src: url(../fonts/AvantGarde\ Regular.TTF);
}

@font-face {
  font-family: "AvantGarde Regular Italic";
  src: url(../fonts/AvantGarde\ Regular\ Italic.otf);
}

@font-face {
  font-family: "AvantGarde Bold";
  src: url(../fonts/AvantGarde\ Bold.TTF);
}

@font-face {
  font-family: "AvanteGarde Bold Italic";
  src: url(../fonts/AvantGarde\ Regular\ Italic.otf);
}

/* Navigation */
.navbar-expand-lg .navbar-nav .nav-link, .footer a {
  font-family: "AvantGarde Regular";
  border-bottom: 4px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #39464F;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer a {
  font-size: 16px;
}

/* TYPOGRAPHY */
.small-light-heading {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height, or 271% */
  /* Inchcape Blue */
  color: #16BAE7;
}

.title {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  /* or 127% */
  /* Inchcape Dark Blue */
  color: #00233A;
}

.title-bold {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* or 127% */
  /* Inchcape Dark Blue */
  color: #00233A;
}


.large-banner {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 85%;
  /* or 111px */
  text-transform: uppercase;
  /* Neutral/10 White */
  color: #FFFFFF;
}

.medium-banner {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 85%;
  /* or 77px */
  text-transform: uppercase;
  /* Neutral/10 White */
  color: #FFFFFF;
}

.small-banner {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  /* or 100% */
  text-transform: uppercase;
  /* Neutral/10 White */
  color: #FFFFFF;
}

.policy-banner {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 85%;
  /* or 111px */
  /* Neutral/10 White */
  color: #FFFFFF;
}


.small-light-banner {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 110px;
  /* or 172% */
  color: #FFFFFF;;
}

.small-dark-banner {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  /* identical to box height, or 104% */
  text-transform: uppercase;
  /* Inchcape Dark Blue */
  color: #00233A;
  
}

.caption-italic {
  font-family: 'AvanteGarde Bold Italic';
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* or 127% */
  /* Inchcape Dark Blue */
  color: #00233A;
}


/* PARAGRAPH */

.small-paragraph {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  /* Inchcape Dark Blue */
  color: #00233A;
}

.small-paragraph-bold {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;

  text-align: center;

  color: #00233A;
}

.large-paragraph {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  /* identical to box height, or 173% */
  /* Inchcape Dark Blue */
  color: #00233A;
}

/* Caption */
.large-dark-caption {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  /* or 127% */
  /* Inchcape Dark Blue */
  color: #00233A;
}

.large-light-caption {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  /* or 127% */
  /* Inchcape Yellow -% */
  color: #F7EF66;
}

.small-dark-caption {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  /* identical to box height, or 158% */
  /* Inchcape Dark Blue */
  color: #00233A;
}

.small-light-caption {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  /* identical to box height, or 158% */
  /* Inchcape Yellow -% */
  color: #F7EF66;
}

.dark-btn-caption {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 6px 7px 6px 7px;
  gap: 10px;
  width: 109px;
  height: 38px;
  color: #00233A;
  border: 3px solid #00233A;
  border-radius: 5px;
}

.light-btn-caption {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  /* identical to box height, or 112% */
  padding: 6px 7px 6px 7px;
  gap: 10px;
  width: 109px;
  height: 38px;
  color: #F7EF66;
  border: 2px solid #F7EF66;
  border-radius: 5px;
}


/* Buttons */
.large-white-button {
  cursor: pointer;
  height: 55px;
  padding: 5px 23px 5px 23px;
  border: 1px solid #16bae7;
  box-sizing: border-box;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
  color: #16bae7;
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

.large-white-button:hover {
  background-color: #16bae7;
  color: #fff;
  transition: 0.5s;
  font-family: 'AvantGarde Bold';
}

.large-blue-button {
  cursor: pointer;
  height: 55px;
  padding: 5px 23px 5px 23px;
  border: 1px solid #00233a;
  box-sizing: border-box;
  align-items: center;
  background-color: #16bae7;
  text-decoration: none;
  color: #00233a;
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

.large-blue-button:hover {
  background-color: #16bae7;
  color: #fff;
  transition: 0.5s;
  font-family: 'AvantGarde Bold';
}

.link-blue-button {
  cursor: pointer;
  height: 55px;
  padding: 5px 23px 5px 23px;
  border: 1px solid #00233a;
  box-sizing: border-box;
  align-items: center;
  background-color: #16bae7;
  text-decoration: underline;
  color: #00233a;
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

.link-blue-button:hover {
  background-color: #16bae7;
  color: #fff;
  transition: 0.5s;
  font-family: 'AvantGarde Bold';
}

.link-white-button {
  cursor: pointer;
  height: 55px;
  padding: 5px 23px 5px 23px;
  border: 1px solid #16bae7;
  box-sizing: border-box;
  align-items: center;
  background-color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #16bae7;
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

.link-white-button:hover {
  background-color: #16bae7;
  color: #fff;
  transition: 0.5s;
  font-family: 'AvantGarde Bold';
}

/**umb_name:Title Bold*/
.title-bold {
	font-family: 'AvantGarde Bold';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	/* or 127% *//* Inchcape Dark Blue */color: #00233A;
}

/**umb_name:Small Paragraph*/
.small-paragraph {
	font-family: 'AvantGarde Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	/* or 200% *//* Inchcape Dark Blue */color: #00233A;
}
