/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
:root {
  --black: #000;
  --white: #fff;
  --grey: #f5f7fa;
  --linegrey: #e1e0e1;
  --linedarkgrey: #b3b2b3;
  --textgrey: #585860;
  --textdarkgrey: #3a4148;
  --darkgrey: #d8e6ef;
  --darkergrey: #b1cbdd;
  --greyblue: #7e98b9;
  --blue: #003375;
  --lightblue: #025e83;
  --lightblue-old: #0281b4;
  --lightestorange: #feefe1;
  --lightorange: #f5a559;
  --orange: #F4871E;
  --lightyellow: #FFFBF1;
  --yellow: #FFBB2A;
  --green: #0A952A;
  --red: #b91d09;
  --red-light: #d93a26;
  --purple: #7B3BC8;
  --accessibility-bg: #00000001;
  --main-box-shadow: #e1e8f3;
}

.text--blue {
  color: var(--blue);
}
.text--lightblue {
  color: var(--lightblue);
}
.text--orange {
  color: var(--orange);
}
.text--lightgrey {
  color: var(--textgrey);
}
.text--green {
  color: var(--green);
}
.text--darkgrey {
  color: var(--textdarkgrey);
}
.text--purple {
  color: var(--purple);
}
.text--red {
  color: var(--red);
}

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
:root {
  --roboto: "Roboto", sans-serif;
  --condensed: "Roboto Condensed", sans-serif;
  --base-font: 18px;
  --text-bold: 700;
  --text-black: 800;
}

.font--robotoc {
  font-family: var(--condensed);
}

.text--72 {
  font-size: 4rem;
  line-height: 1.3;
}
.text--48 {
  font-size: 2.6666666667rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--48 {
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 960px) {
  .text--48 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .text--48 {
    font-size: 1.7777777778rem;
    line-height: 1.2;
  }
}
.text--36 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--36 {
    font-size: 1.8888888889rem;
  }
}
@media (max-width: 960px) {
  .text--36 {
    font-size: 1.7777777778rem;
    line-height: 1.25;
  }
}
@media (max-width: 700px) {
  .text--36 {
    font-size: 1.6666666667rem;
    line-height: 1.2;
  }
}
@media (max-width: 550px) {
  .text--36 {
    font-size: 1.5555555556rem;
    line-height: 1.15;
  }
}
.text--32 {
  font-size: 1.7777777778rem;
  line-height: 1.25;
}
@media (max-width: 1240px) {
  .text--32 {
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 960px) {
  .text--32 {
    font-size: 1.5555555556rem;
    line-height: 1.25;
  }
}
.text--30 {
  font-size: 1.6666666667rem;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .text--30 {
    font-size: 1.3333333333rem;
  }
}
.text--28 {
  font-size: 1.5555555556rem;
  line-height: 1.15;
}
@media (max-width: 960px) {
  .text--28 {
    font-size: 1.3333333333rem;
  }
}
.text--26 {
  font-size: 1.4444444444rem;
  line-height: 1.15;
}
@media (max-width: 1240px) {
  .text--26 {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 960px) {
  .text--26 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--26 {
    font-size: 1.1111111111rem;
  }
}
.text--24 {
  font-size: 1.3333333333rem;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .text--24 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--24 {
    font-size: 1.1111111111rem;
  }
}
.text--20 {
  font-size: 1.1111111111rem;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .text--20 {
    font-size: 1rem;
  }
}
.text--18, .line-tilte-section {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .text--18, .line-tilte-section {
    font-size: 0.8888888889rem;
  }
}
.text--16, .tabs.primary a {
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (max-width: 550px) {
  .text--16, .tabs.primary a {
    font-size: 0.7777777778rem;
    line-height: 1.1;
  }
}
.text--16-sparse {
  font-size: 0.8888888889rem;
  line-height: 1.625;
}
@media (max-width: 550px) {
  .text--16-sparse {
    line-height: 1.5;
  }
}
.text--14 {
  font-size: 0.7777777778rem;
  line-height: 1.2;
}
.text--12 {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}

/*Weights + Styles*/
.text--black {
  font-weight: 800;
}
.text--bold {
  font-weight: 700;
}
.text--regular {
  font-weight: 400;
}
.text--italic {
  font-style: italic;
}

html {
  scroll-padding-top: 200px !important; /* fixed header's height */
}
@media (max-width: 1240px) {
  html {
    scroll-padding-top: 140px !important; /* fixed header's height with burger menu*/
  }
}

.tabs {
  max-width: 1425px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tabs.primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 30px;
}
.tabs.primary a {
  background: var(--white);
  border: 1px solid var(--linegrey);
  border-radius: 10px;
  padding: 6px 20px;
  transition: all 0.5s;
}
.tabs.primary a:hover {
  background: var(--grey);
  color: var(--black);
}
.tabs.primary a.is-active {
  background: var(--blue);
  color: var(--white);
}

.line-tilte-section {
  position: relative;
  margin-bottom: 2.2rem;
  padding-top: 15px;
  color: var(--blue);
}
.line-tilte-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--orange);
  opacity: 0.7;
}

.link-style {
  color: var(--blue);
  font-weight: var(--text-bold);
  overflow-wrap: anywhere;
}

.label-orange {
  position: relative;
  margin-bottom: 2.2rem;
  padding-left: 15px;
}
@media (max-width: 700px) {
  .label-orange {
    margin-bottom: 1.6rem;
  }
}
.label-orange::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: var(--orange);
}

