#page {
  max-width: 1600px;
  padding: 20px 20px 0 20px;
  width: auto; }

* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Scada", sans-serif;
  color: #0B4F8F; }

h3 {
  color: #F8AE04; }

p,
li {
  line-height: 1.6; }

.page-content p strong {
  font-size: 1.2rem;
  color: #0B4F8F; }
  @media (min-width: 860px) {
    .page-content p strong {
      font-size: 1.6rem; } }

a:visited,
a {
  color: #0B4F8F;
  transition: all 300ms ease;
  text-decoration: none; }

a:hover {
  color: #1383ed;
  text-decoration: none; }

* {
  font-family: inherit;
  box-sizing: border-box; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    body {
      margin: 0; } }

.header {
  position: relative;
  padding-top: 60px; }
  @media (min-width: 1024px) {
    .header {
      padding-top: 0; } }
  .header .telephone {
    text-align: center;
    font-size: 1.4rem;
    font-size: 1.4rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem; }
    .header .telephone > div {
      display: flex;
      align-items: center; }
    @media (min-width: 460px) {
      .header .telephone {
        padding: 0; } }
    @media (min-width: 1024px) {
      .header .telephone {
        justify-content: flex-end;
        text-align: right;
        font-size: 2rem; } }
    .header .telephone svg {
      width: 22px;
      height: 22px;
      margin-right: 10px; }
      @media (min-width: 860px) {
        .header .telephone svg {
          width: 32px;
          height: 32px; } }
    .header .telephone span {
      font-family: "Scada", sans-serif;
      color: #594f51; }
  .header .menu-mainmenu-container {
    margin-top: 3rem;
    background: #0B4F8F;
    border-radius: 5px; }
  .header .branding {
    background: white;
    padding: 1rem;
    border-radius: 15px; }
    @media (min-width: 1024px) {
      .header .branding {
        position: absolute;
        left: 1rem;
        top: -1rem; } }
    .header .branding a {
      display: block;
      text-align: center; }
      @media (min-width: 1024px) {
        .header .branding a {
          text-align: left; } }
    .header .branding .brand-logo {
      width: 190px;
      height: auto; }
  @media (min-width: 460px) {
    .header .navigation .menu ul {
      padding-right: 1rem; } }
  .header .navigation .sub-menu li a {
    color: #0B4F8F; }

.newsletter-sign-up {
  display: none; }
  @media (min-width: 1024px) {
    .newsletter-sign-up {
      background: #0B4F8F;
      font-size: 1rem;
      color: white !important;
      padding: .75rem;
      display: inline-block;
      border-radius: 5px;
      margin-right: 2rem; } }
  .newsletter-sign-up:hover, .newsletter-sign-up:focus {
    color: white;
    background: #0d5ca7; }

.slider {
  width: 100%;
  background: red; }
  .slider img {
    min-width: 100%; }

.homepage .inner-banner {
  height: auto; }
  @media (min-width: 860px) {
    .homepage .inner-banner {
      background: none;
      background-color: transparent; } }
  .homepage .inner-banner .content {
    background: #94aec9;
    text-align: left;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    text-align: center; }
    @media (min-width: 1024px) {
      .homepage .inner-banner .content {
        position: absolute;
        text-align: left;
        right: 2rem;
        left: auto;
        top: 50%;
        transform: translate(-2rem, -50%);
        width: 50%;
        max-width: 800px;
        padding: 3rem 4rem; } }
    .homepage .inner-banner .content h1 {
      margin: 0 0 1rem 0; }

.inner-banner {
  position: relative;
  margin-top: 25px;
  height: 300px;
  background-color: #0B4F8F; }
  .inner-banner .slide {
    position: relative; }
  .inner-banner .content {
    text-align: center;
    padding: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .inner-banner .content h1, .inner-banner .content p {
      font-family: "Scada", sans-serif;
      font-weight: 800;
      padding: 0;
      margin: 0; }
    .inner-banner .content h1 {
      font-size: 2rem;
      color: #fff; }
      @media (min-width: 1400px) {
        .inner-banner .content h1 {
          line-height: 3rem;
          font-size: 2.6rem; } }
    .inner-banner .content p {
      color: #fff;
      font-size: 1.4rem; }
      @media (min-width: 1400px) {
        .inner-banner .content p {
          font-size: 2rem;
          line-height: 1.2; } }
  .inner-banner img {
    max-width: 100%;
    height: auto;
    display: none; }
    @media (min-width: 860px) {
      .inner-banner img {
        display: block; } }

.homepage-banner-after-boxes {
  background: #0B4F8F;
  min-height: 260px;
  padding: 4rem; }
  .homepage-banner-after-boxes h3 {
    font-size: 2.6rem;
    color: white;
    margin: 0; }
  .homepage-banner-after-boxes p {
    font-size: 1.5rem;
    font-weight: 800;
    color: #F8AE04; }
  .homepage-banner-after-boxes:hover {
    background: #0d5ca7; }

.entry-content p {
  padding: 0; }

@media (min-width: 1040px) {
  .content,
  .sidebar {
    padding: 20px; } }

.post-info {
  margin-bottom: 2rem; }
  @media (min-width: 1040px) {
    .post-info {
      margin: 0; } }

.header .menu ul li a {
  font-size: .95rem;
  font-family: "Scada", sans-serif;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .header .menu ul li a {
      font-size: 1.2rem; } }

.footer-contact {
  background: #eee;
  padding: 25px; }
  .footer-contact .brand-logo {
    width: 160px;
    height: auto; }
  .footer-contact .address {
    padding: 0; }
    @media (min-width: 1040px) {
      .footer-contact .address {
        float: left;
        width: 40%; } }
  .footer-contact .services {
    padding: 0; }
    @media (min-width: 1040px) {
      .footer-contact .services {
        float: right;
        width: 60%; } }

.callout {
  background: #0B4F8F;
  padding: 1rem 2rem;
  position: relative;
  text-align: center; }
  .callout .button {
    font-size: .85rem;
    background-color: #3e3739; }
    @media (min-width: 1040px) {
      .callout .button {
        font-size: 1.5rem;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); } }
  .callout p {
    font-size: 1.2rem;
    color: white; }
    @media (min-width: 860px) {
      .callout p {
        font-size: 2rem; } }

a.button {
  display: inline-block;
  background: #0B4F8F;
  color: #ffffff;
  font-weight: 800;
  padding: 1rem 1.75rem;
  text-decoration: none;
  font-size: .85rem; }
  @media (min-width: 560px) {
    a.button {
      font-size: 1rem; } }

.button:hover {
  background: #333; }

.client--logos {
  text-align: center;
  margin: 4rem auto;
  padding: 2rem; }
  .client--logos p {
    font-weight: 800;
    font-size: 2rem;
    color: #0B4F8F; }
  .client--logos .client-logo {
    padding: 1rem 3rem;
    display: inline-block; }
    .client--logos .client-logo img {
      max-width: 200px; }
  .client--logos .client-logo-container {
    display: flex;
    align-items: center;
    justify-content: center; }

.button-boxes-block {
  padding: 0 1rem 1rem 1rem; }
  @media (min-width: 860px) {
    .button-boxes-block {
      padding: 2rem; } }

.homepage-text-block {
  padding: 0 1rem 1rem 1rem;
  max-width: 980px;
  margin: 0 auto; }
  @media (min-width: 860px) {
    .homepage-text-block {
      padding: 2rem; } }
  .homepage-text-block strong {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0B4F8F; }
  .homepage-text-block p {
    font-size: 1.2rem; }

.posts .post {
  float: none;
  width: 100%;
  min-height: 250px; }

.posts .post-title {
  margin-bottom: .5rem;
  display: inline-block; }
  .posts .post-title a {
    color: #0B4F8F;
    font-size: 2rem;
    margin-bottom: 1rem; }
    .posts .post-title a:hover {
      color: #1383ed; }

.posts .meta {
  color: #bbb; }

.posts .post-excerpt {
  color: #231f20; }

span.older a {
  font-size: 2rem; }

.blog--header {
  margin-bottom: 1rem; }

.nav-dropdown.mobile-menu,
.nav-container,
.nav,
.mobile-menu-block {
  z-index: 9000;
  text-align: center; }

.mobile-nav-menu {
  position: relative;
  z-index: 9000; }

@media (min-width: 960px) {
  .nav-dropdown {
    background-color: #0B4F8F !important; }
  .nav-dropdown .menu-item:hover,
  .nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #0f69be !important; }
  .mobile-nav-menu > .has-dropdown:after {
    border-color: #fff transparent transparent transparent !important; } }

/*# sourceMappingURL=maps/style.2019.css.map */
