@import url("https://use.typekit.net/fhv0ltv.css");
@import url("/common/css/menu.css");
@import url("/common/css/article.css");
@import url("/common/css/card.css");
@import url("/common/css/carousel.css");

body {
  font-family: open-sans, sans-serif;

  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 49, 83, 1);
}

.wrapper,
header {
  max-width: 1920px;
  margin: 0 auto;
}
.bg-light {
  background: #f4f4f1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: rgba(0, 49, 83, 1);
}
h1 {
  font-size: 1.75rem;
}
h2.font-primary {
  font-size: 0.8rem;
  text-transform: uppercase;
}

h6 {
  text-transform: uppercase;
  font-size: 1rem;
  min-height: 75px;
}
a {
  color: rgba(0, 49, 83, 1);
}
.section-title {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.lead p {
  font-size: 1.5rem;
}

.section-title:after {
  border-bottom: 1px solid rgba(0, 49, 83, 1);
  content: "";
  left: 0;
  margin-top: -12px;
  position: absolute;
  width: 100%;
}
.section-title h2 span {
  background-color: #fff;
  padding-right: 26px;
  position: relative;
  z-index: 10;
}
.bg-dark .section-title:after {
  border-bottom: 1px solid #96c8a2;
}
.text-white p a {
  color: #fff !important;
}
.date {
  font-size: 11px;
  text-transform: uppercase;
}
.bg-dark .section-title h2 span {
  background-color: rgba(0, 49, 83, 1);
}

strong {
  font-weight: 500;
}

.copyright {
  background-color: rgba(0, 49, 83, 0.9);
  position: relative;
}

.bg-dark {
  background-color: rgba(0, 49, 83, 1) !important;
}
.bg-secondary {
  background-color: #96c8a2 !important;
}
.text-secondary {
  color: #96c8a2 !important;
}

footer {
  color: #fff;
  position: relative;
}
.copyright a {
	color: #fff;
}
.copyright a:visited {
	color: #fff;
	text-decoration: underline;
}
footer input.form-control {
  border: none;
  border-bottom: solid 1px #fff;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 1px;
}
img.footer-logo {
  max-width: 320px;
}
.video-container {
  position: relative;
}
.video-controls {
  position: absolute;
  top: 50%;
}

header .social-links li a {
  color: #fff;
}

.btn-primary {
  background-color: rgba(0, 49, 83, 1) !important;
  border: solid 1px #003153 !important;
  color: #fff;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #96c8a2 !important;
  color: rgba(0, 49, 83, 1) !important;
}

.breadcrumb {
  border-radius: 0;
}
.page-header {
  position: relative;
  height: 500px;
  background-size: cover;
}
.page-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
  transition: all 0.3s linear;
  background: rgba(0, 0, 0, 0.5) !important;
}

.page-header h1 {
  position: relative;
  z-index: 10;
}

/* Back to top */

.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 1.5em 3em 0;
  border-radius: 50%;
  padding: 0.25em;
  width: 40px;
  height: 40px;
  background-color: #f8f8f8;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}

.top-link:hover {
  background-color: #e8e8e8;
}

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}
section.cover {
  height: 100vh;
}
.inner {
  max-width: 700px;
}
.img-wrap {
  height: 100%;
  position: fixed;
  width: 55.25%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.img-wrap > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1.1) translateZ(0);
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 4s 0s;
}

.section-grey {
  position: relative;
}
.section-grey::before {
  position: absolute;
  content: "";
  left: 0;
  width: 30%;
  background-color: #f5f7f7;
  top: 0;
  bottom: 0;
}
.sidebar {
  background: #f5f7f7;
}

.background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

picture img {
  object-fit: cover;
}

/* hover on images */
.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.banner {
  position: relative;
  background: #000;
}
.banner-text {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

.facebook-post iframe {
  max-width: 100%;
}

.btn-secondary {
  background-color: #96c8a2;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #96c8a2;
}
input[type=checkbox], input[type=radio] {
	margin-right: 10px !important;
}
