.page-template-page_courses .firstCourse {
  padding-top: calc(0.6 * 6vw);
  padding-bottom: calc(0.6 * 6vw);
}
.page-template-page_courses .firstCourse .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 15.625rem;
}
.page-template-page_courses .firstCourse .image .date {
  background-color: #40A5D3;
  position: absolute;
  left: 1.875rem;
  top: 1.875rem;
  text-align: center;
  color: #FFF;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.page-template-page_courses .firstCourse .image .date .upper {
  text-align: center;
  background-color: #2C2C2C;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  padding: 0.625rem 0;
}
.page-template-page_courses .firstCourse .image .date .number {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  width: 100%;
  margin-top: 1.25rem;
}
.page-template-page_courses .firstCourse .image .date .month {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.page-template-page_courses .firstCourse .image .date .lower {
  width: 100%;
  text-align: center;
}
.page-template-page_courses .firstCourse .image .date .lower .number, .page-template-page_courses .firstCourse .image .date .lower .month {
  display: inline-block;
  width: auto;
}
.page-template-page_courses .firstCourse .image .date .lower .number {
  font-size: 1.875rem;
  vertical-align: middle;
}
.page-template-page_courses .firstCourse .image .date .lower .month {
  vertical-align: -10px;
}
.page-template-page_courses .firstCourse .text {
  padding-left: 3.125rem;
}
.page-template-page_courses .firstCourse .text .description {
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 11;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
.page-template-page_courses .firstCourse .dates {
  padding: 0;
}
.page-template-page_courses .firstCourse .dates ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.875rem;
}
.page-template-page_courses .firstCourse .dates ul li {
  font-weight: 600;
  margin-bottom: 1em;
}
.page-template-page_courses .firstCourse .dates ul li i {
  margin-right: 0.625rem;
}
.page-template-page_courses .firstCourse .dates .line {
  width: 100%;
  height: 1px;
  background-color: #BABABA;
}

@media (max-width: 991.98px) {
  .page-template-page_courses .firstCourse .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 1.875rem;
  }
  .page-template-page_courses .firstCourse .text {
    padding-left: 0;
    margin-bottom: 1.875rem;
  }
}
.page-template-page_contact .pageContent {
  padding-bottom: 0.625rem;
}
.page-template-page_contact .pageContent .message {
  margin-bottom: 3.75rem;
}
.page-template-page_contact .pageContent .message.failed {
  color: red;
}
.page-template-page_contact .pageContent .message.success {
  color: #40A5D3;
}
.page-template-page_contact .pageContent form input, .page-template-page_contact .pageContent form textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #B7B7B7;
  padding: 0.875rem 1.375rem;
  margin-bottom: 1em;
  font-size: 1rem;
}
.page-template-page_contact .pageContent form textarea {
  height: 8.4375rem;
}
.page-template-page_contact .pageContent form label {
  font-weight: 700;
}
.page-template-page_contact .pageContent form label span {
  color: #AE1D14;
}
.page-template-page_contact .pageContent form .line {
  width: 100%;
  height: 1px;
  background-color: #B7B7B7;
  margin: 1.5625rem 0;
}
.page-template-page_contact .pageContent .info {
  margin-top: -26.25rem;
}
.page-template-page_contact .pageContent .info.smallExcerpt {
  margin-top: -17.5rem;
}
.page-template-page_contact .pageContent .info .title {
  background-color: #40A5D3;
  padding: 1.4375rem 2.1875rem;
  color: #FFF;
}
.page-template-page_contact .pageContent .info .title h3 {
  margin-bottom: 0;
}
.page-template-page_contact .pageContent .info .data {
  padding: 2.1875rem;
  background-color: #FFFAFA;
  font-size: 1rem;
  margin-bottom: 3.75rem;
}
.page-template-page_contact .pageContent .info .data p {
  margin-bottom: 0;
}
.page-template-page_contact .pageContent .info .data .line {
  width: 100%;
  height: 1px;
  background-color: #B7B7B7;
  margin: 1.5625rem 0;
}
.page-template-page_contact .pageContent .info .data .contactOptions {
  display: flex;
  justify-content: space-between;
}
.page-template-page_contact .pageContent .info .data .contactOptions a {
  color: #2C2C2C;
  display: block;
  transition: color 0.3s;
}
.page-template-page_contact .pageContent .info .data .contactOptions a i {
  margin-right: 0.625rem;
}
.page-template-page_contact .pageContent .info .data .contactOptions a:hover {
  color: #40A5D3;
}
.page-template-page_contact .homeAbout {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

@media (max-width: 991.98px) {
  .page-template-page_contact .pageContent .image {
    display: none;
  }
  .page-template-page_contact .pageContent .info {
    margin-top: 0 !important;
  }
  .page-template-page_contact .pageContent .info .data .contactOptions {
    display: block;
  }
  .page-template-page_contact .pageContent .info .data .contactOptions a {
    width: 100%;
  }
}
.page-template-page_faq .faqContent {
  padding-bottom: 6vw;
}
.page-template-page_faq .faqContent .faq {
  padding-bottom: 0;
}

.menuPopup {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 6.75rem;
  right: -100%;
  background-color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: right 0.3s, top 0.3s;
  z-index: 99;
  background-color: #2C2C2C;
  color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.menuPopup.open {
  right: 0%;
  transition: right 0.3s;
}
.menuPopup a:after {
  display: none;
}
.menuPopup .top {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
}
.menuPopup .top .blackOverlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.84);
}
.menuPopup .top .menu {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
}
.menuPopup .top .menu li {
  list-style: none;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 6vw;
  text-transform: uppercase;
}
.menuPopup .top .menu li a {
  color: #FFF;
}
.menuPopup .top .menu .sub-menu {
  display: block;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 8.125rem;
  right: -100%;
  left: auto;
  padding: 2.5rem;
  background-color: #2C2C2C;
  z-index: 1;
  transition: right 0.3s;
}
.menuPopup .top .menu .sub-menu.open {
  right: 0;
}
.menuPopup .top .menu .sub-menu .backButton {
  position: absolute;
  top: 0.3125rem;
  left: 0.125rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  line-height: 3.125rem;
  z-index: 1;
}
.menuPopup .top .menu .sub-menu .backButton img {
  width: 1.5625rem;
  height: 0.9375rem;
}
.menuPopup .footer {
  background-color: #FFF;
  position: absolute;
  width: 100%;
  bottom: 8.75rem;
  z-index: 3;
  text-align: center;
  color: #2C2C2C;
  padding: 1.875rem;
}

