.page-main.page-main-login {
  padding-top: 50px;
}

.page-main-login .login-container {
  display: block;
  text-align: left;
  min-height: 0;
}

.login-container #user-sidebar h1 {
  line-height: 1.2;
  text-align: center;
}

.login-container .form-item-pass {
  margin-bottom: 2.88rem !important;
}

.login-container .switch-link-bottom {
  position: static;
  margin-bottom: .5rem;
}

.login-container .switch-link-bottom a {
  text-decoration: underline;
  position: relative;
}

.login-container .switch-link-bottom a:after {
  position: absolute;
  right: -14px;
  content: ">";
}

.page-main.page-main-login #user-sidebar .switch-link.text-center {
  text-align: left !important;
}

.switch-links {
  margin-top: 2rem;
}

/*
 * HEADER
 */
.block-views-exposed-filter-blockopigno-training-catalog-training-catalogue [id*=learning-path-category] .fieldset-legend:before {
  content: none;
}

.block-views-exposed-filter-blockopigno-training-catalog-training-catalogue [id*=group-membership] .fieldset-legend:before {
  content: none;
}

.block-views-exposed-filter-blockopigno-training-catalog-training-catalogue .fieldset-legend {
  padding-left: 0;
}
/* END HEADER */

.btn-outline-white {
  border: solid 2px #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.btn {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: solid 2px #1550ed;
  color: #1550ed;
  background-color: transparent;
  border-radius: 30px;
  padding: 13px 29px;
  letter-spacing: 0.05em;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
  box-shadow: 0px 0px 0px rgb(17 37 66 / 0%);
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#americorps-footer {
  clear: both;
  position: relative;  
  margin-top: 200px;
}

/*
 * OPIGNO SITE HEADER
 */
.page-header {
  background-color: rgb(60, 60, 59);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}