:focus {
  outline: 0;
}

main {
  padding-top: 168px;
}
@media (max-width: 1240px) {
  main {
    padding-top: 108px;
  }
}
@media (max-width: 960px) {
  main {
    padding-top: 83px;
  }
}

.layout-content {
  margin-top: 50px;
}
@media (max-width: 550px) {
  .layout-content {
    margin-top: 30px;
  }
}

.path-user .layout-content {
  margin-top: 0;
}

/*Containers*/
.main-container,
.mid-container,
.small-container,
.extra-small-container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 700px) {
  .main-container,
.mid-container,
.small-container,
.extra-small-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-container {
  max-width: 1425px;
}

.mid-container {
  max-width: 1290px;
}

.small-container {
  max-width: 1160px;
}
.small-container .main-content {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1240px) {
  .small-container .main-content {
    max-width: 730px;
  }
}
@media (max-width: 960px) {
  .small-container .main-content {
    max-width: 100%;
  }
}

.extra-small-container {
  max-width: 710px;
}

.main-flex {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  gap: 50px;
}
@media (max-width: 960px) {
  .main-flex {
    flex-direction: column;
    gap: 30px;
  }
}

.sidebar-first-inner {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1240px) {
  .sidebar-first-inner {
    max-width: 320px;
  }
}
@media (max-width: 960px) {
  .sidebar-first-inner {
    max-width: 100%;
    padding-bottom: 80px;
    position: relative;
  }
}
@media (max-width: 550px) {
  .sidebar-first-inner {
    padding-bottom: 80px;
  }
}

.es-mg-t--xs {
  margin-top: 10px;
}
.es-mg-t--s {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .es-mg-t--s {
    margin-top: 15px;
  }
}
.es-mg-t--m {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .es-mg-t--m {
    margin-top: 20px;
  }
}
.es-mg-t--l {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .es-mg-t--l {
    margin-top: 30px;
  }
}
.es-mg-t--xl {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .es-mg-t--xl {
    margin-top: 40px;
  }
}
.es-mg-t--2xl {
  margin-top: 80px;
}
@media (max-width: 550px) {
  .es-mg-t--2xl {
    margin-top: 50px;
  }
}
.es-mg-t--4xl {
  margin-top: 120px;
}
@media (max-width: 1240px) {
  .es-mg-t--4xl {
    margin-top: 80px;
  }
}
@media (max-width: 550px) {
  .es-mg-t--4xl {
    margin-top: 60px;
  }
}

.es-mg-b--xs {
  margin-bottom: 10px;
}
.es-mg-b--s {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .es-mg-b--s {
    margin-bottom: 15px;
  }
}
.es-mg-b--s:last-child {
  margin-bottom: 20px;
}
.es-mg-b--m {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .es-mg-b--m {
    margin-bottom: 20px;
  }
}
.es-mg-b--l {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .es-mg-b--l {
    margin-bottom: 30px;
  }
}
.es-mg-b--l:last-child {
  margin-bottom: 40px;
}
.es-mg-b--xl {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .es-mg-b--xl {
    margin-bottom: 40px;
  }
}
.es-mg-b--2xl {
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  .es-mg-b--2xl {
    margin-bottom: 50px;
  }
}

.es-mg-center {
  margin-left: auto;
  margin-right: auto;
}

.es-grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 16px;
}
.es-grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 16px;
}
.es-grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.es-grid-full-span {
  grid-column: -1/1;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
}

