@charset "UTF-8";
@-webkit-keyframes sidenavLeftOpen {
  from {
    left: -100rem;
  }
  to {
    left: 0;
  }
}
@keyframes sidenavLeftOpen {
  from {
    left: -100rem;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes sidenavRightOpen {
  from {
    right: -100rem;
  }
  to {
    right: 0;
  }
}
@keyframes sidenavRightOpen {
  from {
    right: -100rem;
  }
  to {
    right: 0;
  }
}
/** Import globals */
@font-face {
  font-family: "Calibre-Bold";
  src: url("wp-content/themes/svenskatecknare/fonts/calibre-web-bold.eot");
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-bold.woff") format("woff"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Calibre-Semibold";
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-semibold.eot");
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-semibold.woff") format("woff"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Calibre-Medium";
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-medium.eot");
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-medium.woff") format("woff"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Calibre-Regular";
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-regular.eot");
  src: url("/wp-content/themes/svenskatecknare/fonts/calibre-web-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-regular.woff") format("woff"), url("/wp-content/themes/svenskatecknare/fonts/calibre-web-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos-Regular";
  src: url("/wp-content/themes/svenskatecknare/fonts/TiemposText-Regular.otf");
  src: url("/wp-content/themes/svenskatecknare/fonts/TiemposText-Regular.otf?#iefix") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos-Regular-Italic";
  src: url("/wp-content/themes/svenskatecknare/fonts/Tiempos-RegularItalic.otf");
  src: url("/wp-content/themes/svenskatecknare/fonts/Tiempos-RegularItalic.otf?#iefix") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Tiempos-Bold";
  src: url("/wp-content/themes/svenskatecknare/fonts/TiemposText-Bold.otf");
  src: url("/wp-content/themes/svenskatecknare/fonts/TiemposText-Bold.otf?#iefix") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos-Bold-Italic";
  src: url("/wp-content/themes/svenskatecknare/fonts/TiemposText-BoldItalic.otf");
  src: url("/wp-content/themes/svenskatecknare/fonts/TiemposText-BoldItalic.otf?#iefix") format("opentype");
  font-weight: 600;
  font-style: italic;
}
h1 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  letter-spacing: -1.2px;
  margin: 1rem 0 1.6rem 0;
}

h2, h3, h4 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  letter-spacing: -0.6px;
  margin: 1rem 0 1.6rem 0;
}

h5, h6 {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  margin: 1rem 0 1rem 0;
  letter-spacing: 0px;
}

h1 {
  font-size: 5.3rem;
  line-height: 1;
}

h2 {
  font-size: 3.9rem;
  line-height: 136%;
}

h3 {
  font-size: 3.2rem;
  line-height: 136%;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 4.2rem;
    line-height: 3.7rem;
  }
}

h4 {
  font-size: 2.3rem;
  line-height: 136%;
  letter-spacing: -0.4px;
  margin: 1rem 0 1rem 0;
}

h5 {
  font-size: 1.738rem;
  line-height: 136%;
}

h6 {
  font-size: 0.998rem;
  line-height: normal;
}

a {
  color: #1D1D1B;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  font-size: 1.73rem;
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow-x: hidden;
}
body.white {
  background-color: #f8f8f8;
}
body.cream {
  background-color: #ECECE8;
}
body.blue {
  background-color: #E1E9FE;
}
body.green {
  background-color: #D1E0A7;
}
body.yellow {
  background-color: #FFEBB3;
}
body.showlogin #page {
  overflow: hidden;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body.showlogin .site-footer {
  display: none;
}
body.showlogin #login {
  opacity: 1;
  visibility: visible;
}

::-moz-selection {
  background: #fff3d2;
  color: #1D1D1B;
  text-shadow: none;
}

::selection {
  background: #fff3d2;
  color: #1D1D1B;
  text-shadow: none;
}

p {
  line-height: 28px;
}

ol, ul {
  list-style: none;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.main-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

.btn-outline {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-outline a {
  color: #fafafa;
  text-decoration: none;
  font-size: 20px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  border: 1px solid #fafafa;
  color: #fafafa;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover a {
  background-color: #fafafa;
  color: #1D1D1B;
}

.share-button {
  max-width: 732px;
  margin: 0 auto;
  padding: 0.5rem 15px 5.5rem 15px;
}
.share-button a {
  font-size: 15px;
  color: #1D1D1B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.share-button a:hover {
  color: #a5a5a4;
}

#login {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
#login::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.98);
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
#login.loading::after {
  visibility: visible;
  opacity: 1;
}
#login-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  z-index: 100;
}
#login .msg {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 18px;
  color: #1D1D1B;
  background: #EDE8E3;
  text-align: center;
}
#login .msg a {
  text-decoration: underline;
  color: #fff;
}
#login .msg a:hover {
  text-decoration: none;
}
#login .msg.error {
  background: #FFC5BB;
  display: block;
}
#login .msg.success {
  background: #A9EACC;
  display: block;
}
#login p.description {
  font-size: 17px;
  line-height: 15px;
  clear: both;
  display: block;
  color: #2D5043;
}
#login p.description a {
  text-decoration: none;
  color: #2D5043;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#login p.description a:hover {
  color: #FF7D59;
}
#login .form-inner {
  max-width: 620px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f2f2f2;
  border-radius: 7px;
}
#login .form-inner h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 5.4rem;
  letter-spacing: -2px;
  color: #2D5043;
  text-align: center;
  padding: 1rem 0;
}
#login .form-inner .field-holder {
  margin: 1rem 0;
  float: none;
}
#login .form-inner .field-holder input[type=text], #login .form-inner .field-holder input[type=email], #login .form-inner .field-holder input[type=password], #login .form-inner .field-holder textarea, #login .form-inner .field-holder .wpas-form-group .wp-editor-container {
  background-color: #EDE8E3;
  border: 0px;
  border-radius: 3px;
  color: #1D1D1B;
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  width: 100%;
  padding: 1rem;
}
#login .form-inner .field-holder input[type=text]::-webkit-input-placeholder, #login .form-inner .field-holder input[type=email]::-webkit-input-placeholder, #login .form-inner .field-holder input[type=password]::-webkit-input-placeholder, #login .form-inner .field-holder textarea::-webkit-input-placeholder, #login .form-inner .field-holder .wpas-form-group .wp-editor-container::-webkit-input-placeholder {
  color: #222;
}
#login .form-inner .field-holder input[type=text]::-moz-placeholder, #login .form-inner .field-holder input[type=email]::-moz-placeholder, #login .form-inner .field-holder input[type=password]::-moz-placeholder, #login .form-inner .field-holder textarea::-moz-placeholder, #login .form-inner .field-holder .wpas-form-group .wp-editor-container::-moz-placeholder {
  color: #222;
}
#login .form-inner .field-holder input[type=text]:-ms-input-placeholder, #login .form-inner .field-holder input[type=email]:-ms-input-placeholder, #login .form-inner .field-holder input[type=password]:-ms-input-placeholder, #login .form-inner .field-holder textarea:-ms-input-placeholder, #login .form-inner .field-holder .wpas-form-group .wp-editor-container:-ms-input-placeholder {
  color: #222;
}
#login .form-inner .field-holder input[type=text]::-ms-input-placeholder, #login .form-inner .field-holder input[type=email]::-ms-input-placeholder, #login .form-inner .field-holder input[type=password]::-ms-input-placeholder, #login .form-inner .field-holder textarea::-ms-input-placeholder, #login .form-inner .field-holder .wpas-form-group .wp-editor-container::-ms-input-placeholder {
  color: #222;
}
#login .form-inner .field-holder input[type=text]::placeholder, #login .form-inner .field-holder input[type=email]::placeholder, #login .form-inner .field-holder input[type=password]::placeholder, #login .form-inner .field-holder textarea::placeholder, #login .form-inner .field-holder .wpas-form-group .wp-editor-container::placeholder {
  color: #222;
}
#login .form-inner .login-submit {
  margin-top: 1.5rem;
}
#login .form-inner .login-submit input[type=submit], #login .form-inner .login-submit input[type=button], #login .form-inner .login-submit .svenskatecknare-button, #login .form-inner .login-submit .wpas-btn {
  cursor: pointer;
  border: 1px solid #FF7D59;
  background: #FF7D59;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 18px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  padding: 1rem 2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fafafa;
  -webkit-appearance: none;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
#login .form-inner .login-submit input[type=submit].button-primary, #login .form-inner .login-submit input[type=button].button-primary, #login .form-inner .login-submit .svenskatecknare-button.button-primary, #login .form-inner .login-submit .wpas-btn.button-primary {
  margin-bottom: 0.9rem;
  background: #FF7D59;
  border: 0px;
  border-radius: 0px;
  font-size: 20px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  padding: 1.7rem 2rem;
  width: 100%;
}
#login .form-inner .login-submit input[type=submit].button-primary:hover, #login .form-inner .login-submit input[type=button].button-primary:hover, #login .form-inner .login-submit .svenskatecknare-button.button-primary:hover, #login .form-inner .login-submit .wpas-btn.button-primary:hover {
  background: #803F2D;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
