@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=6529aca4-12ba-49d7-be1f-9b2eab761d62");
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --main-lightest-ultra: #F2FAFF;
  --main-lightest-alt: #E6F6FF;
  --main-lightest: #B9E4FC;
  --main-light: #009cda;
  --main-medium: #026596;
  --main-dark: #053d63;
  --main-darkest: #003867;
  --header-color: #016596;
  --footer-color: #035987;
  --white: #FFFFFF;
  --black: #000000;
}

@font-face {
  font-family: "TradeGothicW01-BoldCn20";
  src: url("../Fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?iefix") format("eot");
  src: url("../Fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("../Fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("../Fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}
@font-face {
  font-family: "TradeGothicW01-Cn18";
  src: url("../Fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?iefix");
  src: url("../Fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("../Fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("../Fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}
/* =============================================================================
 *
 *   Breakpoints (from Bootstrap 4)
 *
 * ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
h1.smaller,
h2.smaller,
h3.smaller,
h4.smaller {
  font-size: 1.563rem;
}

h2 {
  font-family: "TradeGothicW01-Cn18", Arial, Helvetica, sans-serif;
  font-size: 2.438rem;
  margin-bottom: 24px;
}
h2.cta {
  background: #E4EBED;
  color: #333333;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  font-size: 21px;
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}

a {
  color: #026596;
  transition: all 0.2s ease;
}
a:focus, a:hover {
  color: #026596;
  text-decoration: underline;
}
p a {
  text-decoration: underline;
}
.content a {
  color: #026596;
}
.content a:focus, .content a:hover {
  color: #083C63;
  text-decoration: underline;
}

:focus {
  outline-offset: 2px;
  outline-color: #083C63;
  outline-style: dotted;
  outline-width: 3px;
}

button {
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease;
}

p {
  margin-bottom: 1.5em;
}

.lead {
  font-size: 1.1em;
  font-weight: bold;
}

table {
  width: 100%;
}
table tr td {
  padding: 0;
}

ul,
ol {
  padding-left: 30px;
}
ul.no-list,
ol.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.material-icons {
  position: relative;
}
.material-icons.add-field-button {
  color: #009CDA;
  top: 6px;
}
.material-icons.remove-field-button {
  color: #E5352C;
  top: 6px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.btn {
  border-radius: 0;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
}
.btn.btn-default {
  border: 1px solid #979797;
  color: #026596;
  display: inline-block;
  padding: 0 22px;
  transition: all 0.2s ease;
}
.btn.btn-default:focus, .btn.btn-default:hover {
  background: #026596;
  color: #FFFFFF;
}
.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0;
  outline-offset: 2px;
  outline-color: #C15701;
  outline-style: dotted;
  outline-width: 3px;
}
body.pink .btn.focus, body.pink .btn:focus {
  outline-color: #FFFFFF;
}

.frame-type-menu_pages {
  margin: 35px 0;
  text-align: center;
}

.frame-ruler-after::after {
  border-bottom: 1px solid #C0E6F5;
  margin: 20px 0;
}

.frame.card {
  box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease;
  padding: 30px;
}
.frame.card.no-padding {
  padding: 0;
}
.frame.card.no-padding .ce-textpic {
  padding: 30px;
}
.frame.card.no-padding .ce-textpic:last-of-type {
  padding-bottom: 0;
}

main.activity .content .sidebar .frame[class*=frame-layout-] {
  margin-bottom: 1em;
}
main.activity .content .sidebar .frame[class*=frame-layout-] * {
  color: #FFFFFF;
}
main.activity .content .sidebar .frame[class*=frame-layout-] a {
  background: transparent;
  color: #FFFFFF !important;
  font-size: 1em;
  text-decoration: underline;
  text-transform: initial;
}
main.activity .content .sidebar .frame[class*=frame-layout-] a:hover {
  text-decoration: none;
}
main.activity .content .sidebar .frame.frame-layout-blue {
  background-color: #026596 !important;
}
main.activity .content .sidebar .frame.frame-layout-magenta {
  background-color: #CF2D7A !important;
}
main.activity .content .sidebar .frame.frame-layout-yellow {
  background-color: #FED102 !important;
  color: #333333 !important;
}
main.activity .content .sidebar .frame.frame-layout-yellow *,
main.activity .content .sidebar .frame.frame-layout-yellow a {
  color: #333333 !important;
}
main.activity .content .sidebar .frame.frame-layout-orange {
  background-color: #EF6E04 !important;
}
main.activity .content .sidebar .frame.frame-layout-red {
  background-color: #E5352C !important;
}
main.activity .content .sidebar .frame.frame-layout-purple {
  background-color: #79003A !important;
}
main.activity .content .sidebar .frame.frame-layout-0 {
  margin: 0;
}

.frame.centered {
  text-align: center;
  margin-bottom: 2em;
}
.frame.centered h2 {
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
}

.frame.info {
  background: #E4EBED;
  margin-bottom: 60px;
  padding: 30px;
}
.frame.info h2 {
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  font-size: 1.563rem;
}
.frame.info p:last-of-type {
  margin: 0;
}

.content .alert {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding: 10px;
}
.content .alert.alert-primary {
  background-color: #C0E6F5;
}
.content .alert li {
  line-height: 1.25em;
}

.extbase-debugger {
  overflow: visible !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.uploads {
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}
ul.uploads li {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0;
  list-style-type: none;
}
ul.uploads li::before {
  content: "";
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: var(--transition);
  mask-image: url("../Icons/angle-right.svg");
  background-color: #79003A;
  mask-position: left center;
  mask-size: 6px;
  height: 23px;
  width: 17px;
  top: 0.3rem;
  flex: 0 0 17px;
}
ul.uploads a {
  font-family: "TradeGothicW01-Cn18", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  hyphens: auto;
  text-decoration: none;
}
ul.uploads a.pdf-link::before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  background-color: #79003A;
  background-position: center;
  background-repeat: no-repeat;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: var(--transition);
  mask-image: url("../Icons/download.svg");
  order: 9;
}

#alert .frame {
  background: #CF2D7A;
  color: #FFFFFF;
  margin: 1em auto;
  padding: 1em 2em;
  width: 100%;
}
#alert .frame a {
  color: #FFFFFF;
  text-decoration: underline;
}
#alert .frame p:last-of-type {
  margin: 0;
}

.assistive {
  background: #FFFFFF;
  color: #000000;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  position: absolute;
  z-index: -1;
}

.hidden {
  display: none;
}

@media (max-width: 1199px) {
  .frame-ruler-after::after {
    margin: 10px 0;
  }
  .frame.card {
    margin-bottom: 20px;
  }
}
.float-right {
  display: inline-flex;
  float: right;
  margin-left: auto;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

p.lead {
  font-size: 1.2em;
}

.btn {
  color: #026596;
}

.cta-button-tel {
  background-color: #026596;
  color: #FFFFFF;
  display: inline-block;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  padding-left: 75px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cta-button-tel::before {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: #009CDA;
  background-size: 30px;
  height: 54px;
  width: 54px;
}
.cta-button-tel:focus, .cta-button-tel:hover {
  background-color: #083C63;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .cta-button-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.1em;
    width: 100%;
  }
  .cta-button-tel span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
  }
  .cta-button-tel::before {
    height: 100%;
  }
}
.cta-button-tel::before {
  background-image: url("../Icons/phone-white.svg");
}

.cta-button-mail {
  background-color: #026596;
  color: #FFFFFF;
  display: inline-block;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  padding-left: 75px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cta-button-mail::before {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: #009CDA;
  background-size: 30px;
  height: 54px;
  width: 54px;
}
.cta-button-mail:focus, .cta-button-mail:hover {
  background-color: #083C63;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .cta-button-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.1em;
    width: 100%;
  }
  .cta-button-mail span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
  }
  .cta-button-mail::before {
    height: 100%;
  }
}
.cta-button-mail::before {
  background-image: url("../Icons/mail-white.svg");
}

.cta-button-www {
  background-color: #026596;
  color: #FFFFFF;
  display: inline-block;
  font-family: "TradeGothicW01-BoldCn20", Arial, Helvetica, sans-serif;
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  padding-left: 75px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cta-button-www::before {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: #009CDA;
  background-size: 30px;
  height: 54px;
  width: 54px;
}
.cta-button-www:focus, .cta-button-www:hover {
  background-color: #083C63;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .cta-button-www {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.1em;
    width: 100%;
  }
  .cta-button-www span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
  }
  .cta-button-www::before {
    height: 100%;
  }
}
.cta-button-www::before {
  background-image: url("../Icons/external-link-white.svg");
}

/*# sourceMappingURL=rte.css.map */
