﻿@import url("https://use.typekit.net/dea4hqi.css");
.bg-primary {
  background-color: #00666A !important;
}

.bg-secondary {
  background-color: #8C1F3D !important;
}

.text-primary {
  color: #00666A !important;
}

/* General. */
html {
  font-size: 16px;
}

body {
  font-family: "Helvetica Neue", arial !important;
}

h1, h2, h3, h4 {
  font-family: "peachy-keen-jf", sans-serif;
  color: #00666A;
}

.ttl-font {
  font-family: "peachy-keen-jf", sans-serif;
}

.section .row img {
  width: 100%;
}

h1 {
  font-size: 3rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

h2 {
  font-size: 2.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 5px;
}

.card-title {
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.7rem;
  }
}
.section {
  margin: 30px 0;
}

hr {
  height: 2px !important;
  opacity: 1 !important;
  background-color: #23b5b5;
  border: none;
  margin: 2rem 0;
}

@media (min-width: 767px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

p {
  font-size: 1.1em;
}

.section-heading {
  margin-bottom: 40px;
}

.main-banner {
  width: 100%;
}

.main-banner img {
  margin-bottom: 20px;
  width: 100%;
}

.main-banner + * {
  margin-top: 0;
}

a.link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin-right: 15px;
  position: relative;
}

a.link:after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #fff;
  transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

a.link:hover:after {
  width: 100%;
}

a.dark:after {
  background: #00666A;
}