#login .form-inner .login-submit .button-secondary {
  margin-bottom: 20px;
  padding: 1.7rem 2rem;
  border-radius: 0px;
  color: #fff;
  background: #D9D9D1;
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  text-decoration: none;
}
#login .form-inner .login-submit .button-secondary:hover {
  color: #fff;
}
#login #loginform,
#login #forgotform,
#login #smsform,
#login #mailsent {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
#login #forgotform,
#login #smsform,
#login #mailsent {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}
#login .showforgot #forgotform,
#login .showforgot.showmail #mailsent,
#login .showforgot.showsms #smsform {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#login #forgotform,
#login .showforgot #forgotform {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  top: 40px;
}
#login .showforgot #loginform,
#login .showforgot.showmail #forgotform,
#login .showforgot.showsms #forgotform {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
}
#login .loading #loginform,
#login .loading #forgotform,
#login .loading #smsform,
#login .loading #mailsent {
  opacity: 0.25;
}

#external-link-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#external-link-popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#external-link-popup .modal-content {
  max-width: 620px;
  margin: 0 auto;
  padding: 4rem;
  background-color: #f2f2f2;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#external-link-popup .modal-content h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 5.4rem;
  line-height: 0.8;
  letter-spacing: -2px;
  color: #2D5043;
  text-align: center;
  margin-top: -2rem;
  padding: 1rem 0;
}
#external-link-popup .modal-content p {
  text-align: center;
}
#external-link-popup .modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 2rem 0;
}
#external-link-popup .modal-buttons a {
  background: #FF7D59;
  color: #fafafa;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  font-size: 21px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  padding: 1.7rem 2rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#external-link-popup .modal-buttons a:hover {
  background: #803F2D;
  color: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
#external-link-popup .modal-buttons #external-link-button-close {
  background: #D9D9D1;
  color: #2D5043;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  padding: 1.7rem 2rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#external-link-popup .modal-buttons #external-link-button-close:hover {
  color: #2D5043;
  cursor: pointer;
}
#external-link-popup .close {
  color: #a5a5a4;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#external-link-popup .close:hover, #external-link-popup .close:focus {
  color: #2D5043;
  text-decoration: none;
  cursor: pointer;
}

.internal-app-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.internal-app-popup-overlay.show {
  display: block;
}

#internal-app-popup {
  display: none;
  z-index: 999;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
#internal-app-popup.show {
  display: block;
}
#internal-app-popup .modal-content {
  max-width: 620px;
  margin: 70px auto;
  padding: 4rem;
  background-color: #f2f2f2;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#internal-app-popup .modal-content h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 5.4rem;
  line-height: 0.8;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 4.5rem;
  padding: 1rem 0;
}
#internal-app-popup .modal-content .gform_submission_error {
  font-size: inherit;
}
#internal-app-popup .modal-content span.post-title-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid #D9D9D1;
  background: transparent;
  font-size: 16.5px;
  margin-bottom: 3rem;
}
#internal-app-popup .modal-content a {
  color: #4372F7;
}
#internal-app-popup .modal-content a.gform_validation_error_link {
  color: red;
}
#internal-app-popup .modal-content .gform-body {
  margin: 2rem 0;
}
#internal-app-popup .modal-content .gform-body label {
  text-transform: none;
  font-size: inherit;
}
#internal-app-popup .modal-content .gform-body .gfield_label_before_complex {
  display: none;
}
#internal-app-popup .modal-content .gform-body ul li {
  margin: 1.8rem 0;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid #D9D9D1;
  background: transparent;
  font-size: 15px;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text]::-webkit-input-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text]::-moz-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text]:-ms-input-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text]::-ms-input-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text]::placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body ul li input[type=text]:focus, #internal-app-popup .modal-content .gform-body ul li input[type=text]:active {
  border: 2px solid #1d1d1d;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span {
  width: calc(50% - 10px);
  margin-bottom: 0;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  border: 1px solid #D9D9D1;
  background: transparent;
  font-size: 15px;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]::-webkit-input-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]::-moz-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]:-ms-input-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]::-ms-input-placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]::placeholder {
  color: #D9D9D1;
}
#internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]:focus, #internal-app-popup .modal-content .gform-body .half-w .ginput_container span input[type=text]:active {
  border: 2px solid #1d1d1d;
}
#internal-app-popup .modal-content .gform-body .custom-message {
  margin-top: -2.5rem;
  margin-bottom: 3rem;
}
#internal-app-popup .modal-content .gform-body .ginput_container_radio label {
  margin-left: 8px;
}
#internal-app-popup .modal-content .gform-body .ginput_container_radio ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#internal-app-popup .modal-content .gform-body .ginput_container_radio ul li {
  width: calc(20% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#internal-app-popup .modal-content .gform-body div.radio span, #internal-app-popup .modal-content .gform-body div.checker span {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  padding: 9px;
}
#internal-app-popup .modal-content .gform-body div.radio span.checked, #internal-app-popup .modal-content .gform-body div.checker span.checked {
  background: url("../../images/st-check.svg") no-repeat center -1px #4372F7;
  border-radius: 3px;
  border-color: #4372F7;
  padding: 9px;
}
#internal-app-popup .modal-content .gform-body .ginput_container_consent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
#internal-app-popup .modal-content .gform-body .ginput_container_consent label {
  margin-left: 8px;
}
#internal-app-popup .modal-content .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
#internal-app-popup .modal-content .gform_footer .button {
  border: 2px solid #1D1D1B;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 2.5rem;
  font-weight: bold;
  font-size: inherit;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#internal-app-popup .modal-content .gform_footer .button:hover {
  cursor: pointer;
  color: #273878;
  border-color: #273878;
}
#internal-app-popup .modal-content .form-section input, #internal-app-popup .modal-content .form-section textarea, #internal-app-popup .modal-content .form-section select, #internal-app-popup .modal-content .form-section .selector, #internal-app-popup .modal-content .wpas-form-group input, #internal-app-popup .modal-content .wpas-form-group textarea, #internal-app-popup .modal-content .wpas-form-group .wp-editor-container, #internal-app-popup .modal-content .wpas-btn, #internal-app-popup .modal-content .gfield input, #internal-app-popup .modal-content .gfield textarea {
  width: auto;
}
#internal-app-popup .modal-content .form-error, #internal-app-popup .modal-content .gfield_error .validation_message, #internal-app-popup .modal-content .validation_message, #internal-app-popup .modal-content .validation_error {
  color: red !important;
  clear: both;
  margin-bottom: 30px;
  margin-top: -5px;
}
#internal-app-popup .close {
  color: #a5a5a4;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  z-index: 2;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#internal-app-popup .close:hover, #internal-app-popup .close:focus {
  color: #2D5043;
  text-decoration: none;
  cursor: pointer;
}

