@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";

/* src/styles.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
*,
*:after,
*:before {
  outline: none;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
blockquote,
q {
  quotes: none;
  background: #EBEBEB;
  color: #4F4F4F;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  padding: 30px 10px 30px 50px;
  border-left: 5px solid #00B2DD;
  margin-bottom: 15px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}
body {
  background: #FFF;
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
  color: #4f4f4f;
}
@media only screen and (max-width: 560px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 5px 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
h1 {
  font-size: 49px;
  line-height: 53px;
}
h2 {
  font-size: 47px;
  line-height: 51px;
}
h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #646362;
  margin: 0 0 30px 0;
}
h4 {
  font-size: 36px;
  line-height: 39px;
  color: white;
  font-weight: 300;
  margin: 0 0 30px 0;
}
h6 {
  font-size: 20px;
  line-height: 24px;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
}
img.alignright {
  margin: 0 0 15px 15px;
}
a {
  color: #1a6fc4;
  word-wrap: break-word;
}
a:hover {
  color: #0d4f8a;
}
img {
  max-width: 100%;
  height: auto;
}
div.wp-caption {
  max-width: 100%;
  padding: 3px;
  border: 1px solid #DCDCDC;
  margin-bottom: 15px;
}
div.wp-caption p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
input,
select,
textarea {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
input[type=text],
textarea,
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type=submit] {
  cursor: pointer;
}
.flex-column {
  flex-direction: column;
}
.grid-flex {
  display: -ms-flexbox;
  display: flex;
}
.grid-center,
.grid-full-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-full-center {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.grid-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-2 {
  width: 50%;
}
.grid-3 {
  width: 33.33%;
}
.grid-align-right {
  margin-left: auto;
}
body,
* {
  font-family:
    "Inter",
    "Helvetica Neue",
    Arial,
    sans-serif;
}
body {
  background: #f4f3f0;
}
.global-no-results {
  text-align: center;
  font-size: 20px !important;
  line-height: 26px !important;
  display: block;
  width: 100%;
  padding: 90px 20px 20px;
  margin-top: 50px;
  position: relative;
}
.global-no-results:after {
  content: "";
  background: url("./media/icon-no-results.svg") no-repeat center center/100%;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.helper-margin-auto {
  margin: auto;
}
.helper-relative {
  height: 100%;
  position: relative;
}
.text-highlight {
  color: #1a2e4a !important;
  font-weight: 700;
  background: rgba(26, 111, 196, 0.1);
  border-radius: 2px;
  padding: 0 2px;
}
.helper-toggle-menu {
  display: block;
  position: relative;
  width: 35px;
  height: 19px;
  cursor: pointer;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
}
.helper-toggle-menu span {
  padding: 0;
}
.helper-toggle-menu:after,
.helper-toggle-menu span:after,
.helper-toggle-menu span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #8f1b3a;
  transition: all 0.3s;
}
.helper-toggle-menu:after {
  bottom: 0;
  margin: auto;
}
.helper-toggle-menu span {
  display: block;
}
.helper-toggle-menu span:after {
  transform: translate3d(0, -9px, 0);
}
.helper-toggle-menu span:before {
  transform: translate3d(0, 9px, 0);
}
@media only screen and (max-width: 1100px) {
  .helper-toggle-menu {
    opacity: 1;
    pointer-events: all;
  }
}
.component-main-navigation-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 10;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  display: none;
}
.helper-color-red {
  color: #8f1b3a;
}
@media only screen and (max-width: 1100px) {
  body.menu-hidden .component-left-view {
    transform: translate3d(0, 0, 0);
  }
  body.menu-hidden .component-main-navigation-overlay {
    display: block;
    animation: opacity-1 0.3s 1 ease-in-out 0.1s;
    animation-fill-mode: forwards;
  }
}
body.top-search-visible .helper-toggle-menu {
  opacity: 1;
  pointer-events: all;
}
body.top-search-visible .component-search.component-search--compact {
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  pointer-events: none;
}
body.top-search-visible .component-search {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
@keyframes opacity-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.results-as-list .component-cards {
  grid-template-columns: 1fr !important;
}
.results-as-list .component-card__desc {
  -webkit-line-clamp: 2 !important;
}
.helper-simple-link {
  display: block;
  color: #1a6fc4;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 600;
  padding: 25px 20px;
  transition: all 0.25s;
}
.helper-simple-link:hover {
  background-color: #1a6fc4;
  color: white;
}
.helper-simple-link--highlight {
  color: #1a6fc4;
  font-weight: 700;
}
.helper-simple-link--highlight:hover {
  background-color: #1a6fc4;
  color: white;
}
body.helper-full-width-content .component-left-view {
  display: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.helper-generic-button {
  background: #1a2e4a;
  color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  cursor: pointer;
}
.component-faq-standalone__single-content iframe {
  width: 100%;
}
.component-post-view__content iframe {
  width: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
