@charset "UTF-8";
.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

body {
  background-color: #FFF;
  font-family: "europa", sans-serif;
  color: #2A2B3D;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth !important;
}

main {
  width: 100%;
  padding-top: 85px;
}
@media only screen and (max-width: 720px) {
  main {
    padding-top: 64px;
  }
}
main.hero-slider-exist {
  padding: 0;
}
main.header-transparent {
  padding-top: 0;
}

h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #171A5C;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}

h2, h2 a {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #171A5C;
}

h3, h3 a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #171A5C;
}

p {
  font-size: 1.125rem;
  color: #2A2B3D;
  line-height: 1.5rem;
}

h2 + p, h3 + p {
  margin-top: 0;
}

.link-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb-wrapper {
  margin-bottom: 35px;
}
.breadcrumb-wrapper .breadcrumb {
  padding-left: 0;
  display: flex;
  margin-bottom: 1rem;
  list-style: none;
  align-items: flex-start;
}
.breadcrumb-wrapper .breadcrumb a,
.breadcrumb-wrapper .breadcrumb span {
  color: #6B7280;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.breadcrumb-wrapper .breadcrumb span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
@media only screen and (max-width: 720px) {
  .breadcrumb-wrapper .breadcrumb span {
    max-width: 200px;
  }
}
@media only screen and (max-width: 375px) {
  .breadcrumb-wrapper .breadcrumb span {
    max-width: 150px;
  }
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  list-style: none;
  display: flex;
  align-items: center;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item::before {
  display: none;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDUgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjA0IDYuNzg1TDQuNzg1IDEwLjMyNUwyLjA0IDEzLjg2NUwwLjgxIDEyLjkyTDIuODggMTAuMzI1TDAuODEgNy43M0wyLjA0IDYuNzg1WiIgZmlsbD0iI0Q1RDVEQyIvPgo8L3N2Zz4K);
  width: 6px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-position: center;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-right: 5px;
}

@media screen and (max-device-width: 375px) {
  .page-title {
    font-size: 2.25rem;
    ine-height: 2.5rem;
  }
}

.paragraph ol,
.paragraph ul {
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
}
.paragraph ol li,
.paragraph ul li {
  list-style-type: disc;
  color: #2A2B3D;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #2A2B3D;
  line-height: 1.5rem;
}

::marker {
  color: #6EB4CD;
}

blockquote > h1, blockquote > h2, blockquote > h3, blockquote > h4, blockquote > h5, blockquote > h6, blockquote > a, blockquote > p, blockquote > span {
  color: #6EB4CD;
  font-weight: bold;
}
blockquote > h1:before, blockquote > h2:before, blockquote > h3:before, blockquote > h4:before, blockquote > h5:before, blockquote > h6:before, blockquote > a:before, blockquote > p:before, blockquote > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 85px;
  height: 95px;
  background: url("/themes/custom/ag/images/blockquote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

blockquote {
  position: relative;
  margin: 40px 0;
}
blockquote p {
  color: #6EB4CD;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
blockquote a,
blockquote span {
  color: #6EB4CD;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
blockquote p {
  padding-left: 12%;
}
blockquote p:before {
  top: 15px;
  width: 60px;
  height: 50px;
}
blockquote h1 {
  padding-left: 20%;
  margin-top: 0 !important;
}
blockquote h1:before {
  top: 10px;
  width: 115px;
}
blockquote h2 {
  padding-left: 20%;
}
blockquote h2:before {
  top: 38px;
  width: 120px;
}
blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  font-size: 1.5rem;
}
blockquote h3 {
  padding-left: 12%;
}
blockquote h3:before {
  top: 4px;
  width: 60px;
  height: 50px;
}
blockquote h4 {
  padding-left: 12%;
}
blockquote h4:before {
  top: 4px;
  width: 60px;
  height: 50px;
}
blockquote h5 {
  padding-left: 12%;
}
blockquote h5:before {
  top: 4px;
  width: 60px;
  height: 50px;
}
blockquote h6 {
  padding-left: 12%;
}
blockquote h6:before {
  top: 4px;
  width: 60px;
  height: 50px;
}
blockquote p {
  padding-left: 12%;
  display: inline-block;
}
blockquote a, blockquote span {
  padding-left: 15%;
}
blockquote a:before, blockquote span:before {
  top: 8px;
  width: 85px;
}
@media only screen and (max-width: 720px) {
  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote a, blockquote p, blockquote span {
    padding-top: 60px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  blockquote h1:before, blockquote h2:before, blockquote h3:before, blockquote h4:before, blockquote h5:before, blockquote h6:before, blockquote a:before, blockquote p:before, blockquote span:before {
    left: inherit;
    top: 0;
    width: 60px;
    height: 50px;
  }
  blockquote a,
blockquote span {
    margin: 15px 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote a, blockquote span, blockquote p {
    padding-left: 0;
  }
}

a[data-entity-type=file] {
  font-size: 1rem;
  line-height: normal;
  left: 34px;
}
a[data-entity-type=file]:after {
  content: "";
  position: absolute;
  left: -34px;
  width: 24px;
  height: 24px;
  background: url("/themes/custom/ag/images/pdf.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

figure {
  margin: 0;
  position: relative;
  margin: 15px 0;
}
figure img {
  display: block;
}
figure figcaption {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: bold;
  padding: 8px 12px;
  background: #171A5C;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
@media only screen and (max-width: 720px) {
  figure figcaption {
    bottom: -15px;
    left: 0;
  }
}

.pager__items {
  display: flex;
  padding-left: 0 !important;
  list-style: none;
  padding: 30px 0;
}
.pager__items .pager__item {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.pager__items .pager__item i {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.pager__items .pager__item a {
  margin: 10px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6) !important;
  transition: none;
  border-bottom: 4px solid transparent;
}
.pager__items .pager__item a:before {
  display: none;
}
.pager__items .pager__item.is-active.pager__item--next a, .pager__items .pager__item.is-active.pager__item--previous a, .pager__items .pager__item:hover.pager__item--next a, .pager__items .pager__item:hover.pager__item--previous a {
  border-bottom: 4px solid transparent;
}
.pager__items .pager__item.is-active a, .pager__items .pager__item:hover a {
  color: #171A5C !important;
  border-bottom: 4px solid #171A5C;
}
.pager__items .pager__item.is-active i, .pager__items .pager__item:hover i {
  color: #171A5C !important;
}

.file {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.file a {
  color: #171A5C;
  display: inline-block;
  padding-left: 0;
  z-index: 1;
  margin-left: 10px;
}

.hero-banner img, .hero-banner video {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 140px), calc(100% - 140px) 100%, 0 100%, 0 100%);
}
@media only screen and (max-width: 1281px) {
  .hero-banner img, .hero-banner video {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 105px), calc(100% - 105px) 100%, 0 100%, 0 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .hero-banner img, .hero-banner video {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 100%);
  }
}
@media only screen and (max-width: 720px) {
  .hero-banner img, .hero-banner video {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 100%);
  }
}
.hero-banner video {
  height: 100%;
  aspect-ratio: 1920/560;
  object-fit: cover;
}

.container-break, .paragraph--type--prg-text img {
  height: auto;
  max-width: 100%;
}

.align-left {
  margin-right: 24px;
  margin-bottom: 20px;
}

.align-right {
  margin-left: 24px;
  margin-bottom: 20px;
}

.container-break, .paragraph--type--prg-text picture img {
  width: 100%;
  height: auto;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}

.category a, .category span, .scrolled-title-container a, .scrolled-title-container span {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  padding: 0 12px !important;
  background: #F5EFE5;
  color: #171A5C;
  display: inline-block;
  padding-left: 0;
  z-index: 1;
  font-weight: bold;
  border-radius: 99px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.category a:before, .category span:before, .scrolled-title-container a:before, .scrolled-title-container span:before {
  display: none;
}

.scrolled-title-container {
  margin-bottom: 50px;
}

.cta-link {
  color: #171A5C;
  display: inline-block;
  padding-left: 0;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.25s !important;
  transition: all 0.25s !important;
}
.cta-link:after {
  font-family: "custom_icon";
  content: "";
  font-size: 0.875rem;
  padding-left: 10px;
}
.cta-link:hover {
  padding-left: 10px !important;
}

.paragraph a:not(.btn, .task-menu li a, .breadcrumb-item a), div[role=article] a:not(.btn, .task-menu li a, .breadcrumb-item a), .sidebar a:not(.btn, .task-menu li a, .breadcrumb-item a), .main-content:not(.task-menu li a, .breadcrumb-item a) a:not(.btn, .task-menu li a, .breadcrumb-item a) {
  text-decoration: underline;
  text-decoration-color: #DBECF2 !important;
  text-decoration-thickness: 7px !important;
  text-decoration-skip-ink: none;
  text-emphasis-position: initial;
  text-underline-offset: -0.2rem;
  color: #171A5C;
  display: inline-block;
  padding-left: 0;
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .paragraph a:not(.btn, .task-menu li a, .breadcrumb-item a), div[role=article] a:not(.btn, .task-menu li a, .breadcrumb-item a), .sidebar a:not(.btn, .task-menu li a, .breadcrumb-item a), .main-content:not(.task-menu li a, .breadcrumb-item a) a:not(.btn, .task-menu li a, .breadcrumb-item a) {
    overflow-wrap: anywhere;
  }
}

input.hs-button.primary.large {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  outline: none;
  height: 40px;
  min-height: auto;
  max-width: fit-content;
  min-height: auto;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  background: #171A5C;
  color: #DBECF2;
  width: auto;
  border: 2px solid transparent;
  margin: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
}
input.hs-button.primary.large.btn-yellow {
  color: #DEFF00;
}
input.hs-button.primary.large:hover, input.hs-button.primary.large:focus {
  border: 2px solid #DBECF2;
  color: #DBECF2;
}
input.hs-button.primary.large.yellow {
  background: #DBECF2;
  color: #171A5C;
}
input.hs-button.primary.large.yellow:hover, input.hs-button.primary.large.yellow:focus {
  border: 2px solid #171A5C;
  color: #171A5C;
}

:not(.cision-widget) .btn, :not(.cision-widget) .form-submit:not(.js-hide), :not(.cision-widget) .input.hs-button.primary.large {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  outline: none;
  height: 40px;
  min-height: auto;
  max-width: fit-content;
  min-height: auto;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  background: #171A5C;
  color: #DBECF2;
  width: auto;
  border: 2px solid transparent;
  margin: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
}
:not(.cision-widget) .btn.btn-yellow, :not(.cision-widget) .form-submit:not(.js-hide).btn-yellow, :not(.cision-widget) .input.hs-button.primary.large.btn-yellow {
  color: #DEFF00;
}
:not(.cision-widget) .btn:hover, :not(.cision-widget) .btn:focus, :not(.cision-widget) .form-submit:not(.js-hide):hover, :not(.cision-widget) .form-submit:not(.js-hide):focus, :not(.cision-widget) .input.hs-button.primary.large:hover, :not(.cision-widget) .input.hs-button.primary.large:focus {
  border: 2px solid #DBECF2;
  color: #DBECF2;
}
:not(.cision-widget) .btn.yellow, :not(.cision-widget) .form-submit:not(.js-hide).yellow, :not(.cision-widget) .input.hs-button.primary.large.yellow {
  background: #DBECF2;
  color: #171A5C;
}
:not(.cision-widget) .btn.yellow:hover, :not(.cision-widget) .btn.yellow:focus, :not(.cision-widget) .form-submit:not(.js-hide).yellow:hover, :not(.cision-widget) .form-submit:not(.js-hide).yellow:focus, :not(.cision-widget) .input.hs-button.primary.large.yellow:hover, :not(.cision-widget) .input.hs-button.primary.large.yellow:focus {
  border: 2px solid #171A5C;
  color: #171A5C;
}
:not(.cision-widget) .btn.form-submit:not(.js-hide), :not(.cision-widget) .form-submit:not(.js-hide).form-submit:not(.js-hide), :not(.cision-widget) .input.hs-button.primary.large.form-submit:not(.js-hide) {
  margin: 0;
  display: inline-block;
  width: inherit;
  float: right;
}
@media only screen and (max-width: 720px) {
  :not(.cision-widget) .btn.form-submit:not(.js-hide), :not(.cision-widget) .form-submit:not(.js-hide).form-submit:not(.js-hide), :not(.cision-widget) .input.hs-button.primary.large.form-submit:not(.js-hide) {
    float: inherit;
  }
}
:not(.cision-widget) .btn.btn-pills, :not(.cision-widget) .form-submit:not(.js-hide).btn-pills, :not(.cision-widget) .input.hs-button.primary.large.btn-pills {
  border-radius: 30px;
}
:not(.cision-widget) .btn.btn-primary, :not(.cision-widget) .form-submit:not(.js-hide).btn-primary, :not(.cision-widget) .input.hs-button.primary.large.btn-primary {
  background-color: #2f55d4;
  border: 1px solid #2f55d4;
  color: #fff;
}
:not(.cision-widget) .btn.btn-primary:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-primary:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-primary:hover {
  background-color: #2443ac;
}
:not(.cision-widget) .btn.btn-secondary, :not(.cision-widget) .form-submit:not(.js-hide).btn-secondary, :not(.cision-widget) .input.hs-button.primary.large.btn-secondary {
  background-color: #5a6d90;
  border: 1px solid #5a6d90;
  color: #fff;
}
:not(.cision-widget) .btn.btn-secondary:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-secondary:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-secondary:hover {
  background-color: #465571;
}
:not(.cision-widget) .btn.btn-success, :not(.cision-widget) .form-submit:not(.js-hide).btn-success, :not(.cision-widget) .input.hs-button.primary.large.btn-success {
  background-color: #2eca8b;
  border: 1px solid #2eca8b;
  color: #fff;
}
:not(.cision-widget) .btn.btn-success:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-success:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-success:hover {
  background-color: #25a06e;
}
:not(.cision-widget) .btn.btn-danger, :not(.cision-widget) .form-submit:not(.js-hide).btn-danger, :not(.cision-widget) .input.hs-button.primary.large.btn-danger {
  background-color: #e43f52;
  border: 1px solid #e43f52;
  color: #fff;
}
:not(.cision-widget) .btn.btn-danger:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-danger:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-danger:hover {
  background-color: #d21e32;
}
:not(.cision-widget) .btn.btn-info, :not(.cision-widget) .form-submit:not(.js-hide).btn-info, :not(.cision-widget) .input.hs-button.primary.large.btn-info {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff;
}
:not(.cision-widget) .btn.btn-info:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-info:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-info:hover {
  background-color: #117a8b;
}
:not(.cision-widget) .btn.btn-warning, :not(.cision-widget) .form-submit:not(.js-hide).btn-warning, :not(.cision-widget) .input.hs-button.primary.large.btn-warning {
  background-color: #f17425;
  border: 1px solid #f17425;
  color: #fff;
}
:not(.cision-widget) .btn.btn-warning:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-warning:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-warning:hover {
  background-color: #d55b0e;
}
:not(.cision-widget) .btn.btn-light, :not(.cision-widget) .form-submit:not(.js-hide).btn-light, :not(.cision-widget) .input.hs-button.primary.large.btn-light {
  background-color: #f8f9fc;
  border: 1px solid #f8f9fc;
  color: #000;
}
:not(.cision-widget) .btn.btn-light:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-light:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-light:hover {
  background-color: #d4daed;
}
:not(.cision-widget) .btn.btn-dark, :not(.cision-widget) .form-submit:not(.js-hide).btn-dark, :not(.cision-widget) .input.hs-button.primary.large.btn-dark {
  background-color: #3c4858;
  border: 1px solid #3c4858;
  color: #fff;
}
:not(.cision-widget) .btn.btn-dark:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-dark:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-dark:hover {
  background-color: #272f3a;
}
:not(.cision-widget) .btn.btn-outline, :not(.cision-widget) .form-submit:not(.js-hide).btn-outline, :not(.cision-widget) .input.hs-button.primary.large.btn-outline {
  background-color: transparent;
  color: #000;
}
:not(.cision-widget) .btn.btn-outline:hover, :not(.cision-widget) .form-submit:not(.js-hide).btn-outline:hover, :not(.cision-widget) .input.hs-button.primary.large.btn-outline:hover {
  color: #fff;
}

.hs-form p {
  font-size: 0.875rem !important;
  margin: 0 0 10px 0;
}
.hs-form textarea {
  height: auto !important;
}
.hs-form .inputs-list {
  padding: 0;
}
.hs-form .inputs-list .hs-form-booleancheckbox {
  display: flex;
  margin-top: 10px;
}
.hs-form .inputs-list .hs-form-booleancheckbox label {
  display: flex;
  padding: 0;
}
.hs-form .inputs-list .hs-form-booleancheckbox label input {
  width: 20px;
  height: 20px;
  margin: 2px 0 15px 0;
}
.hs-form .inputs-list .hs-form-booleancheckbox label input::before {
  display: none;
}
.hs-form .inputs-list .hs-form-booleancheckbox label input:after {
  display: none;
}
.hs-form .inputs-list .hs-form-booleancheckbox label span {
  font-size: 0.875rem;
  margin-left: 12px;
}
.hs-form .inputs-list:after {
  display: none;
}
.hs-form .inputs-list.hs-error-msgs {
  list-style: none;
}
.hs-form .inputs-list.hs-error-msgs li {
  font-size: 0.875rem;
  color: #e43f52;
  padding: 0;
}
.hs-form .inputs-list.hs-error-msgs li::marker {
  color: transparent;
}
.hs-form input, .hs-form select, .hs-form textarea {
  margin-bottom: 0px;
  line-height: 32px;
}
.hs-form .hs-form-field {
  line-height: 12px;
}
.hs-form select {
  padding: 0px 0px 0px 15px;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "custom_icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lang:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus1:before {
  content: "";
}

.icon-minus1:before {
  content: "";
}

.icon-add-outline:before {
  content: "";
}

.icon-arrow-thin-down:before {
  content: "";
}

.icon-arrow-thin-left:before {
  content: "";
}

.icon-arrow-thin-right:before {
  content: "";
}

.icon-arrow-thin-up:before {
  content: "";
}

.icon-checkmark-outline:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-cheveron-down:before {
  content: "";
}

.icon-cheveron-left:before {
  content: "";
}

.icon-cheveron-outline-down:before {
  content: "";
}

.icon-cheveron-outline-left:before {
  content: "";
}

.icon-cheveron-outline-right:before {
  content: "";
}

.icon-cheveron-outline-up:before {
  content: "";
}

.icon-cheveron-right:before {
  content: "";
}

.icon-cheveron-up:before {
  content: "";
}

.icon-close-outline:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-dots-horizontal-triple:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-minus-outline:before {
  content: "";
}

.icon-navigation-more:before {
  content: "";
}

.icon-play-outline:before {
  content: "";
}

.icon-screen-full:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-user-solid-circle:before {
  content: "";
}

.icon-view-list:before {
  content: "";
}

.icon-view-tile:before {
  content: "";
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: auto;
}
@media (min-width: 375px) {
  .container {
    max-width: auto;
  }
}
@media (min-width: 720px) {
  .container {
    max-width: auto;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: auto;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1281px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 375px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 720px) {
  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-table-row {
    display: table-row;
  }

  .d-lg-table-cell {
    display: table-cell;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1281px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-inline {
    display: inline;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-table-row {
    display: table-row;
  }

  .d-xl-table-cell {
    display: table-cell;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }
}
form:not(#views-exposed-form-private-content-block-1) {
  margin-bottom: 100px;
}

form#views-exposed-form-private-content-block-1 .js-form-item-country select {
  min-height: auto !important;
}
form#views-exposed-form-private-content-block-1 .form-wrapper input {
  height: 43px;
}

.form-text,
.form-date,
.form-time,
.form-email,
.form-number {
  outline: none;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-text,
.form-date,
.form-time,
.form-email,
.form-number {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-number::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-number:focus {
  color: #495057;
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-number::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-number:disabled,
.form-number[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F5EFE5;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-textarea {
    transition: none;
  }
}
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-textarea:focus {
  color: #495057;
  outline: 0;
}
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-textarea:disabled, .form-textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text {
  display: block;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: #6c757d;
}

.input-container, .form-item {
  position: relative;
}

label.form-check-label {
  display: inline;
}

input[type=checkbox] {
  width: 10px;
  height: 10px;
  min-height: inherit;
  margin: 15px 0 15px 0;
  position: relative;
  cursor: pointer;
  outline: 0;
}

input[type=checkbox] + label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 30px;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 2px solid #D5D5DC;
  border-radius: 2px;
  background-color: white;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 1px solid #171A5C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  left: 2px;
  color: #171A5C;
  position: relative;
}

input[type=checkbox]:checked + label {
  color: #171A5C;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  border: 1px solid transparent;
  outline: none;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  background: #F5EFE5;
  color: #171A5C;
  border-radius: 2px;
}
input[type=text]:not(.form-textarea), input[type=password]:not(.form-textarea), input[type=email]:not(.form-textarea), input[type=tel]:not(.form-textarea), textarea:not(.form-textarea) {
  height: 40px;
}
input[type=text]:not(.form-textarea) + label, input[type=password]:not(.form-textarea) + label, input[type=email]:not(.form-textarea) + label, input[type=tel]:not(.form-textarea) + label, textarea:not(.form-textarea) + label {
  height: 40px;
}
input[type=text] + label, input[type=password] + label, input[type=email] + label, input[type=tel] + label, textarea + label {
  top: 0;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.125rem;
  cursor: text;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}
input[type=text]:focus::placeholder, input[type=password]:focus::placeholder, input[type=email]:focus::placeholder, input[type=tel]:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
  transition: color 0.3s ease-in-out;
}

input, select, label, textarea {
  width: 100%;
  min-height: auto;
  padding: 10px;
}

input, select, textarea {
  margin-bottom: 24px;
  border-radius: 2px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* Interation */
input[type=text].freeze, input[type=text]:focus,
input[type=password].freeze, input[type=password]:focus,
input[type=email].freeze, input[type=email]:focus,
input[type=tel].freeze, input[type=tel]:focus,
textarea.freeze, textarea:focus {
  padding-top: 5px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 2px solid #ECDFCB;
}

input[type=text].freeze + label, input[type=text]:focus + label,
input[type=password].freeze + label, input[type=password]:focus + label,
input[type=email].freeze + label, input[type=email]:focus + label,
input[type=tel].freeze + label, input[type=tel]:focus + label,
textarea.freeze + label, textarea:focus + label {
  color: rgba(0, 0, 0, 0.6);
  top: -15px;
  pointer-events: none;
}

select {
  padding: 0px 0px 0px 10px;
  height: 40px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  background: #F5EFE5;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/themes/custom/ag/images/select-arrows.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  min-width: 250px;
}

.container-inline {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .container-inline {
    display: block;
  }
}
.container-inline:not(.no-margin) > div {
  margin: 0 12px;
  max-width: calc(50% - 12px);
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .container-inline:not(.no-margin) > div {
    max-width: inherit;
    margin: inherit;
  }
}
.container-inline:not(.no-margin) > div:first-child {
  margin-left: 0;
}
.container-inline:not(.no-margin) > div:last-child {
  margin-right: 0;
}

.field--type-file {
  display: inline-block;
}
.field--type-file .description {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 15px 0;
}

.form-managed-file {
  height: 40px;
  position: relative;
  width: 80px;
  display: inline-block;
  z-index: 99;
  cursor: pointer;
}
.form-managed-file:hover:before {
  background: #ECDFCB;
}
.form-managed-file + label {
  display: none;
}
.form-managed-file:before {
  content: "Välj fil";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  background: #F5EFE5;
  color: #171A5C;
  font-weight: 700;
  z-index: 25;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 15px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 2px;
  border: 2px solid #ECDFCB;
  margin-left: 0;
}
.form-managed-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  min-height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 80px;
}
.form-managed-file .file {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50px;
  width: 320px;
}

.bef-checkboxes .js-form-type-checkbox {
  display: inline-flex;
  align-items: baseline;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-file:valid ~ .valid-feedback,
.was-validated .form-file:valid ~ .valid-tooltip, .form-file.is-valid ~ .valid-feedback,
.form-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-file:invalid ~ .invalid-feedback,
.was-validated .form-file:invalid ~ .invalid-tooltip, .form-file.is-invalid ~ .invalid-feedback,
.form-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

fieldset.webform-composite-hidden-title {
  margin: 0 !important;
}

@media only screen and (max-width: 1281px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
  }
}
table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table tbody:first-child {
  display: table-header-group !important;
}
table tbody:first-child td {
  font-weight: bold;
}
table tbody:not(:first-child) {
  display: table-row-group;
}
table tbody:not(:first-child) td {
  font-weight: inherit;
  background: white;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 375px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 720px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1024px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1281px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

/*Table*/
table th {
  text-align: left;
  background: #DBECF2;
  border: 1px solid #dee2e6;
}
table tbody td {
  background: #fff;
  border: 1px solid #dee2e6;
}
table tbody tr:first-child td {
  background: #DBECF2;
}
table thead + tbody tr:first-child td {
  background: none;
}

.cision-widget thead + tbody tr:first-child td, .cision-widget tbody tr:first-child td {
  background: none;
}

.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

footer {
  background-color: #171A5C;
  min-height: 750px;
  position: relative;
}
footer a {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  footer {
    margin-top: 150px;
  }
}
footer .footer-wrapper {
  content: "";
  background: url("/themes/custom/ag/images/footer-image.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 1281px) {
  footer .footer-wrapper {
    background: url("/themes/custom/ag/images/footer-image-xl.svg");
    background-repeat: no-repeat;
    background-position-x: left;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-wrapper {
    background: url("/themes/custom/ag/images/footer-image-mobile-bottom.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
  }
  footer .footer-wrapper:before {
    content: "";
    background: url("/themes/custom/ag/images/footer-image-mobile-top.svg");
    width: 128px;
    height: 128px;
    position: absolute;
    top: -128px;
    right: 0;
  }
}
footer .footer-content {
  padding-left: calc(150px + 10%);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1281px) {
  footer .footer-content {
    padding-left: calc(100px + 10%);
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 720px) {
  footer .footer-content {
    padding: 30px 15px;
  }
}
footer .footer-content a,
footer .footer-content p {
  color: #fff;
  font-weight: 400;
}
footer .footer-content a:hover,
footer .footer-content p:hover {
  color: #fff;
}
footer .footer-content .footer-top {
  display: flex;
  margin-top: 4rem;
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-top {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-content .footer-top {
    flex-direction: column;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1281px) {
  footer .footer-content .footer-top {
    margin-top: 1rem;
  }
}
footer .footer-content .footer-top > div {
  display: inline-block;
  vertical-align: middle;
  min-width: 30%;
}
footer .footer-content .footer-top a,
footer .footer-content .footer-top img {
  padding: 0 30px;
  display: flex;
  align-items: center;
}
footer .footer-content .footer-top a i,
footer .footer-content .footer-top img i {
  color: #6EB4CD;
  font-size: 1.4rem;
}
footer .footer-content .footer-top a:first-child,
footer .footer-content .footer-top img:first-child {
  padding-left: 0;
}
footer .footer-content .footer-top nav {
  width: 100%;
}
footer .footer-content .footer-top nav ul:not(.contextual-links) {
  list-style: none;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  footer .footer-content .footer-top nav ul:not(.contextual-links) {
    padding-top: 20px;
    justify-content: left;
  }
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-top nav ul:not(.contextual-links) {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-content .footer-top nav ul:not(.contextual-links) li {
  padding-left: 0px;
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-top nav ul:not(.contextual-links) li {
    padding: 10px 0;
  }
}
footer .footer-content .footer-top nav ul:not(.contextual-links) li a {
  font-family: "europa", sans-serif !important;
}
footer .footer-content .footer-top nav ul:not(.contextual-links) li a:before {
  font-family: "custom_icon";
  color: #6EB4CD;
  padding-right: 10px;
  font-size: 1.5rem;
}
footer .footer-content .footer-center {
  display: flex;
  margin-top: 3rem;
}
@media only screen and (max-width: 1281px) {
  footer .footer-content .footer-center {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-center {
    flex-direction: column;
    margin-top: 0;
  }
}
footer .footer-content .footer-center .footer-center-left {
  min-width: 30%;
}
@media only screen and (max-width: 1024px) {
  footer .footer-content .footer-center .footer-center-left {
    min-width: 50%;
  }
}
footer .footer-content .footer-center .footer-center-right {
  width: 100%;
}
footer .footer-content .footer-center .footer-center-right nav > ul {
  padding: 0;
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 500px) {
  footer .footer-content .footer-center .footer-center-right nav > ul {
    display: block;
  }
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-center .footer-center-right nav > ul {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
  }
}
footer .footer-content .footer-center .footer-center-right nav > ul > li {
  padding: 0 75px;
}
footer .footer-content .footer-center .footer-center-right nav > ul > li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  footer .footer-content .footer-center .footer-center-right nav > ul > li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-content .footer-center .footer-center-right nav > ul > li {
    padding: 0;
  }
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-center .footer-center-right nav > ul > li {
    padding-right: 50px;
  }
}
footer .footer-content .footer-center .footer-center-right nav > ul > li > a {
  font-size: 1.25rem;
  color: #6EB4CD;
  font-weight: bold;
}
footer .footer-content .footer-center .footer-center-right nav > ul > li a {
  padding: 10px 0;
  display: block;
}
footer .footer-content .footer-center .footer-center-right nav > ul ul {
  padding: 0;
  list-style: none;
}
footer .footer-content .footer-bottom {
  margin-top: 1rem;
}
footer .footer-content .footer-bottom .footer-bottom-wrapper {
  display: inline-block;
  width: 35%;
  float: right;
}
@media (min-width: 1281px) {
  footer .footer-content .footer-bottom .footer-bottom-wrapper {
    position: relative;
    top: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-content .footer-bottom .footer-bottom-wrapper {
    width: 40%;
  }
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-bottom .footer-bottom-wrapper {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
footer .footer-content .footer-bottom .footer-bottom-wrapper .footer-bottom-right {
  padding-right: 30px;
  text-align: left;
  padding-left: 20px;
}
@media only screen and (max-width: 720px) {
  footer .footer-content .footer-bottom .footer-bottom-wrapper .footer-bottom-right {
    padding-right: 0;
    padding-left: 0;
  }
}
footer .footer-content .footer-bottom .footer-bottom-wrapper .footer-bottom-right p {
  line-height: 40px;
}
footer .footer-content .footer-bottom .footer-bottom-wrapper .footer-bottom-left h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #6EB4CD;
  font-weight: normal;
}

.contact-message-footer-contact-form {
  width: 65%;
  display: inline-block;
  float: left;
  height: 0;
}
@media only screen and (max-width: 1024px) {
  .contact-message-footer-contact-form {
    width: 60%;
  }
}
@media only screen and (max-width: 720px) {
  .contact-message-footer-contact-form {
    display: block;
    width: 100%;
    height: auto;
  }
}
.contact-message-footer-contact-form h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #6EB4CD;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.contact-message-footer-contact-form form {
  margin: 0;
  display: flex;
  position: relative;
}
.contact-message-footer-contact-form form .field--type-email {
  width: 100%;
  margin-right: 20px;
}
.contact-message-footer-contact-form form .field--type-email .js-form-type-email input {
  min-height: auto;
}
.contact-message-footer-contact-form form .field--type-email .js-form-type-email input.freeze {
  padding-top: 5px;
}
.contact-message-footer-contact-form form .field--type-email .js-form-type-email input.freeze + label {
  top: -12px;
  color: transparent;
}
.contact-message-footer-contact-form form .field--type-email .js-form-type-email input:focus {
  padding-top: 5px;
}
.contact-message-footer-contact-form form .field--type-email .js-form-type-email label {
  min-height: auto;
}
.contact-message-footer-contact-form form .field--type-email .js-form-type-email :focus + label {
  top: 0;
  transition: color 0.3s ease-in-out;
  color: transparent !important;
}
.contact-message-footer-contact-form form .js-form-type-checkbox {
  position: absolute;
  left: 0;
  top: 75px;
}
.contact-message-footer-contact-form input[type=checkbox] + label {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding-left: 30px;
  margin-bottom: 0;
  display: inline;
}
.contact-message-footer-contact-form input[type=checkbox] {
  position: absolute;
  margin-top: 0.3rem;
  height: 30px;
  appearance: initial;
  -moz-appearance: initial;
  opacity: 0;
}
.contact-message-footer-contact-form input[type=checkbox]:focus + label:before {
  border-color: #6EB4CD;
}
.contact-message-footer-contact-form input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  left: 0;
  border: 2px solid #DEFF00;
  border-radius: 2px;
  background-color: #171A5C;
}
.contact-message-footer-contact-form input[type=checkbox]:checked + label:before {
  background-color: #DBECF2;
}
.contact-message-footer-contact-form input[type=checkbox]:checked + label:After {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: solid #171A5C;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 8px;
  color: #171A5C;
}
.contact-message-footer-contact-form .button.form-submit {
  background: #DBECF2;
  color: #171A5C;
}
.contact-message-footer-contact-form .button.form-submit:hover, .contact-message-footer-contact-form .button.form-submit:focus {
  color: #171A5C;
}

.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.page-404 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0px 150px 0px;
  position: relative;
}
@media only screen and (max-width: 720px) {
  .page-404 {
    padding: 50px 15px 15px 15px;
  }
  .page-404 h2 {
    text-align: center;
  }
  .page-404 img {
    width: 75%;
    height: auto;
  }
}
.page-404 .sidebar-image-404 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1281px) {
  .page-404 .sidebar-image-404 {
    display: none;
  }
}
.page-404 .header-image-404 {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media only screen and (max-width: 1281px) {
  .page-404 .header-image-404 {
    display: none;
  }
}

html[lang=en] .form-managed-file:before {
  content: "Choose File";
  width: 120px;
}
html[lang=en] .form-managed-file input {
  width: 120px;
}

@media only screen and (max-width: 1281px) and (min-width: 720px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1281px) and (max-width: 720px) {
  .container {
    padding: 0 16px;
  }
  .container [class*=col-] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.main-content .captcha {
  margin-top: 100px;
}

html.mega-menu-openned {
  margin: 0;
  height: 100%;
}

.content-sidebar-wrapper {
  margin-top: 2rem;
}

.sidebar {
  margin-top: 2rem;
}

.main-content {
  margin-top: 2rem !important;
  margin-bottom: 8rem !important;
}

.language-switcher-language-url em {
  font-style: normal;
}

.fit {
  display: inline-block;
  white-space: nowrap;
}
.fit.hero-text-1, .fit.hero-text-2 {
  line-height: 1.03;
}

.paragraph--type--prg-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.paragraph--type--prg-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.paragraph--type--prg-text h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.paragraph--type--prg-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.paragraph--type--prg-text h1, .paragraph--type--prg-text h2, .paragraph--type--prg-text h3, .paragraph--type--prg-text h4 {
  width: 100%;
}

iframe, video {
  width: 100%;
}

video {
  height: 100%;
}

.label-inline label {
  display: inline;
}

.mx-auto {
  margin: 0 auto;
}

.StickySidebar .cision-widget .mail .form-control {
  padding-top: 9px !important;
}

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