/** Import layouts */
#header.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 0.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  #header.header {
    padding: 20px 0;
  }
}
#header.header.subpage {
  position: relative;
}
#header.header.subpage .header-inner .header-logo svg path {
  fill: #1D1D1B;
}
#header.header.subpage .header-inner .header-menu .site-navigation ul li a {
  color: #1D1D1B;
}
#header.header.subpage .header-inner .header-hamburger svg path {
  fill: #1D1D1B;
}
#header.header.subpage .header-inner .header-hamburger svg path[stroke] {
  stroke: #1D1D1B;
}
#header.header.subpage.sticky .header-inner .header-logo svg path {
  fill: #fafafa;
}
#header.header.subpage.sticky .header-inner .header-menu .site-navigation ul li a {
  color: #fafafa;
}
#header.header.subpage.sticky .header-inner .header-hamburger svg path {
  fill: #fafafa;
}
#header.header.subpage.sticky .header-inner .header-hamburger svg path[stroke] {
  stroke: #fafafa;
}
#header.header.sticky {
  position: fixed;
  background: rgba(29, 29, 27, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  color: #fafafa;
}
#header.header.sticky .header-menu .site-navigation ul li a {
  color: #fafafa;
}
#header.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
#header.header .header-inner .header-logo {
  padding: 20px 0;
}
#header.header .header-inner .header-logo svg {
  height: 40px;
  width: auto;
}
#header.header .header-inner .header-logo svg path {
  fill: #fafafa;
}
#header.header .header-inner .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
#header.header .header-inner .header-menu .site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  gap: 80px;
}
#header.header .header-inner .header-menu .site-navigation ul li.current-menu-item a {
  color: #4372F7;
}
#header.header .header-inner .header-menu .site-navigation ul li a {
  font-size: 20px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  color: #fafafa;
  letter-spacing: -0.2px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header.header .header-inner .header-menu .site-navigation ul li a:hover, #header.header .header-inner .header-menu .site-navigation ul li a:focus {
  color: #4372F7;
}
@media screen and (min-width: 992px) {
  #header.header .header-inner .header-menu {
    display: block;
  }
}
#header.header .header-inner .header-hamburger svg path {
  fill: #fafafa;
}
#header.header .header-inner .header-hamburger:hover {
  cursor: pointer;
}
#header.header .header-inner .header-off-canvas {
  position: fixed;
  background: #1D1D1B;
  color: #fafafa;
  right: -100rem;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 27px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow-y: auto;
}
@media screen and (min-width: 660px) {
  #header.header .header-inner .header-off-canvas {
    position: absolute;
    width: calc(90rem - 10px);
    height: 100vh;
    padding: 120px;
    padding-top: 50px;
    overflow-y: inherit;
  }
}
@media screen and (max-height: 661px) {
  #header.header .header-inner .header-off-canvas {
    overflow-y: auto;
  }
}
#header.header .header-inner .header-off-canvas.out {
  right: 0px;
}
#header.header .header-inner .header-off-canvas-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  height: 100%;
}
#header.header .header-inner .header-off-canvas-inner .st-close {
  margin-bottom: 2.3rem;
}
#header.header .header-inner .header-off-canvas-inner .st-close:hover {
  cursor: pointer;
}
@media screen and (min-width: 660px) {
  #header.header .header-inner .header-off-canvas-inner .st-close {
    margin-bottom: 3.5rem;
  }
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul .header-menu-mobile {
  display: block;
}
@media screen and (min-width: 660px) {
  #header.header .header-inner .header-off-canvas-inner .top-navigation ul .header-menu-mobile {
    display: none;
  }
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul li {
  padding: 0.6rem 0;
}
@media screen and (min-width: 660px) {
  #header.header .header-inner .header-off-canvas-inner .top-navigation ul li {
    padding: 0.7rem 0;
  }
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul li.login a {
  color: #FF7D59;
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul li.login a:hover, #header.header .header-inner .header-off-canvas-inner .top-navigation ul li.login a:focus {
  color: #FF7D59;
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul li.current-menu-item a {
  color: #a5a5a4;
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul li a {
  font-size: 2.67rem;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fafafa;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header.header .header-inner .header-off-canvas-inner .top-navigation ul li a:hover, #header.header .header-inner .header-off-canvas-inner .top-navigation ul li a:focus, #header.header .header-inner .header-off-canvas-inner .top-navigation ul li a:active, #header.header .header-inner .header-off-canvas-inner .top-navigation ul li a.active {
  color: #a5a5a4;
}
@media screen and (min-width: 660px) {
  #header.header .header-inner .header-off-canvas-inner .top-navigation ul li a {
    font-size: 3.9rem;
  }
}
#header.header .header-inner .header-off-canvas-inner .bottom-navigation {
  margin-top: 3rem;
}
#header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li {
  padding: 0.5rem 0;
}
#header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li.current-menu-item a {
  color: #FF7D59;
}
#header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li a:hover, #header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li a:focus, #header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li a:active, #header.header .header-inner .header-off-canvas-inner .bottom-navigation ul li a.active {
  color: #FF7D59;
}

.site-footer {
  background-color: #1D1D1B;
  color: #fafafa;
  padding: 7rem 0 0 0;
}
.site-footer .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-logo img {
  height: 30px;
  width: auto;
}
.site-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 660px) {
  .site-footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 10px);
          flex: 0 calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0.5rem 0;
}
@media screen and (min-width: 660px) {
  .site-footer-column {
    width: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 30px);
            flex: 0 calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .site-footer-column {
    width: calc(25% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(25% - 40px);
            flex: 0 calc(25% - 40px);
  }
}
.site-footer-column p {
  margin: 1rem 0;
}
.site-footer-column p a {
  text-decoration: underline;
}
.site-footer-column h3 {
  font-size: 2.3rem;
  letter-spacing: -0.6px;
}
.site-footer-column ul li {
  margin: 1rem 0;
}
.site-footer-column ul li.current-menu-item a {
  color: #FF7D59;
}
.site-footer-column ul li a {
  color: #fafafa;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-footer-column ul li a:hover, .site-footer-column ul li a:focus {
  color: #FF7D59;
}
.site-footer-credit {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5rem 0rem 3rem 0rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.35rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  color: #4A4A49;
  margin-bottom: 1rem;
}
.breadcrumb a, .breadcrumb span, .breadcrumb i {
  vertical-align: middle;
}
.breadcrumb i {
  margin-top: 2px;
}
.breadcrumb a {
  color: #1D1D1B;
}

.single-news-page h1, .single-news-page h2, .single-news-page h3, .single-news-page h4, .single-news-page h5, .single-news-page h6,
.single-course-page h1,
.single-course-page h2,
.single-course-page h3,
.single-course-page h4,
.single-course-page h5,
.single-course-page h6 {
  margin: 3rem 0 2rem 0;
}
.single-news-page h2,
.single-course-page h2 {
  line-height: 33px;
}
.single-news-page .intro-text, .single-news-page .ingress,
.single-course-page .intro-text,
.single-course-page .ingress {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 1rem 0;
}
.single-news-page p,
.single-course-page p {
  margin-bottom: 1.5em;
}
.single-news-page p b, .single-news-page p strong,
.single-course-page p b,
.single-course-page p strong {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.single-news-page a,
.single-course-page a {
  color: #4372F7;
  text-decoration: none;
}
.single-news-page ul,
.single-course-page ul {
  list-style: disc;
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
.single-news-page ul li,
.single-course-page ul li {
  margin: 0.5rem 0;
}
.single-news-page article .post-image .caption,
.single-news-page article .wp-caption-text,
.single-course-page article .post-image .caption,
.single-course-page article .wp-caption-text {
  color: #666;
}
.single-news-page article .post-date,
.single-course-page article .post-date {
  color: #999;
  margin-bottom: 10px;
}
.single-news-page article .post-image img,
.single-course-page article .post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news-page article.event .post-date,
.single-course-page article.event .post-date {
  float: none;
}

.section-error {
  padding: 7rem 0 7rem 0;
  min-height: 80vh;
  text-align: center;
  background-color: #4372F7;
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-error .section-error-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px 0 4rem 0;
}
.section-error .section-error-content svg, .section-error .section-error-content p {
  margin: 1.3rem 0;
}
.section-error .section-error-content svg {
  width: 100%;
  height: auto;
}
.section-error .section-error-content-title {
  max-width: 600px;
}
.account-page {
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
}
.account-page .page-hero {
  height: 48vh;
  min-height: auto;
}
.account-page .page-hero .main-inner {
  padding-bottom: 50px;
}
.account-page .main-inner {
  padding: 4rem 2rem;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1490px) {
  .account-page .main-inner {
    padding: 4rem 0;
  }
}
.account-page .main-inner .sidebars {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.account-page .main-inner .sidebars .sidebar {
  width: 100%;
}
.account-page .main-inner .sidebars .sidebar.left {
  float: none;
  border-color: rgba(0, 0, 0, 0.2);
}
.account-page .main-inner .sidebars .sidebar.right {
  float: none;
  border-color: rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  border-top: 5px solid #4372F7;
  padding: 10px;
  background-color: #f1f1f2;
}
.account-page .main-inner .sidebars .sidebar .user-info {
  border-color: #4372F7;
  margin: 0;
}
.account-page .main-inner .sidebars .sidebar .user-info b, .account-page .main-inner .sidebars .sidebar .user-info strong {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.account-page .main-inner .sidebars .sidebar ul li {
  padding: 12px 0px;
}
.account-page .main-inner .sidebars .sidebar ul li a {
  text-decoration: none;
}
.account-page .main-inner .sidebars .sidebar ul li.current_page_item a {
  color: #4372F7;
}
.account-page .main-inner .sidebars .sidebar .widget {
  margin: 0;
}
.account-page .main-inner .sidebars .sidebar .widget .event-list-wrapper .widget-title {
  display: block;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.account-page .main-inner .sidebars .sidebar .widget .event-list-wrapper .upcoming-event-date {
  line-height: 12px;
}
.account-page .main-inner .sidebars .sidebar .widget .event-list-wrapper .upcoming-calendar-links a {
  line-height: 10px;
}
.account-page .main-inner .content-wrapper {
  width: calc(80% - 20px);
}
.account-page .main-inner .content-wrapper #content {
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  margin: 0 20px;
  padding: 0 0 60px 0;
}
.account-page .main-inner .content-wrapper #content h1, .account-page .main-inner .content-wrapper #content h2, .account-page .main-inner .content-wrapper #content h3, .account-page .main-inner .content-wrapper #content h4, .account-page .main-inner .content-wrapper #content h5, .account-page .main-inner .content-wrapper #content h6 {
  margin: 3rem 0 2rem 0;
}
.account-page .main-inner .content-wrapper #content h1.page-title {
  margin: 0;
}
.account-page .main-inner .content-wrapper #content h2 {
  line-height: 33px;
}
.account-page .main-inner .content-wrapper #content .intro-text, .account-page .main-inner .content-wrapper #content .ingress {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 1rem 0;
}
.account-page .main-inner .content-wrapper #content p {
  margin-bottom: 1.5em;
}
.account-page .main-inner .content-wrapper #content p b, .account-page .main-inner .content-wrapper #content p strong {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.account-page .main-inner .content-wrapper #content a {
  color: #4372F7;
  text-decoration: none;
}
.account-page .main-inner .content-wrapper #content a.add-submission, .account-page .main-inner .content-wrapper #content a.to-submission {
  color: #fafafa;
}
.account-page .main-inner .content-wrapper #content ul {
  list-style: disc;
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
.account-page .main-inner .content-wrapper #content ul li {
  margin: 0.5rem 0;
}
.account-page .main-inner .content-wrapper #content .gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