.page-header .container{
  padding: 1rem 1rem;
}
.region-main-menu a:active {
  color: #1550ED;
}
html body header.page-header {
  margin-bottom: 1.75rem;
}
html body footer#site-footer,
html body header.page-header {
  display: flex;
}
#site-header {
  background: #3c3c3b;
}
ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.page-header .col-right {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.col-lg-3, .col-xxl-4 {
  position: relative;
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.container {
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  margin-right: auto;
  margin-left: auto;
}
.page-header .mobile-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.875rem 0 5.625rem;
  text-align: center;
}
.page-header .block-notifications {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.user-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header .mobile-header .block-profile__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.page-header .block-profile .profile-pic {
  height: 51px;
  width: 51px;
}

.profile-pic {
  border-radius: 50%;
  overflow: hidden;
}

.page-header .block-profile__link {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .mobile-menu-btn {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .page-header {
    min-height: 58px;
  }
  .page-header .mobile-header {
    overflow-y: scroll;
  }
}
.mobile-menu-btn {
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 3rem;
  top: 0;
  height: 1rem;
  width: 1.5rem;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Montserrat,Geneva,Arial,Helvetica,sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
@media (max-width: 991.98px) {
  .page-header {
    min-height: 2rem;
    padding: 2rem 0 0.625rem;
    transition: min-height .3s ease;
    width: 100%;
    z-index: 10;
  }
  .page-header .container {
      padding: 0;
  }
  .user-menu-list {
    padding-top: 3.125rem;
    position: relative;
    width: 100%;
   }
  .page-header .block-profile__link {
    font-size: 1.25rem;
  }
  .mobile-menu-btn {
    margin: 0;
    position: absolute;
    top: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
  }
  .page-header {
    min-height: 58px;
  }
  .main-menu__item {
    font-size: 1.5625rem;
    margin-bottom: 1.875rem;
  }
  .main-menu {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
 .page-header .col-right {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 1399.98px) {
  .page-header .block-profile__link {
    -webkit-box-direction: reverse;
  }
  .page-header .block-profile .profile-pic {
    margin-left: 0;
    margin-bottom: 0.3125rem;
  }
}

@media (max-width: 1199.98px) {
  .main-menu__item {
    padding: 0 12px;
  }
}

a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

button {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
/*
 * MAIN MENU
 */
@media (max-width: 991.98px) {
  .main-menu {
      padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .main-menu {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header .mobile-header {
  text-align: center;
}

ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat,Geneva,Arial,Helvetica,sans-serif;
}

@media (max-width: 991.98px) {
  .main-menu__link {
    font-size: 1.5625rem;
    margin-bottom: 1.875rem;
    font-family: Montserrat,Geneva,Arial,Helvetica,sans-serif;
  }
}

.main-menu li {
  margin-bottom: 1.875rem;
}

.main-menu__link {
  text-decoration: none;
  text-decoration-line : none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

@media (max-width: 1199.98px) {
  .main-menu__link  {
      padding: 0 12px;
  }
}

@media (max-width: 1199.98px) {
  .main-menu__item {
      padding: 0 12px;
  }
}

.main-menu__link.is-active, .main-menu__link:hover {
  color: #4AD3B1;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ul {
  list-style-type: disc;
}

a {
  text-decoration: none;
  transition: color .3s ease-out;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
  text-decoration-line : none;
}

@media (max-width: 991.98px) {
  .main-menu__item {
    font-size: 1.5625rem;
    margin-bottom: 1.875rem;
  }
}

/*
 * FOOTER
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 23px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  background-color: #112542;
  padding: 75px 0 10px 0; 
  overflow-x: hidden;
  font-family: "Circular Std", Fallback, sans-serif;
  text-transform: none !important;
}

.footer-bottom .footer-bottom-left .ac-footer-column .ac-footer-links > li > a:hover {
  text-decoration: underline;
  text-decoration-color: #fff !important;
}

footer .subfooter a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#page-footer {
  background-color: #112542;
  padding: 75px 0 10px 0;
  overflow-x: hidden;
}

footer .container {
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 900px) {
.container, .region--content-top, .region--content-bottom, .region--hero, .region--secondary-navigation {
    padding: 1.8rem 1rem;
  }
}

#page-footer h2 {
  color: #ffffff;
  font-size: 35px;
}

footer h2 {
  color: #ffffff;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
}

h2 {
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

footer h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px;
}

footer .footer-bottom ul {
  list-style-type: none;
  padding-left: 0px;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  line-height: 1.1;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 1.1;
  margin: 1rem 0 0.5rem;
  transition: 0.3s;
}

footer .footer-bottom ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}

a {
  background-color: transparent;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
}

footer .footer-bottom .footer-bottom-right a {
  color: #2DC4B6;
  text-decoration: none;
}

footer .footer-bottom .footer-bottom-right p {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0px;
}

footer .subfooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 40px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  footer .subfooter {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  footer .subfooter {
    flex-wrap: wrap;
  }
}

footer .subfooter .subfooter-left {
  margin-right: 50px;
}

@media (max-width: 991px) {
  footer .subfooter .subfooter-left {
    margin-bottom: 8px;
  }
}

footer .subfooter .subfooter-left img {
  width: 198px;
  max-width: 198px;
}

img {
  min-height: 1px;
  height: auto;
}

img {
  vertical-align: middle;
}

div {
  display: block;
}

p {
  margin: 0 0 0.75rem;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

footer .footer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
  padding-left: 40px;
  padding-right: 40px;
}

footer .footer-top a.ac-outlined {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 13px 29px;
  letter-spacing: 0.05em;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}

footer .footer-bottom .footer-bottom-left .ac-footer-column {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 100px;
  padding-right: 16px;
}

footer .footer-top .footer-top-left {
  max-width: 40%;
}

@media (max-width: 768px) {
  footer .footer-top .footer-top-left {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  footer .footer-top .footer-top-right {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  footer .footer-top {
    padding-left: 0px;
    padding-right: 0px;
  }
}

footer .ac-banner {
  width: 100vw;
  position: relative;
  background-image: url(/sites/opigno/themes/contrib/subaristotle/images/flag.svg);
  display: block;
  margin-top: 20px;
  background-size: 100% 204px;
  background-repeat: no-repeat;
  height: 200px;
  left: calc(-1 * (100vw - 100%) / 2);
}

footer .footer-bottom {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px; 
  display: flex;
  flex-direction: row;
}

.ac-footer-links li > a:before {
  width: 100%;
}

@media (max-width: 768px) {
  footer .footer-bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  footer .footer-bottom {
    flex-wrap: wrap;
  }
}

footer .footer-bottom .footer-bottom-left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 66%;
  margin-left: -1%;
}

footer .footer-bottom .footer-bottom-left .ac-footer-column {
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 100px;
  padding-right: 16px;
}

@media (max-width: 768px) {
  footer .footer-bottom .footer-bottom-left .ac-footer-column {
    width: 48%;
  }
}

@media (max-width: 991px) {
  footer .footer-bottom .footer-bottom-left {
    width: 100%;
  }
}

footer .footer-bottom ul {
  list-style-type: none;
  padding-left: 0px;
}

@media (max-width: 991px) {
  footer .footer-bottom .footer-bottom-right {
    width: 100%;
    padding-left: 0px;
  }
}

@media (min-width: 991px) {
  footer .footer-bottom .footer-bottom-right {
    width: 34%;
    padding-left: 30px;
  } 
}

.subfooter-right {
  color: #ffffff;
}

footer .footer-bottom .footer-bottom-right .ac-footer-sidebar {
  border-top: 2px solid #fff;
  padding-top: 40px;
  margin-bottom: 50px;
}

.ac-footer-sidebar h2 {
  text-transform: none;
}

footer .footer-bottom .footer-bottom-right .ac-footer-sidebar .social-block-row {
  margin-top: 22px;
  margin-bottom: 22px;
}

footer .footer-bottom .footer-bottom-right .ac-footer-sidebar .social-block-row svg {
  margin-right: 12px;
}

dl, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

#page-footer .footer-copyright {
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  padding: 48px 0;
  margin: 0 0 150px 0;
  color: #ffffff;
}

@media (min-width: 600px) {
  body {
    font-size: 15px;
  }
}

.region-footer-newsletter .break-out {
  width: 100vw;
  position: relative;
  background-image: url(/sites/opigno/themes/contrib/subaristotle/images/flag.svg);
  display: block;
  margin-top: 20px;
  background-size: 100% 204px;
  background-repeat: no-repeat;
  height: 200px;
  left: calc(-1 * (100vw - 100%) / 2);
}

.btn-outline-white {
  border: solid 2px #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.region-footer-navigation .nav .nav-item a {
  font-weight: bold;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
}

 a .nav-link {
  color: #ffffff;
  font-size: 16px;
}

p.800number {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0px;
}

.region-footer-social #block-americorps-languageblock {
  margin: 50px 0;
  border-top: #ffffff solid 2px;
  padding-top: 40px;
}

.select-wrapper select:not([multiple]).dropdown-white, .js-form-type-select select:not([multiple]).dropdown-white, .fancy-dropdown.dropdown-white, .gtranslate select, select.dropdown.dropdown-white {
  color: #ffffff;
  border-color: #ffffff;
  background-image: url(/sites/themes/americorps/images/arrow-down.svg),linear-gradient(to bottom,#112542 0%,#112542 100%);
}

.sign__up_latest_news {
  font-family: "Circular Std", Fallback, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
}

.nav {
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

#block-footerabout {
  font-family: "Circular Std", Fallback, sans-serif;
}

#block-footerabout li{
  font-size: 16px;
}

.region-footer-navigation .nav .nav-item .menu {
  padding-left: 0;
}

a:hover {
  border-bottom: 0;
  text-decoration: none;
}

.ac-footer-column h3 a:hover {
  --desktop-link-hover: #fff;
}