@font-face {
  font-family: Old Standard;
  src: url('../fonts/OldStandardTT-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Old Standard Bold;
  src: url('../fonts/OldStandardTT-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Roman;
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Bold;
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Light;
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Light Condensed;
  src: url('../fonts/Linotype---FrutigerLTPro-LightCn.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Light Condensed Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-LightCnIta.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Condensed;
  src: url('../fonts/Linotype---FrutigerLTPro-Condensed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Condensed Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-CondensedIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Bold Condensed;
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCn.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Bold Condensed Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCnIta.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Black Condensed;
  src: url('../fonts/Linotype---FrutigerLTPro-BlackCn.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Black Condensed Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-BlackCnIta.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Light Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Bold Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Black;
  src: url('../fonts/Linotype---FrutigerLTPro-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger LT Pro Black Italic;
  src: url('../fonts/Linotype---FrutigerLTPro-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskerville Regular;
  src: url('../fonts/BaskeBEMedIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskerville Italic;
  src: url('../fonts/BaskeBEMedIta.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskerville Medium;
  src: url('../fonts/BaskeBEMedIta.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskerville Medium Italic;
  src: url('../fonts/BaskeBEMedIta.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --7700-c: #00567a;
  --white: white;
  --2915-c: #62b5e5;
  --grey: #555;
  --light-grey: #fafafa;
  --556-c: #6fa287;
  --289-c: #092640;
  --50-2915-c: #b7d9f2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Work Sans;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #18181d;
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

label {
  color: #18181db3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #18181db3;
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: #18181d80;
  text-align: center;
  margin-top: 5px;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.size1-text.size1-top-clear {
  color: var(--7700-c);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.grey-body {
  background-color: #f4f6f6;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

._404-page-wrap {
  background-color: var(--7700-c);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.centered-container {
  text-align: center;
  flex: 1;
  padding-top: 0;
}

.color-bar-13, .color-bar-14 {
  float: left;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-bar-12 {
  float: left;
  margin-bottom: 0;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-bar-10, .color-bar-11 {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-text {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Old Standard, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.section-200 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.aua-logo {
  width: 225px;
  max-width: 225px;
  margin-top: 0;
  margin-bottom: 20px;
}

.aua-logo-2 {
  background-color: var(--7700-c);
  width: 235px;
  max-width: 235px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.body-text-12 {
  color: var(--2915-c);
  margin-bottom: 0;
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.letterhead-name {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.numbered-list {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  list-style-type: decimal;
}

.section-4 {
  background-color: var(--light-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo-display {
  margin-top: 0;
  margin-bottom: 40px;
}

.color-bar {
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-block {
  background-color: var(--7700-c);
  width: 300px;
  height: 75px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-wheel {
  border-radius: 100%;
  margin-bottom: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div {
  background-color: var(--7700-c);
  margin-bottom: 20px;
  padding: 50px 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-text-2 {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.swatch-text-3 {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.swatch-text-3-blue {
  color: var(--7700-c);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.swatch-text-4 {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.swatch-text-4-blue {
  color: var(--7700-c);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.color-bar-3, .color-bar-4, .color-bar-5 {
  float: none;
  margin-bottom: 20px;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-bar-6 {
  float: left;
  margin-bottom: 20px;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-bar-7, .color-bar-8 {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-bar-9 {
  float: left;
  margin-bottom: 20px;
  display: block;
  box-shadow: 5px 5px 11px -6px #5553;
}

.bulleted-list {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  list-style-type: disc;
}

.bulleted-list.small {
  font-size: 15px;
  line-height: 20px;
}

.font-version {
  font-family: Frutiger LT Pro Light Condensed, Arial, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.photo-example {
  width: 200px;
  max-width: 200px;
  margin-bottom: 0;
  box-shadow: 5px 5px 11px -6px #5553;
}

.ad-example {
  margin-bottom: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.ad-example-2 {
  margin-bottom: 40px;
  margin-left: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.ad-example-3 {
  margin-bottom: 0;
  box-shadow: 5px 5px 11px -6px #5553;
}

.ad-example-4 {
  margin-bottom: 0;
  margin-left: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.tagline-image {
  margin-top: 40px;
  margin-bottom: 60px;
}

.logo-example {
  border: .125px solid #b2b7bb80;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 5px 5px 11px -6px #5553;
}

.logo, .colors, .fonts, .photography, .tagline {
  width: 0;
  height: 0;
  position: relative;
  top: -30px;
}

.button {
  background-color: var(--7700-c);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.button:hover {
  background-color: #00567ab3;
}

._404-header {
  color: var(--7700-c);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

._404-text {
  color: #7c878e;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

._404-button {
  background-color: var(--7700-c);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

._404-button:hover {
  background-color: #00567acc;
}

.intro-div {
  background-color: var(--7700-c);
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.intro-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.meeting-logo {
  width: 210px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.meeting-logo-3 {
  width: 140px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.meeting-logo-2 {
  background-color: var(--7700-c);
  width: 220px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.meeting-logo-4 {
  background-color: var(--7700-c);
  width: 150px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.letterhead {
  border: .125px solid #b2b7bb80;
  width: 240px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.signature {
  width: 350px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
}

.ppt {
  border: 0 #0000;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.ucf-logo {
  width: 285px;
  max-width: 285px;
  margin-top: 0;
  margin-bottom: 20px;
}

.ucf-logo-2 {
  background-color: var(--7700-c);
  width: 290px;
  max-width: 290px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.ucf-logo-3 {
  width: 130px;
  max-width: 130px;
  margin-top: 0;
  margin-bottom: 20px;
}

.ucf-logo-4 {
  background-color: var(--7700-c);
  width: 135px;
  max-width: 135px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.swatch-div-20 {
  background-color: #41748d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.ucf-swatch-text {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.swatch-div-21 {
  background-color: #7a9b62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.ucf-swatch-text-2 {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.swatch-div-22 {
  background-color: #a9c47f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.swatch-div-23 {
  background-color: #b8dde1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.swatch-div-24 {
  background-color: #f4db6c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.swatch-div-25 {
  background-color: #be3a34;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.ucf-swatch-text-2-blue {
  color: var(--7700-c);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.swatch-div-26 {
  background-color: #d0d3d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.swatch-div-27 {
  background-color: #7c878e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  box-shadow: 5px 5px 11px -6px #0000004d;
}

.ucf-swatch-text-blue {
  color: var(--7700-c);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.header-text-2 {
  color: var(--7700-c);
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Old Standard, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
  position: static;
}

.body-text-2 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.body-text-2._2 {
  margin-bottom: 5px;
}

.body-text-3 {
  color: var(--556-c);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.body-text-4 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.body-text-5 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.body-text-6 {
  color: var(--2915-c);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.dyk-div-4 {
  background-image: url('../images/Did-You-Know-4.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.dyk-text-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.dyk-text-4 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.body-text-8 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 40px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.logo-display-2, .logo-display-3 {
  margin-top: 0;
  margin-bottom: 80px;
}

.bold-text {
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-weight: 700;
}

.color-bar-2 {
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 5px 5px 11px -6px #5553;
}

.header-text-3 {
  color: var(--7700-c);
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Old Standard TT;
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
  position: static;
}

.logo-example-2 {
  border: .125px solid #b2b7bb80;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-block-2 {
  background-color: var(--2915-c);
  width: 300px;
  height: 75px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.color-block-3 {
  background-color: var(--556-c);
  width: 300px;
  height: 75px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-2 {
  background-color: var(--2915-c);
  margin-bottom: 20px;
  padding: 50px 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-3 {
  background-color: #6fa287;
  margin-bottom: 20px;
  padding: 50px 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-4 {
  background-color: #092640;
  margin-bottom: 20px;
  padding: 30px 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-5 {
  background-color: #009ace;
  margin-bottom: 20px;
  padding: 30px 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-6 {
  background-color: #6a7970;
  margin-bottom: 20px;
  padding: 30px 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-7 {
  background-color: #91aabc;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-8 {
  background-color: #b7d9f2;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-9 {
  background-color: #b6d0c1;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-10 {
  background-color: #ed8b00;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-11 {
  background-color: #582c83;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-12 {
  background-color: #a6192e;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-13 {
  background-color: #fbe682;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-14 {
  background-color: #6bcaba;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.swatch-div-15 {
  background-color: #43b02a;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.green-bold-text-2 {
  color: var(--556-c);
  font-family: Old Standard TT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.blue-bold-text-2 {
  color: var(--7700-c);
  font-family: Old Standard TT;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.font-version-2 {
  font-family: Frutiger LT Pro Light Condensed Italic, Arial, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.font-version-3 {
  font-family: Frutiger LT Pro Condensed, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.font-version-4 {
  font-family: Frutiger LT Pro Condensed Italic, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.font-version-5 {
  font-family: Frutiger LT Pro Bold Condensed, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.font-version-6 {
  font-family: Frutiger LT Pro Bold Condensed Italic, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.font-version-7 {
  font-family: Frutiger LT Pro Black Condensed, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.font-version-8 {
  font-family: Frutiger LT Pro Black Condensed Italic, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.font-version-9 {
  font-family: Frutiger LT Pro Condensed, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.font-version-10 {
  font-family: Frutiger LT Pro Condensed Italic, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.font-version-11 {
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.font-version-12 {
  font-family: Frutiger LT Pro Light Italic, Arial, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.font-version-13 {
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.font-version-14 {
  font-family: Frutiger LT Pro Italic, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.font-version-15 {
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.font-version-16 {
  font-family: Frutiger LT Pro Bold Italic, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.font-version-17 {
  font-family: Frutiger LT Pro Black, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.font-version-18 {
  font-family: Frutiger LT Pro Black Italic, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.font-version-19 {
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.font-version-20 {
  font-family: Frutiger LT Pro Italic, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.font-version-21 {
  font-family: Old Standard TT;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.font-version-22 {
  font-family: Old Standard TT;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
}

.font-version-23 {
  font-family: Old Standard TT;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.font-version-24 {
  font-family: Baskerville Regular, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.font-version-25 {
  font-family: Baskerville Regular, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.list-item {
  margin-bottom: 0;
}

.photo-exampl-2 {
  width: 208px;
  max-width: 208px;
  margin-bottom: 0;
  margin-left: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.body-text-orange {
  color: var(--grey);
  text-align: left;
  background-image: linear-gradient(#d6a46166, #d6a46166);
  margin-bottom: 20px;
  padding: 5px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.body-text-orange._2 {
  margin-bottom: 5px;
}

.body-text-orange-2 {
  color: var(--grey);
  text-align: left;
  background-image: linear-gradient(#d6a46166, #d6a46166);
  margin-bottom: 0;
  padding: 5px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.blue-bold-text-3 {
  color: var(--7700-c);
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-weight: 700;
}

.container-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-text-9 {
  color: var(--556-c);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.section-1 {
  background-image: url('../images/Hero-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 312px;
  padding-bottom: 200px;
}

.section-1._2 {
  background-image: linear-gradient(#0003, #0003), url('../images/background.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-1._3 {
  background-image: linear-gradient(#41748db3, #41748db3), url('../images/iStock-1184837024.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body-text-10 {
  color: var(--556-c);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.body-text-11 {
  color: var(--grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.empty-div {
  width: 0;
  height: 0;
}

.button-2 {
  background-color: var(--7700-c);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 15px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.button-2:hover {
  background-color: #00567ab3;
}

.button-3 {
  background-color: var(--7700-c);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.button-3:hover {
  background-color: #00567ab3;
}

.button-3:focus {
  box-shadow: 5px 5px 11px -6px var(--white);
}

.numbered-list-2 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  list-style-type: decimal;
}

.line {
  margin-bottom: 20px;
}

.body-text-13 {
  color: var(--grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-bottom: 40px;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  margin-bottom: 0;
}

.body-text-14 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.grid-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-text-15 {
  color: #7c878e;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.ppt-border {
  border: .125px solid #b1b7ba80;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.letterhead-2 {
  border: .125px solid #b2b7bb80;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.numbered-list-3 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  list-style-type: decimal;
}

.button-4 {
  background-color: var(--7700-c);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 15px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.button-4:hover {
  background-color: #00567ab3;
}

.button-4:focus {
  box-shadow: 5px 5px 11px -6px var(--white);
}

.button-5 {
  background-color: var(--7700-c);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  box-shadow: 5px 5px 11px -6px #5553;
}

.button-5:hover {
  background-color: #00567ab3;
}

.button-5:focus {
  box-shadow: 5px 5px 11px -6px var(--white);
}

.footer {
  background-color: var(--7700-c);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Frutiger LT Pro Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.nav {
  z-index: 100;
  background-color: var(--white);
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 7px 11px 6px #00000026;
}

.nav-container {
  background-color: #0000;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-link.w--current {
  transition: opacity .5s;
}

.nav-logo-link.w--current:hover {
  opacity: .7;
}

.nav-menu-wrapper {
  flex-flow: column;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--7700-c);
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--2915-c);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle {
  padding: 0 20px 0 0;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--7700-c);
  margin-right: 0;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: color .5s;
}

.nav-dropdown-icon:hover {
  color: var(--2915-c);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 0;
}

.nav-dropdown-list.w--open {
  background-color: var(--2915-c);
  top: 68px;
  box-shadow: 0 7px 11px -6px #00000026;
}

.nav-dropdown-link {
  color: var(--white);
  padding: 10px;
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.nav-dropdown-link:hover {
  background-color: var(--50-2915-c);
  color: var(--7700-c);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.border {
  border-bottom: 2px solid #ffffff1a;
}

.nav-logo {
  width: 200px;
}

.nav-list-item {
  margin-bottom: 0;
  margin-right: 20px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-text {
  color: var(--grey);
  font-family: Frutiger LT Pro Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-text.padding-20 {
  margin-bottom: 20px;
}

.h2 {
  color: var(--7700-c);
  margin-top: 100px;
  margin-bottom: 25px;
  font-family: Old Standard, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 73px;
}

.bold {
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-weight: 700;
}

.logo-1 {
  width: 210px;
}

.logo-1._2 {
  width: 355px;
}

.logo-1._3 {
  width: 270px;
}

.logo-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto 1fr;
  margin-top: 30px;
}

.link {
  color: var(--7700-c);
  font-family: Frutiger LT Pro Bold, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  transition: color .5s;
}

.link:hover {
  color: var(--2915-c);
  text-decoration: underline;
}

.orange-div {
  background-color: #d6a46166;
  margin-bottom: 20px;
  padding: 5px;
}

.orange-div._2 {
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .error-message {
    max-width: 738px;
  }

  .swatch-text {
    font-size: 16px;
    line-height: 26px;
  }

  .color-block {
    width: 100%;
  }

  .swatch-text-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .swatch-text-3, .swatch-text-3-blue {
    font-size: 14px;
    line-height: 24px;
  }

  .swatch-text-4, .swatch-text-4-blue {
    font-size: 13px;
    line-height: 23px;
  }

  .photo-example {
    width: 180px;
    max-width: 180px;
    margin-bottom: 20px;
  }

  .ad-example-2 {
    margin-left: 0;
  }

  .ad-example-3 {
    margin-bottom: 40px;
  }

  .ad-example-4 {
    margin-left: 0;
  }

  .dropdown {
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .logo, .colors, .fonts, .photography, .tagline {
    top: -125px;
  }

  .button {
    width: auto;
    max-width: none;
  }

  .letterhead {
    width: 175px;
    max-width: 175px;
    height: auto;
    max-height: none;
  }

  .signature {
    width: 300px;
    max-width: 300px;
    height: auto;
    max-height: none;
  }

  .ppt {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .ucf-swatch-text, .ucf-swatch-text-2, .ucf-swatch-text-2-blue, .ucf-swatch-text-blue {
    font-size: 16px;
    line-height: 26px;
  }

  .body-text-6 {
    line-height: 25px;
  }

  .color-block-2, .color-block-3 {
    width: 100%;
  }

  .photo-exampl-2 {
    width: 180px;
    max-width: 180px;
    margin-bottom: 20px;
  }

  .button-2, .button-3 {
    width: auto;
    max-width: none;
  }

  .ppt-border {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .letterhead-2 {
    width: 175px;
    max-width: 175px;
    height: auto;
    max-height: none;
  }

  .button-4, .button-5 {
    width: auto;
    max-width: none;
  }

  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    margin-top: 20px;
    box-shadow: 0 7px 11px -6px #00000026;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle {
    width: 100%;
  }

  .nav-dropdown-list.w--open {
    border-top: 2px solid var(--289-c);
    border-bottom: 2px solid var(--289-c);
    box-shadow: none;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
    top: 0;
  }

  .nav-dropdown-link {
    color: var(--289-c);
    padding: 0 0 20px;
  }

  .nav-dropdown-link:hover {
    color: var(--289-c);
    background-color: #0000;
  }

  .menu-button {
    background-color: var(--7700-c);
    border-radius: 100px;
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--2915-c);
  }

  .nav-list-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .logo-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .ghost {
    display: none;
  }

  .menu-icon {
    color: var(--white);
    font-size: 62px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .color-bar-13 {
    max-width: 21.5%;
    margin: 0 10px;
    padding-left: 0;
  }

  .color-bar-14 {
    max-width: 21.5%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .color-bar-12 {
    max-width: 52%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .color-bar-10 {
    max-width: 21.5%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .color-bar-11 {
    max-width: 21.5%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .swatch-text {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
  }

  .h1 {
    font-size: 70px;
    line-height: 78px;
  }

  .section-200 {
    padding: 50px 20px;
  }

  .body-text-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .letterhead-name {
    width: 260px;
    max-width: 260px;
  }

  .numbered-list {
    padding-left: 20px;
    padding-right: 0;
  }

  .section-4 {
    padding: 50px 20px;
  }

  .color-bar {
    width: 100%;
    margin-bottom: 10px;
  }

  .color-block {
    max-width: 100%;
    max-height: 75px;
    margin-bottom: 10px;
  }

  .color-wheel {
    width: 350px;
    max-width: 350px;
    height: 350px;
    max-height: 350px;
    margin-top: 20px;
  }

  .swatch-text-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 300;
  }

  .swatch-text-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
  }

  .swatch-text-3-blue {
    font-weight: 300;
  }

  .swatch-text-4, .swatch-text-4-blue {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
  }

  .color-bar-3, .color-bar-4, .color-bar-5 {
    margin-bottom: 10px;
  }

  .color-bar-6 {
    max-width: 52%;
    margin-right: 0;
    padding-right: 0;
  }

  .color-bar-7 {
    max-width: 21.5%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .color-bar-8 {
    max-width: 21.5%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .color-bar-9 {
    max-width: 52%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .photo-example {
    width: 225px;
    max-width: 225px;
    height: auto;
    max-height: none;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .ad-example {
    width: 440px;
    max-width: 440px;
    height: 292.625px;
    max-height: 292.625px;
    margin-bottom: 25px;
  }

  .ad-example-2 {
    width: 357px;
    max-width: 357px;
    height: 297.734px;
    max-height: 297.734px;
    margin-bottom: 25px;
  }

  .ad-example-3 {
    width: 440px;
    max-width: 440px;
    height: 231px;
    max-height: 231px;
    margin-bottom: 25px;
  }

  .ad-example-4 {
    width: 357px;
    max-width: 357px;
    height: 297.734px;
    max-height: 297.734px;
  }

  .tagline-image {
    width: 440px;
    max-width: 440px;
    height: 49.0625px;
    max-height: 49.0625px;
  }

  .logo-example {
    width: 300px;
    max-width: 300px;
    height: 231.266px;
    max-height: 231.266px;
    margin-bottom: 25px;
  }

  .button {
    text-align: center;
    width: 260px;
    max-width: 260px;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
  }

  ._404-button {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .letterhead {
    width: 260px;
    max-width: 260px;
    height: auto;
    max-height: none;
  }

  .signature {
    width: 325px;
    max-width: 325px;
    height: auto;
    max-height: none;
  }

  .ppt {
    width: 260px;
    max-width: 260px;
    height: auto;
    max-height: none;
  }

  .ucf-swatch-text, .ucf-swatch-text-2, .ucf-swatch-text-2-blue, .ucf-swatch-text-blue {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
  }

  .header-text-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .body-text-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .body-text-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-text-4, .body-text-5 {
    font-size: 15px;
    line-height: 25px;
  }

  .body-text-6, .dyk-text-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dyk-text-4, .body-text-8 {
    font-size: 15px;
    line-height: 25px;
  }

  .color-bar-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-text-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .logo-example-2 {
    width: 300px;
    max-width: 300px;
    height: 231.266px;
    max-height: 231.266px;
    margin-bottom: 25px;
  }

  .color-block-2, .color-block-3 {
    max-width: 100%;
    max-height: 75px;
    margin-bottom: 10px;
  }

  .photo-exampl-2 {
    width: 225px;
    max-width: 225px;
    height: auto;
    max-height: none;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .body-text-orange, .body-text-orange-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .body-text-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-1 {
    padding: 212px 20px 100px;
  }

  .body-text-10 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-text-11 {
    font-size: 15px;
    line-height: 25px;
  }

  .grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-2, .button-3 {
    text-align: center;
    width: 260px;
    max-width: 260px;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
  }

  .numbered-list-2 {
    padding-left: 20px;
    padding-right: 0;
  }

  .body-text-13, .body-text-14 {
    font-size: 15px;
    line-height: 25px;
  }

  .body-text-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .ppt-border, .letterhead-2 {
    width: 260px;
    max-width: 260px;
    height: auto;
    max-height: none;
  }

  .numbered-list-3 {
    padding-left: 20px;
    padding-right: 0;
  }

  .button-4, .button-5 {
    text-align: center;
    width: 260px;
    max-width: 260px;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 55px;
    line-height: 63px;
  }
}

@media screen and (max-width: 479px) {
  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

  .centered-container {
    text-align: left;
  }

  .color-bar-13 {
    max-width: 20.7%;
    margin: 0 10px;
    padding-left: 0;
  }

  .color-bar-14 {
    max-width: 20.7%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .color-bar-12 {
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .color-bar-10 {
    max-width: 20.7%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .color-bar-11 {
    max-width: 20.7%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .swatch-text {
    color: var(--white);
  }

  .h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .color-block {
    height: 50px;
    max-height: 50px;
  }

  .color-wheel {
    width: 80%;
    max-width: 80%;
    height: 92%;
    max-height: 92%;
  }

  .swatch-div {
    color: var(--white);
  }

  .color-bar-3, .color-bar-4, .color-bar-5 {
    margin-bottom: 10px;
  }

  .color-bar-6 {
    max-width: 50%;
    margin-right: 0;
    padding-right: 0;
  }

  .color-bar-7 {
    max-width: 20.7%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .color-bar-8 {
    max-width: 20.7%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .color-bar-9 {
    max-width: 50%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .photo-example {
    width: 60%;
    max-width: 60%;
    height: auto;
    max-height: none;
    margin-bottom: 20px;
  }

  .ad-example {
    width: 85%;
    max-width: 85%;
    height: 14.9357%;
    max-height: 14.9357%;
  }

  .ad-example-2 {
    width: 85%;
    max-width: 85%;
    height: 20.6647%;
    max-height: 20.6647%;
  }

  .ad-example-3 {
    width: 85%;
    max-width: 85%;
    height: 14.6222%;
    max-height: 14.6222%;
  }

  .ad-example-4 {
    width: 85%;
    max-width: 85%;
    height: 26.2828%;
    max-height: 26.2828%;
  }

  .tagline-image {
    width: 100%;
    max-width: 100%;
    height: 1.05568%;
    max-height: 1.05568%;
  }

  .logo-example {
    width: 75%;
    max-width: 75%;
    height: 86.632%;
    max-height: 86.632%;
  }

  .signature {
    width: 275px;
    max-width: 275px;
    height: auto;
    max-height: none;
  }

  .swatch-div-20, .ucf-swatch-text, .swatch-div-21, .ucf-swatch-text-2, .swatch-div-22, .swatch-div-23, .swatch-div-24, .swatch-div-25, .ucf-swatch-text-2-blue, .swatch-div-26, .swatch-div-27, .ucf-swatch-text-blue {
    color: var(--white);
  }

  .header-text-2, .header-text-3 {
    font-size: 45px;
    line-height: 55px;
  }

  .logo-example-2 {
    width: 75%;
    max-width: 75%;
    height: 86.632%;
    max-height: 86.632%;
  }

  .color-block-2, .color-block-3 {
    height: 50px;
    max-height: 50px;
  }

  .swatch-div-2, .swatch-div-3, .swatch-div-4, .swatch-div-5, .swatch-div-6, .swatch-div-7, .swatch-div-8, .swatch-div-9, .swatch-div-10, .swatch-div-11, .swatch-div-12, .swatch-div-13, .swatch-div-14, .swatch-div-15 {
    color: var(--white);
  }

  .photo-exampl-2 {
    width: 60%;
    max-width: 60%;
    height: auto;
    max-height: none;
    margin-bottom: 20px;
  }

  .grid, .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

#w-node-baaa8542-fc75-b6c1-04c4-774915cd7b78-481ecc7e, #w-node-bbe040be-9af4-1602-2ce3-7d60fed0c844-481ecc7e, #w-node-_151d8ca3-3f5b-e7ec-3d6d-105378f8b57f-481ecc7e, #w-node-_151d8ca3-3f5b-e7ec-3d6d-105378f8b580-481ecc7e, #w-node-b0f5594b-354d-9d83-4dc5-bc0d395ff150-481ecc7e, #w-node-_635146eb-c442-1115-8c35-b0488a417e16-481ecc7e, #w-node-_635146eb-c442-1115-8c35-b0488a417e17-481ecc7e, #w-node-_635146eb-c442-1115-8c35-b0488a417e19-481ecc7e {
  align-self: center;
}

#w-node-dfb60b82-3419-44c7-1f9c-8ad24934ff8c-f81ecc8f, #w-node-fba62fe5-81ed-9fb9-7c26-166860cff968-f81ecc8f, #w-node-df81d1e7-24a3-3c91-31eb-1461d1ddcdd6-f81ecc8f, #w-node-_8acbd6b8-5fcf-1e04-fde5-46413313e704-f81ecc8f, #w-node-_8c86a2a7-5e56-79c1-75ad-10831bea4ba6-f81ecc8f, #w-node-_2d146d15-0c18-cc98-1d1a-d274f990b5f7-f81ecc8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b23852bc-1d6c-dd30-9178-cb261ef1c98d-f81ecc8f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad7610ed-8efe-a523-dc43-d21905bfa6de-f81ecc8f, #w-node-_6cb1c480-1e4b-f683-b433-2eed8fb82da6-f81ecc8f, #w-node-_16d952af-6ea2-3a56-709e-4ade15f4d670-f81ecc8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c7629d-71b5-6e67-2a9a-08ea940e77df-f81ecc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c6ccec09-e9fa-d62c-8ba2-2e40c479cdd1-f81ecc8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff308cad-f828-9bea-3226-2d8c97a0d1bc-f81ecc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9489a5ee-5a03-2ba5-6153-a1be1d6193db-f81ecc8f, #w-node-_411908a8-73c9-c4ee-0dab-3aed2c740647-f81ecc8f, #w-node-_39873f24-65da-6315-4b10-2dd84292cda3-f81ecc8f, #w-node-b97f4ad6-643e-784d-92ca-7a62b03fa3ae-f81ecc8f, #w-node-_92e731ca-d6ba-507f-4278-a92ae0b9ea04-f81ecc8f, #w-node-fa226ce0-0469-62e5-54f2-c1ce757e0c21-36b6ff9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31865f7f-146d-cc88-6c87-8b589ebb840d-36b6ff9a {
  place-self: end;
}

#w-node-_405bdcdd-ffa6-a08a-30a0-6866ccb9bb4f-36b6ff9a {
  align-self: start;
}

#w-node-_6e6d4cca-0f44-2061-36e9-dfd5a51731a5-36b6ff9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682bcff2-8ba3-942b-11e4-15e18f5b0f5f-36b6ff9a {
  place-self: end;
}

#w-node-_6ba8fc63-4986-d140-c14e-97747f9712e7-36b6ff9a {
  align-self: start;
}

#w-node-_5385edc1-e436-d99d-ff7a-e4d329f406d3-36b6ff9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37c8bc7-1865-3f8b-b2c9-a1bd909df47d-36b6ff9a {
  align-self: start;
}

#w-node-_9d238957-ca35-dd81-7d10-87476f334305-36b6ff9a, #w-node-_4ee01081-88ff-18dd-6278-39753f29c391-36b6ff9a, #w-node-d59c89db-730f-47f3-4241-8127ce9f23cc-36b6ff9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279e3093-64a7-683a-ee26-ad89c2d21f87-36b6ff9a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6117617d-1f88-cb68-f526-cb27d48207b2-36b6ff9a, #w-node-_9e570dae-08a7-7d93-47ea-9f209e1771b5-36b6ff9a, #w-node-_261806a0-c5e3-f3b9-f123-19e974faceaa-36b6ff9a, #w-node-_381b9563-e6af-3e0e-23d1-7ae4a9f4f5b7-36b6ff9a, #w-node-e67da19e-0ca1-cf18-0bf2-6501f35cc7b1-36b6ff9a, #w-node-f26cc178-42d4-e0a8-513b-1e7329f02ee4-36b6ff9a, #w-node-_91d17e39-88a2-b0f8-0f6d-bd58cb5cc6e4-36b6ff9a, #w-node-_68b80def-4de3-29ec-1e7a-754e95c11c9f-36b6ff9a, #w-node-cf7b32ba-83f1-ed02-27d0-02148491e436-88a49630, #w-node-d47ede18-bb76-9b59-1fe0-8f30d3670a68-88a49630, #w-node-af075cf9-0fc6-2e82-73f4-42d6cf43115e-88a49630, #w-node-ed58a5f4-e6bf-130b-30a6-42241b844ead-88a49630, #w-node-b32f7f12-42f0-bf18-966b-ffd0efdc4c99-88a49630, #w-node-_6a2d1158-d296-1a11-fcab-d024add1696f-88a49630, #w-node-_0b52d5ba-620f-9c10-fcb0-f1ccb4dbf861-88a49630, #w-node-_6d792db4-860d-8d06-0c19-0374a8094d4e-88a49630, #w-node-e392dad4-e12f-3e98-266a-dd8990dc70e4-88a49630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5011459b-5054-44d5-d736-e4e8f25cc84e-88a49630 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1603e720-fe77-7030-bc66-46b5ace17a23-88a49630, #w-node-_1c6ea088-9b0d-6042-ccd8-5577d1c9545c-88a49630, #w-node-_75277215-1a7b-8344-3bd9-8c30a8c2e6d2-88a49630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-baaa8542-fc75-b6c1-04c4-774915cd7b78-481ecc7e, #w-node-bbe040be-9af4-1602-2ce3-7d60fed0c844-481ecc7e, #w-node-_151d8ca3-3f5b-e7ec-3d6d-105378f8b57f-481ecc7e, #w-node-_151d8ca3-3f5b-e7ec-3d6d-105378f8b580-481ecc7e, #w-node-b0f5594b-354d-9d83-4dc5-bc0d395ff150-481ecc7e, #w-node-_635146eb-c442-1115-8c35-b0488a417e16-481ecc7e, #w-node-_635146eb-c442-1115-8c35-b0488a417e17-481ecc7e, #w-node-_635146eb-c442-1115-8c35-b0488a417e19-481ecc7e {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Old Standard';
  src: url('../fonts/OldStandardTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Old Standard Bold';
  src: url('../fonts/OldStandardTT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Light Condensed';
  src: url('../fonts/Linotype---FrutigerLTPro-LightCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Light Condensed Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-LightCnIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Condensed';
  src: url('../fonts/Linotype---FrutigerLTPro-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Condensed Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-CondensedIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Bold Condensed';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Bold Condensed Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCnIta.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Black Condensed';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackCn.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Black Condensed Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackCnIta.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Light Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Bold Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Black';
  src: url('../fonts/Linotype---FrutigerLTPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger LT Pro Black Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Regular';
  src: url('../fonts/BaskeBEMedIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Italic';
  src: url('../fonts/BaskeBEMedIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Medium';
  src: url('../fonts/BaskeBEMedIta.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Medium Italic';
  src: url('../fonts/BaskeBEMedIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}