/*
Theme Name:         Milnor
Theme URI:          http://www.milnor.com
Description:        Milnor is a bespoke WordPress site built by Westguard Solutions for Pellerin Milnor Corporation.
Version:            1.0.0
Author:             Westguard Solutions
Author URI:         http://westguardsolutions.com/

License:            All Rights Reserved
License URI:
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,700,700i");
/*
* WS Front-End Beta 1
* Copyright 2017 Westguard Solutions
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #1A4C95;
  text-shadow: none;
}

::selection {
  color: #FFFFFF;
  background-color: #1A4C95;
  text-shadow: none;
}

a {
  background-color: transparent;
  color: #1A4C95;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

a:active, a:hover {
  color: #1A4C95;
  outline: 0;
}

area {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin-bottom: 20px;
  margin-top: 0;
}

hr {
  border-bottom: 1px solid #CECED2;
  border-top: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

abbr[title] {
  border-bottom: 1px solid #CECED2;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgba(243, 144, 29, 0.25);
  color: #000000;
}

small, .small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol, dl {
  margin: 0 0 20px;
  padding-left: 20px;
}

ul.list-unstyled, ul.list-inline, ol.list-unstyled, ol.list-inline, dl.list-unstyled, dl.list-inline {
  list-style: none;
  padding-left: 0;
}

ul.list-inline, ol.list-inline, dl.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

ul.list-inline li, ol.list-inline li, dl.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

pre {
  margin: 0 0 20px;
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

blockquote {
  margin: 0 0 20px;
}

blockquote.blockquote cite {
  color: #A2A9AD;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0 20px;
}

img {
  border: 0;
}

img.responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

img.contain {
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
}

img.contain.bottom {
  -o-object-position: 50%  100%;
     object-position: 50%  100%;
}

img.contain.bottom-left {
  -o-object-position: 0  100%;
     object-position: 0  100%;
}

img.contain.bottom-right {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

img.contain.left {
  -o-object-position: 0%  50%;
     object-position: 0%  50%;
}

img.contain.right {
  -o-object-position: 100%  50%;
     object-position: 100%  50%;
}

img.contain.top {
  -o-object-position: 50%  0%;
     object-position: 50%  0%;
}

img.contain.top-left {
  -o-object-position: 0  0;
     object-position: 0  0;
}

img.contain.top-right {
  -o-object-position: 100%  0;
     object-position: 100%  0;
}

img.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

img.cover.bottom {
  -o-object-position: 50%  100%;
     object-position: 50%  100%;
}

img.cover.top {
  -o-object-position: 50%  0%;
     object-position: 50%  0%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.container.extra-small {
  max-width: 0;
}

.container.small {
  max-width: 544px;
}

.container.medium {
  max-width: 788px;
}

.container.large {
  max-width: 1002px;
}

.container.extra-large {
  max-width: 1200px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.grid.extra-small-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid.extra-small-middle {
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
}

.grid.extra-small-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid.extra-small-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid.extra-small-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid.extra-small-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid.extra-small-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid.extra-small-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 544px) {
  .grid.small-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.small-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.small-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.small-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.small-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.small-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.small-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.small-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 788px) {
  .grid.medium-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.medium-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.medium-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.medium-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.medium-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.medium-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.medium-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.medium-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1002px) {
  .grid.large-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.large-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.large-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.large-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.large-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.large-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.large-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.large-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .grid.extra-large-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.extra-large-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.extra-large-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.extra-large-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.extra-large-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.extra-large-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.extra-large-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.extra-large-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.grid .tile {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.grid .tile.extra-small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid .tile.extra-small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid .tile.extra-small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid .tile.extra-small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid .tile.extra-small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid .tile.extra-small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid .tile.extra-small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid .tile.extra-small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid .tile.extra-small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid .tile.extra-small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid .tile.extra-small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid .tile.extra-small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.grid .tile.extra-small-left-0 {
  right: auto;
}

.grid .tile.extra-small-left-1 {
  right: 8.3333333333%;
}

.grid .tile.extra-small-left-2 {
  right: 16.6666666667%;
}

.grid .tile.extra-small-left-3 {
  right: 25%;
}

.grid .tile.extra-small-left-4 {
  right: 33.3333333333%;
}

.grid .tile.extra-small-left-5 {
  right: 41.6666666667%;
}

.grid .tile.extra-small-left-6 {
  right: 50%;
}

.grid .tile.extra-small-left-7 {
  right: 58.3333333333%;
}

.grid .tile.extra-small-left-8 {
  right: 66.6666666667%;
}

.grid .tile.extra-small-left-9 {
  right: 75%;
}

.grid .tile.extra-small-left-10 {
  right: 83.3333333333%;
}

.grid .tile.extra-small-left-11 {
  right: 91.6666666667%;
}

.grid .tile.extra-small-left-12 {
  right: 100%;
}

.grid .tile.extra-small-right-0 {
  left: auto;
}

.grid .tile.extra-small-right-1 {
  left: 8.3333333333%;
}

.grid .tile.extra-small-right-2 {
  left: 16.6666666667%;
}

.grid .tile.extra-small-right-3 {
  left: 25%;
}

.grid .tile.extra-small-right-4 {
  left: 33.3333333333%;
}

.grid .tile.extra-small-right-5 {
  left: 41.6666666667%;
}

.grid .tile.extra-small-right-6 {
  left: 50%;
}

.grid .tile.extra-small-right-7 {
  left: 58.3333333333%;
}

.grid .tile.extra-small-right-8 {
  left: 66.6666666667%;
}

.grid .tile.extra-small-right-9 {
  left: 75%;
}

.grid .tile.extra-small-right-10 {
  left: 83.3333333333%;
}

.grid .tile.extra-small-right-11 {
  left: 91.6666666667%;
}

.grid .tile.extra-small-right-12 {
  left: 100%;
}

@media (min-width: 544px) {
  .grid .tile.small-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.small-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.small-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.small-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.small-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.small-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.small-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.small-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.small-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.small-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.small-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.small-left-0 {
    right: auto;
  }
  .grid .tile.small-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.small-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.small-left-3 {
    right: 25%;
  }
  .grid .tile.small-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.small-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.small-left-6 {
    right: 50%;
  }
  .grid .tile.small-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.small-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.small-left-9 {
    right: 75%;
  }
  .grid .tile.small-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.small-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.small-left-12 {
    right: 100%;
  }
  .grid .tile.small-right-0 {
    left: auto;
  }
  .grid .tile.small-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.small-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.small-right-3 {
    left: 25%;
  }
  .grid .tile.small-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.small-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.small-right-6 {
    left: 50%;
  }
  .grid .tile.small-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.small-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.small-right-9 {
    left: 75%;
  }
  .grid .tile.small-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.small-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.small-right-12 {
    left: 100%;
  }
}

@media (min-width: 788px) {
  .grid .tile.medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.medium-left-0 {
    right: auto;
  }
  .grid .tile.medium-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.medium-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.medium-left-3 {
    right: 25%;
  }
  .grid .tile.medium-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.medium-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.medium-left-6 {
    right: 50%;
  }
  .grid .tile.medium-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.medium-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.medium-left-9 {
    right: 75%;
  }
  .grid .tile.medium-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.medium-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.medium-left-12 {
    right: 100%;
  }
  .grid .tile.medium-right-0 {
    left: auto;
  }
  .grid .tile.medium-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.medium-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.medium-right-3 {
    left: 25%;
  }
  .grid .tile.medium-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.medium-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.medium-right-6 {
    left: 50%;
  }
  .grid .tile.medium-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.medium-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.medium-right-9 {
    left: 75%;
  }
  .grid .tile.medium-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.medium-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.medium-right-12 {
    left: 100%;
  }
}

@media (min-width: 1002px) {
  .grid .tile.large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.large-left-0 {
    right: auto;
  }
  .grid .tile.large-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.large-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.large-left-3 {
    right: 25%;
  }
  .grid .tile.large-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.large-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.large-left-6 {
    right: 50%;
  }
  .grid .tile.large-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.large-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.large-left-9 {
    right: 75%;
  }
  .grid .tile.large-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.large-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.large-left-12 {
    right: 100%;
  }
  .grid .tile.large-right-0 {
    left: auto;
  }
  .grid .tile.large-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.large-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.large-right-3 {
    left: 25%;
  }
  .grid .tile.large-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.large-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.large-right-6 {
    left: 50%;
  }
  .grid .tile.large-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.large-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.large-right-9 {
    left: 75%;
  }
  .grid .tile.large-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.large-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.large-right-12 {
    left: 100%;
  }
}

@media (min-width: 1200px) {
  .grid .tile.extra-large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.extra-large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.extra-large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.extra-large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.extra-large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.extra-large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.extra-large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.extra-large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.extra-large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.extra-large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.extra-large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.extra-large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.extra-large-left-0 {
    right: auto;
  }
  .grid .tile.extra-large-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.extra-large-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.extra-large-left-3 {
    right: 25%;
  }
  .grid .tile.extra-large-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.extra-large-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.extra-large-left-6 {
    right: 50%;
  }
  .grid .tile.extra-large-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.extra-large-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.extra-large-left-9 {
    right: 75%;
  }
  .grid .tile.extra-large-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.extra-large-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.extra-large-left-12 {
    right: 100%;
  }
  .grid .tile.extra-large-right-0 {
    left: auto;
  }
  .grid .tile.extra-large-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.extra-large-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.extra-large-right-3 {
    left: 25%;
  }
  .grid .tile.extra-large-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.extra-large-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.extra-large-right-6 {
    left: 50%;
  }
  .grid .tile.extra-large-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.extra-large-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.extra-large-right-9 {
    left: 75%;
  }
  .grid .tile.extra-large-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.extra-large-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.extra-large-right-12 {
    left: 100%;
  }
}

.grid .tile.extra-small-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.grid .tile.extra-small-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.grid .tile.extra-small-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 544px) {
  .grid .tile.small-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.small-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.small-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 788px) {
  .grid .tile.medium-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.medium-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.medium-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 1002px) {
  .grid .tile.large-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.large-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.large-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .grid .tile.extra-large-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.extra-large-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.extra-large-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption, table th {
  text-align: left;
}

table.table {
  margin-bottom: 20px;
  width: 100%;
}

table.table > caption, table.table > thead > tr > th {
  color: #A2A9AD;
  font-weight: normal;
  padding: 10px 10px;
  vertical-align: top;
}

table.table > tbody > tr {
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

table.table > tbody > tr > td {
  padding: 10px 10px;
  vertical-align: top;
}

table.table.large > thead > tr > th, table.table.large tbody > tr > td {
  font-size: 16px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
}

table.table.small > thead > tr > th, table.table.small tbody > tr > td {
  font-size: 12px;
  padding-left: 8.5px;
  padding-right: 8.5px;
  padding-bottom: 8.5px;
  padding-top: 8.5px;
}

table.table.bordered {
  border: 1px solid #CECED2;
}

table.table.bordered > caption, table.table.bordered > thead > tr > th, table.table.bordered > tbody > tr td {
  border: 1px solid #CECED2;
}

table.table.striped > tbody > tr:nth-child(odd) {
  background-color: #F8F8F8;
}

table.table.toggle-row > tbody.table-row-link > tr:not(.table-row-hidden):hover > td:not(.table-cell-link-skip) {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

table.table.toggle-row > tbody > tr.table-row-hidden > td {
  border-top: none;
  padding: 0;
}

table.table.toggle-row > tbody > tr.table-row-hidden > td > * {
  display: none;
  padding: 10px 10px;
}

table.table.toggle-row.striped > tbody > tr:nth-child(4n+1), table.table.toggle-row.striped > tbody > tr:nth-child(4n+2) {
  background-color: #F8F8F8;
}

table.table.toggle-row.striped > tbody > tr:nth-child(4n+3), table.table.toggle-row.striped > tbody > tr:nth-child(4n+4) {
  background-color: transparent;
}

table.table.hover > tbody > tr:not(.table-row-hidden):hover {
  background-color: rgba(26, 76, 149, 0.25);
}

@media (max-width: 543px) {
  table.table.responsive > thead {
    display: none;
  }
  table.table.responsive > tbody {
    display: block;
  }
  table.table.responsive > tbody > tr:not(.table-row-hidden) {
    display: block;
    padding: 10px 10px;
  }
  table.table.responsive > tbody > tr:not(.table-row-hidden) > td {
    border-top: none;
    display: block;
    padding: 0;
    width: 100%;
  }
}

fieldset {
  border: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}

fieldset legend {
  border: 0;
  padding: 0;
}

.form-group .input-field {
  margin-bottom: 10px;
}

.form-group .input-helper {
  margin-top: -15px;
}

.form-group .range {
  margin-bottom: 20px;
}

.form-group .range + .input-helper {
  margin-top: -15px;
}

.form-group .radio + .label {
  margin-bottom: 10px;
}

.form-group .checkbox + .label {
  margin-bottom: 10px;
}

.form-group .button {
  margin-bottom: 20px;
}

.form-inline .input-field {
  width: auto;
}

.label {
  display: none !important;
  margin-bottom: 5px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.label.required:after {
  color: #EB6557;
  content: '*';
  margin-left: 5px;
}

.input-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: none !important;
  border-bottom: 1px solid #1A4C95 !important;
  border-radius: 0;
  color: #000000;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 5px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, background-image 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, background-image 200ms ease-in-out;
  width: 100%;
}

.input-field::-webkit-input-placeholder {
  color: #CECED2;
  opacity: 1;
}

.input-field:-ms-input-placeholder {
  color: #CECED2;
  opacity: 1;
}

.input-field::-ms-input-placeholder {
  color: #CECED2;
  opacity: 1;
}

.input-field::placeholder {
  color: #CECED2;
  opacity: 1;
}

.input-field:focus {
  border-color: transparent !important;
  outline: 0;
}

.input-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.input-field.large {
  font-size: 16px;
  padding-bottom: 9.375px;
  padding-top: 9.375px;
}

.input-field.small {
  padding-bottom: 5px;
  padding-top: 5px;
}

.input-field.error {
  border-color: #EB6557;
  color: #000000;
}

.input-field.error:-moz-ui-invalid {
  box-shadow: none;
}

.input-field:disabled {
  background-color: #F8F8F8;
  color: #A2A9AD;
  cursor: not-allowed;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type="number"].input-field::-webkit-inner-spin-button, input[type="number"].input-field::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"].input-field::-webkit-search-cancel-button, input[type="search"].input-field::-webkit-search-decoration {
  -webkit-appearance: none;
}

select.input-field:not([multiple]) {
  background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%23000000"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px 5px;
  padding-right: 50px;
}

select.input-field:not([multiple])::-ms-expand {
  display: none;
}

select.input-field:not([multiple]):focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select.input-field:not([multiple]).large {
  padding-right: 60px;
}

select.input-field:not([multiple]).small {
  padding-right: 44px;
}

select.input-field:not([multiple]):disabled {
  border-color: #1A4C95;
  background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%23A2A9AD"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
}

select.input-field:not([multiple]) optgroup {
  font-weight: bold;
}

select.input-field:not([multiple]) option:disabled {
  color: #A2A9AD;
}

textarea.input-field {
  overflow: auto;
  resize: vertical;
}

.range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
}

.range::-webkit-slider-runnable-track {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  cursor: pointer;
  height: 20px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 100%;
}

.range::-moz-range-track {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  cursor: pointer;
  height: 20px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 100%;
}

.range::-ms-track {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  cursor: pointer;
  height: 20px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 100%;
  border-color: transparent;
  color: transparent;
}

.range::-ms-fill-lower {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  cursor: pointer;
  height: 20px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 100%;
}

.range::-ms-fill-upper {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  cursor: pointer;
  height: 20px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: #CECED2;
  border: 2px solid #A2A9AD;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  margin-top: -2px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 20px;
}

.range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background-color: #CECED2;
  border: 2px solid #A2A9AD;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  margin-top: -2px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 20px;
}

.range::-ms-thumb {
  appearance: none;
  background-color: #CECED2;
  border: 2px solid #A2A9AD;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  margin-top: -2px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  width: 20px;
}

.range:focus {
  outline: none;
}

.range:focus::-moz-focus-outer {
  border: 0;
}

.range:focus::-webkit-slider-runnable-track {
  border-color: transparent;
}

.range:focus::-moz-range-track {
  border-color: transparent;
}

.range:focus::-ms-track {
  border-color: transparent;
}

.range:focus::-webkit-slider-thumb {
  border-color: transparent;
}

.range:focus::-moz-range-thumb {
  border-color: transparent;
}

.range:focus::-ms-thumb {
  border-color: transparent;
}

.range.large::-webkit-slider-runnable-track {
  height: 25px;
}

.range.large::-moz-range-track {
  height: 25px;
}

.range.large::-ms-track {
  height: 25px;
}

.range.large::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
}

.range.large::-moz-range-thumb {
  height: 25px;
  width: 25px;
}

.range.large::-ms-thumb {
  height: 25px;
  width: 25px;
}

.range.small::-webkit-slider-runnable-track {
  height: 17px;
}

.range.small::-moz-range-track {
  height: 17px;
}

.range.small::-ms-track {
  height: 17px;
}

.range.small::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
}

.range.small::-moz-range-thumb {
  height: 17px;
  width: 17px;
}

.range.small::-ms-thumb {
  height: 17px;
  width: 17px;
}

.range:disabled::-webkit-slider-runnable-track {
  background-color: #F8F8F8;
  cursor: not-allowed;
}

.range:disabled::-moz-range-track {
  background-color: #F8F8F8;
  cursor: not-allowed;
}

.range:disabled::-ms-track {
  background-color: #F8F8F8;
  cursor: not-allowed;
}

.range:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

.range:disabled::-moz-range-thumb {
  cursor: not-allowed;
}

.range:disabled::-ms-thumb {
  cursor: not-allowed;
}

.radio {
  display: none;
}

.radio + .label {
  cursor: pointer;
  padding-left: 25px;
}

.radio + .label:before {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 20px;
  margin-bottom: -5px;
  margin-left: -25px;
  margin-right: 5px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  vertical-align: top;
  width: 20px;
}

.radio + .label.required:after {
  color: #EB6557;
  content: '*';
  margin-left: 5px;
}

.radio.large + .label {
  padding-left: 30px;
}

.radio.large + .label:before {
  height: 25px;
  margin-left: -30px;
  width: 25px;
}

.radio.small + .label {
  padding-left: 22px;
}

.radio.small + .label:before {
  height: 17px;
  margin-left: -22px;
  width: 17px;
}

.radio.error + .label:before {
  background-color: #FFFFFF;
  border-color: #EB6557;
}

.radio:disabled + .label {
  color: #A2A9AD;
  cursor: not-allowed;
}

.radio:disabled + .label:before {
  background-color: #F8F8F8;
}

.radio:checked + .label:before {
  background-color: #1A4C95;
  border-color: #1A4C95;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 0 2px #FFFFFF;
}

.checkbox {
  display: none;
}

.checkbox + .label {
  cursor: pointer;
  padding-left: 25px;
}

.checkbox + .label:before {
  background-color: #FFFFFF;
  border: 2px solid #1A4C95;
  content: '';
  display: inline-block;
  height: 20px;
  margin-bottom: -5px;
  margin-left: -25px;
  margin-right: 5px;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  vertical-align: top;
  width: 20px;
}

.checkbox + .label.required:after {
  color: #EB6557;
  content: '*';
  margin-left: 5px;
}

.checkbox.large + .label {
  padding-left: 30px;
}

.checkbox.large + .label:before {
  height: 25px;
  margin-left: -30px;
  width: 25px;
}

.checkbox.small + .label {
  padding-left: 22px;
}

.checkbox.small + .label:before {
  height: 17px;
  margin-left: -22px;
  width: 17px;
}

.checkbox.error + .label:before {
  background-color: #FFFFFF;
  border-color: #EB6557;
}

.checkbox:disabled + .label {
  color: #A2A9AD;
  cursor: not-allowed;
}

.checkbox:disabled + .label:before {
  background-color: #F8F8F8;
}

.checkbox:checked + .label:before {
  background-color: #1A4C95;
  border-color: #1A4C95;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 0 2px #FFFFFF;
}

.input-helper {
  color: #A2A9AD;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.input-helper.error {
  color: #EB6557;
}

[role="button"] {
  cursor: pointer;
}

.button {
  background-color: #CECED2;
  border: 2px solid #1A4C95;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding: 7.5px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.button.large {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 9.375px;
  padding-top: 9.375px;
}

.button.small {
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.button.full {
  width: 100%;
}

.button:hover {
  background-color: #b3b3ba;
  border-color: #12366a;
  color: #000000;
}

.button:hover:disabled {
  background-color: #CECED2;
  border-color: #1A4C95;
}

.button:focus, .button:active {
  background-color: #9999a1;
  border-color: #0b203e;
  color: #000000;
}

.button:focus:disabled, .button:active:disabled {
  background-color: #CECED2;
  border-color: #1A4C95;
}

.button.primary {
  background-color: #1A4C95;
  border-color: #1A4C95;
  color: #FFFFFF;
}

.button.primary:hover {
  background-color: #12366a;
  border-color: #12366a;
  color: #FFFFFF;
}

.button.primary:hover:disabled {
  background-color: #1A4C95;
  border-color: #1A4C95;
}

.button.primary:focus, .button.primary:active {
  background-color: #0b203e;
  border-color: #0b203e;
  color: #FFFFFF;
}

.button.primary:focus:disabled, .button.primary:active:disabled {
  background-color: #1A4C95;
  border-color: #1A4C95;
}

.button.secondary {
  background-color: #A10900;
  border-color: #A10900;
  color: #FFFFFF;
}

.button.secondary:hover {
  background-color: #6e0600;
  border-color: #6e0600;
  color: #FFFFFF;
}

.button.secondary:hover:disabled {
  background-color: #A10900;
  border-color: #A10900;
}

.button.secondary:focus, .button.secondary:active {
  background-color: #3b0300;
  border-color: #3b0300;
  color: #FFFFFF;
}

.button.secondary:focus:disabled, .button.secondary:active:disabled {
  background-color: #A10900;
  border-color: #A10900;
}

.button.success {
  background-color: #529F74;
  border-color: #529F74;
  color: #FFFFFF;
}

.button.success:hover {
  background-color: #417d5b;
  border-color: #417d5b;
  color: #FFFFFF;
}

.button.success:hover:disabled {
  background-color: #529F74;
  border-color: #529F74;
}

.button.success:focus, .button.success:active {
  background-color: #2f5c43;
  border-color: #2f5c43;
  color: #FFFFFF;
}

.button.success:focus:disabled, .button.success:active:disabled {
  background-color: #529F74;
  border-color: #529F74;
}

.button.information {
  background-color: #0096D6;
  border-color: #0096D6;
  color: #FFFFFF;
}

.button.information:hover {
  background-color: #0072a3;
  border-color: #0072a3;
  color: #FFFFFF;
}

.button.information:hover:disabled {
  background-color: #0096D6;
  border-color: #0096D6;
}

.button.information:focus, .button.information:active {
  background-color: #004f70;
  border-color: #004f70;
  color: #FFFFFF;
}

.button.information:focus:disabled, .button.information:active:disabled {
  background-color: #0096D6;
  border-color: #0096D6;
}

.button.warning {
  background-color: #F3901D;
  border-color: #F3901D;
  color: #FFFFFF;
}

.button.warning:hover {
  background-color: #d2760b;
  border-color: #d2760b;
  color: #FFFFFF;
}

.button.warning:hover:disabled {
  background-color: #F3901D;
  border-color: #F3901D;
}

.button.warning:focus, .button.warning:active {
  background-color: #a15b09;
  border-color: #a15b09;
  color: #FFFFFF;
}

.button.warning:focus:disabled, .button.warning:active:disabled {
  background-color: #F3901D;
  border-color: #F3901D;
}

.button.danger {
  background-color: #EB6557;
  border-color: #EB6557;
  color: #FFFFFF;
}

.button.danger:hover {
  background-color: #e63b29;
  border-color: #e63b29;
  color: #FFFFFF;
}

.button.danger:hover:disabled {
  background-color: #EB6557;
  border-color: #EB6557;
}

.button.danger:focus, .button.danger:active {
  background-color: #c52817;
  border-color: #c52817;
  color: #FFFFFF;
}

.button.danger:focus:disabled, .button.danger:active:disabled {
  background-color: #EB6557;
  border-color: #EB6557;
}

.button.inverted {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.button.inverted.primary {
  border-color: #1A4C95;
  color: #1A4C95;
}

.button.inverted.primary:hover {
  background-color: #1A4C95;
  border-color: #1A4C95;
  color: #FFFFFF;
}

.button.inverted.primary:hover:disabled {
  background-color: #FFFFFF;
  border-color: #1A4C95;
  color: #1A4C95;
}

.button.inverted.primary:focus, .button.inverted.primary:active {
  background-color: #1A4C95;
  border-color: #1A4C95;
  color: #FFFFFF;
}

.button.inverted.primary:focus:disabled, .button.inverted.primary:active:disabled {
  background-color: #FFFFFF;
  border-color: #1A4C95;
  color: #1A4C95;
}

.button.inverted.secondary {
  border-color: #A10900;
  color: #A10900;
}

.button.inverted.secondary:hover {
  background-color: #A10900;
  border-color: #A10900;
  color: #FFFFFF;
}

.button.inverted.secondary:hover:disabled {
  background-color: #FFFFFF;
  border-color: #A10900;
  color: #A10900;
}

.button.inverted.secondary:focus, .button.inverted.secondary:active {
  background-color: #A10900;
  border-color: #A10900;
  color: #FFFFFF;
}

.button.inverted.secondary:focus:disabled, .button.inverted.secondary:active:disabled {
  background-color: #FFFFFF;
  border-color: #A10900;
  color: #A10900;
}

.button.inverted.success {
  border-color: #529F74;
  color: #529F74;
}

.button.inverted.success:hover {
  background-color: #529F74;
  border-color: #529F74;
  color: #FFFFFF;
}

.button.inverted.success:hover:disabled {
  background-color: #FFFFFF;
  border-color: #529F74;
  color: #529F74;
}

.button.inverted.success:focus, .button.inverted.success:active {
  background-color: #529F74;
  border-color: #529F74;
  color: #FFFFFF;
}

.button.inverted.success:focus:disabled, .button.inverted.success:active:disabled {
  background-color: #FFFFFF;
  border-color: #529F74;
  color: #529F74;
}

.button.inverted.information {
  border-color: #0096D6;
  color: #0096D6;
}

.button.inverted.information:hover {
  background-color: #0096D6;
  border-color: #0096D6;
  color: #FFFFFF;
}

.button.inverted.information:hover:disabled {
  background-color: #FFFFFF;
  border-color: #0096D6;
  color: #0096D6;
}

.button.inverted.information:focus, .button.inverted.information:active {
  background-color: #0096D6;
  border-color: #0096D6;
  color: #FFFFFF;
}

.button.inverted.information:focus:disabled, .button.inverted.information:active:disabled {
  background-color: #FFFFFF;
  border-color: #0096D6;
  color: #0096D6;
}

.button.inverted.warning {
  border-color: #F3901D;
  color: #F3901D;
}

.button.inverted.warning:hover {
  background-color: #F3901D;
  border-color: #F3901D;
  color: #FFFFFF;
}

.button.inverted.warning:hover:disabled {
  background-color: #FFFFFF;
  border-color: #F3901D;
  color: #F3901D;
}

.button.inverted.warning:focus, .button.inverted.warning:active {
  background-color: #F3901D;
  border-color: #F3901D;
  color: #FFFFFF;
}

.button.inverted.warning:focus:disabled, .button.inverted.warning:active:disabled {
  background-color: #FFFFFF;
  border-color: #F3901D;
  color: #F3901D;
}

.button.inverted.danger {
  border-color: #EB6557;
  color: #EB6557;
}

.button.inverted.danger:hover {
  background-color: #EB6557;
  border-color: #EB6557;
  color: #FFFFFF;
}

.button.inverted.danger:hover:disabled {
  background-color: #FFFFFF;
  border-color: #EB6557;
  color: #EB6557;
}

.button.inverted.danger:focus, .button.inverted.danger:active {
  background-color: #EB6557;
  border-color: #EB6557;
  color: #FFFFFF;
}

.button.inverted.danger:focus:disabled, .button.inverted.danger:active:disabled {
  background-color: #FFFFFF;
  border-color: #EB6557;
  color: #EB6557;
}

.button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

button.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  overflow: visible;
}

button.button:focus {
  outline: 0;
}

button.button::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

.alert {
  border: solid 1px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.alert > *:last-child {
  margin-bottom: 0;
}

.alert.primary {
  background-color: rgba(26, 76, 149, 0.25);
  border-color: #1A4C95;
  color: #12366a;
}

.alert.secondary {
  background-color: rgba(161, 9, 0, 0.25);
  border-color: #A10900;
  color: #6e0600;
}

.alert.success {
  background-color: rgba(82, 159, 116, 0.25);
  border-color: #529F74;
  color: #417d5b;
}

.alert.information {
  background-color: rgba(0, 150, 214, 0.25);
  border-color: #0096D6;
  color: #0072a3;
}

.alert.warning {
  background-color: rgba(243, 144, 29, 0.25);
  border-color: #F3901D;
  color: #d2760b;
}

.alert.danger {
  background-color: rgba(235, 101, 87, 0.25);
  border-color: #EB6557;
  color: #e63b29;
}

progress.progress {
  display: block;
  height: 20px;
  margin-bottom: 20px;
  vertical-align: baseline;
  width: 100%;
}

progress.progress[value] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F8F8F8;
  border: none;
  border-radius: 4px;
}

progress.progress[value]::-webkit-progress-bar {
  background-color: #F8F8F8;
  border-radius: 4px;
}

progress.progress[value]::-webkit-progress-value {
  background-color: #CECED2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

progress.progress[value]::-moz-progress-bar {
  background-color: #CECED2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

progress.progress[value]::-ms-fill {
  background-color: #CECED2;
  border: 0;
}

progress.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

progress.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

progress.progress.large {
  border-radius: 5px;
  border-width: 2px;
  height: 25px;
}

progress.progress.large[value] {
  border-radius: 5px;
}

progress.progress.large[value]::-webkit-progress-bar {
  border-radius: 5px;
}

progress.progress.large[value]::-webkit-progress-value {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

progress.progress.large[value]::-moz-progress-bar {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

progress.progress.large[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

progress.progress.large[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

progress.progress.small {
  border-radius: 3.4px;
  border-width: 0.5px;
  height: 17px;
}

progress.progress.small[value] {
  border-radius: 3.4px;
}

progress.progress.small[value]::-webkit-progress-bar {
  border-radius: 3.4px;
}

progress.progress.small[value]::-webkit-progress-value {
  border-bottom-left-radius: 3.4px;
  border-top-left-radius: 3.4px;
}

progress.progress.small[value]::-moz-progress-bar {
  border-bottom-left-radius: 3.4px;
  border-top-left-radius: 3.4px;
}

progress.progress.small[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 3.4px;
  border-top-right-radius: 3.4px;
}

progress.progress.small[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 3.4px;
  border-top-right-radius: 3.4px;
}

progress.progress.primary[value]::-webkit-progress-value {
  background-color: #1A4C95;
}

progress.progress.primary[value]::-moz-progress-bar {
  background-color: #1A4C95;
}

progress.progress.primary[value]::-ms-fill {
  background-color: #1A4C95;
}

progress.progress.secondary[value]::-webkit-progress-value {
  background-color: #A10900;
}

progress.progress.secondary[value]::-moz-progress-bar {
  background-color: #A10900;
}

progress.progress.secondary[value]::-ms-fill {
  background-color: #A10900;
}

progress.progress.success[value]::-webkit-progress-value {
  background-color: #529F74;
}

progress.progress.success[value]::-moz-progress-bar {
  background-color: #529F74;
}

progress.progress.success[value]::-ms-fill {
  background-color: #529F74;
}

progress.progress.information[value]::-webkit-progress-value {
  background-color: #0096D6;
}

progress.progress.information[value]::-moz-progress-bar {
  background-color: #0096D6;
}

progress.progress.information[value]::-ms-fill {
  background-color: #0096D6;
}

progress.progress.warning[value]::-webkit-progress-value {
  background-color: #F3901D;
}

progress.progress.warning[value]::-moz-progress-bar {
  background-color: #F3901D;
}

progress.progress.warning[value]::-ms-fill {
  background-color: #F3901D;
}

progress.progress.danger[value]::-webkit-progress-value {
  background-color: #EB6557;
}

progress.progress.danger[value]::-moz-progress-bar {
  background-color: #EB6557;
}

progress.progress.danger[value]::-ms-fill {
  background-color: #EB6557;
}

[data-toggle="modal"] {
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.modal-backdrop {
  background-color: #000000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.modal {
  bottom: 0;
  display: none;
  left: 0;
  letter-spacing: -4px;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  text-align: center;
  right: 0;
  top: 0;
  vertical-align: middle;
  z-index: 10000;
}

.modal:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal.extra-small .modal-content {
  max-width: -40px;
}

.modal.small .modal-content {
  max-width: 504px;
}

.modal.medium .modal-content {
  max-width: 748px;
}

.modal.large .modal-content {
  max-width: 962px;
}

.modal.extra-large .modal-content {
  max-width: 1160px;
}

.modal .modal-content {
  background-color: #FFFFFF;
  border: #CECED2 solid 1px;
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.accordion-group {
  margin-bottom: 20px;
}

.accordion-group > .accordion + .accordion {
  border-top: 1px solid #CECED2;
}

.accordion-group > .accordion > .accordion-toggle {
  cursor: pointer;
  margin: 0;
  padding: 10px 10px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion-group > .accordion > .accordion-content {
  display: none;
  padding: 10px 10px;
}

.accordion-group.striped > .accordion:nth-child(odd) > .accordion-toggle, .accordion-group.striped > .accordion:nth-child(odd) > .accordion-content {
  background-color: #F8F8F8;
}

.accordion-group.hover > .accordion > .accordion-toggle {
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.accordion-group.hover > .accordion > .accordion-toggle:hover {
  background-color: rgba(26, 76, 149, 0.25);
}

.calendar caption, .calendar th {
  text-align: inherit;
}

.calendar > tbody > tr > td {
  text-align: inherit;
  width: 14.2857142857%;
}

.calendar > tbody > tr > td:first-child, .calendar > tbody > tr > td:last-child {
  background-color: #F8F8F8;
}

.calendar > tbody > tr > td .date {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  width: 40px;
}

.calendar > tbody > tr > td.event .date {
  background-color: #000000;
  border-radius: 50%;
  color: #FFFFFF;
}

.calendar > tbody > tr > td.event .event-list {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 14px;
}

.calendar > tbody > tr > td.event .event-list li {
  text-align: left;
}

.calendar > tbody > tr > td.event .event-list li span {
  color: #000000;
  font-size: 12px;
}

.calendar > tbody > tr > td.today .date {
  background-color: #1A4C95;
  border-radius: 50%;
  color: #FFFFFF;
}

.calendar > tbody > tr > td.off .date {
  color: #CECED2;
}

@media (max-width: 543px) {
  .calendar.responsive tbody > tr {
    border-top: 0;
    padding: 0;
  }
  .calendar.responsive tbody > tr > td {
    border-top: 1px solid #CECED2;
    padding: 10px;
    text-align: left;
  }
  .calendar.responsive tbody > tr > td.event .event-list {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: top;
  }
  .calendar.responsive tbody > tr > td.off {
    display: none;
  }
}

.slides {
  overflow: hidden;
}

.slides:after {
  clear: both;
  content: '';
  display: block;
}

.slides .slide {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: -100%;
  min-height: 350px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slides .slide.active {
  z-index: 2;
}

.slides .slide[data-transition-type="fade"] {
  opacity: 0;
}

.slides .slide[data-transition-type="fade"].active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out;
  transition: opacity ease-in-out;
}

.slides .slide[data-transition-type="fade"].previous {
  opacity: 1;
}

.slides .slide[data-transition-type="slide"] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slides .slide[data-transition-type="slide"].active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform ease-in-out;
  transition: -webkit-transform ease-in-out;
  transition: transform ease-in-out;
  transition: transform ease-in-out, -webkit-transform ease-in-out;
}

.slides .slide[data-transition-type="slide"].previous {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slides .slide .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slides .slide .caption {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #FFFFFF;
  height: 100%;
  min-height: 350px;
  text-shadow: 0 1px 4px rgba(51, 51, 51, 0.7);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slides .slide .caption.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slides .slide .caption.middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slides .slide .caption.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slides .slide .caption > .container {
  padding-bottom: 20px;
  padding-top: 20px;
}

.slides .slide .caption > .container > *:last-child {
  margin-bottom: 0;
}

.background-color-primary {
  background-color: rgba(26, 76, 149, 0.25);
}

.background-color-secondary {
  background-color: rgba(161, 9, 0, 0.25);
}

.background-color-success {
  background-color: rgba(82, 159, 116, 0.25);
}

.background-color-information {
  background-color: rgba(0, 150, 214, 0.25);
}

.background-color-warning {
  background-color: rgba(243, 144, 29, 0.25);
}

.background-color-danger {
  background-color: rgba(235, 101, 87, 0.25);
}

.color-primary {
  color: #1A4C95;
}

.color-secondary {
  color: #A10900;
}

.color-success {
  color: #529F74;
}

.color-information {
  color: #0096D6;
}

.color-warning {
  color: #F3901D;
}

.color-danger {
  color: #EB6557;
}

.hidden, [hidden], template {
  display: none;
}

@media print {
  .hidden-print {
    display: none;
  }
}

.hidden-extra-small-up {
  display: none;
}

@media (max-width: 543px) {
  .hidden-extra-small-down {
    display: none;
  }
}

@media (min-width: 544px) {
  .hidden-small-up {
    display: none;
  }
}

@media (max-width: 787px) {
  .hidden-small-down {
    display: none;
  }
}

@media (min-width: 788px) {
  .hidden-medium-up {
    display: none;
  }
}

@media (max-width: 1001px) {
  .hidden-medium-down {
    display: none;
  }
}

@media (min-width: 1002px) {
  .hidden-large-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-large-down {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-extra-large-up {
    display: none;
  }
}

.hidden-extra-large-down {
  display: none;
}

.align-left {
  text-align: left;
}

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

.align-center {
  text-align: center;
}

.align-extra-small-left {
  text-align: left;
}

.align-extra-small-right {
  text-align: right;
}

.align-extra-small-center {
  text-align: center;
}

@media (min-width: 544px) {
  .align-small-left {
    text-align: left;
  }
  .align-small-right {
    text-align: right;
  }
  .align-small-center {
    text-align: center;
  }
}

@media (min-width: 788px) {
  .align-medium-left {
    text-align: left;
  }
  .align-medium-right {
    text-align: right;
  }
  .align-medium-center {
    text-align: center;
  }
}

@media (min-width: 1002px) {
  .align-large-left {
    text-align: left;
  }
  .align-large-right {
    text-align: right;
  }
  .align-large-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .align-extra-large-left {
    text-align: left;
  }
  .align-extra-large-right {
    text-align: right;
  }
  .align-extra-large-center {
    text-align: center;
  }
}

.alignnone {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}

.alignleft, .alignright {
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
}

@media (min-width: 544px) {
  .alignleft {
    float: left;
    margin-right: 10px;
  }
  .alignright {
    float: right;
    margin-left: 10px;
  }
}

.wp-caption {
  background-color: #F8F8F8;
  border: 1px solid #CECED2;
  border-radius: 4px;
  padding: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.wp-caption-text {
  padding: 20px;
}

body:not(#tinymce) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
}

h1, .h1 {
  margin-bottom: 20px;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

.fa-ul {
  margin-left: 20px;
}

#header {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

@media (min-width: 788px) {
  #header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}

#header .logo {
  display: inline-block;
  position: relative;
  z-index: 2000;
}

@media (min-width: 788px) {
  #header .logo {
    margin-bottom: -24px;
    margin-top: -24px;
  }
}

@media (max-width: 787px) {
  #header .logo {
    max-width: 147px;
  }
}

#header-top {
  background-color: #000000;
}

#header-top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header-top ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#header-top ul li {
  padding-left: 0;
  padding-right: 0;
}

#header-top ul li .sub-menu {
  background-color: #000000;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 40px;
  z-index: 1000;
}

#header-top ul li .sub-menu > li > a {
  display: block;
  padding: 6px 15px;
}

#header-top ul li .sub-menu > li > a:hover {
  background: none;
}

#header-top ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

#header-top a {
  color: #E2E2E2;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 15px;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 1001px) {
  #header-top a {
    padding: 12px 5px;
  }
}

#header-top #search {
  margin-left: 15px;
  position: relative;
  top: 8px;
}

#header-top #search input[type="text"] {
  background-color: #E2E2E2;
  border: none;
  color: #000000;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  height: 25px;
  outline: none;
  padding: 0 3px 0 5px;
  width: 120px;
}

@media (max-width: 1001px) {
  #header-top #search input[type="text"] {
    width: 70px;
  }
}

#header-top #search input[type="submit"] {
  background: #F7F7F7;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111111;
  cursor: pointer;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  height: 25px;
  margin-left: -4px;
  outline: 0;
  padding: 1px 8px 2px;
}

#header-top-navigation a:hover {
  background-color: #FFFFFF;
  color: #A10900;
}

#header-bottom {
  background-color: #1A4C95;
}

@media (max-width: 787px) {
  #header-bottom {
    padding: 10px;
  }
}

#header-bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#header-bottom-navigation li {
  padding-left: 0;
  padding-right: 0;
}

#header-bottom-navigation li .sub-menu {
  background-color: #1A4C95;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  display: none;
  list-style: none;
  min-width: 160px;
  padding: 0;
  position: absolute;
  top: 72px;
  z-index: 1000;
}

#header-bottom-navigation li .sub-menu > li + li {
  border-top: 1px solid #999;
}

#header-bottom-navigation li .sub-menu > li > a {
  color: #E2E2E2;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 15px;
}

#header-bottom-navigation li .sub-menu > li > a:hover {
  background: none;
  color: #A10900;
}

#header-bottom-navigation li.menu-item-has-children:hover .sub-menu {
  display: block;
}

#header-bottom-navigation li.large .sub-menu {
  background-color: #FFFFFF;
  border-radius: 0 0 3px 3px;
  left: 50%;
  margin-left: -726px;
  padding: 44px 0 22px 0;
  width: 962px;
}

@media (min-width: 788px) and (max-width: 1012px) {
  #header-bottom-navigation li.large .sub-menu {
    margin-left: -492px;
    width: 733px;
  }
}

#header-bottom-navigation li.large .sub-menu > li {
  background-position: 20px 0;
  background-repeat: no-repeat;
  border: none;
  display: inline-block;
  margin-bottom: 22px;
  padding: 0 2%;
  vertical-align: top;
  width: 33%;
}

#header-bottom-navigation li.large .sub-menu > li#menu-item-135 {
  background-image: url("images/washers-extractors.jpg");
}

#header-bottom-navigation li.large .sub-menu > li#menu-item-136 {
  background-image: url("images/stand-alone-dryers.jpg");
}

#header-bottom-navigation li.large .sub-menu > li#menu-item-137 {
  background-image: url("images/cbw-batch-washers.jpg");
}

#header-bottom-navigation li.large .sub-menu > li#menu-item-138 {
  background-image: url("images/extraction-systems.jpg");
}

#header-bottom-navigation li.large .sub-menu > li#menu-item-139 {
  background-image: url("images/systems-dryers.jpg");
}

#header-bottom-navigation li.large .sub-menu > li > a {
  color: #333333;
  padding: 0 0 0 80px;
}

#header-bottom-navigation li.large .sub-menu > li > a:hover {
  color: #A10900;
}

#header-bottom-navigation li.large .sub-menu > li > a .mT {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

#header-bottom-navigation li.large .sub-menu > li > a .mD {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

#header-bottom-navigation a {
  color: #E2E2E2;
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 18px;
  -webkit-transition: none;
  transition: none;
}

#header-bottom-navigation a:hover {
  background-color: #FFFFFF;
  color: #1A4C95;
}

.navigation-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000000;
  border: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
  cursor: pointer;
  height: 60px;
  outline: 0;
  position: fixed;
  right: 25px;
  top: 0;
  width: 60px;
  z-index: 100000;
}

@media (min-width: 788px) {
  .navigation-toggle {
    display: none;
  }
}

.navigation-toggle span {
  background-color: #FFFFFF;
  display: block;
  height: 2px;
  left: 15px;
  position: absolute;
  right: 0px;
  top: 30px;
  -webkit-transition: background-color 0ms ease-in-out 200ms;
  transition: background-color 0ms ease-in-out 200ms;
  width: calc(100% - 30px);
}

.navigation-toggle span:before {
  background-color: #FFFFFF;
  display: block;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: -10px;
  -webkit-transition: top, -webkit-transform;
  transition: top, -webkit-transform;
  transition: top, transform;
  transition: top, transform, -webkit-transform;
  -webkit-transition-delay: 200ms, 0ms, 0ms;
          transition-delay: 200ms, 0ms, 0ms;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
          transition-duration: 200ms, 200ms, 200ms;
  width: 100%;
}

.navigation-toggle span:after {
  background-color: #FFFFFF;
  bottom: -10px;
  display: block;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: bottom, -webkit-transform;
  transition: bottom, -webkit-transform;
  transition: bottom, transform;
  transition: bottom, transform, -webkit-transform;
  -webkit-transition-delay: 200ms, 0ms, 0ms;
          transition-delay: 200ms, 0ms, 0ms;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
          transition-duration: 200ms, 200ms, 200ms;
  width: 100%;
}

.navigation-toggle.active span {
  background-color: transparent;
}

.navigation-toggle.active span:before {
  top: 0;
  -webkit-transition-delay: 0ms, 200ms, 200ms;
          transition-delay: 0ms, 200ms, 200ms;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-toggle.active span:after {
  bottom: 0;
  -webkit-transition-delay: 0ms, 200ms, 200ms;
          transition-delay: 0ms, 200ms, 200ms;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header-mobile {
  background-color: #000000;
  left: 0;
  max-height: 100%;
  position: fixed;
  overflow-x: hidden;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#header-mobile-navigation {
  display: none;
}

@media (min-width: 788px) {
  #header-mobile-navigation {
    display: none !important;
  }
}

#header-mobile-navigation li {
  padding-left: 0;
  padding-right: 0;
}

#header-mobile-navigation li .sub-menu {
  display: none;
  list-style: none;
  margin-left: 20px;
  padding: 0;
}

#header-mobile-navigation a {
  color: #FFFFFF;
  display: block;
  font-size: 40px;
  line-height: 36px;
  padding: 18px 22px;
  -webkit-transition: none;
  transition: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

main > .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

main > .container ul {
  padding-left: 0;
}

main > .container ul li {
  line-height: 20px;
  list-style: square;
  margin: 0 0 10px 30px;
}

main > .container ul li a {
  font-weight: normal;
}

main a {
  font-weight: bold;
}

main p {
  line-height: 20px;
}

.boxes .box img {
  border-radius: 8px;
}

.tabs {
  background-color: #DFDFDF;
  margin: 40px 0;
  padding-top: 10px;
}

.tabs li a {
  background-color: #999999;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  padding: 5px 11px;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}

.tabs li.current-cat a, .tabs li.current_page_item a, .tabs li .current {
  background: #FFFFFF;
  color: #1A4C95;
}

body.page-template-page-product-category main > .container:first-child, body.page-template-page-news-events main > .container:first-child, body.category main > .container:first-child, body.page-template-page-dealer-locator main > .container:first-child {
  padding-bottom: 0;
}

body.page-template-page-product-category main > .container:last-child, body.page-template-page-news-events main > .container:last-child, body.category main > .container:last-child, body.page-template-page-dealer-locator main > .container:last-child {
  padding-top: 0;
}

body.page-template-page-dealer-locator .dealerInnerForm {
  margin-bottom: 20px;
}

body.page-template-page-dealer-locator input[type='text'], body.page-template-page-dealer-locator input[type='tel'], body.page-template-page-dealer-locator input[type='email'], body.page-template-page-dealer-locator select, body.page-template-page-dealer-locator textarea {
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  font-size: 14px;
  padding: 6px 8px 5px;
}

body.page-template-page-dealer-locator button {
  background-color: #999999;
  border: 1px solid #888888;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 12px;
}

.news {
  margin-bottom: 20px;
}

.news h3 a {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

body.page-template-page-contact main p {
  line-height: 28px;
  margin-bottom: 30px;
}

body.page-template-page-contact main .nf-before-form-content {
  margin-bottom: 30px;
}

body.page-template-page-contact main .nf-field-container {
  margin-bottom: 20px;
}

body.page-template-page-contact main label {
  font-weight: 400;
  text-align: left;
}

body.page-template-page-contact main .nf-error-msg, body.page-template-page-contact main .ninja-forms-req-symbol {
  color: #A10900;
}

body.page-template-page-contact main .nf-error .ninja-forms-field {
  border-color: #A10900;
}

body.page-template-page-contact main input[type='text'], body.page-template-page-contact main input[type='tel'], body.page-template-page-contact main input[type='email'], body.page-template-page-contact main select, body.page-template-page-contact main textarea {
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  font-size: 14px;
  padding: 6px 8px 5px;
  width: 100%;
}

body.page-template-page-contact main input[type='button'] {
  background-color: #1A4C95;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.slides {
  margin-bottom: 0;
}

.entry-meta, .entry-footer {
  font-size: 12px;
  margin-bottom: 10px;
}

.category-bulletins {
  margin-bottom: 20px;
}

.location {
  margin-bottom: 20px;
}

.location .description {
  background-color: #F8F8F8;
  border: 1px solid #CECED2;
  border-radius: 4px;
  bottom: calc(100% + 20px);
  display: none;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  z-index: 100;
}

.location .description:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #CECED2;
  content: '';
  height: 0;
  left: 12px;
  position: absolute;
  bottom: -14px;
  width: 0;
}

.location .description:after {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #F8F8F8;
  content: '';
  height: 0;
  left: 13px;
  position: absolute;
  bottom: -13px;
  width: 0;
}

.location:hover .description {
  display: block;
}

.contact-heading {
  display: inline-block;
  vertical-align: middle;
}

.contact-icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-icon path {
  fill: #1A4C95;
}

.navigation #sidebar-navigation .current_page_item a, .navigation #sidebar-navigation .current-menu-item a {
  color: #1A4C95;
}

#footer #footer-top {
  background-color: #333333;
  color: #DDDDDD;
  padding: 40px 0 30px;
}

#footer #footer-bottom {
  background-color: #000000;
  color: #999999;
  padding: 20px 0 10px;
}

#footer #footer-bottom p {
  color: #A2A9AD;
  font-size: 12px;
}

#footer .social-media {
  text-transform: capitalize;
}

#footer ul li {
  margin-bottom: 5px;
}

#footer a {
  color: #DDDDDD;
}

#footer a:hover {
  color: #DDDDDD;
}

.alignleft, .alignright, .aligncenter {
  margin: 0 auto 20px;
}

@media (min-width: 544px) {
  .alignleft {
    margin-right: 20px;
  }
  .alignright {
    margin-left: 20px;
  }
}