input,
button {
  -webkit-appearance: none;
}

/*Use classes like the examples below to globally style your buttons, using the mixin too*/
.button--arrow {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.5s;
}
.button--arrow:hover {
  background: var(--white);
  color: var(--black);
}
.button--border-grey {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: var(--white);
  color: var(--black);
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.5s;
  border: 1px solid grey;
}
.button--border-grey:hover {
  background: grey;
  color: var(--black);
}
.button--diam, .more-link {
  max-width: 285px;
  font-weight: var(--text-bold);
}
.button--diam > a, .more-link > a,
.button--diam > input,
.more-link > input {
  display: inline-block;
  font-size: 1.1111111111rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  min-width: 285px;
  min-height: 60px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, var(--blue) 50%, var(--lightblue) 50%) left;
  background-size: 1000%;
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .button--diam > a, .more-link > a,
.button--diam > input,
.more-link > input {
    min-height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.button--diam > a:hover, .more-link > a:hover, .button--diam > a:focus, .more-link > a:focus,
.button--diam > input:hover,
.more-link > input:hover,
.button--diam > input:focus,
.more-link > input:focus {
  transition: background-size 0.1s ease;
  background: linear-gradient(to right, var(--blue), var(--lightblue)) left;
  background-size: 100%;
  color: var(--white) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.button--diam > a[disabled=disabled]:hover, .more-link > a[disabled=disabled]:hover, .button--diam > a[disabled=disabled]:focus, .more-link > a[disabled=disabled]:focus,
.button--diam > input[disabled=disabled]:hover,
.more-link > input[disabled=disabled]:hover,
.button--diam > input[disabled=disabled]:focus,
.more-link > input[disabled=disabled]:focus {
  background: var(--blue);
  box-shadow: none;
}
@media (max-width: 550px) {
  .button--diam > a, .more-link > a, .button--diam > input, .more-link > input {
    min-height: 45px;
    height: 45px;
    min-width: 270px;
    width: 100%;
  }
}
.button--Sdiam {
  max-width: 150px;
  font-weight: var(--text-bold);
}
.button--Sdiam > a,
.button--Sdiam > input {
  display: inline-block;
  font-size: 0.7777777778rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  min-width: 150px;
  min-height: 60px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, var(--blue) 50%, var(--lightblue) 50%) left;
  background-size: 1000%;
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .button--Sdiam > a,
.button--Sdiam > input {
    min-height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.button--Sdiam > a:hover, .button--Sdiam > a:focus,
.button--Sdiam > input:hover,
.button--Sdiam > input:focus {
  transition: background-size 0.1s ease;
  background: linear-gradient(to right, var(--blue), var(--lightblue)) left;
  background-size: 100%;
  color: var(--white) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.button--Sdiam > a[disabled=disabled]:hover, .button--Sdiam > a[disabled=disabled]:focus,
.button--Sdiam > input[disabled=disabled]:hover,
.button--Sdiam > input[disabled=disabled]:focus {
  background: var(--blue);
  box-shadow: none;
}
.button--Sdiam a {
  line-height: 1.2;
  min-height: 40px;
}
.button--red-text input {
  background: none;
  border: none;
  border-radius: none;
  color: var(--red);
  font-weight: 700;
  cursor: pointer;
}
.button--red-text input:hover, .button--red-text input:focus {
  color: var(--red);
  text-decoration: underline;
}

.more {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  cursor: pointer;
  margin-top: 22px;
  gap: 10px;
}
.more::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  rotate: -45deg;
  margin-bottom: 5px;
  transition: rotate ease 0.5s;
}
.more.open::after {
  transition: rotate ease 0.5s;
  rotate: 135deg;
  margin-top: 5px;
  margin-bottom: 0px;
}
.more:hover {
  color: var(--lightblue);
}
.more:hover::after {
  border-left: 2px solid var(--lightblue);
  border-bottom: 2px solid var(--lightblue);
}

.more-link {
  display: block;
  text-align: center;
  margin: 30px auto 0 auto;
}
.more-link a {
  font-size: inherit;
}

.page-title {
  font-family: var(--condensed);
  margin-top: 0px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .page-title {
    margin-bottom: 30px;
  }
}

.user-login-page {
  text-align: center;
}
.user-login-page h1 {
  max-width: 450px;
}
.user-login-page h1 .text--orange {
  background-color: var(--accessibility-bg);
}
.user-login-page section {
  display: grid;
  gap: 25px;
  justify-content: center;
}
.user-login-page section.card-grid-3 {
  grid-template-columns: repeat(3, minmax(280px, 350px));
}
@media (max-width: 960px) {
  .user-login-page section.card-grid-3 {
    grid-template-columns: repeat(2, minmax(280px, 400px));
  }
}
@media (max-width: 700px) {
  .user-login-page section.card-grid-3 {
    grid-template-columns: minmax(280px, 400px);
  }
}
@media (max-width: 960px) {
  .user-login-page section.card-grid-3 > div:last-child {
    grid-column: 1/3;
    max-width: calc(50% - 12.5px);
    justify-self: center;
  }
}
@media (max-width: 700px) {
  .user-login-page section.card-grid-3 > div:last-child {
    grid-column: 1;
    max-width: 100%;
  }
}
.user-login-page section.card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1240px) {
  .user-login-page section.card-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .user-login-page section.card-grid-4 {
    grid-template-columns: repeat(2, minmax(280px, 400px));
  }
}
@media (max-width: 700px) {
  .user-login-page section.card-grid-4 {
    grid-template-columns: minmax(280px, 400px);
  }
}
@media (max-width: 1240px) {
  .user-login-page section.card-grid-4 > div:last-child {
    grid-column: 2/3;
    justify-self: center;
  }
}
@media (max-width: 700px) {
  .user-login-page section.card-grid-4 > div:last-child {
    grid-column: 1;
  }
}
.user-login-page p:not([class*=es-mg]) {
  margin: 0;
}

.login-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  padding: 30px 20px;
  box-shadow: 0px 0px 10px rgba(0, 51, 117, 0.1490196078);
  border-radius: 8px;
  flex: 1;
}
.login-card .user-icon {
  padding: 23px;
  border-radius: 50%;
  border: 1px solid var(--linedarkgrey);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  .login-card .user-icon {
    padding: 18px;
  }
}
@media (max-width: 550px) {
  .login-card .user-icon svg {
    width: 45px;
    height: 45px;
  }
}

.login-button {
  margin-top: auto;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.15;
  color: var(--blue);
  background: var(--white);
  border-radius: 30px;
  border: 1px solid var(--blue);
  transition: all 0.3s ease-in;
  font-weight: var(--text-bold);
}
@media (max-width: 960px) {
  .login-button {
    font-size: 0.8888888889rem;
    padding: 12px 15px;
    line-height: 1;
  }
}
.login-button:hover {
  color: var(--white);
  background: var(--blue);
}
/*# sourceMappingURL=layout.custom_login_page.css.map */