article {
  background-color: transparent;
  padding: 0;
}

/** Import partials */
.section-steps {
  background-color: #1D1D1B;
  color: #fafafa;
  padding: 7rem 0;
}
.section-steps h4 {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 136%;
  margin: 3.5rem 0;
}
.section-steps h4:first-child {
  margin-top: 0;
}
.section-steps .steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  padding: 20px 0px;
  gap: 32px;
}
@media screen and (min-width: 600px) {
  .section-steps .steps-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-steps .steps-container-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 10px);
          flex: 0 calc(100% - 10px);
  width: calc(100% - 10px);
}
@media screen and (min-width: 660px) {
  .section-steps .steps-container-step {
    width: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 30px);
            flex: 0 calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .section-steps .steps-container-step {
    width: calc(25% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(25% - 40px);
            flex: 0 calc(25% - 40px);
  }
}
.section-steps .steps-container-step img {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}
.section-steps .steps-container-step h3 {
  margin-top: 2rem;
}

.section-image {
  height: inherit;
  min-height: 500px;
}
@media screen and (min-width: 660px) {
  .section-image {
    height: calc(80vh - 20px);
  }
}
.section-image a {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 2.3rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.section-image.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-image.left .section-image-credit {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 2rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 660px) {
  .section-image.left .section-image-credit {
    left: 3rem;
  }
}
@media screen and (min-width: 660px) {
  .section-image.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section-image.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 660px) {
  .section-image.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-image.white {
  background-color: #f8f8f8;
  color: #1D1D1B;
}
.section-image.white a {
  color: #1D1D1B;
}
.section-image.white a:hover, .section-image.white a:focus {
  color: #4372F7;
}
.section-image.black {
  background-color: #1D1D1B;
  color: #fafafa;
}
.section-image.black a {
  color: #fafafa;
}
.section-image.black a:hover, .section-image.black a:focus {
  color: #4372F7;
}
.section-image-col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 0px);
          flex: 0 calc(100% - 0px);
  width: calc(100% - 0px);
  min-height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 660px) {
  .section-image-col {
    width: calc(50% - 0px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 0px);
            flex: 0 calc(50% - 0px);
  }
}
.section-image-col-content {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
}
.section-image-col-content h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 5rem;
  line-height: 4.7rem;
}
.section-image-col-content p {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 1.8rem;
  margin: 1rem 0;
}
@media screen and (min-width: 660px) {
  .section-image-col-content {
    padding: 7rem;
  }
}
.section-image-col-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
}
.section-image-col-img.image-top {
  background-position: center top;
}
.section-image-col-img.image-bottom {
  background-position: center bottom;
}
.section-image-credit {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 2rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 992px) {
  .section-image-credit {
    right: 3rem;
    left: auto;
  }
}

.section-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7rem 0;
}
.section-quote.white {
  background-color: #f8f8f8;
  color: #1D1D1B;
}
.section-quote.white a {
  color: #1D1D1B;
}
.section-quote.white a:hover, .section-quote.white a:focus {
  color: #FF7D59;
}
.section-quote.black {
  background-color: #1D1D1B;
  color: #fafafa;
}
.section-quote.black a {
  color: #fafafa;
}
.section-quote.black a:hover, .section-quote.black a:focus {
  color: #FF7D59;
}
.section-quote .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.section-quote .main-inner .st-quote-top,
.section-quote .main-inner .st-quote-bottom {
  width: 70px;
  height: auto;
}
.section-quote .main-inner .st-quote-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.section-quote .main-inner .st-quote-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-quote .main-inner .section-quote-content {
  width: calc(100vw - 50px);
  padding: 0 4rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 992px) {
  .section-quote .main-inner .section-quote-content {
    width: calc(60vw - 18px);
    text-align: left;
    padding: 0;
  }
}
.section-quote .main-inner .section-quote-content h3 {
  font-size: 3.2rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 992px) {
  .section-quote .main-inner .section-quote-content h3 {
    line-height: 3.7rem;
  }
}
.section-quote .main-inner .section-quote-content h3:before {
  content: "“";
  font-size: 5rem;
  line-height: 0;
  margin-right: 0.5rem;
}
.section-quote .main-inner .section-quote-content h3:after {
  content: "”";
  font-size: 5rem;
  line-height: 0;
  margin-left: 0.5rem;
}
@media screen and (min-width: 660px) {
  .section-quote .main-inner .section-quote-content h3 {
    font-size: 4.3rem;
  }
}
.section-quote .main-inner .section-quote-content p {
  margin: 1rem 0;
}

.section-faq {
  background-color: #ECECE8;
  padding: 3rem 0;
}
@media screen and (min-width: 660px) {
  .section-faq {
    padding: 7rem 0;
  }
}
.section-faq.center {
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 15px;
  background-color: transparent;
  margin-bottom: 2rem;
}
.section-faq.center .main-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
.section-faq.center .section-faq-col {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 0px);
          flex: 0 calc(100% - 0px);
}
.section-faq .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-faq-col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 0px);
          flex: 0 calc(100% - 0px);
  width: calc(100% - 0px);
}
@media screen and (min-width: 660px) {
  .section-faq-col {
    width: calc(50% - 0px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 0px);
            flex: 0 calc(50% - 0px);
  }
}
.section-faq-col-content {
  padding: 0 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: inherit;
}
.section-faq-col-content h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 5rem;
  line-height: 4.7rem;
}
.section-faq-col-content p {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 1.8rem;
  margin: 1rem 0;
}
@media screen and (min-width: 660px) {
  .section-faq-col-content {
    padding-right: 7rem;
    max-width: 600px;
  }
}
.section-faq-col .faq-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.section-faq-col .faq-container-title {
  padding: 2rem 0 1rem 0;
  position: relative;
}
.section-faq-col .faq-container-title h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}
.section-faq-col .faq-container-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  border-color: #4372F7;
  border-width: 0px 2px 2px 0px;
  padding: 4px;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.section-faq-col .faq-container-title:hover {
  cursor: pointer;
}
.section-faq-col .faq-container-title.active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.section-faq-col .faq-container-content {
  display: none;
  padding: 0rem 0 3rem 0;
}
@media screen and (min-width: 660px) {
  .section-faq-col .faq-container-content {
    padding: 0.5rem 0 3rem 0;
  }
}

