body.full {
  width: 100%;
  padding: 0;
  margin: 0;
  background: none !important;
}

#main-resource {
  display: none;
  background-color: #ffffff;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.header-landing {
  position: relative;
  background: #1f3661;
  color: #fcfcfd;
  text-align: center;
}

.header-landing div:first-child {
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-landing div:last-child {
  font-size: inherit;
  padding-bottom: 20px;
}

.header-landing::before {
  content: "";
  font-size: inherit;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #1f3661;
  position: absolute;
  top: 100%;
  left: calc(50% - 25px);
}

.sub-header-landing {
  font-size: inherit;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.sub-header-landing div:first-child {
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}

.sub-header-landing div:last-child {
  background: #f2f2f2;
  text-align: center;
  padding: 20px 40px;
  margin-bottom: 15px;
}

.carousel-wrapper {
  width: 1024px;
}

.footer {
  margin-top: 20px;
  background-color: #f2f2f2;
}

.footer .remember {
  background: #32a494;
  color: #eeeeee;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 5px;
  font-weight: bold;
  width: 100%;
  top: 0;
}

.footer-content {
  position: relative;
  color: #4c4c4c;
  font-size: inherit;
}

.footer-content .text {
  text-align: center;
  padding-top: 35px;
  color: #828282;
  width: 100%;
}

.footer-wrapper {
  max-width: 768px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  font-weight: 600;
}

.service-desk {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.service-desk .item {
  display: flex;
  align-items: center;
}

.service-desk .item div {
  display: inline-block;
}

.service-desk .item:only-child {
  margin: 0 auto;
}

.circle {
  background-color: #deebf7;
  border-radius: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  float: left;
  width: 30px;
  height: 30px;
}

.item .name {
  padding-left: 8px;
}

.service-desk-extend {
  padding-top: 0 !important;
  margin-top: 15px;
  font-style: italic;
}

.service-desk-extend div {
  border: 1px solid #dcdcdc;
  max-width: 733px;
  padding: 15px;
  color: #828282;
}

.padding-top-20 {
  padding-top: 20px;
}

.img-tooltip {
  padding-top: 15px;
  width: 334px !important;
}

.center {
  text-align: center;
}

.custom-link a {
  color: #193051;
}

@media only screen and (max-width: 992px) {
  .carousel-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .service-desk {
    display: unset;
  }

  .item {
    margin-top: 15px;
  }
}
