.nav-margin {
  margin-bottom: 36px !important;
}

nav {
  background-color: #fff;
  z-index: 1;
}

.navbar-fixed-top {
  display: flex;
  flex-flow: row;
  top: 0;
}

.navbar-logo {
  z-index: 2;
  width: 50vw;
  display: flex;
  flex-flow: row;
}
.navbar-logo > div {
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.container {
  width: 100%;
}

.main-container {
  box-shadow: 2px 0px 4px gray;
}

main {
  padding: 8px;
}

.navbar-image {
  margin: 8px;
  min-width: 104px;
  background-size: cover !important;
}

.navbar-transition {
  /*border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: white #222 white white;
  transform: scale(1.000);
  background-color: #fff !important;
  box-shadow: 3px 0px 0px #fff;*/
  height: 40px;
  background-image: linear-gradient(-90deg, #fff, white);
}

.navbar-space {
  padding: 0;
}

.navbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0px 0px 0px white;
  transition: box-shadow 0.2s;
}
.navbar .nav-container {
  height: 100%;
  border-top-style: solid;
  border-width: 1.5px;
  padding-top: 0;
  padding-bottom: 0;
  margin: auto;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 24px;
}
.navbar .nav-container .navbar-menu {
  height: 100%;
}
.navbar .nav-container .navbar-menu > ul {
  height: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
.navbar .nav-container .navbar-menu > ul > li {
  margin: auto;
  font-weight: bold;
}
.navbar .nav-container .navbar-menu > ul > li a {
  max-height: 40px;
  transition: border-bottom 0.1s;
  border-bottom: 0px solid #e2e2e2;
}
.navbar .nav-container .navbar-menu > ul > li a:hover {
  border-bottom: 4px solid #e2e2e2;
  width: 100%;
}
.navbar .nav-container .navbar-menu > ul .active a {
  border-bottom: 4px solid #003b7c;
}
.navbar .nav-container .navbar-menu > ul > li:hover > ul {
  height: auto;
  opacity: 1;
}
.navbar .hide-border {
  border-top-style: none;
}

.navbar-subnav {
  z-index: 1;
  opacity: 0;
  position: absolute;
  margin-left: -16px;
  width: 140px;
  list-style: none;
  background-color: #fff;
  transition: opacity 0.4s;
}

.nav-down {
  margin-left: 8px;
  padding-bottom: 4px;
}

.navbar-title {
  font-weight: 100;
  font-size: 26px;
  min-width: 240px;
  color: #222;
}

.nav-item {
  white-space: nowrap;
  margin-right: 16px;
}

.navbar-space {
  height: 100%;
  width: 100%;
}

.nav-right {
  text-align: right;
}

.header-phone {
  font-weight: bold;
  text-align: right;
}
.header-phone > a {
  padding-bottom: 4px;
  color: #003b7c;
}
.header-phone > a:hover {
  color: #006491;
  border-bottom: solid #003b7c 3px;
}

.header-phone {
  font-size: 10px;
}

@media only screen and (min-width: 414px) {
  .header-phone {
    font-size: 16px !important;
  }
}
a:hover {
  text-decoration: none;
}

footer {
  width: 100%;
  bottom: 0;
  background-color: #e2e2e2;
}
footer .footer-container {
  display: flex;
  flex-flow: row;
}
footer .footer-container > div {
  padding: 16px;
}
footer .footer-container .footer-left {
  font-size: 14px;
  width: 100%;
}
footer .footer-container .footer-right {
  color: #aaa;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
footer .footer-container .footer-right > a {
  font-size: 14px;
  margin-left: 16px;
  margin-right: 16px;
  color: #666;
}
footer .footer-container .footer-right > a:hover {
  color: #111;
}

h2 {
  font-weight: bold;
  color: #09365d;
  margin: 0;
  margin-bottom: 16px;
}

h3 {
  font-weight: 100;
  margin-bottom: 24px;
}

h4 {
  font-weight: bold;
  color: #003b7c;
  margin: 0;
}

h5 {
  font-weight: 100;
  margin-bottom: 24px;
}

.branding-image {
  object-fit: cover;
  height: 80px;
}

.branding-image-sticky {
  max-height: 48px;
  opacity: 1;
  transition: opacity 0.4s;
}

.branding-image-hidden {
  opacity: 0;
}

.navbar-sticky-img-container {
  height: 100%;
  display: flex;
}

.navbar-sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 5px 5px gray;
}
.navbar-sticky .navbar .nav-container div {
  background-color: rgba(255, 255, 255, 0.94);
}

@media screen and (max-width: 375px) {
  .branding-image {
    object-fit: cover;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .navbar-image {
    display: inline;
  }

  .nav-item {
    font-size: 10px;
    overflow: hidden;
    margin-right: 8px;
  }

  .navbar-nav {
    flex-flow: row wrap !important;
    justify-content: baseline !important;
  }

  .nav-container {
    padding-right: 0px !important;
  }
  .nav-container > div {
    padding: 0px !important;
  }

  .navbar > div {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  footer .footer-item {
    font-size: 12px !important;
  }
  footer .footer-left {
    font-size: 10px !important;
  }
  footer .footer-right {
    flex-flow: column !important;
    padding: 8px !important;
  }
}
@media screen and (min-width: 576px) {
  .nav-item {
    font-size: 14px;
  }

  .nav-container {
    height: 80px;
  }
}
@media screen and (min-width: 784px) {
  .navbar-image {
    display: none;
  }

  .nav-item {
    font-size: 20px;
  }
}
.top-placeholder {
  margin: 0;
  align-items: center;
  z-index: 2;
}
.top-placeholder > div:first-of-type {
  display: flex;
  flex-flow: row;
}
.top-placeholder > div:last-of-type > h2 {
  margin: 0;
}

.dropdown-content {
  padding: 0;
}
.dropdown-content a {
  padding-left: 24px !important;
}
.dropdown-content li {
  margin: 0 !important;
}
.dropdown-content li:hover {
  background-color: #eee;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}

.inline-container-h {
  display: flex;
  flex-flow: row;
}

.inline-container-v {
  display: flex;
  flex-flow: column;
}

.nav-header {
  opacity: 0;
}

.navbar-sticky .nav-header {
  opacity: 1;
}
.navbar-sticky .nav-header h4 {
  font-size: 20px;
  padding-top: 8px;
  margin: 0;
}
.navbar-sticky .nav-header p {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
}

/* ------------------------------------------------- */
/* NEWS OVERRIDE */
.news-item {
  min-width: 100%;
  height: 240px;
  width: 100%;
  background-size: cover;
}
.news-item .news-info h3 {
  margin-top: 8px;
  margin-left: 8px;
  overflow: hidden;
}
.news-item .bottom-info {
  font-size: 10px;
}

.teaser-info {
  display: flex;
  flex-flow: column;
}
.teaser-info .article-info {
  flex: 1;
}

.bottom-info {
  color: #cfcfcf;
  display: flex;
  min-height: 10px;
}
.bottom-info > div:first-of-type {
  flex: 1;
}
.bottom-info > div {
  margin-right: 8px;
}

.news-image {
  border-style: solid;
  border-spacing: 24px;
  border-color: #003b7c;
  object-fit: contain;
  max-width: none;
  width: 100%;
  min-width: 100%;
  max-height: 220px;
  display: block;
}

.news .article {
  margin-bottom: 0;
  padding-bottom: 0;
}

.news {
  margin-bottom: 8px;
}

.news-more {
  background-color: #09365d;
  color: #fff;
  border-radius: 0;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.news-more:hover {
  background-color: #666;
}

.news-row {
  margin-bottom: 32px;
}

.bottom-info .lefty {
  margin: auto;
}

@media screen and (max-width: 784px) {
  .article-info {
    margin-top: 16px;
  }

  .news-row {
    padding: 16px;
    border-width: 1;
    border-bottom: solid;
    border-color: rgba(200, 200, 200, 0.4);
  }

  .news-row:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.news-img-wrap {
  margin: 0 !important;
}

.mediaelement {
  padding: 0;
}

.mediaelement > div {
  float: none !important;
  width: 100% !important;
}

.mediaelement > img {
  width: 100% !important;
}

/* ------------------------------------------------- */
/* POWERMAIL OVERRIDE */
.pmail-form input {
  width: 100%;
}

fieldset {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 8px;
}

textarea {
  width: 100%;
}

.powermail_captchaimage {
  padding: 8px;
  width: 100%;
}

.parsley-errors-list.filled {
  list-style: none;
  background: #ff6060;
  color: #fff;
  padding: 8px;
}

/* ------------------------------------------------- */
/* COOKIEBANNER OVERRIDE */
.cc-window {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #222 !important;
  box-shadow: black 0px 0px 12px;
}

.cc-btn {
  background-color: #09365d !important;
  color: #eee !important;
}

.cc-btn:hover {
  background-color: #003b7c !important;
  color: #eee !important;
}

.cc-link {
  color: #003b7c !important;
}

/*# sourceMappingURL=main.css.map */