.section-newsletter.blue {
  background-color: #22397C;
  color: #f8f8f8;
}
.section-newsletter.blue a {
  color: #f8f8f8;
}
.section-newsletter.blue a:hover, .section-newsletter.blue a:focus {
  color: #FF7D59;
}
.section-newsletter.white {
  background-color: #f8f8f8;
  color: #1D1D1B;
}
.section-newsletter.white a {
  color: #1D1D1B;
}
.section-newsletter.white a:hover, .section-newsletter.white a:focus {
  color: #FF7D59;
}
.section-newsletter.black {
  background-color: #1D1D1B;
  color: #f8f8f8;
}
.section-newsletter.black a {
  color: #f8f8f8;
}
.section-newsletter.black a:hover, .section-newsletter.black a:focus {
  color: #FF7D59;
}
.section-newsletter .main-inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 660px) {
  .section-newsletter .main-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-newsletter .main-inner .section-newsletter-col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 0px);
          flex: 0 calc(100% - 0px);
  width: calc(100% - 0px);
}
@media screen and (min-width: 660px) {
  .section-newsletter .main-inner .section-newsletter-col {
    width: calc(50% - 0px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 0px);
            flex: 0 calc(50% - 0px);
  }
}
.section-newsletter .main-inner .section-newsletter-col-content {
  padding: 2rem 0;
}
@media screen and (min-width: 660px) {
  .section-newsletter .main-inner .section-newsletter-col-content {
    padding: 7rem 0;
  }
}
.section-newsletter .main-inner .section-newsletter-col-content h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 6rem;
  line-height: 6.7rem;
}
.section-newsletter .main-inner .section-newsletter-col-content p {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 1.8rem;
  margin: 1rem 0;
  max-width: 600px;
}
.section-newsletter .main-inner .section-newsletter-col-content p.policy-disclaimer {
  font-size: 14px;
  letter-spacing: -0.3px;
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  line-height: 18px;
}
.section-newsletter .main-inner .section-newsletter-col-content input {
  margin-top: 4.5rem;
  padding: 1.7rem 2rem;
  font-size: 1.7rem;
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  letter-spacing: 0.3px;
  width: 100%;
  max-width: 600px;
  border-radius: 0px;
  margin-bottom: 1rem;
  display: block;
  color: #333;
}
.section-newsletter .main-inner .section-newsletter-col-content input.btn-subcribe {
  background-color: #FF7D59;
  color: #f8f8f8;
  border: none;
  padding: 1.7rem 5rem;
  font-size: 1.7rem;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  letter-spacing: 0.3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-top: -1.7rem;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-newsletter .main-inner .section-newsletter-col-content input.btn-subcribe:hover, .section-newsletter .main-inner .section-newsletter-col-content input.btn-subcribe:focus {
  background-color: #4372F7;
}
.section-newsletter .main-inner .section-newsletter-col-content button {
  background-color: #FF7D59;
  color: #f8f8f8;
  border: none;
  padding: 1.7rem 5rem;
  font-size: 1.7rem;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  letter-spacing: 0.3px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-newsletter .main-inner .section-newsletter-col-content button:hover, .section-newsletter .main-inner .section-newsletter-col-content button:focus {
  background-color: #4372F7;
}
.section-newsletter .main-inner .section-newsletter-col .curly-line {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -3px;
  display: none;
}
.section-newsletter .main-inner .section-newsletter-col .curly-line img {
  height: 100%;
}
@media screen and (min-width: 660px) {
  .section-newsletter .main-inner .section-newsletter-col .curly-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-newsletter .curly-line-mobile {
  display: block;
}
.section-newsletter .curly-line-mobile img {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 660px) {
  .section-newsletter .curly-line-mobile {
    display: none;
  }
}

.section-instagram {
  padding: 7rem 0;
}
.section-instagram.blue {
  background-color: #22397C;
  color: #f8f8f8;
}
.section-instagram.blue a {
  color: #f8f8f8;
}
.section-instagram.blue a:hover, .section-instagram.blue a:focus {
  color: #FF7D59;
}
.section-instagram.white {
  background-color: #f8f8f8;
  color: #1D1D1B;
}
.section-instagram.white a {
  color: #1D1D1B;
}
.section-instagram.white a:hover, .section-instagram.white a:focus {
  color: #FF7D59;
}
.section-instagram.black {
  background-color: #1D1D1B;
  color: #f8f8f8;
}
.section-instagram.black a {
  color: #f8f8f8;
}
.section-instagram.black a:hover, .section-instagram.black a:focus {
  color: #FF7D59;
}
.section-instagram .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-quick-links {
  padding: 7rem 0;
}
.section-quick-links.blue {
  background-color: #22397C;
  color: #f8f8f8;
}
.section-quick-links.blue a {
  color: #f8f8f8;
}
.section-quick-links.blue a:hover, .section-quick-links.blue a:focus {
  color: #FF7D59;
}
.section-quick-links.white {
  background-color: #f8f8f8;
  color: #1D1D1B;
}
.section-quick-links.white a {
  color: #1D1D1B;
}
.section-quick-links.white a:hover, .section-quick-links.white a:focus {
  color: #FF7D59;
}
.section-quick-links.black {
  background-color: #1D1D1B;
  color: #f8f8f8;
}
.section-quick-links.black a {
  color: #f8f8f8;
}
.section-quick-links.black a:hover, .section-quick-links.black a:focus {
  color: #FF7D59;
}
.section-quick-links .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: inherit;
}
@media screen and (min-width: 992px) {
  .section-quick-links .main-inner {
    max-height: 130px;
  }
}
.section-quick-links .main-inner .quick-text {
  width: calc(100% - 5px);
  font-size: 2.3rem;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
}
@media screen and (min-width: 992px) {
  .section-quick-links .main-inner .quick-text {
    width: calc(53% - 15px);
  }
}
.section-quick-links .main-inner .quick-link {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
}
@media screen and (min-width: 992px) {
  .section-quick-links .main-inner .quick-link {
    width: calc(33.333% - 55px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-quick-links .main-inner .quick-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 2.2rem;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
}
.section-quick-links .main-inner .quick-link i {
  margin-left: 1rem;
}

.section-posts-list {
  padding: 20rem 0;
}

.section-text-block {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.5rem 15px;
}
.section-text-block.small {
  max-width: 990px;
}
.section-text-block.thin {
  max-width: 732px;
}
.section-text-block-content h1 {
  line-height: 6.5rem;
}
.section-text-block-content h2 {
  line-height: 4.5rem;
}
.section-text-block-content h3, .section-text-block-content h4 {
  line-height: 3.7rem;
}
.section-text-block-content p {
  margin: 1rem 0;
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 1.67rem;
  line-height: 3rem;
}
.section-text-block-content p i, .section-text-block-content p em {
  font-style: italic;
  font-family: "Tiempos-Regular-Italic", "Times New Roman", serif;
  font-size: 1.87rem;
}
.section-text-block-content p b, .section-text-block-content p strong {
  font-family: "Tiempos-Bold", "Times New Roman", serif;
}
.section-text-block-content p a {
  color: #4372F7;
}
.section-text-block-content.excerpt p {
  font-size: 1.87rem;
}
.section-text-block-content.small-font p {
  font-size: 1.47rem;
}
.section-text-block-content .credits {
  margin-top: 3rem;
}
.section-text-block-content .credits p {
  font-size: 1.4rem;
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  padding: 0px;
  margin-top: -20px;
}
.section-text-block-content ul {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  font-size: 1.67rem;
  line-height: 3rem;
  list-style: disc;
  margin: 1rem 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-text-block-content ul li::marker {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
}
.section-text-block-content ul li span {
  position: relative;
  left: 1.4rem;
  line-height: 2rem;
}
.section-text-block:last-of-type {
  padding-bottom: 5.5rem;
}

.section-info-text-block {
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 15px;
}
.section-info-text-block-content {
  background-color: #FFEBB3;
  padding: 2rem 4rem 3.5rem 4rem;
}
.section-info-text-block-content.green {
  background-color: #A9EACC;
}
.section-info-text-block-content.red {
  background-color: #FFC5BB;
}
.section-info-text-block-content.blue {
  background-color: #E1E9FE;
}
.section-info-text-block-content ul {
  margin: 0 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.section-info-text-block-content ul li::marker {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
}
.section-info-text-block-content ul li span {
  position: relative;
  left: 1.4rem;
  line-height: 2.8rem;
}
.section-info-text-block-content h1 {
  line-height: 6.5rem;
}
.section-info-text-block-content h2 {
  line-height: 4.5rem;
}
.section-info-text-block-content h3, .section-info-text-block-content h4 {
  line-height: 3.7rem;
}
.section-info-text-block-content p {
  margin: 1rem 0;
}
.section-info-text-block-content p i, .section-info-text-block-content p em {
  font-style: italic;
}
.section-info-text-block-content p b, .section-info-text-block-content p strong {
  font-weight: bold;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
}
.section-image-text-block {
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 15px;
  margin-bottom: 2rem;
}
.section-image-text-block img {
  width: 100%;
  height: auto;
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-image-text-block p {
  font-style: italic;
}
.section-image-text-block.full {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 15px;
}

.section-images-text-block {
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 15px;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.section-images-text-block .multiple-images {
  width: calc(100% - 0px);
}
@media screen and (min-width: 660px) {
  .section-images-text-block .multiple-images {
    width: calc(50% - 20px);
  }
}
.section-images-text-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-images-text-block p {
  font-style: italic;
}
.section-images-text-block.full {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 15px;
}

.section-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: auto;
  padding: 0rem;
}
@media screen and (min-width: 992px) {
  .section-info-content {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1525px) {
  .section-info-content {
    margin-left: max(0px, (100% - 1409px) / 2);
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .section-info-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-info-content-text {
  padding: 4rem 3rem;
  width: 100%;
}
.section-info-content-text h4 {
  font-family: "Tiempos-Regular", "Times New Roman", serif;
}
@media screen and (min-width: 992px) {
  .section-info-content-text {
    padding: 8rem 12rem 8rem 0rem;
    width: 50%;
  }
}
.section-info-content-text .text-container .text-content {
  margin: 2rem 0;
}
.section-info-content-text .text-container .list-content {
  margin: 2rem 0;
}
.section-info-content-text .text-container .list-content h3 {
  font-size: 2.6rem;
}
.section-info-content-text .text-container .list-content ul {
  margin: 2rem 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.section-info-content-text .text-container .list-content ul li {
  margin-left: 1rem;
}
.section-info-content-text .text-container .list-content ul.arrows li {
  margin-left: 0px;
}
.section-info-content-text .text-container .list-content ul.arrows li:before {
  content: "\ebe6";
  margin-right: 1rem;
  font-weight: 300;
  font-family: "boxicons" !important;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.section-info-content-text .text-container .quote-content {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.section-info-content-text .text-container .quote-content-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 70px;
  height: auto;
}
.section-info-content-text .text-container .quote-content-top svg path {
  fill: #1D1D1B;
}
.section-info-content-text .text-container .quote-content-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 70px;
  height: auto;
}
.section-info-content-text .text-container .quote-content-bottom svg path {
  fill: #1D1D1B;
}
.section-info-content-text .text-container .quote-content .quote {
  padding: 0 4rem;
}
@media screen and (min-width: 992px) {
  .section-info-content-text .text-container .quote-content .quote {
    text-align: left;
  }
}
.section-info-content-text .text-container .quote-content .quote h3 {
  font-size: 3.2rem;
  line-height: 3.5rem;
}
.section-info-content-text .text-container .quote-content .quote h3:before {
  content: "“";
  font-size: 5rem;
  line-height: 0;
  margin-right: 0.5rem;
}
.section-info-content-text .text-container .quote-content .quote h3:after {
  content: "”";
  font-size: 5rem;
  line-height: 0;
  margin-left: 0.5rem;
}
.section-info-content-text .text-container .quote-content .quote p {
  margin: 1rem 0;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
}
.section-info-content-text .text-container .author-content {
  margin: 2rem 0;
}
.section-info-content-text .text-container .author-content h3 {
  font-size: 2.6rem;
}
.section-info-content-text .text-container .author-content img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.section-info-content-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.45rem;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  margin: 1.5rem 0 3.7rem 0;
}
.section-info-content-categories p {
  background-color: rgba(67, 114, 247, 0.3);
  color: #22397C;
  padding: 0.1rem 0.9rem;
}
.section-info-content-categories p.red {
  background-color: rgba(255, 0, 0, 0.3);
  color: #803F2D;
}
.section-info-content-sidebar-mobile {
  display: block;
  padding: 3rem 4rem;
  background: #1D1D1B;
  color: #fafafa;
  width: auto;
  height: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .section-info-content-sidebar-mobile {
    display: none;
  }
}
.section-info-content-sidebar-mobile-title {
  margin-bottom: 3rem;
}
.section-info-content-sidebar-mobile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.section-info-content-sidebar-mobile-info .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.section-info-content-sidebar-mobile-info .info-block .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 0;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
}
.section-info-content-sidebar-mobile-info .info-block .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.section-info-content-sidebar-mobile-info .info-block .text a {
  color: #fafafa;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section-info-content-sidebar-mobile-info .info-block .text a:hover {
  color: #4372F7;
}
.section-info-content-sidebar {
  padding: 4rem 6rem;
  background-color: #1D1D1B;
  color: #fafafa;
  width: auto;
  height: auto;
  margin: 4rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .section-info-content-sidebar {
    padding: 8rem 12rem;
    width: 50%;
    margin: 0;
    display: block;
  }
}
.section-info-content-sidebar .sidebar-wrapper {
  position: relative;
}
@media screen and (min-width: 992px) {
  .section-info-content-sidebar .sidebar-wrapper {
    position: sticky;
    top: 0;
  }
}
.section-info-content-sidebar .sidebar-wrapper-title {
  margin-bottom: 3rem;
}
.section-info-content-sidebar .sidebar-wrapper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.section-info-content-sidebar .sidebar-wrapper-info .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.section-info-content-sidebar .sidebar-wrapper-info .info-block .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 0;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
}
.section-info-content-sidebar .sidebar-wrapper-info .info-block .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.section-info-content-sidebar .sidebar-wrapper-info .info-block .text a {
  color: #4372F7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section-info-content-sidebar .sidebar-wrapper-info .info-block .text a:hover {
  color: #4372F7;
}

.section-article-quote {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 15px;
}
.section-article-quote.small {
  max-width: 990px;
}
.section-article-quote.thin {
  max-width: 840px;
}
.section-article-quote-content h2 {
  font-family: "Tiempos-Regular-Italic", "Times New Roman", serif;
  line-height: 3.9rem;
  font-style: italic;
  font-size: 3.5rem;
  text-align: center;
}
.section-article-quote-content h2:before {
  content: "“";
  font-family: "Tiempos-Regular", "Times New Roman", serif;
  margin-right: 1rem;
}
.section-article-quote-content h2:after {
  content: "”";
  font-family: "Tiempos-Regular", "Times New Roman", serif;
}
@media screen and (min-width: 660px) {
  .section-article-quote-content h2 {
    line-height: 5rem;
    font-size: 5.25rem;
  }
}

.section-personnel {
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 15px;
}
.section-personnel .personnel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0px;
  gap: 25px;
}
@media screen and (min-width: 660px) {
  .section-personnel .personnel-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
}
.section-personnel .personnel-container-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 10px);
          flex: 0 calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 2rem;
}
@media screen and (min-width: 660px) {
  .section-personnel .personnel-container-staff {
    width: calc(50% - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 15px);
            flex: 0 calc(50% - 15px);
  }
}
.section-personnel .personnel-container-staff img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 660px) {
  .section-personnel .personnel-container-staff img {
    height: 550px;
  }
}
.section-personnel .personnel-container-staff.blue {
  background-color: #E1E9FE;
}
.section-personnel .personnel-container-staff.green {
  background-color: #A9EACC;
}
.section-personnel .personnel-container-staff.yellow {
  background-color: #FFEBB3;
}
.section-personnel .personnel-container-staff.red {
  background-color: #FFC5BB;
}
.section-personnel .personnel-container-staff-info p {
  margin: 1rem 0;
}
.section-personnel .personnel-container-staff-contact {
  margin: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
}
.section-personnel .personnel-container-staff-contact p {
  margin: 1rem 0;
}
.section-personnel .personnel-container-staff-credits {
  margin-top: 3.4rem;
}
.section-personnel .personnel-container-staff-credits p {
  font-size: 1.4rem;
  font-family: "Calibre-Regular", "Arial", "Helvetica", sans-serif;
  padding: 0px;
  margin-top: -20px;
}

.page-id-31671 .page-hero-centered {
  height: 100vh;
}
.page-id-31671 .page-hero-centered .main-inner .text-container:before {
  content: "";
  background-image: url(../../images/st-done.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 57px;
  width: 256px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 18rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .page-id-31671 .page-hero-centered .main-inner .text-container:before {
    height: 120px;
    width: auto;
    margin-top: 6.5rem;
  }
}

.page-hero-centered {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  height: 77vh;
  margin-bottom: 3rem;
}
.page-hero-centered.image-bg {
  background-size: cover;
  background-position: center center;
  height: 97vh;
  margin-top: 0rem;
}
.page-hero-centered.image-bg.image-top {
  background-position: center top;
}
.page-hero-centered.image-bg.image-bottom {
  background-position: center bottom;
}
.page-hero-centered.image-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.page-hero-centered.color-bg.white {
  background-color: #f8f8f8;
}
.page-hero-centered.color-bg.black {
  background-color: #1D1D1B;
}
.page-hero-centered.color-bg.black .text-container {
  color: #fafafa;
}
.page-hero-centered.color-bg.black .breadcrumb {
  color: #a5a5a4;
}
.page-hero-centered.color-bg.black .breadcrumb-item {
  color: #fafafa;
}
.page-hero-centered.color-bg.black .breadcrumb-item.active {
  color: #a5a5a4;
}
.page-hero-centered.color-bg.black .text-container-wrapper-top svg path,
.page-hero-centered.color-bg.black .text-container-wrapper-bottom svg path {
  fill: #fafafa;
}
.page-hero-centered.color-bg.black .btn-outline a {
  color: #fafafa;
  border-color: #fafafa;
}
.page-hero-centered.color-bg.black .btn-outline a:hover {
  color: #fafafa;
  border-color: #1D1D1B;
}
.page-hero-centered.color-bg.blue {
  background-color: #4372F7;
}
.page-hero-centered.color-bg.blue .text-container {
  color: #fafafa;
}
.page-hero-centered.color-bg.blue .breadcrumb {
  color: #a5a5a4;
}
.page-hero-centered.color-bg.blue .breadcrumb-item {
  color: #fafafa;
}
.page-hero-centered.color-bg.blue .breadcrumb-item.active {
  color: #a5a5a4;
}
.page-hero-centered.color-bg.blue .text-container-wrapper-top svg path,
.page-hero-centered.color-bg.blue .text-container-wrapper-bottom svg path {
  fill: #fafafa;
}
.page-hero-centered.color-bg.blue .btn-outline a {
  color: #fafafa;
  border-color: #fafafa;
}
.page-hero-centered.color-bg.blue .btn-outline a:hover {
  color: #fafafa;
  border-color: #1D1D1B;
}
.page-hero-centered.color-bg.dark-blue {
  background-color: #22397C;
}
.page-hero-centered.color-bg.dark-blue .text-container {
  color: #fafafa;
}
.page-hero-centered.color-bg.dark-blue .breadcrumb {
  color: #a5a5a4;
}
.page-hero-centered.color-bg.dark-blue .breadcrumb-item {
  color: #fafafa;
}
.page-hero-centered.color-bg.dark-blue .breadcrumb-item.active {
  color: #a5a5a4;
}
.page-hero-centered.color-bg.dark-blue .text-container-wrapper-top svg path,
.page-hero-centered.color-bg.dark-blue .text-container-wrapper-bottom svg path {
  fill: #fafafa;
}
.page-hero-centered.color-bg.dark-blue .btn-outline a {
  color: #fafafa;
  border-color: #fafafa;
}
.page-hero-centered.color-bg.dark-blue .btn-outline a:hover {
  color: #fafafa;
  border-color: #1D1D1B;
}
.page-hero-centered.color-bg.cream {
  background-color: #ECECE8;
}
.page-hero-centered .breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 9;
  top: 45px;
  color: #1D1D1B;
}
@media screen and (min-width: 992px) {
  .page-hero-centered .breadcrumb {
    top: 80px;
  }
}
.page-hero-centered .breadcrumb-item {
  color: #1D1D1B;
}
.page-hero-centered .breadcrumb-item.active {
  color: #1D1D1B;
}
.page-hero-centered .main-inner {
  position: relative;
  text-align: center;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-hero-centered .main-inner .text-container {
  color: #fafafa;
  max-width: 950px;
}
.page-hero-centered .main-inner .text-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
}
@media screen and (min-width: 992px) {
  .page-hero-centered .main-inner .text-container-wrapper {
    width: 600px;
  }
}
.page-hero-centered .main-inner .text-container-wrapper-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 70px;
  height: auto;
}
.page-hero-centered .main-inner .text-container-wrapper-top svg path {
  fill: #1D1D1B;
}
.page-hero-centered .main-inner .text-container-wrapper-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 70px;
  height: auto;
}
.page-hero-centered .main-inner .text-container-wrapper-bottom svg path {
  fill: #1D1D1B;
}
.page-hero-centered .main-inner .text-container.center-align {
  text-align: center;
  margin: 0 auto;
}
.page-hero-centered .main-inner .text-container.center-align h1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page-hero-centered .main-inner .text-container h1 {
  font-size: 7.5rem;
  line-height: 1;
  padding: 0 5rem;
}
@media screen and (max-width: 992px) {
  .page-hero-centered .main-inner .text-container h1 {
    font-size: 5.3rem;
    line-height: 4.8rem;
  }
}
.page-hero-centered .main-inner .text-container h5 {
  margin-bottom: -0.5rem;
  font-size: 1.738rem;
  line-height: 136%;
  padding: 0 5rem;
}
.page-hero-centered .main-inner .text-container p {
  padding: 1.5rem 0;
  max-width: 600px;
  margin: 0 auto;
}
.page-hero-centered .main-inner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
}
@media screen and (min-width: 992px) {
  .page-hero-centered .main-inner .buttons {
    gap: 20px;
  }
}
.page-hero-centered-credit {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 2rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (min-width: 660px) {
  .page-hero-centered-credit {
    right: 3rem;
    left: auto;
  }
}
.page-hero-centered .btn-outline {
  width: 100%;
}
.page-hero-centered .btn-outline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-hero-centered .btn-outline a i {
  margin-top: 2px;
  margin-left: 5px;
}
@media screen and (min-width: 660px) {
  .page-hero-centered .btn-outline {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-hero-centered.text-white .text-container {
  color: #fafafa;
}
.page-hero-centered.text-white .breadcrumb {
  color: #a5a5a4;
}
.page-hero-centered.text-white .breadcrumb-item {
  color: #fafafa;
}
.page-hero-centered.text-white .breadcrumb-item.active {
  color: #a5a5a4;
}
.page-hero-centered.text-white .text-container-wrapper-top svg path,
.page-hero-centered.text-white .text-container-wrapper-bottom svg path {
  fill: #fafafa;
}
.page-hero-centered.text-black .text-container,
.page-hero-centered.text-black .page-hero-credit {
  color: #1D1D1B;
}
.page-hero-centered.text-black .btn-outline {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero-centered.text-black .btn-outline a {
  text-decoration: none;
  font-size: 18px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  border: 1px solid #1D1D1B;
  color: #fafafa;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1D1B;
}
.page-hero-centered.text-black .btn-outline a i {
  margin-top: 2px;
  margin-left: 5px;
}
.page-hero-centered.text-black .btn-outline:hover a {
  background-color: #1D1D1B;
  color: #fafafa !important;
  border: 1px solid #1D1D1B;
}

/** Import parts */
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  height: 97vh;
}
.page-hero.image-bg {
  background-size: cover;
  background-position: center center;
}
.page-hero.image-bg.image-top {
  background-position: center top;
}
.page-hero.image-bg.image-bottom {
  background-position: center bottom;
}
.page-hero.image-bg.faded:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.page-hero.image-bg.full-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-hero .breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 9;
  top: 45px;
  color: #1D1D1B;
}
@media screen and (min-width: 992px) {
  .page-hero .breadcrumb {
    top: 80px;
  }
}
.page-hero .breadcrumb-item {
  color: #1D1D1B;
}
.page-hero .breadcrumb-item.active {
  color: #1D1D1B;
}
.page-hero .main-inner {
  position: relative;
  text-align: left;
  z-index: 2;
  height: 100%;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-hero .main-inner .text-container {
  color: #fafafa;
  max-width: 785px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.page-hero .main-inner .text-container.center-align {
  text-align: center;
  margin: 0 auto;
}
.page-hero .main-inner .text-container.center-align h1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page-hero .main-inner .text-container h1 {
  font-size: 7.5rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .page-hero .main-inner .text-container h1 {
    font-size: 5.3rem;
    line-height: 4.8rem;
  }
}
.page-hero .main-inner .text-container h5 {
  font-size: 1.738rem;
  line-height: 136%;
  margin-bottom: 1rem;
}
.page-hero-credit {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 2rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (min-width: 660px) {
  .page-hero-credit {
    right: 3rem;
    left: auto;
  }
}
.page-hero.text-white .text-container {
  color: #f8f8f8;
}
.page-hero.text-white .breadcrumb {
  color: #D9D9D1;
}
.page-hero.text-white .breadcrumb-item {
  color: #fafafa;
}
.page-hero.text-white .breadcrumb-item.active {
  color: #D9D9D1;
}
.page-hero.text-black .text-container,
.page-hero.text-black .page-hero-credit {
  color: #1D1D1B;
}
.page-hero.text-black .btn-outline {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-hero.text-black .btn-outline a {
  color: #1D1D1B !important;
  text-decoration: none;
  font-size: 18px;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  border: 1px solid #1D1D1B;
  color: #fafafa;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-hero.text-black .btn-outline:hover a {
  background-color: #1D1D1B;
  color: #fafafa !important;
  border: 1px solid #1D1D1B;
}

.section-posts-slider {
  background-color: #ECECE8;
  padding: 7rem 0;
}
.section-posts-slider.black {
  background-color: #1D1D1B;
  color: #fafafa;
}
.section-posts-slider.black a {
  color: #fafafa;
}
.section-posts-slider.black a:hover, .section-posts-slider.black a:focus {
  color: #FF7D59;
}
.section-posts-slider .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-posts-slider .posts-slider-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 500px) {
  .section-posts-slider .posts-slider-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-posts-slider .posts-slider-title h4 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 5.15rem;
  line-height: inherit;
  margin: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 500px) {
  .section-posts-slider .posts-slider-title h4 {
    font-size: 3.8rem;
  }
}
.section-posts-slider .posts-slider-title a {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 2.3rem;
  margin: 0;
  margin-left: auto;
  color: #1D1D1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .section-posts-slider .posts-slider-title a {
    margin-left: 0;
  }
}
.section-posts-slider .posts-slider-title a:hover, .section-posts-slider .posts-slider-title a:focus {
  color: #4372F7;
}
.section-posts-slider .posts-slider-title a i {
  vertical-align: middle;
}
.section-posts-slider .swiper {
  padding: 4rem 15px;
}
.section-posts-slider .swiper-wrapper, .section-posts-slider .swiper-slide {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: inherit;
}
.section-posts-slider .swiper .st-slider-navigation {
  padding: 3rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  gap: 50px;
}
.section-posts-slider .swiper .st-slider-navigation .swiper-horizontal > .swiper-scrollbar, .section-posts-slider .swiper .st-slider-navigation .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  height: 1rem;
  border-radius: 0px;
  width: 100%;
  left: 0;
}
.section-posts-slider .swiper .st-slider-navigation .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag, .section-posts-slider .swiper .st-slider-navigation .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0px;
  background-color: #1D1D1B;
}
.section-posts-slider .swiper .st-slider-navigation .st-slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.section-posts-slider .swiper .st-slider-navigation .st-slider-buttons .st-button-next,
.section-posts-slider .swiper .st-slider-navigation .st-slider-buttons .st-button-prev {
  width: 20px;
  height: 20px;
  padding: 20px;
  border-radius: 100%;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section-posts-slider .swiper .st-slider-navigation .st-slider-buttons .st-button-next:hover, .section-posts-slider .swiper .st-slider-navigation .st-slider-buttons .st-button-next:focus,
.section-posts-slider .swiper .st-slider-navigation .st-slider-buttons .st-button-prev:hover,
.section-posts-slider .swiper .st-slider-navigation .st-slider-buttons .st-button-prev:focus {
  border-color: #4372F7;
  color: #4372F7;
  cursor: pointer;
}
.section-posts-slider .posts-slider-container {
  margin-left: max(0px, (100% - 1265px) / 2);
}
@media screen and (min-width: 1920px) {
  .section-posts-slider .posts-slider-container {
    margin-left: max(0px, (100% - 1851px) / 2);
  }
}
.section-posts-slider .posts-slider-container .posts-container {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-posts-slider .posts-slider-container .posts-container:hover a {
  color: #4372F7;
}
.section-posts-slider .posts-slider-container .posts-container .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-posts-slider .posts-slider-container .posts-container .post.grayed-out {
  opacity: 0.8;
}
.section-posts-slider .posts-slider-container .posts-container .post-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-image: url("./images/st-placeholder-img.png");
}
.section-posts-slider .posts-slider-container .posts-container .post-date {
  background-color: #4372F7;
  color: #fafafa;
  padding: 3.2rem 1.4rem;
  position: absolute;
  top: 0;
  right: 2rem;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 2.3rem;
}
.section-posts-slider .posts-slider-container .posts-container .post-title {
  padding: 2rem 2rem 2rem 2rem;
}
.section-posts-slider .posts-slider-container .posts-container .post-title h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 2.3rem;
  margin: 0;
  margin-bottom: 1.4rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-posts-slider .posts-slider-container .posts-container .post-read-more {
  padding: 0rem 2rem 2rem 2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}
.section-posts-slider .posts-slider-container .posts-container .post-read-more a {
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section-posts-slider .posts-slider-container .posts-container .post-read-more a:hover, .section-posts-slider .posts-slider-container .posts-container .post-read-more a:focus {
  color: #4372F7;
}

.section-posts-list {
  padding: 7rem 0;
}
.section-posts-list.cream {
  background-color: #ECECE8;
}
.section-posts-list.cream .main-inner .posts-list.columns .post-container .post-content {
  padding: 1.5rem;
}
.section-posts-list .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-posts-list .main-inner .posts-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 3rem;
}
.section-posts-list .main-inner .posts-list-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.section-posts-list .main-inner .posts-list-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 660px) {
  .section-posts-list .main-inner .posts-list-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-posts-list .main-inner .posts-list-options.hidden {
  display: none;
}
.section-posts-list .main-inner .posts-list-options .option {
  width: calc(100% - 10px);
}
@media screen and (min-width: 660px) {
  .section-posts-list .main-inner .posts-list-options .option {
    width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .section-posts-list .main-inner .posts-list-options .option {
    width: calc(25% - 10px);
  }
}
.section-posts-list .main-inner .posts-list-options .option label {
  text-transform: none;
  font-size: inherit;
  margin-bottom: 1rem;
}
.section-posts-list .main-inner .posts-list-options .option input {
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.15rem 2rem;
  background-color: #1D1D1B;
  color: #fafafa;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: -18px;
}
.section-posts-list .main-inner .posts-list-options .option input:hover {
  cursor: pointer;
}
.section-posts-list .main-inner .posts-list-options .option div.selector {
  border-radius: 0px;
  font-size: inherit;
  padding: 0.5rem 0.2rem;
  height: auto;
  background: transparent;
}
.section-posts-list .main-inner .posts-list-options .option div.selector:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #4372F7;
  border-bottom: 2px solid #4372F7;
  -webkit-transform: rotate(45deg) translateX(-45%);
          transform: rotate(45deg) translateX(-45%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.section-posts-list .main-inner .posts-list-options .option div.selector:hover, .section-posts-list .main-inner .posts-list-options .option div.selector:focus, .section-posts-list .main-inner .posts-list-options .option div.selector.noHover {
  cursor: pointer;
}
.section-posts-list .main-inner .posts-list-options .option div.selector:hover:after, .section-posts-list .main-inner .posts-list-options .option div.selector:focus:after, .section-posts-list .main-inner .posts-list-options .option div.selector.noHover:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.section-posts-list .main-inner .posts-list-options .option option {
  font-size: inherit;
  color: #1D1D1B;
}
.section-posts-list .main-inner .posts-list-options .option option:disabled {
  color: #a5a5a4;
  opacity: 0.6;
}
.section-posts-list .main-inner .posts-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-posts-list .main-inner .posts-list.loading {
  opacity: 0.2;
  pointer-events: none;
}
.section-posts-list .main-inner .posts-list.columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-posts-list .main-inner .posts-list.columns .post-container {
  width: calc(100% - 0px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 660px) {
  .section-posts-list .main-inner .posts-list.columns .post-container {
    width: calc(50% - 32px);
  }
}
@media screen and (min-width: 992px) {
  .section-posts-list .main-inner .posts-list.columns .post-container {
    width: calc(33.333% - 32px);
  }
}
.section-posts-list .main-inner .posts-list.columns .post-container .post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f8f8f8;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.section-posts-list .main-inner .posts-list.columns .post-container .post-img, .section-posts-list .main-inner .posts-list.columns .post-container .post-content {
  width: 100%;
}
.section-posts-list .main-inner .posts-list.columns .post-container .post-content {
  padding: 1.5rem 0;
}
.section-posts-list .main-inner .posts-list.columns .post-container .post-content h3 {
  font-size: 2.2rem;
  margin-top: 0.3rem;
  margin-bottom: 1.4rem;
}
.section-posts-list .main-inner .posts-list-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
  list-style: none;
  text-transform: lowercase;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-posts-list .main-inner .posts-list-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  background-color: #1D1D1B;
  color: #fafafa;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-posts-list .main-inner .posts-list-pagination .page-numbers:hover {
  cursor: pointer;
  background-color: #4372F7;
}
.section-posts-list .main-inner .posts-list-pagination .page-numbers.current {
  background-color: #4372F7;
}
.section-posts-list .main-inner .posts-list-pagination .page-numbers i {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: -4px;
  font-size: 1.2rem;
}
.section-posts-list .main-inner .posts-list-pagination .page-numbers i.left {
  margin-left: -4px;
  margin-right: 2px;
}
.section-posts-list .main-inner .st-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.section-posts-list .main-inner .selected-filter {
  background-color: #4372F7;
  color: white;
  padding: 2px 9px;
  border-radius: 10px;
  font-size: 15px;
  padding-bottom: 3px;
  margin-right: 5px;
}

.post-container {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-container:hover h3,
.post-container:hover .post-content-footer {
  color: #4372F7;
}
.post-container .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f8f8f8;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.post-container .post-img {
  width: calc(100% - 5px);
  height: 320px;
  background-size: cover;
  background-position: center;
  background-image: url("./images/st-placeholder-img.png");
}
@media screen and (min-width: 660px) {
  .post-container .post-img {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .post-container .post-img {
    width: calc(33% - 20px);
  }
}
.post-container .post-img.tall-image {
  height: 520px;
}
.post-container .post-date {
  background-color: #4372F7;
  color: #fafafa;
  padding: 3.2rem 1.4rem;
  position: absolute;
  top: 0;
  left: 2rem;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 2.3rem;
}
.post-container .post-date.hidden {
  display: none;
}
.post-container .post-content {
  width: calc(100% - 5px);
  padding: 0rem 2.3rem 1rem 0;
}
@media screen and (min-width: 660px) {
  .post-container .post-content {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .post-container .post-content {
    width: calc(67% - 20px);
  }
}
.post-container .post-content h1, .post-container .post-content h2, .post-container .post-content h3, .post-container .post-content h4, .post-container .post-content h5, .post-container .post-content h6 {
  margin: 3rem 0 2rem 0;
}
.post-container .post-content h3 {
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  font-size: 3.2rem;
  margin: 0;
  margin-bottom: 1.4rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.post-container .post-content h3.hidden {
  display: none;
}
.post-container .post-content-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.45rem;
  font-family: "Calibre-Medium", "Arial", "Helvetica", sans-serif;
  margin-bottom: 1rem;
}
.post-container .post-content-categories.hidden {
  display: none;
}
.post-container .post-content-categories p {
  background-color: rgba(67, 114, 247, 0.3);
  color: #22397C;
  padding: 0.1rem 0.9rem;
}
.post-container .post-content-categories p.red {
  background-color: rgba(255, 0, 0, 0.3);
  color: #803F2D;
}
.post-container .post-content p.excerpt {
  padding-bottom: 2.5rem;
}
.post-container .post-content p.excerpt.hidden {
  display: none;
}
.post-container .post-content-footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  padding: 2rem 1rem;
  font-family: "Calibre-Semibold", "Arial", "Helvetica", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*@media screen and (min-width: $medium-screen) { 
      padding: 0rem 1rem 3rem 1rem;
  }*/
}
.post-container .post-content-footer.hidden {
  display: none;
}
.post-container .post-content-footer:hover, .post-container .post-content-footer:focus {
  color: #4372F7;
}
.post-container .post-content-footer::after {
  content: "\ea50";
  font-weight: 700;
  font-family: "boxicons" !important;
  vertical-align: middle;
  margin-left: 1rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: #4372F7;
}

.st-checkbox-dropdown {
  padding: 10px;
  border: 1px solid gray;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.st-checkbox-dropdown:hover {
  cursor: pointer;
  background-color: #eee;
}

.st-filter-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 11;
  padding: 14px;
  top: 39px;
  display: none;
}
.st-filter-dropdown .st-filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}