.itemList {
  background-image: url("../img/diagonal.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.itemList .container > .top {
  margin-bottom: calc(6vw * 0.8);
}
.itemList .container > .top h2 {
  margin-bottom: 0;
}
.itemList .list .item .top {
  height: 15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.itemList .list .item .top .date {
  background-color: #40A5D3;
  position: absolute;
  left: 1.875rem;
  top: 1.875rem;
  text-align: center;
  color: #FFF;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.itemList .list .item .top .date .upper {
  text-align: center;
  background-color: #2C2C2C;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  padding: 0.625rem 0;
}
.itemList .list .item .top .date .number {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  width: 100%;
  margin-top: 1.25rem;
}
.itemList .list .item .top .date .month {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.itemList .list .item .top .date .lower {
  width: 100%;
  text-align: center;
}
.itemList .list .item .top .date .lower .number, .itemList .list .item .top .date .lower .month {
  display: inline-block;
  width: auto;
}
.itemList .list .item .top .date .lower .number {
  font-size: 1.875rem;
  vertical-align: middle;
}
.itemList .list .item .top .date .lower .month {
  vertical-align: -10px;
}
.itemList .list .item .title {
  background-color: #2C2C2C;
  color: #FFF;
  padding: 0.75rem 1.875rem;
}
.itemList .list .item .title h3 {
  font-size: 1.5rem;
  text-transform: none;
}
.itemList .list .item .bottom {
  background-color: #FFF;
  padding: 1.875rem;
  color: #2C2C2C;
}
.itemList .list .item .bottom .description {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 9;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.itemList .list .item .bottom .data {
  border-top: 1px solid #DBDBDB;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.itemList .list .item .bottom .data ul {
  padding: 0;
  list-style-type: none;
  line-height: 2;
}
.itemList .list .item .bottom .data ul li {
  color: #6E6E6E;
  font-weight: 600;
}
.itemList .list .item .bottom .data ul li i {
  margin-right: 2.1875rem;
}
.itemList .list .item .bottom .cta {
  margin-top: 2.5rem;
}

.newsletter {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: calc(6vw * 1.5);
  padding-bottom: calc(6vw * 1.5);
  color: #FFF;
}
.newsletter .container {
  position: relative;
  z-index: 2;
}
.newsletter .container h2 {
  color: #FFF;
}
.newsletter .container .intro {
  margin-bottom: 5rem;
  font-size: 1.125rem;
}
.newsletter .container form {
  position: relative;
}
.newsletter .container form input {
  -webkit-appearance: none;
  border: 0;
  background-color: #FFF;
  width: 100%;
  padding: 1.125rem;
  height: 4.25rem;
  padding-left: 1.875rem;
  padding-right: 21.875rem;
  font-size: 1.125rem;
}
.newsletter .container form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 4.25rem;
}
.newsletter .container .message {
  margin-bottom: 1.875rem;
  background-color: #FFF;
  padding: 1.875rem;
}
.newsletter .container .message.failed {
  color: red;
}
.newsletter .container .message.success {
  color: #40A5D3;
}

.faq {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.faq .faqContainer {
  position: relative;
}
.faq .faqContainer .lower .item {
  background-color: #40A5D3;
  margin-bottom: 0.625rem;
  color: #FFF;
}
.faq .faqContainer .lower .item .title {
  padding: 1.25rem;
  padding-right: 5rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.faq .faqContainer .lower .item .title i {
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  transition: all 0.3s;
  z-index: 1;
}
.faq .faqContainer .lower .item .title.open i {
  transform: rotate(90deg);
}
.faq .faqContainer .lower .item .title:after {
  content: "";
  display: block;
  background-color: #005B84;
  width: 4.6875rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.faq .faqContainer .lower .item .text {
  display: none;
  padding: 1.875rem;
}

footer .top {
  background-color: #2C2C2C;
  border-bottom: 1px solid #707070;
  font-size: 1.25rem;
  font-weight: 700;
}
footer .top .logo {
  margin-top: 1.875rem;
  height: 5.625rem;
  margin-bottom: 1.875rem;
}
footer .top .col {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #707070;
}
footer .top .col:last-child {
  border-right: 1px solid #707070;
}
footer .top .col a {
  color: #FFF;
  display: block;
  text-align: center;
}
footer .top i {
  font-size: 2.375rem;
  vertical-align: middle;
}
footer .top i + span {
  margin-left: 1.875rem;
}
footer .middle {
  background-color: #2C2C2C;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #FFF;
}
footer .middle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .middle a {
  color: #FFF;
}
footer .bottom {
  background-color: #FFF;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  footer .top .col a span {
    display: none;
  }
}
@media (max-width: 575.98px) {
  footer .top .logo {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 449.98px) {
  .newsletter .container form input {
    padding-right: 1.875rem;
  }
  .newsletter .container form button {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}

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