body {
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #1D3E96;
}

a:hover {
  color: #2f9ed5 !important;
  text-decoration: underline;
}

.btn-success:hover {
  background-color: #1D3E96 !important;
  border-color: #1D3E96 !important;
  color: #fff !important;
}

.nav-euroports {
  background-color: #1D3E96;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.europortsnav {
  border-bottom: 3px solid #666;
}

.europortsnav ul li {
  float: left;
}

.navbar-euroports {
  background-color: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-light-blue {
  color: #2f9ed5 !important;
}

abbr[data-original-title],
abbr[title] {
  border-bottom: none !important;
  text-decoration: none !important;
}

.euroports-nav-borders li {
  border-bottom: 5px solid #fff;
}

.euroports-nav-borders li .nav-link,
.euroports-nav-borders li a {
  font-size: 16px !important;
  padding-bottom: 2px !important;
  margin: 10px 3px !important;
  color: #575757 !important;
  opacity: 1 !important;
}

.euroports-nav-borders li a:hover {
  color: #1D3E96 !important;
}

.euroports-nav-borders li.active {
  border-bottom: 5px solid #2f9ed5;
}

.euroports-nav-borders li:not(.lang):hover {
  border-bottom: 5px solid #2f9ed5;
}

.footer-euroports {
  background-color: #1D3E96;
  color: #fff;
}

.footer-euroports .copyright,
.footer-euroports .links ul li a:not(.btn),
.footer-euroports a:not(.btn) {
  color: #fff;
}

h1 {
  color: #1D3E96;
  font-weight: 600;
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h2,
h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
}

.traject-card ul {
  list-style: none;
}

.traject-card ul li:before {
  content: "\F00C";
  font-family: FontAwesome;
  color: #1D3E96;
  margin-left: -18px;
  margin-right: 3px;
  display: inline-block;
}

.traject-card ul a {
  color: #f60;
}

.euroports-interal-list {
  list-style: none;
}

.euroports-interal-list li {
  font-size: 15px;
  line-height: 1.8em;
  color: #66615b;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.euroports-interal-list li li:before {
  content: "";
  color: #f60;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.euroports-interal-list li:before {
  content: "\F00C";
  font-family: FontAwesome;
  color: #f60;
  margin-left: -30px;
  margin-right: 6px;
  display: inline-block;
}

.card-profile {
  background-color: #f8f8f8;
}

.card-profile h4.card-title {
  color: #1D3E96;
  font-weight: 400;
}

.card {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
}

.card,
.traject-card {
  border-radius: 0 !important;
}

.card-image, .img {
  height: 123px !important;
  width: 100%;
  object-fit: cover;
}

.traject-card {
  background-color: #f8f8f8;
}

.traject-card h5 {
  color: #1D3E96;
  font-weight: 400;
}

.euroports-coaches-list li a {
  color: #1D3E96 !important;
}

.carousel-control,
.carousel-indicators .active {
  background-color: #1D3E96;
}

.zoom {
  /* transition: transform .2s; */
  transition: background-color 0.7s, color 0.7s, transform 0.7s,
    -webkit-transform 0.7s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (min-width: 1025px) {
  .c-site-header {
    height: 81px;
  }
}

.modal {
  z-index: 10055 !important;
  /* Higher than default */
}

.modal-backdrop {
  z-index: 10050 !important;
  /* Keep backdrop below modal */
}
.coachdesk_signup_document {
  display: block;
}
::file-selector-button {
  display: none;
}
.input-group__error {
  width: 100%;
  color: #F00;
  font-size: 16px;
}
