/* source-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/source-sans-3-v15-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/source-sans-3-v15-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/source-sans-3-v15-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  background-color: #fff;
}
img {
  width: 100%;
  height: auto;
}
.space-before-extra-small {
  margin-top: 0.5rem;
}
.space-before-small {
  margin-top: 1rem;
}
.space-before-medium {
  margin-top: 2rem;
}
.space-before-large {
  margin-top: 3rem;
}
.space-before-extra-large {
  margin-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .space-before-extra-large {
    margin-top: 5rem;
  }
}
.space-after-extra-small {
  margin-bottom: 0.5rem;
}
.space-after-small {
  margin-bottom: 1rem;
}
.space-after-medium {
  margin-bottom: 2rem;
}
.space-after-large {
  margin-bottom: 3rem;
}
.space-after-extra-large {
  margin-bottom: 5rem;
}
.ce-icon {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ce-icon.icon-size-regular .icon-file {
  width: 64px;
  margin-left: calc(50% - 32px);
}
.ce-icon.icon-size-big .icon-file {
  width: 120px;
  margin-left: calc(50% - 60px);
}
.ce-icon.icon-size-small .icon-file {
  width: 42px;
  margin-left: calc(50% - 21px);
}
.ce-icon.icon-top .icon-file {
  color: #EF7C00;
}
.ce-icon.icon-top h2 {
  font-family: "Source Sans";
  font-weight: 300;
  color: #EF7C00;
}
.ce-icon.icon-top p {
  font-family: "Source Sans";
  font-weight: 300;
  font-size: 20px;
}
.ce-image img {
  margin-bottom: 1rem;
}
.imageteaser {
  position: relative;
}
.imageteaser-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageteaser-image .imageteaser-text {
  color: #fff;
  text-align: center;
}
.imageteaser-image .imageteaser-text h1,
.imageteaser-image .imageteaser-text h1 a {
  color: #fff;
  text-decoration: none;
}
.youtube-preview {
  position: relative;
}
.youtube-preview .youtube_playsign {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: #000;
  display: flex;
  color: #fff;
  justify-items: center;
  align-items: center;
  font-size: 11px;
  padding-left: 10px;
}
.youtube-preview .youtube_sign {
  position: absolute;
  color: #990000;
  width: 100px;
  min-width: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  opacity: 0.99;
}
.youtube-preview:hover .youtube-privacy {
  display: block;
}
.youtube-preview .youtube-privacy {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.youtube-preview .youtube-privacy .youtube-privacy-content {
  margin: 10% 10% 0 10%;
  text-align: center;
}
.youtube-preview .youtube-privacy .youtube-privacy-content .youtube-privacy-content-header {
  font-weight: bold;
  padding-bottom: 10px;
}
.youtube-preview .youtube-privacy .youtube-privacy-content .youtube-privacy-content-content {
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 11px;
}
.youtube-preview .youtube-privacy .youtube-privacy-content .youtube-privacy-content-link {
  text-decoration: underline;
  cursor: pointer;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-indicators {
  bottom: -50px;
}
#carousel_14 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #carousel_14 .carousel-item .col-md-6 {
    padding-right: 50px;
  }
}
#carousel_14 .carousel-control-prev-icon,
#carousel_14 .carousel-control-next-icon {
  opacity: 0;
}
.btn {
  border-radius: 0;
}
.btn-warning {
  background-color: #EF7C00;
  border-color: #EF7C00;
  color: #fff;
}
body {
  font-size: clamp(1em, 2.8vw, 1.75em);
}
h1,
h2 {
  font-family: "Source Sans";
  font-weight: 300;
  padding-bottom: 1rem;
  color: #EF7C00;
}
p,
li {
  font-family: "Source Sans";
  font-weight: 500;
  font-size: 1rem;
}
ul {
  margin-bottom: 2rem;
}
a {
  color: #EF7C00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.stripe-middle-bottom.page_1 {
  background-color: #EF7C00;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.stripe-middle-bottom.page_1 h2 {
  color: #fff;
}
.stripe-bottom.page_1 {
  margin-top: 3rem;
}
#navbar {
  padding: 10px 0;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) {
  #navbar {
    padding: 40px 0;
  }
}
#navbar.navbar-small {
  padding: 10px 0;
}
.navbar-brand #navbar-brand-image {
  height: 40px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .navbar-brand #navbar-brand-image {
    height: 50px;
  }
}
.navbar-brand #navbar-brand-image img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .navbar-small .navbar-brand #navbar-brand-image {
    height: 30px;
  }
}
.navbar.bg-body-light {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.navbar-toggler {
  border-radius: 0;
  border: none;
}
.navbar .nav-item a.nav-link {
  font-size: 1rem;
  border-bottom: 2px solid #fff;
  transition: 0.5s;
  margin-left: 1rem;
}
.navbar .nav-item a.nav-link:hover,
.navbar .nav-item a.nav-link.active {
  border-bottom: 2px solid #EF7C00;
}
footer {
  font-family: "Source Sans";
  background-color: #2b2b2b;
  color: #fff;
  padding: 30px 0 0 0;
  margin-top: 150px;
}
footer h2 {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-meta {
  background-color: #000;
  font-family: "Source Sans";
  font-size: 12px;
  padding: 10px 0;
}