/* Font face */
@font-face {
  font-family: "Helvetica Neue";
  src: url("scss/fonts/helveticaneueltstd-roman-webfont.woff2") format("woff2"), url("scss/fonts/helveticaneueltstd-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("scss/fonts/helveticaneueltstd-bd-webfont.woff2") format("woff2"), url("scss/fonts/helveticaneueltstd-bd-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("scss/fonts/helveticaneueltstd-hv-webfont.woff2") format("woff2"), url("scss/fonts/helveticaneueltstd-hv-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("scss/fonts/helveticaneueltstd-blk-webfont.woff2") format("woff2"), url("scss/fonts/helveticaneueltstd-blk-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* BG   */
.bg-yellow {
  background-color: #FEA317;
}

.bg-read {
  background-color: #FEA317;
}

.bg-sit {
  background-color: transparent;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
  background-color: transparent;
}

.bg-bike {
  background-image: url("scss/img/bg/bg-bike.jpg");
  background-color: transparent;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -10px;
  background-color: transparent;
}

.bg-care {
  background-color: transparent;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
  background-color: transparent;
}

/* CARD IMAGE */
.card-img-rounded {
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
}

/* Buttons */
.btn {
  font-weight: 700;
  font-size: 1.4em;
  padding: 0.35em 1.5em 0.35em 1.5em;
  border-radius: 1.2em;
  border: 0;
}

.btn-large {
  font-size: 1.7em;
  padding: 18px 60px;
}

.btn-primary {
  background-color: #00666A !important;
}

.btn-primary:hover {
  background-color: #FEA317 !important;
}

.btn-secondary {
  background-color: #007575 !important;
}

.btn-secondary:hover {
  background-color: #007575 !important;
}

.text-secondary {
  color: #4d216d !important;
  line-height: 30px;
}

.btn-search {
  font-weight: 300;
  font-size: 1em;
  padding: 0.35em 1.5em 0.35em 1.5em;
  border-radius: 2em;
  border: 0;
  background-color: #FEA317 !important;
  border: 1px solid #FEA317;
  color: #000000 !important;
}

.btn-search:hover {
  background-color: #FEA317 !important;
  border: 1px solid #ffffff;
  color: #000000 !important;
}

.btn-stack {
  font-weight: 300;
  font-size: 1.5em;
  padding: 0.35em 1.5em 0.35em 1.5em;
  border-radius: 2em;
  background-color: #FEA317 !important;
  border: 1px solid #FEA317;
  color: black;
  width: 100%;
}

.btn-stack:hover {
  background-color: #007575 !important;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

.act-num {
  background-color: #007979;
  color: #fff;
  border-radius: 50%;
}

td.act-tile > a {
  color: #014f4f;
  text-decoration: none;
  border: 6px solid #fff;
  width: 125px;
  display: block;
  align-content: center;
  margin-bottom: 10px;
}

td.act-tile > a:hover {
  color: #014f4f;
  text-decoration: none;
  border: 6px solid #fff;
  border-bottom: 6px solid #014f4f;
}

td.act-tile-sel > a {
  color: #014f4f;
  text-decoration: none;
  border: 6px solid #fff;
  border-bottom: 6px solid #014f4f;
  width: 125px;
  display: block;
  align-content: center;
  margin-bottom: 10px;
}

/* Nav */
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

header {
  background: #00666A;
}

header .navbar-brand {
  margin-right: 40px;
}

header .navbar-brand img {
  width: 210px;
}

header .nav-link {
  color: #fff !important;
  position: relative;
  font-weight: 600;
  opacity: 1;
  background-color: transparent;
  border: 0px none;
  margin-right: 10px;
  margin-left: 10px;
  min-width: 48px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='5' stroke-linecap='round' d='M5 10h30M5 20h30M5 30h30'/%3E%3C/svg%3E");
  width: 4rem;
  height: 4rem;
}

.nav-link {
  color: #00666A;
  font-family: Helvetica;
}

.nav-pills .nav-link.active {
  background-color: #00666A;
}

.link-secondary {
  color: #FEA317 !important;
  font-family: "peachy-keen-jf", sans-serif;
}

.link-secondary:hover {
  color: #FEA317 !important;
}

.offcanvas-body .nav-item .nav-lin {
  font-weight: bold;
}

.offcanvas-body .nav-item .nav-link.active {
  font-weight: bold;
}

.offcanvas-body .nav-item .nav-link:hover {
  font-weight: bold;
  background-color: #00666A;
  color: #fff !important;
}

/* Footer */
.footer {
  background: #00666A;
  padding: 30px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-left, .footer-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-left p {
  color: #fff;
  margin-right: 30px;
  margin-top: 1rem;
}

.footer-left ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.footer-right {
  justify-content: flex-end;
}

.footer-right img {
  width: 300px;
  object-fit: contain;
}

.footer-right ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer-container {
    display: block;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
}
.footer a.link {
  color: #fff;
  font-family: Helvetica;
}

.footer a.link:after {
  background: #fff;
}

/* Breaker general */
.breaker {
  background: #00666A;
  overflow: hidden;
}

.breaker h3, .breaker p {
  color: #fff;
}

.breaker-content {
  padding: 20px;
}

/* Signup breaker */
.blue-column {
  padding: 20px 100px 20px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.blue-column img {
  max-width: 100px;
}

.blue-column:before {
  content: "";
  z-index: -2;
  background: #23b5b5;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.blue-column:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(scss/images/signup-breaker-arrow.jpg);
  background-size: 100%;
  background-position: right;
}

.signup-breaker-content {
  display: flex;
  align-items: center;
}

.signup-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.signup-text p {
  margin-bottom: 0;
}

.signup-btn .btn {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .blue-column:before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .blue-column {
    justify-content: center;
    padding-right: 0;
  }
  .blue-column:after {
    display: none;
  }
  .signup-breaker-content {
    display: block;
    text-align: center;
  }
  .signup-breaker-content p {
    margin-bottom: 30px;
  }
}
/* Latest news breaker */
.breaker-news .row {
  align-items: flex-start;
}

.news-breaker-label {
  margin: 30px 0;
  padding: 20px 0;
  background: #91dada;
  width: 200px;
  text-align: center;
  margin-right: 40px;
}

.news-breaker-label h2 {
  margin-bottom: 0;
}

.breaker-news .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breaker-news .signup-text {
  width: calc(100% - 240px);
  padding: 30px 0;
}

@media (max-width: 767px) {
  .breaker-news .container {
    display: block;
  }
  .news-breaker-label {
    margin: 30px auto 10px auto;
  }
  .breaker-news .signup-text {
    width: 100%;
    text-align: center;
  }
  .breaker-news .signup-text h3 {
    width: 100%;
  }
}
/* Grids layout */
.block-single {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}

a.block-single {
  color: #00666A;
  transition: 0.3s ease-in-out;
}

a.block-single:hover {
  color: #FEA317;
}

.block-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
  border: 2px solid #91dada;
  display: inline-block;
  padding: 18px 30px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs-inner {
  display: flex;
}

.breadcrumbs-inner > *:not(:last-child) {
  margin-right: 40px;
  position: relative;
}

.breadcrumbs-inner > *:not(:last-child):before {
  content: ">";
  display: block;
  position: absolute;
  right: -24px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

/* Forms */
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  font-weight: 400;
}

.form-floating > label {
  padding: 0.75rem 0.75rem;
  font-size: 1.1rem;
}

.form-group, .form-floating {
  margin-top: 15px;
}

input[type=submit] {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-control, input {
  border: 1px solid #91dada;
  border-radius: 0.7em;
  outline: 0 !important;
  box-shadow: none;
  width: 100%;
}

.form-control, input:focus {
  box-shadow: inherit;
  border: 1px solid #91dada !important;
}

input[type=radio],
input[type=checkbox] {
  max-width: 25px;
  max-height: 25px;
  position: relative;
  margin-top: -2px;
  margin-right: 10px;
}

input.texteditor {
  min-height: 600px;
}
