/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6em;
  color: #6c737c; }

main {
  display: block; }

h1 {
  font-size: 30px;
  color: #393854; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #393854; }

p {
  margin: 0;
  padding: 15px 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  color: #6c737c;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.2s ease-out 0s; }
  a:hover {
    color: #18509a !important; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="search"] {
  outline-offset: -2px; }

details {
  display: block; }

summary {
  display: list-item; }

template, [hidden] {
  display: none; }

.grey {
  background: #f3f3f3; }

.clearfix:after {
  content: " ";
  clear: both;
  display: table; }

form {
  margin: 0; }

.lazy-background {
  background-color: transparent !important;
  background: url("/uploads/pixel.webp") no-repeat !important; }

.right {
  float: right; }

.left {
  float: left; }

/* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
header {
  padding: 15px 0 0;
  border-bottom: 1px solid #f3f3f3; }

.contact-details {
  padding: 10px 0 0 0;
  text-align: right;
  color: #6c737c; }

.contact-details a {
  margin: 0 5px;
  color: #6c737c; }
.contact-details .phone {
  position: relative;
  top: 5px;
}
.contact-details .phone a {
  font-size: 25px;
  font-weight: 1000;
  padding-right: 40px;
  color: #18509a;
}
.contact-details .callus {
  right: 45px;
  top: -28px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
}


ul.primary {
  margin: 0;
  padding: 0;
  text-align: right; }

.menu ul.primary li {
  display: inline-flex;
  position: relative;
  transition: all 0.2s ease-out 0s; }

.menu ul.primary li a {
  padding: 15px 10px;
  border-bottom: 2px solid white;
  color: #6c737c; }

.menu ul.primary li a.active {
  color: #18509a;
  border-bottom: 2px solid #18509a; }

.menu ul.primary li:hover {
  background: #f3f3f3; }
  .menu ul.primary li:hover > a {
    border-bottom: 2px solid #f3f3f3; }

.menu ul.primary li:hover > ul.sub-menu {
  display: block; }

ul.sub-menu {
  display: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  background: white;
  border: 1px solid #f3f3f3;
  z-index: 10; }

.menu .primary > li > ul.sub-menu {
  transform: translate(-50%, 0); }

li.level-0 ul.sub-menu {
  top: 50px;
  left: 50%; }

li.level-1.left ul.sub-menu {
  right: auto;
  left: 175px;
}

li.level-1 ul.sub-menu {
  top: 0px;
  right: 175px;
  left: auto;
  z-index: 20; }

ul.two-columns {
  width: 400px; }

.menu ul.primary li ul.sub-menu li a {
  width: 180px;
  max-width: 180px; }

.menu ul.primary li.one-column > .sub-menu > li:nth-child(n+2) a, .menu ul.primary li.two-columns > .sub-menu > li:nth-child(n+3) a {
  border-top: 1px solid #f3f3f3; }

.two-columns ul.sub-menu {
  width: 360px; }
  .two-columns ul.sub-menu li {
    width: calc(50% - 1px);
    float: left;
    height: 80px; }

.menu ul.sub-menu:before {
  position: absolute;
  content: " ";
  top: -8.5px;
  left: 48%;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg); }

.menu li.level-1 ul.sub-menu:before {
  top: 24px;
  left: auto;
  right: -8.5px;
  transform: rotate(135deg); }

.logo img {
  max-width: 80px;
  width: 20%;
  height: auto;
  float: left;
  padding-right: 20px; }

.logo .site-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  color: #18509a;
  text-shadow: 1px 1px #dadada; }
  
.mobile-logo .site-title {
  font-size: 1.17em;
}

.mobile-contact {
  color: #18509a;
  padding: 0 0 0 10px;
}
.logo span {
  font-size: 10px;
  color: #6c737c; }

.mobile-logo .logo span {
  font-size: 8px; }

.mobile-button {
  float: right;
  width: 40px;
  height: 37px;
  right: -10px;
  margin: -5px 0 0 0; }

.mobile-button span {
  display: block;
  width: 33px;
  height: 4px;
  margin: 6px 5px;
  border-radius: 5px;
  position: relative;
  background: #6c737c;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#content {
  padding: 40px 0; }
  #content .archive-title {
    padding-bottom: 20px; }
    #content a:hover {
      text-decoration: underline; }
  #content .read-more {
    color: #fff !important;
    padding: 10px;
    background: #18509a; }
  #content hr {
    border: 1px solid #6c737c;
    border-width: 0 0 1px;
    padding-top: 20px; }
  #content .nav-links {
    text-align: center; }
  #content .feautred-image {
    float: right; }
  #content img {
    max-width: 100%; }
  #content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  #content th, #content td {
    min-width: 90px;
    padding: 5px;
    border: 1px solid #dadada; }
  #content tr:nth-child(odd) {
    background-color: #fff; }
  #content .responsive-table {
    overflow-x: auto; }

p#breadcrumbs {
  padding: 40px 0; }
  p#breadcrumbs a {
    color: #18509a; }
    p#breadcrumbs a:hover {
      text-decoration: underline; }
  p#breadcrumbs .separator {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 100;
    color: #dadada; }

.content ul:not([class]) li, .content ul[class=""] li, #content ul:not([class]) li, #content ul[class=""] li {
  list-style: none;
  padding: 5px 0 5px 40px;
  background: url(uploads/img_icons.webp) 0 -2772px no-repeat; }

footer {
  color: #393854;
  background: #fbfbfb;
  padding: 20px 0; }
.footer .social a {
  display: inline-block;
  color: #081a30;
  height: 30px;
  width: 30px;
  line-height: 1.5;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0 10px;
}

footer, footer a {
  color: #393854; }

footer .copyright, footer .links {
  padding: 5px 10px; }

footer .links ul {
  margin: 0;
  padding: 0;
  justify-content: center;
  display: flex; }

footer .links li {
  padding: 0 10px;
  list-style: none; }

footer .links li:nth-child(n+2) {
  border-left: 1px solid #6c737c; }

section.footer {
  background: #081a30;
  padding: 40px 0;
}
section.footer, section.footer a {
  color: #fff;
 }

section.footer h3 {
  color: #fff;
}

section.footer p.info {
  padding: 0 0 0 30px;
  margin-top: 15px;
  background: url(uploads/img_icons.webp) 0 -1805px no-repeat; }

@media (min-width: 300px) {
  body.show .menu {
    left: 0;
    background: rgba(0, 0, 0, 0.5); }

  .mobile-button {
    position: absolute;
    top: 8px;
    right: 10px; }

  .contact-details .pages {
    display: none; } }
@media (max-width: 991px) {
  .contact-details {
    padding: 10px 0;
    text-align: center; }

  .contact-details .pages {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 50%); }

  ul.two-columns {
    width: auto; }

  .two-columns ul.sub-menu {
    width: auto; }
    .two-columns ul.sub-menu li {
      width: auto;
      float: none;
      height: auto; }

  .menu ul.primary li ul.sub-menu li a {
    width: auto;
    max-width: 100%; }

  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: -100%;
    padding: 0;
    transition: left 1s, background; }
    .menu .box {
      height: 100%;
      width: 300px;
      max-width: 100%;
      background: #fff;
      overflow-y: scroll; }
      .menu .box .mobile-logo {
        display: block !important;
        padding: 10px 5px; }
      .menu .box ul.primary {
        text-align: left; }
        .menu .box ul.primary .two-columns {
          width: auto; }
        .menu .box ul.primary .sub-menu {
          display: block !important;
          text-align: inherit;
          padding: 0;
          position: relative;
          top: 0;
          left: 0;
          background: none;
          border: none;
          transform: none;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s; }
          .menu .box ul.primary .sub-menu li:nth-child(n+2) a {
            border-top: none; }
          .menu .box ul.primary .sub-menu::before {
            display: none; }
          .menu .box ul.primary .sub-menu li {
            border-top: 1px solid #f8f8f8;
            border-bottom: none; }
            .menu .box ul.primary .sub-menu li a {
              padding: 15px 15px 15px 30px; }
        .menu .box ul.primary li {
          display: grid;
          background: #f3f3f3;
          border-bottom: 1px solid #f8f8f8; }
          .menu .box ul.primary li a {
            padding: 15px 10px;
            border: none;
            color: #6c737c; }
          .menu .box ul.primary li span.button {
            width: 50px;
            height: 50px;
            right: 0;
            position: absolute; }
          .menu .box ul.primary li span.button:before {
            content: " ";
            width: 15px;
            height: 15px;
            position: absolute;
            top: 15px;
            right: 20px;
            transform: rotate(45deg);
            border: 2px solid #6c737c;
            border-width: 0 2px 2px 0; }
        .menu .box ul.primary li.active > span.button:before {
          top: 25px;
          border-width: 2px 0 0 2px; }
        .menu .box ul.primary li.active > ul.sub-menu {
          max-height: 1000px; } }
@media (min-width: 768px) {
  .mobile-button {
    position: relative;
    top: 0;
    right: 0; }

  .contact-details .pages {
    position: absolute;
    right: 50px;
    bottom: 20px; } }
@media (min-width: 992px) {
  .contact-details .pages {
    display: inline-block;
    position: relative;
    bottom: auto; }

  .menu {
    display: block; }
    .menu .mobile {
      display: none !important; }

  .mobile-button {
    display: none; } 
  .mobile-contact {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu {
    margin-top: -20px; } }

.contact-details .search {
  display: none;
  color: #6c737c;
}
.menu .mobile-search input{
  width: 70%;
  height: 40px;
  padding: 10px;
  border: 1px solid #6c737c;
  border-width: 1px 0;
  color: #6c737c;
}
.menu .mobile-search button {
  width: 30%;
  height: 40px;
  border: 1px solid #6c737c;
  border-width: 1px 0;
  background: #f3f3f3;
  color: #6c737c;
}
@media (min-width: 992px) {
  .contact-details .search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .contact-details .search input {
    position: absolute;
    top: 7px;
    right: 40px;
    width: 0;
    height: 35px;
    border: none;
    border-radius: 3px;
    transition: all 0.2s ease-out 0s;
    color: #6c737c;
  }
  .contact-details .search:hover input{
    border: 1px solid white;
    width: 200px;
    padding: 10px;
    border-color: #f3f3f3;
    background: #fff;
  }
  .contact-details .search .loupe {
    width: 40px;
    height: 57px;
  }
  .contact-details .search .loupe:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #6c737c;
    position: absolute;
    border-radius: 10px;
    top: 15px;
    left: 5px;
  }
  .contact-details .search .loupe:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #6c737c;
    position: absolute;
    top: 29px;
    left: 14px;
    transform: rotate(45deg);
  }
  .menu .mobile-search {
    display: none;
  }
  .menu .primary {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
}

.twitter-share-button {
  margin: 0 0 -7px;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}