header {
  position: relative;
}
/* Video Background */
header.hero-header {
  position: relative;
  background-color: black;
  height: 70vh;
  min-height: 10rem;
  width: 100%;
  overflow: hidden;
}

header.hero-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header.hero-header .container {
  position: relative;
  z-index: 2;
}

/*header.hero-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}*/
.hero-subtitle {
  font-size: 1.35rem;
  line-height: 1.4;
}
.subtitle {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (pointer: coarse) and (hover: none) {
  header.hero-header video {
    display: none;
  }
}
/* Page General */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 30px solid #19625f;
}
a {
  color: #19625f;
  text-decoration: underline;
}
.text-overlay {
  background-color: rgba(255, 255, 255, 1);
  margin: 40px;
  padding: 50px 0;
  text-align: center;
}
.text-white a {
  color: white;
  border: none;
}
.text-white a:hover {
  color: white;
  text-decoration: none;
  border: none;
}
.text-white.page-structure-menu a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  color: #1d2362;
}
.btn-full {
  width: 100%;
}
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.navbar-nav,
.btn,
.button {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.315;
  font-size: 1.2rem;
  text-decoration: none;
}
h1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h2 {
  font-size: 2.25rem;
  line-height: 1.05;
}
h3 {
  font-size: 2rem;
  line-height: 1.2;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.3rem;
}
.main-body-text h1 {
  font-size: 2.5rem;
  line-height: 1.05;
}
.main-body-text h2 {
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-body-text h3 {
  font-size: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-body-text h4 {
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-body-text h4 {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.boxheader {
  font-size: 1rem;
  display: inline-block;
  position: relative;
}
.boxheader:after {
  content: url("../images/border.png");
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.boxcontent {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: normal;
}
.boxcontent strong {
  font-size: 2.5rem;
  line-height: 1.05;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: black;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1d2362;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
}
.img-max {
  max-width: 200px;
}
.more a {
  position: relative;
}
.more a:before {
  content: url("../images/more.png");
  position: absolute;
  left: -116px;
  top: 1px;
}
.quote,
blockquote {
  position: relative;
}
.quote p:last-child,
blockquote p:last-child {
  display: inline;
}
.quote:before,
blockquote:before {
  content: url("../images/start-quote.png");
  display: block;
}
.quote:after,
blockquote:after {
  content: url("../images/endquote.png");
  position: absolute;
  bottom: -27px;
  padding-left: 12px;
}
.quote.dark:before,
blockquote:before {
  content: url("../images/start-quote-dark.png");
}
.quote.dark:after,
blockquote:after {
  content: url("../images/endquote-dark.png");
  position: absolute;
  bottom: -27px;
  padding-left: 12px;
}
blockquote {
  color: #000;
  font-size: 1.35rem;
  margin: 0 0 50px 50px;
}
blockquote em {
  font-style: normal;
}
img.round {
  border-radius: 50%;
}
main article img {
  max-width: 100%;
}
.subpage-bordertop {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3em;
}
.subpage-bordertop-crumb {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}
ol.breadcrumb {
  padding: 0;
  background-color: white;
}
ol.breadcrumb a {
  color: black;
  text-decoration: underline;
  border-bottom: none;
}
ol.breadcrumb a:hover {
  border: none;
  text-decoration: underline;
  border-bottom: none;
  background-color: #f1f1eb;
}
ol.breadcrumb li:not(:last-child):after {
  content: ">";
  padding: 0 5px;
}
.large-icon a {
  font-size: 2rem;
  color: black;
}
.nav .nav-item a {
  color: black;
}
.topper-menu {
  background-color: black;
  color: #fff;
  font-size: 12px;
}
.topper-menu .nav .nav-item a {
  color: #fff;
}
.topper-menu .nav .nav-item a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #f49942;
}
.topper-menu a {
  color: #fff;
}
.topper-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
#exampleModalCenter .modal-content {
  color: black;
}
.main-menu {
  font-size: 1.1rem;
}
.btn,
.button {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.85rem 2.5rem;
  font-size: 12px;
  border-radius: 0;
}
.button {
  margin: 20px 10px;
  display: inline-block;
}
.fp-subtitle,
h6.fp-subtitle a {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: normal;
}
.cursor-pointer {
  cursor: pointer;
}
.btn-primary,
.button {
  color: #fff !important;
  background-color: #a53c3a;
  border-color: #a53c3a;
}
.btn-primary:hover,
.button {
  color: #fff;
  background-color: #7f1710;
  border-color: #7f1710;
}
.btn-secondary {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.text-white .btn-secondary {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  text-decoration: none;
}
.btn-secondary:hover {
  border: 1px solid #1d2362;
  background-color: #1d2362;
  color: #ffffff;
}
.text-white .btn-secondary:hover {
  border: 1px solid #1d2362;
  background-color: #1d2362;
  color: #ffffff;
  text-decoration: none;
}
.btn-secondary.black {
  border: 1px solid black;
  background-color: transparent;
  color: black;
}
.smaller-button {
  padding: 0px 7px;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 700;
  border: none;
  color: #fff;
}
.smaller-button:hover {
  background-color: #f49942;
}
.smaller-button-link {
  padding: 5px 11px;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 700;
  border: none;
  color: #fff;
}
.smaller-button-link:active,
.smaller-button-link:focus {
  border: none;
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  margin-left: 5px;
  text-transform: capitalize;
  border-radius: 2px;
}
.navbar-light .navbar-nav .active .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle {
  cursor: pointer;
}
footer .navbar-light .navbar-nav .nav-link {
  color: #000;
}
footer .navbar-light .navbar-nav {
  margin-left: -15px;
}
.navbar-light .navbar-nav .show .nav-link.dropdown-toggle {
  border-bottom: none;
  background-color: #749795;
}
.navbar-light .navbar-nav a.dropdown-item {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-light .navbar-nav a.dropdown-item:hover {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  border: none;
  background-color: #f1f1eb;
}
.navbar-light .navbar-nav a.dropdown-item:active {
  background-color: #749795;
}
.dropdown-divider {
  margin: 0;
  border-top: 1px solid #d9eee2;
}
.dropdown-menu {
  border: #a2d0b7 solid 1px;
  margin: 0;
  padding: 0;
  margin-top: -1px;
}
.backslash-menu li {
  position: relative;
  padding: 5px;
}
.backslash-menu li:after {
  color: black;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  content: "/";
  position: absolute;
  right: -9px;
  top: 5px;
}
.backslash-menu li:last-child:after {
  content: "";
}
.social-media li {
  padding: 0px 5px;
}
.social-media li:first-child {
  padding-left: 0px;
}
.social-media li .nav-link {
  padding: 5px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  border-bottom: none;
  background-color: #a2d0b7;
}
.brochure-bg {
  background-image: url("/uploads/_bodyImageFull/brochure-hero-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.coloredbox1 {
  background: url("../images/blue-box-connect.svg") no-repeat #1d2362 left
    bottom;
}
.coloredbox1 a {
  color: white;
}
.coloredbox1 .boxheader {
  border-bottom: 2px solid #19625f;
}
.coloredbox1 .btn-secondary {
  border-color: #19625f;
  background-color: #19625f;
  text-decoration: none;
}
.coloredbox1 .btn-secondary:hover {
  border-color: white;
  background-color: white;
  color: #1d2362;
  text-decoration: none;
}
.coloredbox1grad {
  background-color: #571642;
  background-image: linear-gradient(to right, #571642, #93298d);
}
.coloredbox2 {
  background-color: #ec6c4d;
  background: url("../images/red-box-connect.svg") no-repeat #f9d0c6 right top;
}
.coloredbox2 .boxheader {
  border-bottom: 2px solid #ec6c4d;
}
.coloredbox2 .btn-secondary {
  border-color: #ec6c4d;
  background-color: #ec6c4d;
  color: white;
}
.page-structure-menu h5 {
  border-bottom: 2px solid;
}
.page-structure-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-structure-menu ul li.active:before {
  content: ">";
  padding-right: 5px;
  font-weight: bold;
}
.page-structure-menu ul li {
  margin-bottom: 6px;
}
.page-structure-menu ul li a:hover {
  font-weight: bold;
}
a.hoverbox {
  color: black;
}
a.hoverbox:hover {
  color: white;
  text-decoration: none;
}
a.hoverbox .coloredbox2 {
  transition: 0.5s;
}
a.hoverbox:hover .coloredbox2 {
  background-color: #e84f35;
}
.details {
  font-size: 0.75rem;
}
.logo-symbol {
  max-height: 200px;
}
/** Full image with text ontop**/
.fullimagewithtext {
  position: relative;
  background-color: black;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.fullimagewithtext.subpage {
  min-height: 15rem;
}
.fullimagewithtext .imageundertext {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fullimagewithtext .textoverimage {
  position: relative;
  z-index: 2;
}
.link-list {
  list-style: none;
  padding: 0;
}
.link-list a {
  border-bottom: 1px solid #d9d9d9;
  color: #19625f;
  margin-bottom: 6px;
  display: inline-block;
}
.link-list a:hover {
  color: #1d2362;
  font-weight: bold;
}
h1.hero-text {
  font-size: 4.5rem;
  line-height: 1;
  color: #a2d0b7;
  font-weight: 900;
  text-align: left;
}
h1.hero-text .emphasis {
  color: #fff;
  position: relative;
}
h1.hero-text .emphasis::before {
  content: url("../images/emphasis-left.png");
  position: absolute;
  bottom: -13px;
  left: -38px;
}
h1.hero-text .emphasis::after {
  content: url("../images/emphasis-right.png");
  position: absolute;
  top: -23px;
}
.emphasis-top:before {
  content: url("../images/emphasis-top.png");
  display: block;
  padding-bottom: 15px;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
.main-body-text {
  line-height: 1.415;
  font-size: 1.19rem;
}
.mainnav {
  background-color: #19625f;
  color: #fff;
}
.info-menu .nav-item {
  margin-right: 15px;
}
.info-menu .nav-item:not(:last-child):after {
  content: url("../images/sep.png");
  margin-left: 15px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu-icon.svg");
  width: 13px;
  height: 13px;
}
.navbar-light .navbar-toggler {
  border: 1px solid #3e7b78;
  position: relative;
  padding-bottom: 0.45rem;
  border-radius: 3px;
}
.toggle-menu-text {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin-right: 5px;
  font-size: 14px;
}
.otherMembers {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
.otherMembers a {
  color: black;
}
.social-big {
  font-size: 8rem;
}
nav .navbar-brand img {
  width: auto;
  height: 95px;
}
nav a.navbar-brand:hover {
  border: none;
}
.nav-pills .nav-item a {
  color: black;
  padding: 3px 10px;
  background-color: #19625f;
  color: white;
  margin: 4px 5px;
  border-radius: 0;
}
footer .navbar-brand img {
  width: 240px;
  height: auto;
}
footer .navbar-badge img {
  width: 100px;
  height: auto;
  padding-top: 10px;
}
footer .navbar-brand:hover,
footer .navbar-badge:hover {
  text-decoration: none;
  border: none;
}
figcaption {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.light-bg {
  background-color: #f7f7f4;
}
.subpage-hero .img-fluid {
  width: 100%;
}
.dark-bg {
  background: #19625f;
  color: #fff;
}
.big_stat {
  font-size: 3.8rem;
  font-weight: bold;
}
.little_stat {
  font-size: 24px;
  font-weight: bold;
}
.separate-border-column {
  border-right: 1px solid #ffffff;
}
.separate-border-column-stat:not(:last-child) {
  border-right: 1px solid #626860;
}
@media only screen and (max-width: 991px) {
  .navbar-light .navbar-nav.main-menu .nav-link:hover {
    color: #fff;
    padding: 7px 10px;
    background-color: #a2d0b7;
  }
  .navbar-light .navbar-nav.main-menu .nav-link {
    color: #fff;
    padding: 7px 10px;
    border-bottom: 0;
  }
  .navbar-light .navbar-nav.main-menu .nav-item .btn {
    display: block;
  }
  #navbarSupportedContent {
    border-top: 1px solid #3e7b78;
    margin-top: 1em;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 1000px) {
  .big_stat {
    font-size: 2rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 700px) {
  h1.hero-text {
    font-size: 4rem;
  }
  h1.hero-text .emphasis::before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .separate-border-column {
    border-bottom: 1px solid #ffffff;
    border-right: none;
  }
  nav .navbar-brand img {
    height: 35px;
    width: auto;
  }
  h1.hero-text {
    font-size: 3rem;
  }
  h1.hero-text .emphasis::before {
    display: none;
  }
  .logo-symbol {
    max-height: 140px;
  }
}

.red-styled {
  background-color: red;
}
.errors {
  padding: 10px 20px;
  background-color: rgba(194, 36, 43, 0.15);
  margin: 20px 0px;
}
.asterisk {
  color: #a53c3a;
  font-weight: bold;
}
ul.errors {
  list-style: inside;
  margin: 0 0 20px;
}
.editButton {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.35);
}
