@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

strong.bigger{
  font-size: 16pt;
}

#missionStat{
  padding-bottom: 0;
}
#missionStat .image-content__image{
  display: none;
}

#missionStat .image-content__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  text-align: center;
  }
  #missionStat .image-content__description p{
      text-transform: uppercase;
      font-size: 16pt;
      line-height: 26pt;
      color:#143345;
      margin-top: 25px;
  }
  #missionStat .image-content__description span{
    display: block;
    font-weight: 800;
  }


#expertise {
  background-image: url(../../img/expertise.jpg);
  background-size:  cover;
  background-position: center;
  background-color:#eee;
}
@media screen and (max-width: 47.9375em) {
    #expertise {
    background-image:none;
  }
}
  #expertise .image-content__image{
    display: none;
  }

  #expertise .image-content__content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 800px;
      margin: auto;
    text-align: left;
    }
    #expertise .image-content__content .emBlock{
      width:60%;
      display: inline-block;
      float: left;
      text-align: left;
      margin-top: 20px;
    }

    #expertise .image-content__content .emBlock:first-of-type{
      padding-right:70px;
      width:40%;
    }
    @media screen and (max-width: 47.9375em) {
          #expertise .image-content__content .emBlock{
            width:100% !important;
            margin-top: 20px;
          }
    }
    #expertise .image-content__content .emBlock h4{
      font-weight: 600;
      text-transform: uppercase;
      margin-top:-13px;
      margin-bottom: 20px;
    }
    #expertise .image-content__content .emBlock p{
      margin-bottom: 0;
    }


    #hexwave{
      background-image: url(../../img/hexwave.jpg);
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat;
      background-color: #F7F7F7;
      height:67vw;
      position: relative;
    }
    #hexwave::before{
      content:"";
      position: absolute;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%);
      z-index:1
    }
    @media screen and (max-width: 70em) {
      #hexwave{
        height:80vw;
      }
    }
      @media screen and (max-width: 47em) {
        #hexwave{
          height:550px;
        }
      }
    #hexwave .image-content__image{
      display: none;
    }

    #hexwave .image-content__content {
        -ms-flex: 100%;
        flex: 0 0 100%;
        max-width: 900px;
        margin: 0;
      text-align: center;
      align-self: start;
      z-index: 2;
      }



      #tech .image-content__content {
          -ms-flex: 75%;
          flex: 0 0 75%;
          width:75%;
          max-width:75%;
          margin: 0;
        align-self: start;
        }
        #tech .image-content__image{
          -ms-flex: 25%;
          flex: 0 0 25%;
          width:25%;
        }
          @media screen and (max-width: 60em) {
            #tech .image-content__content {
                -ms-flex: 100%;
                flex: 0 0 100%;
                width:100%;
                max-width:100%;
              }
            #tech .image-content__image{
              display: none;
            }
          }

        #howItWorks{
          background:#133648;
          border-bottom:1px solid white;
        }
        #howItWorks .image-content__image{
          display: none;
        }

        #howItWorks .image-content__content {
            -ms-flex: 100%;
            flex: 0 0 100%;
            max-width: 1000px;
            margin: 0;
          }
            #howItWorks .image-content__title, #howItWorks ul li, #howItWorks ul li strong{
              color:white !important;
            }

          #howItWorks ul{
            border-left: 1px solid white;
            margin-top:20px
          }
          #howItWorks ul li{
            margin-bottom: 30px;
            list-style: none;
          }
          #howItWorks ul li:before{
            content: '';
            width:10px;
            height:10px;
            display: inline-block;
            position: relative;
            border: 1px solid white;
            border-radius: 50%;
            top:-2px;
            left:-30px;
            margin-right:-10px;
            background:#133648;
          }


          #security{
            background:#133648;
          }
          #security .container{
            width: 100%;
          }
          #security .image-content__content {
              -ms-flex: 33%;
              flex: 0 0 33%;
              width:33%;
              max-width:33%;
              margin: 0;
            align-self: start;
            }
          #security  .image-content__background{
            background-size: contain ;
          }
            #security  .image-content__image{
              -ms-flex: 66%;
              flex: 0 0 66%;
              width:66%;
              max-width:66%;
            }
            @media screen and (max-width: 60em) {
              #security .container{
                width: 80%;
              }
              #security .image-content__content {
                  -ms-flex: 100%;
                  flex: 0 0 100%;
                  width:100%;
                  max-width:100%;
                }
                #security  .image-content__image{
                  -ms-flex: 100%;
                  flex: 0 0 100%;
                  width:100%;
                  max-width:100%;
                }

            }
            #security .image-content__image:before{
              background:#133648;
            }
            #security .image-content__title,#security ul li, #security p, #security h4{
              color:white !important;
            }
            #security ul{
              border-left: 1px solid white;
              margin-top:20px
            }
            #security ul li{
              margin-bottom: 10px;
              margin-top: -60px;
              list-style: none;
            }
            #security ul li h4{
              font-weight: 600;
              text-transform: uppercase;
            }
            #security ul li:before{
              content: '';
              width:10px;
              height:10px;
              display: inline-block;
              position: relative;
              border: 1px solid white;
              border-radius: 50%;
              top:50px;
              left:-30px;
              margin-right:-10px;
              background:#133648;
            }
            #stat {
              height:300px;
              background-image: url(../../img/stat.jpg);
              background-size:auto;
              background-position: center;
              background-repeat: no-repeat;
              background-color:#E9E9E9;
              padding-top:270px;
              margin:auto;
            }
            #stat p{
              font-size: 8pt;
              text-align: center;
              margin:auto;
              line-height: 12pt;
            }
            @media screen and (max-width: 60em) {
              #stat {
                background-size: contain;
                height:180px;
                padding-top:160px;
              }
            }
            #vertical{
              background-image: url(../../img/map.jpg);
              background-size:auto;
              background-position: center;
              background-repeat: no-repeat;
            }
            #vertical .image-content__content {
                -ms-flex: 100%;
                flex: 0 0 100%;
                width:100%;
                max-width:100%;
                margin: 0;
                text-align: center;
              }
            #vertical  .image-content__background{
              background-size: contain ;
            }
              #vertical  .image-content__image{
                -ms-flex: 100%;
                flex: 0 0 100%;
                width:900px;
                max-width:100%;
                margin-top:70px
              }
                @media screen and (max-width: 60em) {
                    #vertical  .image-content__image{
                      margin:0;
                    }
                }

            #vertical .image-content__content .bold{
              display: block;
            }
            #vertical .image-content__description p{
              font-size: 16pt;
              margin-top:50px;
            }
            #vertical .image-content__description .figure{
            color:#2D47B0;
            font-size:30pt;
            font-weight: 800;
            margin:10px;
          }
          #vertical .image-content__description .figure strong{
            color:#2D47B0;
            margin-right:-16px;
          }

          #target{
            background:#E9E9E9;
            position: relative;
            overflow: visible;
          }
          #target .image-content__content {
              -ms-flex: 100%;
              flex: 0 0 100%;
              width:100%;
              max-width:900px;
              margin: 0;
              padding-right:0;
            }
          #target .image-content__background{
            background-size: contain ;
            background-size: contain;
            height: 1400px;
            background-position: left bottom;
            position: absolute;
            left: 0;
            bottom: 0;
          }
            #target .image-content__image{
            width: 900px;
            max-width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1400px;
            }

            #target .image-content__image:before{
                height: 0 !important;
              }
            #target .image-content__content .box{
              width:50%;
              display: inline;
              float:left;
              padding-right:30px;
            }
            #target .image-content__content .box:nth-of-type(2){
              clear:left;
            }
            #target .image-content__content p{
              display: inline;
              float:left;
              width:50%;
            }
            #target .image-content__content .box ul{
              column-count: 2;
              padding-rigth:20px;
              margin-left:0;
              padding-left:0;
            }
            #target .image-content__content .box ul li{
              list-style: none;
              margin:0;
              padding:0
            }
            @media screen and (max-width: 90em) {
              #target .image-content__image{
                display: none;
              }
            }
            @media screen and (max-width: 40em) {
              #target .image-content__content .box{
                width:100%;
                display: block;
              }
              #target .image-content__content p{
                width:100%;
                display: block;
              }
              #target .image-content__content img{
                width:100%;
                height: auto;
              }
            }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
color: #143345 }

.emBlock{
  border-left: 1px solid #143345;
  padding-left: 20px;
  position: relative;
}
.emBlock:before{
  content: '';
  width:10px;
  height:10px;
  display: inline-block;
  position: relative;
  border: 1px solid #133648;
  border-radius: 50%;
  top:13px;
  left:-26px;
  margin-right:-10px;
  background:white;
}
.emBlock p{
  margin-top:-10px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

:root {
  font-size: 16px; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

html {
  width: 100%;
  display: block; }
  html * {
    box-sizing: border-box; }
  html body {
    width: 100%;
    display: block; }
    html body button:active, html body button:focus {
      outline: 0; }

a {
  text-decoration: none;
  cursor: pointer; }

.container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 auto; }
  @media screen and (max-width: 76.25em) {
    .container {
      width: calc(100% - 6rem); } }
  @media screen and (max-width: 47.9375em) {
    .container {
      width: calc(100% - 4rem); } }

.container-full {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%; }

code,
pre {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  padding: 0.1rem 0.25rem 0.1rem 0.25rem;
  margin: 0.5rem 0;
  font-size: 0.85rem; }

hr {
  border: 1px solid #f2f2f2;
  margin: 1rem 0; }

span.dots {
  width: 120px;
  margin-left: 20px;
  display: inline-block;
  -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
  span.dots.is-vertical {
    position: absolute;
    z-index: 8;
    left: calc(50% - 60px);
    top: -5.6rem;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    background: transparent;
    margin-left: 0; }
    @media screen and (max-width: 47.9375em) {
      span.dots.is-vertical {
        top: -4rem; } }
    span.dots.is-vertical span {
      width: 12px;
      height: 12px;
      margin-right: 12px; }
      @media screen and (max-width: 47.9375em) {
        span.dots.is-vertical span {
          width: 9px;
          height: 9px;
          margin-right: 9px; } }
  span.dots span {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 9px; }
    span.dots span:nth-child(1) {
      background: #193242; }
    span.dots span:nth-child(2) {
      background: #536672; }
    span.dots span:nth-child(3) {
      background: #72828b; }
    span.dots span:nth-child(4) {
      background: #a2acb3; }
    span.dots span:nth-child(5) {
      background: #d1d6d9;
      margin-right: 0; }

@font-face {
  font-family: 'Avant Garde';
  src: url("../../fonts/ITCAvantGardePro-Bk.eot?#iefix") format("embedded-opentype"), url("../../fonts/ITCAvantGardePro-Bk.woff") format("woff"), url("../../fonts/ITCAvantGardePro-Bk.ttf") format("truetype"), url("../../fonts/ITCAvantGardePro-Bk.svg#ITCAvantGardePro-Bk") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avant Garde';
  src: url("../../fonts/ITCAvantGardePro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/ITCAvantGardePro-Bold.woff") format("woff"), url("../../fonts/ITCAvantGardePro-Bold.ttf") format("truetype"), url("../../fonts/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

html {
  font: normal 400 1rem/1 "Avant Garde", helvetica, arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #133648;
  margin: 1rem 0 0.5rem; }

h1 {
  font: 400 3rem/1.5 "Montserrat", helvetica, arial, sans-serif; }

h2 {
  font: 400 2.33rem/1.5 "Montserrat", helvetica, arial, sans-serif; }

h3 {
  font: 400 2rem/1.5 "Montserrat", helvetica, arial, sans-serif; }

h4 {
  font: 400 1.33rem/1.5 "Montserrat", helvetica, arial, sans-serif; }

h5 {
  font: 400 1.15rem/1.5 "Montserrat", helvetica, arial, sans-serif; }

h6 {
  font: 400 1rem/1.5 "Montserrat", helvetica, arial, sans-serif; }

ul {
  margin: 0 0 1rem;
  padding: 1rem 0 0 1.5rem; }
  ul li {
    font: 300 1.1rem/1.8rem "Avant Garde", helvetica, arial, sans-serif;
    color: #333;
    letter-spacing: 0;
    padding: 0.33rem 0;
    -webkit-font-smoothing: antialiased; }

p {
  font: 300 1.1rem/1.8rem "Avant Garde", helvetica, arial, sans-serif;
  letter-spacing: 0;
  color: #555;
  margin: 0 0 1.2rem 0;
  -webkit-font-smoothing: antialiased; }

a {
  color: #445B6A; }

.bold {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

/**
*
* Usage:
* http://codepen.io/scottkellum/pen/bHEcA
* @include parallax-init;
* @include parallax(0.12);
* @include parallax(-0.45);
*
*/
/*
* Keyframes for the main carousel.
*/

@keyframes scaleDown {
  from { }
  to {
    opacity: 0.65;
    transform: scale(0.875); } }

/*
*  Fade In w/ Down
*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes menuFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */

@keyframes menuFadeHome {
  0% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 1;
    width: 100%; } }

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */

@keyframes shrink {
  0% {
    transform: scale(1.25);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.post-group__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 600 1.5rem/0.75 "Montserrat", helvetica, arial, sans-serif;
  text-transform: uppercase;
  border-left: 5px solid #236385;
  padding-left: 1rem;
  margin: 0 0 2rem; }
  .post-group__title:focus{
    outline:none;
  }
  .post-group__title:after{
    display: inline-block;
    content: "";
    width:10px;
    height: 10px;
    border-top:3px solid #143345;
    border-right:3px solid #143345;
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top:-2px;
    transition: .2s ease;
  }
  .post-group__title:focus:after, .post-group__title:focus-within:after, .post-group__title:visited:after{
    transform: rotate(135deg);
    top:-6px;
  }
  .post-group__title:hover:after{
    margin-left: 12px;
  }

.shadow, .news-updates .news-post {
  box-shadow: 0 20px 20px -50px rgba(0, 0, 0, 0.35), 0 25px 60px -35px rgba(0, 0, 0, 0.35); }

.shadow--circle, .carousel-controls.is-circle {
  box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.5), 0 15px 10px -35px rgba(0, 0, 0, 0.5); }

.shadow--dark, .modal .modal__content.modal__content--box {
  box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.5), 0 20px 30px -20px rgba(0, 0, 0, 0.5); }

.section-title, .contact .contact__title, .address .address__title, .icon-grid__title, .leadership .leadership__title, .news-updates .news-updates__title, .product-features .product-features__title, .subscribe .subscribe__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #133648;
  text-transform: uppercase;
  font-weight: 100; }
  @media screen and (max-width: 47.9375em) {
    .section-title, .contact .contact__title, .address .address__title, .icon-grid__title, .leadership .leadership__title, .news-updates .news-updates__title, .product-features .product-features__title, .subscribe .subscribe__title {
      font-size: 1.5rem; } }

.section-subtitle, .contact .contact__subtitle, .address .address__subtitle, .icon-grid__subtitle, .image-content .image-content__subtitle, .leadership .leadership__subtitle, .team-member__subtitle, .news-updates .news-updates__subtitle, .product-features .product-features__subtitle, .subscribe .subscribe__subtitle {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #133648;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font: 400 0.9rem/1 "Montserrat", helvetica, arial, sans-serif; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.aligncenter {
  display: block;
  margin: 0 auto; }

#player {
  display: block;
  margin: 1rem 0; }

.wpcf7-not-valid-tip {
  text-align: left;
  font: 300 0.875rem/1 "Avant Garde", helvetica, arial, sans-serif !important;
  margin: 0.25rem 0 0; }

form div.wpcf7-response-output {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  margin: 2rem auto 0;
  width: 100%;
  background: #133648;
  color: #FFFFFF;
  border: 1px solid #0e2734;
  padding: 0.75rem 1rem;
  border-radius: 3px;
  font: 300 0.9rem/1.3 "Avant Garde", helvetica, arial, sans-serif; }
  form div.wpcf7-response-output.wpcf7-validation-errors {
    color: #FFFFFF;
    border: 1px solid #0e2734; }

/*
This can be used to quickly produce
a grid layout with the following markup:
section.block-grid>(h2.title{Title})+(.grid>.block*6>.inner>(h3.block-title{Block Title})+(.block-content{Some Content}))
*/
.block-grid .title {
  text-align: center;
  margin: 0 auto 5em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 1.25em;
  color: #444;
  font-weight: 300; }

.block-grid .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .block-grid .grid > .block {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .block-grid .grid .block {
    text-align: center;
    position: relative; }
    .block-grid .grid .block:before {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      height: 100%;
      background: #eaeaea; }
    .block-grid .grid .block:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: #eaeaea; }
    .block-grid .grid .block:nth-child(3n):before {
      display: none; }
    .block-grid .grid .block:nth-last-child(-n + 3):after {
      display: none; }
    .block-grid .grid .block .inner {
      padding: 2.5em 2em 4.5em; }
      .block-grid .grid .block .inner .block-title {
        text-transform: uppercase;
        font-weight: 100;
        font-size: 0.85em;
        letter-spacing: 0.4em; }

.button, .post-comments-container .form-submit input[type="submit"], form input[type="submit"], .image-content .image-content__button > a, .news-updates .news-updates__button a, .news-updates .news-post__button a, .notifications-bar .container .btn, .blog .recent-post .recent-post__link a,
.in-the-news .recent-post .recent-post__link a, body.index .post .post__button a,
body.template-news .post .post__button a,
body.search .post .post__button a,
body.archive .post .post__button a, body.template-news .news__load-more a {
  background: #445B6A;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #445B6A;
  border-radius: 0;
  font: 400 0.8rem/1 "Avant Garde", helvetica, arial, sans-serif;
  letter-spacing: 0.125rem;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  opacity: 1;
  transition: all 0.25s ease; }
  .button:active, .post-comments-container .form-submit input[type="submit"]:active, form input[type="submit"]:active, .image-content .image-content__button > a:active, .news-updates .news-updates__button a:active, .news-updates .news-post__button a:active, .notifications-bar .container .btn:active, .blog .recent-post .recent-post__link a:active,
  .in-the-news .recent-post .recent-post__link a:active, body.index .post .post__button a:active,
  body.template-news .post .post__button a:active,
  body.search .post .post__button a:active,
  body.archive .post .post__button a:active, body.template-news .news__load-more a:active, .button:focus, .post-comments-container .form-submit input[type="submit"]:focus, form input[type="submit"]:focus, .image-content .image-content__button > a:focus, .news-updates .news-updates__button a:focus, .news-updates .news-post__button a:focus, .notifications-bar .container .btn:focus, .blog .recent-post .recent-post__link a:focus,
  .in-the-news .recent-post .recent-post__link a:focus, body.index .post .post__button a:focus,
  body.template-news .post .post__button a:focus,
  body.search .post .post__button a:focus,
  body.archive .post .post__button a:focus, body.template-news .news__load-more a:focus {
    outline: none; }
  .button.button--arrow:hover, .post-comments-container .form-submit input.button--arrow[type="submit"]:hover, form input.button--arrow[type="submit"]:hover, .image-content .image-content__button > a.button--arrow:hover, .news-updates .news-updates__button a.button--arrow:hover, .news-updates .news-post__button a.button--arrow:hover, .notifications-bar .container .button--arrow.btn:hover, .blog .recent-post .recent-post__link a.button--arrow:hover,
  .in-the-news .recent-post .recent-post__link a.button--arrow:hover, body.index .post .post__button a.button--arrow:hover,
  body.template-news .post .post__button a.button--arrow:hover,
  body.search .post .post__button a.button--arrow:hover,
  body.archive .post .post__button a.button--arrow:hover, body.template-news .news__load-more a.button--arrow:hover {
    padding-right: 3rem; }
  .button.button--arrow svg, .post-comments-container .form-submit input.button--arrow[type="submit"] svg, form input.button--arrow[type="submit"] svg, .image-content .image-content__button > a.button--arrow svg, .news-updates .news-updates__button a.button--arrow svg, .news-updates .news-post__button a.button--arrow svg, .notifications-bar .container .button--arrow.btn svg, .blog .recent-post .recent-post__link a.button--arrow svg,
  .in-the-news .recent-post .recent-post__link a.button--arrow svg, body.index .post .post__button a.button--arrow svg,
  body.template-news .post .post__button a.button--arrow svg,
  body.search .post .post__button a.button--arrow svg,
  body.archive .post .post__button a.button--arrow svg, body.template-news .news__load-more a.button--arrow svg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    right: 2.5rem;
    top: calc(50% + 1px);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: 20px;
    width: auto;
    opacity: 0;
    transition: all 0.33s ease; }
  .button.button--arrow:hover svg, .post-comments-container .form-submit input.button--arrow[type="submit"]:hover svg, form input.button--arrow[type="submit"]:hover svg, .image-content .image-content__button > a.button--arrow:hover svg, .news-updates .news-updates__button a.button--arrow:hover svg, .news-updates .news-post__button a.button--arrow:hover svg, .notifications-bar .container .button--arrow.btn:hover svg, .blog .recent-post .recent-post__link a.button--arrow:hover svg,
  .in-the-news .recent-post .recent-post__link a.button--arrow:hover svg, body.index .post .post__button a.button--arrow:hover svg,
  body.template-news .post .post__button a.button--arrow:hover svg,
  body.search .post .post__button a.button--arrow:hover svg,
  body.archive .post .post__button a.button--arrow:hover svg, body.template-news .news__load-more a.button--arrow:hover svg {
    opacity: 1;
    right: 1.25rem; }
  .button.button--arrow-naked, .post-comments-container .form-submit input.button--arrow-naked[type="submit"], form input.button--arrow-naked[type="submit"], .image-content .image-content__button > a, .news-updates .news-updates__button a, .news-updates .news-post__button a, .notifications-bar .container .button--arrow-naked.btn, .notifications-bar .container .image-content .image-content__button > a.btn, .image-content .notifications-bar .container .image-content__button > a.btn, .notifications-bar .container .news-updates .news-updates__button a.btn, .news-updates .news-updates__button .notifications-bar .container a.btn, .notifications-bar .container .news-updates .news-post__button a.btn, .news-updates .news-post__button .notifications-bar .container a.btn, .blog .recent-post .recent-post__link a.button--arrow-naked, .blog .recent-post .recent-post__link .image-content .image-content__button > a, .image-content .blog .recent-post .recent-post__link .image-content__button > a, .blog .recent-post .recent-post__link .news-updates .news-updates__button a, .news-updates .news-updates__button .blog .recent-post .recent-post__link a, .blog .recent-post .recent-post__link .news-updates .news-post__button a, .news-updates .news-post__button .blog .recent-post .recent-post__link a,
  .in-the-news .recent-post .recent-post__link a.button--arrow-naked,
  .in-the-news .recent-post .recent-post__link .image-content .image-content__button > a, .image-content
  .in-the-news .recent-post .recent-post__link .image-content__button > a,
  .in-the-news .recent-post .recent-post__link .news-updates .news-updates__button a, .news-updates .news-updates__button
  .in-the-news .recent-post .recent-post__link a,
  .in-the-news .recent-post .recent-post__link .news-updates .news-post__button a, .news-updates .news-post__button
  .in-the-news .recent-post .recent-post__link a, body.index .post .post__button a,
  body.template-news .post .post__button a,
  body.search .post .post__button a,
  body.archive .post .post__button a, body.template-news .news__load-more a.button--arrow-naked, body.template-news .news__load-more .image-content .image-content__button > a, .image-content body.template-news .news__load-more .image-content__button > a, body.template-news .news__load-more .news-updates .news-updates__button a, .news-updates .news-updates__button body.template-news .news__load-more a, body.template-news .news__load-more .news-updates .news-post__button a, .news-updates .news-post__button body.template-news .news__load-more a {
    background: transparent;
    padding: 0;
    color: #445B6A;
    border: 0;
    font: 700 1.25rem/1.5 "Montserrat", helvetica, arial, sans-serif;
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased; }
    .button.button--arrow-naked svg, .post-comments-container .form-submit input.button--arrow-naked[type="submit"] svg, form input.button--arrow-naked[type="submit"] svg, .image-content .image-content__button > a svg, .news-updates .news-updates__button a svg, .news-updates .news-post__button a svg, .notifications-bar .container .button--arrow-naked.btn svg, .notifications-bar .container .image-content .image-content__button > a.btn svg, .image-content .notifications-bar .container .image-content__button > a.btn svg, .notifications-bar .container .news-updates .news-updates__button a.btn svg, .news-updates .news-updates__button .notifications-bar .container a.btn svg, .notifications-bar .container .news-updates .news-post__button a.btn svg, .news-updates .news-post__button .notifications-bar .container a.btn svg, .blog .recent-post .recent-post__link a.button--arrow-naked svg, .blog .recent-post .recent-post__link .image-content .image-content__button > a svg, .image-content .blog .recent-post .recent-post__link .image-content__button > a svg, .blog .recent-post .recent-post__link .news-updates .news-updates__button a svg, .news-updates .news-updates__button .blog .recent-post .recent-post__link a svg, .blog .recent-post .recent-post__link .news-updates .news-post__button a svg, .news-updates .news-post__button .blog .recent-post .recent-post__link a svg,
    .in-the-news .recent-post .recent-post__link a.button--arrow-naked svg,
    .in-the-news .recent-post .recent-post__link .image-content .image-content__button > a svg, .image-content
    .in-the-news .recent-post .recent-post__link .image-content__button > a svg,
    .in-the-news .recent-post .recent-post__link .news-updates .news-updates__button a svg, .news-updates .news-updates__button
    .in-the-news .recent-post .recent-post__link a svg,
    .in-the-news .recent-post .recent-post__link .news-updates .news-post__button a svg, .news-updates .news-post__button
    .in-the-news .recent-post .recent-post__link a svg, body.index .post .post__button a svg,
    body.template-news .post .post__button a svg,
    body.search .post .post__button a svg,
    body.archive .post .post__button a svg, body.template-news .news__load-more a.button--arrow-naked svg, .image-content body.template-news .news__load-more .image-content__button > a svg {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      position: absolute;
      right: -1.75rem;
      top: calc(50% + 1px);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      height: 20px;
      width: auto;
      transition: all 0.2s ease; }
    .button.button--arrow-naked:hover svg, .post-comments-container .form-submit input.button--arrow-naked[type="submit"]:hover svg, form input.button--arrow-naked[type="submit"]:hover svg, .image-content .image-content__button > a:hover svg, .news-updates .news-updates__button a:hover svg, .news-updates .news-post__button a:hover svg, .notifications-bar .container .button--arrow-naked.btn:hover svg, .image-content .notifications-bar .container .image-content__button > a.btn:hover svg, .blog .recent-post .recent-post__link a.button--arrow-naked:hover svg, .image-content .blog .recent-post .recent-post__link .image-content__button > a:hover svg,
    .in-the-news .recent-post .recent-post__link a.button--arrow-naked:hover svg, .image-content
    .in-the-news .recent-post .recent-post__link .image-content__button > a:hover svg, body.index .post .post__button a:hover svg,
    body.template-news .post .post__button a:hover svg,
    body.search .post .post__button a:hover svg,
    body.archive .post .post__button a:hover svg, body.template-news .news__load-more a.button--arrow-naked:hover svg, .image-content body.template-news .news__load-more .image-content__button > a:hover svg {
      right: -2.15rem; }
  .button.button--small, .post-comments-container .form-submit input.button--small[type="submit"], .post-comments-container .form-submit .notifications-bar .container input[type="submit"].btn, .notifications-bar .container .post-comments-container .form-submit input[type="submit"].btn, form input.button--small[type="submit"], .image-content .image-content__button > a.button--small, .news-updates .news-updates__button a.button--small, .news-updates .news-post__button a.button--small, .notifications-bar .container .btn, .blog .recent-post .recent-post__link a.button--small, .blog .recent-post .recent-post__link .notifications-bar .container a.btn, .notifications-bar .container .blog .recent-post .recent-post__link a.btn,
  .in-the-news .recent-post .recent-post__link a.button--small,
  .in-the-news .recent-post .recent-post__link .notifications-bar .container a.btn, .notifications-bar .container
  .in-the-news .recent-post .recent-post__link a.btn, body.index .post .post__button a.button--small, body.index .post .post__button .notifications-bar .container a.btn, .notifications-bar .container body.index .post .post__button a.btn,
  body.template-news .post .post__button a.button--small,
  body.template-news .post .post__button .notifications-bar .container a.btn, .notifications-bar .container
  body.template-news .post .post__button a.btn,
  body.search .post .post__button a.button--small,
  body.search .post .post__button .notifications-bar .container a.btn, .notifications-bar .container
  body.search .post .post__button a.btn,
  body.archive .post .post__button a.button--small,
  body.archive .post .post__button .notifications-bar .container a.btn, .notifications-bar .container
  body.archive .post .post__button a.btn, body.template-news .news__load-more a.button--small {
    padding: 0.65rem 1.15rem;
    font: 400 0.6rem/1.25rem "Montserrat", helvetica, arial, sans-serif; }
  .button.button--big, .post-comments-container .form-submit input.button--big[type="submit"], form input.button--big[type="submit"], .hero .hero-item__buttons .button, .hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"], .post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"], .hero .hero-item__buttons form input[type="submit"], form .hero .hero-item__buttons input[type="submit"], .hero .hero-item__buttons .image-content .image-content__button > a, .image-content .hero .hero-item__buttons .image-content__button > a, .hero .hero-item__buttons .news-updates .news-updates__button a, .news-updates .news-updates__button .hero .hero-item__buttons a, .hero .hero-item__buttons .news-updates .news-post__button a, .news-updates .news-post__button .hero .hero-item__buttons a, .hero .hero-item__buttons .notifications-bar .container .btn, .notifications-bar .container .hero .hero-item__buttons .btn, .hero .hero-item__buttons .blog .recent-post .recent-post__link a, .blog .recent-post .recent-post__link .hero .hero-item__buttons a, .hero .hero-item__buttons
  .in-the-news .recent-post .recent-post__link a,
  .in-the-news .recent-post .recent-post__link .hero .hero-item__buttons a, .hero .hero-item__buttons body.index .post .post__button a, body.index .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons
  body.template-news .post .post__button a,
  body.template-news .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons
  body.search .post .post__button a,
  body.search .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons
  body.archive .post .post__button a,
  body.archive .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons body.template-news .news__load-more a, body.template-news .news__load-more .hero .hero-item__buttons a, .image-content .image-content__button > a.button--big, .news-updates .news-updates__button a.button--big, .news-updates .news-post__button a.button--big, .notifications-bar .container .button--big.btn, .blog .recent-post .recent-post__link a.button--big,
  .in-the-news .recent-post .recent-post__link a.button--big, body.index .post .post__button a.button--big,
  body.template-news .post .post__button a.button--big,
  body.search .post .post__button a.button--big,
  body.archive .post .post__button a.button--big, body.template-news .news__load-more a.button--big {
    padding: 1rem 1.65rem;
    font: 400 1rem/1.5rem "Montserrat", helvetica, arial, sans-serif; }
  .button.button--shadow, .post-comments-container .form-submit input.button--shadow[type="submit"], form input.button--shadow[type="submit"], .image-content .image-content__button > a.button--shadow, .news-updates .news-updates__button a.button--shadow, .news-updates .news-post__button a.button--shadow, .notifications-bar .container .button--shadow.btn, .blog .recent-post .recent-post__link a.button--shadow,
  .in-the-news .recent-post .recent-post__link a.button--shadow, body.index .post .post__button a.button--shadow,
  body.template-news .post .post__button a.button--shadow,
  body.search .post .post__button a.button--shadow,
  body.archive .post .post__button a.button--shadow, body.template-news .news__load-more a.button--shadow {
    box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.5), 0 20px 30px -20px rgba(0, 0, 0, 0.5); }
  .button.button--outline, .post-comments-container .form-submit input.button--outline[type="submit"], form input.button--outline[type="submit"], .image-content .image-content__button > a.button--outline, .news-updates .news-updates__button a.button--outline, .news-updates .news-post__button a.button--outline, .notifications-bar .container .button--outline.btn, .blog .recent-post .recent-post__link a.button--outline,
  .in-the-news .recent-post .recent-post__link a.button--outline, body.index .post .post__button a.button--outline,
  body.template-news .post .post__button a.button--outline,
  body.search .post .post__button a.button--outline,
  body.archive .post .post__button a.button--outline, body.template-news .news__load-more a.button--outline {
    border: 2px solid #445B6A;
    color: #445B6A;
    background: transparent; }
    .button.button--outline:hover, .post-comments-container .form-submit input.button--outline[type="submit"]:hover, form input.button--outline[type="submit"]:hover, .image-content .image-content__button > a.button--outline:hover, .news-updates .news-updates__button a.button--outline:hover, .news-updates .news-post__button a.button--outline:hover, .notifications-bar .container .button--outline.btn:hover, .blog .recent-post .recent-post__link a.button--outline:hover,
    .in-the-news .recent-post .recent-post__link a.button--outline:hover, body.index .post .post__button a.button--outline:hover,
    body.template-news .post .post__button a.button--outline:hover,
    body.search .post .post__button a.button--outline:hover,
    body.archive .post .post__button a.button--outline:hover, body.template-news .news__load-more a.button--outline:hover {
      color: #ffffff;
      background: #445B6A; }
  .button.button--white, .post-comments-container .form-submit input.button--white[type="submit"], form input.button--white[type="submit"], .image-content .image-content__button > a.button--white, .news-updates .news-updates__button a.button--white, .news-updates .news-post__button a.button--white, .notifications-bar .container .button--white.btn, .blog .recent-post .recent-post__link a.button--white,
  .in-the-news .recent-post .recent-post__link a.button--white, body.index .post .post__button a.button--white,
  body.template-news .post .post__button a.button--white,
  body.search .post .post__button a.button--white,
  body.archive .post .post__button a.button--white, body.template-news .news__load-more a.button--white {
    color: #445B6A;
    background: #ffffff; }
  .button.button--white.button--outline, .post-comments-container .form-submit input.button--white.button--outline[type="submit"], form input.button--white.button--outline[type="submit"], .image-content .image-content__button > a.button--white.button--outline, .news-updates .news-updates__button a.button--white.button--outline, .news-updates .news-post__button a.button--white.button--outline, .notifications-bar .container .button--white.button--outline.btn, .blog .recent-post .recent-post__link a.button--white.button--outline,
  .in-the-news .recent-post .recent-post__link a.button--white.button--outline, body.index .post .post__button a.button--white.button--outline,
  body.template-news .post .post__button a.button--white.button--outline,
  body.search .post .post__button a.button--white.button--outline,
  body.archive .post .post__button a.button--white.button--outline, body.template-news .news__load-more a.button--white.button--outline {
    color: white;
    border-color: #ffffff;
    background: transparent; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px;
  z-index: 9; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:hover:before {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .slick-prev:before {
    content: '';
    width: 30px;
    height: 40px;
    display: block;
    transition: all 0.25s ease; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 10px;
  z-index: 9; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:hover:before {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .slick-next:before {
    content: '';
    width: 30px;
    height: 40px;
    display: block;
    transition: all 0.25s ease; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #143345;
      opacity: 0.75;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li.slick-active button {
        outline: none;
        opacity: 1;
       }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: none;
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.carousel-controls {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 101;
  transition: all 0.3s ease; }
  .carousel-controls.is-circle {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 66px;
    height: 66px;
    cursor: pointer; }
    .carousel-controls.is-circle .next,
    .carousel-controls.is-circle .previous {
      width: 25px;
      height: 25px; }
  .carousel-controls.is-previous {
    left: 1em; }
    .carousel-controls.is-previous .previous {
      left: calc(50% - 0.33rem); }
  .carousel-controls.is-next {
    right: 1em; }
    .carousel-controls.is-next .next {
      right: calc(50% - 0.33rem); }
  .carousel-controls .next,
  .carousel-controls .previous {
    position: relative;
    display: block;
    z-index: 101;
    margin: 2px;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.25s ease; }
    .carousel-controls .next svg polyline,
    .carousel-controls .previous svg polyline {
      stroke: black; }

.contact {
  width: 100%;
  padding: 5rem 0; }
  .contact > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: start;
        align-items: flex-start; }
  .contact .contact__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0; }
    @media screen and (max-width: 47.9375em) {
      .contact .contact__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
    .contact .contact__content .social-links {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      border-top: 1px solid #f2f2f2;
      margin-top: 2rem;
      padding-top: 2rem; }
      .contact .contact__content .social-links .social-link {
        height: 40px; }
        .contact .contact__content .social-links .social-link a {
          display: block;
          width: 100%;
          height: 100%; }
          .contact .contact__content .social-links .social-link a br {
            display: none; }
  .contact .contact__form {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 2rem; }
    @media screen and (max-width: 47.9375em) {
      .contact .contact__form {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 2rem;
        box-sizing: border-box;
        padding: 2rem 0;
        border: 0; } }
  .contact .contact__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 0.75rem; }
  .contact .contact__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 0.75rem; }
  .contact .contact__description {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 0.75rem; }

.address {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 2rem; }
  .address .address__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .address .address__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .address p {
    color: #7a8b93;
    font: 400 1.25rem/1.35 "Montserrat", helvetica, arial, sans-serif;
    margin-bottom: 0; }

.post-comments-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  margin: 2.5em 0 0;
  padding: 2.5rem 0;
  border-top: 1px solid #f2f2f2; }
  @media screen and (max-width: 63.9375em) {
    .post-comments-container {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0;
      padding-left: 0;
      margin: 0 auto; } }
  @media screen and (max-width: 47.9375em) {
    .post-comments-container {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  .post-comments-container #comments {
    color: #445B6A; }
  .post-comments-container .comment-respond {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .post-comments-container .logged-in-as {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .post-comments-container .logged-in-as p,
    .post-comments-container .logged-in-as a {
      font: 300 0.9rem/1.5 "Avant Garde", helvetica, arial, sans-serif;
      color: rgba(68, 91, 106, 0.8); }
  .post-comments-container .comment-reply-title,
  .post-comments-container .comments-title {
    font: 500 1.5rem/1.5 "Montserrat", helvetica, arial, sans-serif;
    color: #445B6A;
    margin: 1rem 0 0; }
  .post-comments-container .comment-form-comment {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2.5rem; }
    .post-comments-container .comment-form-comment textarea {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      height: 100px; }
      .post-comments-container .comment-form-comment textarea:active, .post-comments-container .comment-form-comment textarea:focus {
        outline: none; }
    .post-comments-container .comment-form-comment label {
      margin-bottom: 0.25rem;
      display: block;
      color: #445B6A;
      font: 400 0.9rem/1 "Montserrat", helvetica, arial, sans-serif; }
  .post-comments-container .comment-form-author,
  .post-comments-container .comment-form-email,
  .post-comments-container .comment-form-url {
    display: inline-block;
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1.5rem; }
    .post-comments-container .comment-form-author:nth-child(even),
    .post-comments-container .comment-form-email:nth-child(even),
    .post-comments-container .comment-form-url:nth-child(even) {
      padding-left: 1.5rem; }
    .post-comments-container .comment-form-author:nth-child(odd),
    .post-comments-container .comment-form-email:nth-child(odd),
    .post-comments-container .comment-form-url:nth-child(odd) {
      padding-right: 1.5rem; }
    .post-comments-container .comment-form-author label,
    .post-comments-container .comment-form-email label,
    .post-comments-container .comment-form-url label {
      display: block;
      color: #445B6A;
      font: 400 0.9rem/1 "Montserrat", helvetica, arial, sans-serif;
      margin-bottom: 0.25rem; }
  .post-comments-container .comment-form-url {
    display: none; }
  .post-comments-container .form-submit {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 3rem; }
    .post-comments-container .form-submit input[type="submit"] {
      padding-left: 5rem;
      padding-right: 5rem; }

.comment-list {
  list-style: none;
  padding: 0 0 0;
  margin: 0; }
  .comment-list > .comment {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f2f2f2; }
    .comment-list > .comment .comment-reply-link {
      background: transparent;
      color: #445B6A;
      border-bottom: 0; }
      .comment-list > .comment .comment-reply-link:hover {
        background: transparent;
        color: #445B6A;
        opacity: 0.75;
        border-bottom: 0; }
    .comment-list > .comment > .children {
      padding: 1.5rem 0 1.5rem 1.5rem; }
      .comment-list > .comment > .children li {
        list-style: none;
        padding: 1.5rem 0; }
  .comment-list .comment-author {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0; }
    .comment-list .comment-author cite {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      font: normal 0.85rem "Avant Garde", helvetica, arial, sans-serif; }
    .comment-list .comment-author span {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      font: normal 0.85rem "Avant Garde", helvetica, arial, sans-serif;
      margin-left: 7px; }
    .comment-list .comment-author .says {
      font: 300 0.75rem "Avant Garde", helvetica, arial, sans-serif; }
    .comment-list .comment-author .avatar {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      border-radius: 50%;
      margin: 0 0.5em 0 0;
      width: 35px;
      height: auto; }
  .comment-list .comment-meta a {
    font: italic 300 0.7rem/1 "Avant Garde", helvetica, arial, sans-serif;
    color: rgba(68, 91, 106, 0.66); }
  .comment-list .reply .comment-reply-link {
    font: 400 0.75rem/1.25 "Avant Garde", helvetica, arial, sans-serif;
    color: #445B6A;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
  .comment-list .children {
    list-style: none;
    padding: 1.5rem 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 2rem;
    margin-bottom: 0; }
    .comment-list .children > li {
      padding: 1.5rem 0; }
      .comment-list .children > li:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }

form {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  form .field {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 0.75rem;
    margin: 1.5rem 0 0; }
    @media screen and (max-width: 63.9375em) {
      form .field {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
    form .field label {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      display: block;
      margin-bottom: 0.25rem;
      font: 400 1rem/1 "Montserrat", helvetica, arial, sans-serif;
      color: #7a8b93; }
    form .field label + br {
      display: none; }
    form .field.field--half {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      padding: 0 0.75rem; }
      @media screen and (max-width: 63.9375em) {
        form .field.field--half {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0; } }
    form .field.field--one-third {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      padding: 0 0.75rem; }
    form .field.field--two-third {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      padding: 0 0.75rem; }
  form p {
    margin: 0; }
  form label {
    font: 400 0.95rem "Avant Garde", helvetica, arial, sans-serif;
    color: #445B6A; }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form input[type="search"],
  form input[type="tel"],
  form textarea {
    padding: 0.85rem 1rem;
    box-sizing: border-box;
    margin: 0;
    border: none;
    box-shadow: none;
    background: #f4f4f4;
    width: 100%;
    color: #7a8b93;
    transition: all 0.25s ease;
    font: 400 1rem "Avant Garde", helvetica, arial, sans-serif; }
    form input[type="text"]::-webkit-input-placeholder,
    form input[type="email"]::-webkit-input-placeholder,
    form input[type="password"]::-webkit-input-placeholder,
    form input[type="search"]::-webkit-input-placeholder,
    form input[type="tel"]::-webkit-input-placeholder,
    form textarea::-webkit-input-placeholder {
      color: #bbb; }
    form input[type="text"]:-moz-placeholder,
    form input[type="email"]:-moz-placeholder,
    form input[type="password"]:-moz-placeholder,
    form input[type="search"]:-moz-placeholder,
    form input[type="tel"]:-moz-placeholder,
    form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #bbb; }
    form input[type="text"]::-moz-placeholder,
    form input[type="email"]::-moz-placeholder,
    form input[type="password"]::-moz-placeholder,
    form input[type="search"]::-moz-placeholder,
    form input[type="tel"]::-moz-placeholder,
    form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #bbb; }
    form input[type="text"]:-ms-input-placeholder,
    form input[type="email"]:-ms-input-placeholder,
    form input[type="password"]:-ms-input-placeholder,
    form input[type="search"]:-ms-input-placeholder,
    form input[type="tel"]:-ms-input-placeholder,
    form textarea:-ms-input-placeholder {
      color: #bbb; }
    form input[type="text"]:focus, form input[type="text"]:active,
    form input[type="email"]:focus,
    form input[type="email"]:active,
    form input[type="password"]:focus,
    form input[type="password"]:active,
    form input[type="search"]:focus,
    form input[type="search"]:active,
    form input[type="tel"]:focus,
    form input[type="tel"]:active,
    form textarea:focus,
    form textarea:active {
      outline: none; }
  form textarea {
    height: 100px; }
  form select:invalid {
    color: green; }
  form select.wpcf7-select option {
    color: #133648; }
  form select.wpcf7-select {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.75em 1rem;
    box-sizing: border-box;
    margin: 0;
    background: transparent;
    height: 50px;
    border: 1px solid #ffffff;
    background: #f4f4f4;
    border-radius: 0;
    z-index: 10;
    font: 400 1rem "Avant Garde", helvetica, arial, sans-serif;
    color: #bbb; }
    form select.wpcf7-select::-webkit-input-placeholder {
      color: red; }
    form select.wpcf7-select:-moz-placeholder {
      /* Firefox 18- */
      color: red; }
    form select.wpcf7-select::-moz-placeholder {
      /* Firefox 19+ */
      color: red; }
    form select.wpcf7-select:-ms-input-placeholder {
      color: red; }
    form select.wpcf7-select:focus {
      outline-width: medium; }
    form select.wpcf7-select:active {
      outline: none; }
  form input[type="submit"] {
    margin: 0; }

.icon-grid {
  width: 100%;
  padding: 3rem 0 5rem;
  background: #F7F7F7; }
  .icon-grid.icon-grid--3 .grid-item {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 2rem; }
    @media screen and (max-width: 47.9375em) {
      .icon-grid.icon-grid--3 .grid-item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 2rem; } }
  .icon-grid.icon-grid--two-col {
    padding: 3rem 0 0; }
    .icon-grid.icon-grid--two-col .grid-item {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      padding: 0 4rem;
      text-align: left;
      margin-bottom: 4rem; }
      @media screen and (max-width: 63.9375em) {
        .icon-grid.icon-grid--two-col .grid-item {
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
          max-width: 75%;
          padding-right: 0;
          padding-left: 0;
          margin: 0 auto 3rem; } }
      @media screen and (max-width: 47.9375em) {
        .icon-grid.icon-grid--two-col .grid-item {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0; } }
      .icon-grid.icon-grid--two-col .grid-item .grid-item__icon {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 0; }
        .icon-grid.icon-grid--two-col .grid-item .grid-item__icon img {
          margin: 0 auto;
          display: block; }
      .icon-grid.icon-grid--two-col .grid-item .grid-item__title {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        margin: 1rem 0 0; }
      .icon-grid.icon-grid--two-col .grid-item .grid-item__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        -ms-flex-item-align: start;
            align-self: flex-start;
        text-align: left;
        padding-top: 1rem; }

.icon-grid__subtitle {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  position: relative;
  margin-top: 2.25rem; }

.icon-grid__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #133648;
  text-align: center; }

.icon-grid__description {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 47.9375em) {
    .icon-grid__description {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }

.grid-items {
  width: 100%;
  padding: 5rem 0 3rem; }
  @media screen and (max-width: 47.9375em) {
    .grid-items {
      padding: 2.5rem 0; } }
  .grid-items > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .grid-items .grid-item {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 1.75rem; }
    @media screen and (max-width: 47.9375em) {
      .grid-items .grid-item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
  .grid-items .grid-item__icon {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    text-align: center; }
    .grid-items .grid-item__icon img {
      width: auto;
      height: 80px;
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .grid-items .grid-item__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #133648;
    font: 400 1.25rem/1.15 "Montserrat", helvetica, arial, sans-serif;
    margin: 1rem 0 1rem; }
  .grid-items .grid-item__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
    .grid-items .grid-item__content p, .grid-items .grid-item__content li {
      font: 300 1rem/1.5 "Avant Garde", helvetica, arial, sans-serif;
      color: #777; }
    .grid-items .grid-item__content li {
      font: 300 1rem/1.65 "Avant Garde", helvetica, arial, sans-serif;
      list-style: none;
      border-bottom: 1px solid #eaeaea;
      padding: 0.75rem 0; }
      .grid-items .grid-item__content li:last-of-type {
        border-bottom: 0; }

.hero {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  display: block;
  position: relative;
  padding: 0;
  width: 100%; }
  .hero.hero--carousel {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%; }
    .hero.hero--carousel .slick-list,
    .hero.hero--carousel .slick-track {
      display: block;
      width: 100%;
      height: 100%; }
  .hero .hero-item {
    position: relative;
    display: block;
    background-color: black;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 85vh;
    max-height: 950px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 74.9375em) {
      .hero .hero-item {
      height: 70vh;
       min-height: 450px;
        background-position: top;
        background-size: cover; } }
    .hero .hero-item > .container {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      height: 100%;
      position: relative; }
  .hero .hero-item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .25;
    z-index: 1; }
  .hero .hero__video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    background-size: cover; }
    .hero .hero__video video {
      width: calc(100% + 2rem);
      height: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover; }
  .hero .hero-video__play {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    position: relative;
    margin: 2rem 0 0; }
    .hero .hero-video__play .icon {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #FFFFFF;
      cursor: pointer;
      -ms-transform: scale(1);
          transform: scale(1);
      transition: all 0.5s ease;
      text-align: center; }
      .hero .hero-video__play .icon:hover {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    .hero .hero-video__play span {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      position: relative;
      font: 300 1.1rem/1.33 "Montserrat", helvetica, arial, sans-serif;
      letter-spacing: 0.1rem;
      margin-left: 1rem;
      -webkit-font-smoothing: antialiased; }
    .hero .hero-video__play svg {
      display: block;
      position: relative;
      top: 50%;
      left: calc(50% + 2px);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .hero .tag-line{
    position: absolute;
    left:0;
    bottom:5%;
    padding: 1.25rem 0.75rem;
    background-color: #143345;
    color: #fff;
    font: 600 1.25rem/1.33 "Montserrat", helvetica, arial, sans-serif;
   
    text-align: right;
    padding-left: 10%;
    }
    @media screen and (max-width: 74.9375em) {
      .hero .tag-line{
        bottom:-60px;
        width: 100%;
        text-align: center;
        font: 600 1.0rem/1.33 "Montserrat", helvetica, arial, sans-serif;
        padding-left: .75em;
      }
    }
    @media screen and (max-width: 47.9375em) {
      .hero .tag-line{
        bottom:-80px;
      }  
    }

  .hero .hero-item__content {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: left;
    transition: all 0.5s ease-out 0.1s; }
    @media screen and (max-width: 63.9375em) {
      .hero .hero-item__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (max-width: 47.9375em) {
      .hero .hero-item__content {
        padding-top: 0rem; } }
    .hero .hero-item__content > span {
      display: inline-block;
      padding: 0 0.4rem 0;
      line-height: 0.6rem; }
    .hero .hero-item__content p {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      color: #ffffff;
      font: 400 1.8rem/1.25 "Montserrat", helvetica, arial, sans-serif;
      padding: 0.5em 0 0.25em 0;
      border-top:2px solid #1faae1;
       }
      @media screen and (max-width: 63.9375em) {
        .hero .hero-item__content p {
           font: 400 1.25rem "Montserrat", helvetica, arial, sans-serif; } }
      @media screen and (max-width: 47.9375em) {
        .hero .hero-item__content p {
          font: 400 1.15rem "Montserrat", helvetica, arial, sans-serif; 
          text-align: center; } }
  .hero .hero-item__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #ffffff;
    position: relative;
    font: 600 2.75rem/1.15 "Montserrat", helvetica, arial, sans-serif;
    margin: 0 0 1rem;
    text-transform: uppercase;
    padding: 0;
    -webkit-font-smoothing: antialiased; }
    .hero .hero-item__title > span {
      display: inline-block;
      padding: 1rem 0.4rem 0;
      line-height: 3rem; }
    .hero .hero-item__title .bold {
      font-weight: 700; }
    @media screen and (max-width: 63.9375em) {
      .hero .hero-item__title {
        font: 600 2.0rem/1.15 "Montserrat", helvetica, arial, sans-serif; } }
    @media screen and (max-width: 47.9375em) {
      .hero .hero-item__title {
        font: 600 1.8rem/1.15 "Montserrat", helvetica, arial, sans-serif;;
        text-align: center; } }
    .hero .hero-item__title .question-mark {
      font-family: "Montserrat", helvetica, arial, sans-serif;;
      margin-left: 0.5rem; }
  .hero .hero-item__buttons {
    margin: auto;
    text-align: left;
  }
  
  .hero .hero-item__buttons a {
    color: white !important;
    border: 2px solid #1faae1!important;
    background: none !important;
    font: 600 1.25rem/1.25 "Montserrat", helvetica, arial, sans-serif!important;
  }
    @media screen and (max-width: 74em) {
      .hero .hero-item__buttons {
        zmargin-top: 12rem; }
    }
    @media screen and (max-width: 47.9375em) {
      .hero .hero-item__buttons {
        text-align: center;
        zmargin-top: -3rem;}
      .hero .hero-item__buttons a{
        color: white !important;
        border: 2px solid #1faae1!important;
        background: none !important;
        font: 600 1.0rem/1.25 "Montserrat", helvetica, arial, sans-serif!important;
        }
      .hero .hero-item__buttons a:nth-child(even){
        margin-left:0 !important;
        margin-top:1rem;
        } }
    .hero .hero-item__buttons .button, .hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"], .post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"], .hero .hero-item__buttons form input[type="submit"], form .hero .hero-item__buttons input[type="submit"], .hero .hero-item__buttons .image-content .image-content__button > a, .image-content .hero .hero-item__buttons .image-content__button > a, .hero .hero-item__buttons .news-updates .news-updates__button a, .news-updates .news-updates__button .hero .hero-item__buttons a, .hero .hero-item__buttons .news-updates .news-post__button a, .news-updates .news-post__button .hero .hero-item__buttons a, .hero .hero-item__buttons .notifications-bar .container .btn, .notifications-bar .container .hero .hero-item__buttons .btn, .hero .hero-item__buttons .blog .recent-post .recent-post__link a, .blog .recent-post .recent-post__link .hero .hero-item__buttons a, .hero .hero-item__buttons
    .in-the-news .recent-post .recent-post__link a,
    .in-the-news .recent-post .recent-post__link .hero .hero-item__buttons a, .hero .hero-item__buttons body.index .post .post__button a, body.index .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons
    body.template-news .post .post__button a,
    body.template-news .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons
    body.search .post .post__button a,
    body.search .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons
    body.archive .post .post__button a,
    body.archive .post .post__button .hero .hero-item__buttons a, .hero .hero-item__buttons body.template-news .news__load-more a, body.template-news .news__load-more .hero .hero-item__buttons a {
      background: white;
      color: #133648;
      border: none;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: 0.05rem;
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      font-family: "Avant Garde", helvetica, arial, sans-serif; }
      .hero .hero-item__buttons .button:nth-child(2), .hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"]:nth-child(2), .post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"]:nth-child(2), .hero .hero-item__buttons form input[type="submit"]:nth-child(2), form .hero .hero-item__buttons input[type="submit"]:nth-child(2), .hero .hero-item__buttons .image-content .image-content__button > a:nth-child(2), .image-content .hero .hero-item__buttons .image-content__button > a:nth-child(2), .hero .hero-item__buttons .news-updates .news-updates__button a:nth-child(2), .news-updates .news-updates__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons .news-updates .news-post__button a:nth-child(2), .news-updates .news-post__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons .notifications-bar .container .btn:nth-child(2), .notifications-bar .container .hero .hero-item__buttons .btn:nth-child(2), .hero .hero-item__buttons .blog .recent-post .recent-post__link a:nth-child(2), .blog .recent-post .recent-post__link .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons
      .in-the-news .recent-post .recent-post__link a:nth-child(2),
      .in-the-news .recent-post .recent-post__link .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons body.index .post .post__button a:nth-child(2), body.index .post .post__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons
      body.template-news .post .post__button a:nth-child(2),
      body.template-news .post .post__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons
      body.search .post .post__button a:nth-child(2),
      body.search .post .post__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons
      body.archive .post .post__button a:nth-child(2),
      body.archive .post .post__button .hero .hero-item__buttons a:nth-child(2), .hero .hero-item__buttons body.template-news .news__load-more a:nth-child(2), body.template-news .news__load-more .hero .hero-item__buttons a:nth-child(2) {
        margin-left: 1.5rem; }
      .hero .hero-item__buttons .button:hover, .hero .hero-item__buttons .post-comments-container .form-submit input[type="submit"]:hover, .post-comments-container .form-submit .hero .hero-item__buttons input[type="submit"]:hover, .hero .hero-item__buttons form input[type="submit"]:hover, form .hero .hero-item__buttons input[type="submit"]:hover, .hero .hero-item__buttons .image-content .image-content__button > a:hover, .image-content .hero .hero-item__buttons .image-content__button > a:hover, .hero .hero-item__buttons .news-updates .news-updates__button a:hover, .news-updates .news-updates__button .hero .hero-item__buttons a:hover, .hero .hero-item__buttons .news-updates .news-post__button a:hover, .news-updates .news-post__button .hero .hero-item__buttons a:hover, .hero .hero-item__buttons .notifications-bar .container .btn:hover, .notifications-bar .container .hero .hero-item__buttons .btn:hover, .hero .hero-item__buttons .blog .recent-post .recent-post__link a:hover, .blog .recent-post .recent-post__link .hero .hero-item__buttons a:hover, .hero .hero-item__buttons
      .in-the-news .recent-post .recent-post__link a:hover,
      .in-the-news .recent-post .recent-post__link .hero .hero-item__buttons a:hover, .hero .hero-item__buttons body.index .post .post__button a:hover, body.index .post .post__button .hero .hero-item__buttons a:hover, .hero .hero-item__buttons
      body.template-news .post .post__button a:hover,
      body.template-news .post .post__button .hero .hero-item__buttons a:hover, .hero .hero-item__buttons
      body.search .post .post__button a:hover,
      body.search .post .post__button .hero .hero-item__buttons a:hover, .hero .hero-item__buttons
      body.archive .post .post__button a:hover,
      body.archive .post .post__button .hero .hero-item__buttons a:hover, .hero .hero-item__buttons body.template-news .news__load-more a:hover, body.template-news .news__load-more .hero .hero-item__buttons a:hover {
        background: #133648;
        color: #FFFFFF; }

.search-module {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  overflow: hidden;
  z-index: -999;
  -ms-transform: scale(1.2) translateY(-5rem);
      transform: scale(1.2) translateY(-5rem);
  opacity: 0; }
  .search-module.search-module--is-active {
    opacity: 0.9;
    visibility: visible;
    z-index: 9999;
    -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0); }
  .search-module .close {
    background: transparent;
    color: #ffffff;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font: 300 0.9rem/1 "Montserrat", helvetica, arial, sans-serif;
    cursor: pointer;
    border-radius: 0.1rem;
    transition: all 0.1s ease;
    -ms-transform: scale(1);
        transform: scale(1); }
    .search-module .close:focus, .search-module .close:active {
      -ms-transform: scale(0.95);
          transform: scale(0.95); }
    .search-module .close i {
      margin-left: 0.85rem; }
  .search-module > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    height: 100%; }
  .search-module .form-wrap {
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    position: relative; }
  .search-module form {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0;
    position: relative; }
    .search-module form .icon {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding-right: 0;
      padding-left: 0;
      position: relative;
      font-size: 2.25rem;
      text-align: center;
      padding: 1.6rem 0 0;
      -ms-transform: scale(1);
          transform: scale(1);
      transition: all 0.15s ease;
      color: #ffffff; }
      .search-module form .icon:hover {
        -ms-transform: scale(0.95);
            transform: scale(0.95); }
      .search-module form .icon input[type="submit"] {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        color: transparent;
        margin: 0;
        transition: all 0.25s ease; }
    .search-module form input[type="search"] {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0;
      padding-left: 0;
      margin: 0;
      padding: 1rem 0 1rem 3.5rem;
      display: block;
      width: calc(100% - 3.5rem);
      background: transparent;
      border: 0;
      border-left: 1px solid #ffffff;
      color: #ffffff;
      font: 300 3rem/175% "Montserrat", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1rem; }
      .search-module form input[type="search"]::-webkit-input-placeholder {
        color: #ffffff; }
      .search-module form input[type="search"]:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff; }
      .search-module form input[type="search"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff; }
      .search-module form input[type="search"]:-ms-input-placeholder {
        color: #ffffff; }
      .search-module form input[type="search"]:active, .search-module form input[type="search"]:focus {
        outline: none; }

.image-content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
  padding: 6rem 0;
  overflow: hidden; }
  @media screen and (max-width: 47.9375em) {
    .image-content {
      padding: 9rem 0; } }
  .image-content.is-product, .image-content.is-investors {
    background: #F7F7F7; }
    .image-content.is-product .image-content__image:before, .image-content.is-investors .image-content__image:before {
      content: '';
      background: #F7F7F7; }
  .image-content.is-market .image-content__background, .image-content.is-company .image-content__background, .image-content.is-investors .image-content__background, .image-content.has-pattern .image-content__background {
    background-size: contain; }
  .image-content > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .image-content.is-active .image-content__image:before {
    content: '';
    height: 0; }
  .image-content.is-active .image-content__title {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .image-content.is-active .image-content__subtitle {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0); }
  .image-content.is-active .image-content__description {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .image-content.is-active .image-content__button {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .image-content.is-active .image-content__subtitle span:before {
    content: '';
    width: 70px; }
  .image-content.image-content--content-right .image-content__background {
    box-sizing: border-box;
    width: calc(100% - 2rem);
    left: 0; }
    @media screen and (max-width: 47.9375em) {
      .image-content.image-content--content-right .image-content__background {
        width: 100%;
        left: 0; } }
  .image-content.image-content--content-right .image-content__image {
    box-sizing: border-box;
    padding-right: 2rem; }
    @media screen and (max-width: 63.9375em) {
      .image-content.image-content--content-right .image-content__image {
        padding-right: 0;
        -ms-flex-order: 0;
            order: 0; } }
  .image-content.image-content--content-right .image-content__content {
    box-sizing: border-box;
    padding-left: 1.5rem; }
    @media screen and (max-width: 63.9375em) {
      .image-content.image-content--content-right .image-content__content {
        padding-left: 0;
        -ms-flex-order: 1;
            order: 1; } }
  .image-content.image-content--content-left .image-content__content {
    box-sizing: border-box;
    padding-right: 1.5rem;
    -ms-flex-order: 0;
        order: 0; }
    @media screen and (max-width: 63.9375em) {
      .image-content.image-content--content-left .image-content__content {
        padding-right: 0;
        -ms-flex-order: 1;
            order: 1; } }
  .image-content.image-content--content-left .image-content__image {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 2rem; }
    @media screen and (max-width: 63.9375em) {
      .image-content.image-content--content-left .image-content__image {
        padding-left: 0;
        -ms-flex-order: 0;
            order: 0; } }
  .image-content.image-content--content-left .image-content__video {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 2rem; }
  @media screen and (max-width: 63.9375em) {  
    .image-content.image-content--content-left .image-content__video {
     padding-left: 0; }  
   }
  .image-content.image-content--content-left .image-content__background {
    box-sizing: border-box;
    width: calc(100% - 2rem);
    left: 2rem; }
    @media screen and (max-width: 63.9375em) {
      .image-content.image-content--content-left .image-content__background {
        left: 0;
        width: 100%; } }
  .image-content .image-content__content {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    @media screen and (max-width: 63.9375em) {
      .image-content .image-content__content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 2rem; } }
  .image-content .image-content__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #133648;
    opacity: 0;
    -ms-transform: translateY(2rem);
        transform: translateY(2rem);
    transition: all 0.5s ease 0.7s;
    text-transform: uppercase;
    font: 100 1.7rem/1.5 "Montserrat", helvetica, arial, sans-serif; }
    @media screen and (max-width: 47.9375em) {
      .image-content .image-content__title {
        font-size: 1.5rem; } }
    .image-content .image-content__title .bold {
      font-weight: 700; }
  .image-content .image-content__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #445B6A;
    color: #143446;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    opacity: 0;
    -ms-transform: translateX(-2rem);
        transform: translateX(-2rem);
    transition: all 1s ease; }
    @media screen and (max-width: 47.9375em) {
      .image-content .image-content__subtitle {
        font-size: 1.2rem; } }
    .image-content .image-content__subtitle span {
      position: relative;
      background: #FFFFFF;
      background: transparent; }
  .image-content .image-content__description {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    transition: all 0.5s ease 1s;
    opacity: 0;
    -ms-transform: translateY(2rem);
        transform: translateY(2rem); }
  .image-content .image-content__button {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1.5rem;
    opacity: 0;
    -ms-transform: translateY(2rem);
        transform: translateY(2rem);
    transition: all 0.5s ease 1.33s; }
    .image-content .image-content__button > a {
      font: 700 1.1rem/1.5 "Montserrat", helvetica, arial, sans-serif; }
  .image-content .image-content__video {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0;
    position: relative; }
  .image-content .image-content__image {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    transition: all 0.5s ease;
    box-sizing: border-box;
    min-height: 250px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 63.9375em) {
      .image-content .image-content__image {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
    .image-content .image-content__image:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background: #FFFFFF;
      transition: all 0.75s ease;
      z-index: 1; }
  .image-content .image-content__background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.leadership {
  width: 100%;
  padding: 2.5rem 0; }
  .leadership > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .leadership .leadership__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    position: relative;
    margin-top: 2.65rem; }
    .leadership .leadership__subtitle span:before {
      content: '';
      height: 70px;
      width: 1px;
      top: calc(-70px - 0.5rem);
      left: 50%; }
  .leadership .leadership__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
  .leadership .leadership__description {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 2rem;
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      .leadership .leadership__description {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }

.leadership__type {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  font: 700 2.25rem/1.5 "Montserrat", helvetica, arial, sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 47.9375em) {
    .leadership__type {
      font: 700 1.75rem/1.5 "Montserrat", helvetica, arial, sans-serif; } }

.team-members {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  padding: 2.5rem 0 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee; }

.team-member {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  padding: 0 2.5rem 3rem;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0; }
  @media screen and (max-width: 63.9375em) {
    .team-member {
      padding: 0 1rem 2rem; } }
  @media screen and (max-width: 47.9375em) {
    .team-member {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 4rem; } }
  .team-member.has-photo .team-member__details {
    -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    max-width: 79.16667%;
    padding-right: 0;
    padding-left: 0;
    padding-left: 1.5rem; }
    @media screen and (max-width: 63.9375em) {
      .team-member.has-photo .team-member__details {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-left: 0; } }

.team-member__description {
  padding-top: 1.5rem; }
  @media screen and (max-width: 47.9375em) {
    .team-member__description p {
      font-size: 0.95rem; } }

.team-member__content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 63.9375em) {
    .team-member__content {
      text-align: left; } }
  @media screen and (max-width: 47.9375em) {
    .team-member__content {
      text-align: center; } }

.team-member__details {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.team-member__image {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  box-sizing: border-box; }
  @media screen and (max-width: 63.9375em) {
    .team-member__image {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0;
      padding-left: 0;
      margin: 0; } }
  @media screen and (max-width: 47.9375em) {
    .team-member__image {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0;
      padding-left: 0;
      margin: 0 auto; } }
  .team-member__image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    border-radius: 50%; }

.team-member__subtitle {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 47.9375em) {
    .team-member__subtitle {
      font-size: 0.7rem; } }

.team-member__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #133648;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.66rem; }

.list {
  list-style: none; }
  .list li {
    padding: 0.33rem 0;
    display: block;
    border-bottom: 1px solid #f2f2f2; }
  .list.list--checkmarks li {
    padding-left: 1.75rem;
    position: relative; }
    .list.list--checkmarks li:before {
      content: '\f00c';
      font-family: 'FontAwesome';
      position: absolute;
      left: 0;
      top: calc(50% - 2px);
      bottom: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      color: #445B6A;
      font-size: 0.9rem; }

.modal {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 500;
  display: none; }
  .modal.is-active {
    display: block; }
  .modal > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    height: 100%; }
  .modal .modal__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font: 400 0.8rem/1 "Montserrat", helvetica, arial, sans-serif;
    letter-spacing: 0.075rem;
    padding: 0 0.2rem 0.25rem;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease; }
    .modal .modal__close:hover {
      border-bottom: 2px solid #ffffff; }
  .modal .modal__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #ffffff; }
    .modal .modal__content.modal__content--box {
      background: #ffffff;
      color: #445B6A;
      padding: 5rem 2.5rem;
      box-sizing: border-box;
      min-height: 50vh;
      border-radius: 3px; }

.news-updates {
  width: 100%;
  padding: 4.5rem 0 5rem;
  background: #fff; }
  @media screen and (max-width: 47.9375em) {
    .news-updates {
      padding: 5rem 0; } }
  .news-updates > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .news-updates .news-updates__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .news-updates .news-updates__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
  .news-updates .news-updates__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    position: relative; }
    .news-updates .news-updates__subtitle .dots {
      position: absolute;
      left: calc(50% - 60px);
      top: -5.6rem;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
      background: transparent;
      margin-left: 0; }
      @media screen and (max-width: 47.9375em) {
        .news-updates .news-updates__subtitle .dots {
          top: -4rem; } }
      .news-updates .news-updates__subtitle .dots span {
        width: 12px;
        height: 12px;
        margin-right: 12px; }
        @media screen and (max-width: 47.9375em) {
          .news-updates .news-updates__subtitle .dots span {
            width: 9px;
            height: 9px;
            margin-right: 9px; } }
  .news-updates .news-updates__description {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
    .news-updates .news-updates__description p {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 0;
      padding-left: 0;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 47.9375em) {
        .news-updates .news-updates__description p {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0; } }
  .news-updates .news-updates__button {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
  .news-updates .news-posts {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 3rem 0 4rem; }
  .news-updates .news-post {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%;
    padding-right: 0;
    padding-left: 0;
    margin-right: calc((100% / 12) * 0.25); }
    @media screen and (max-width: 63.9375em) {
      .news-updates .news-post {
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 3rem; } }
    @media screen and (max-width: 47.9375em) {
      .news-updates .news-post {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
    .news-updates .news-post:last-of-type {
      margin-right: 0; }
    .news-updates .news-post:hover .news-post__top .background {
      -ms-transform: scale(1.2);
          transform: scale(1.2); }
  .news-updates .news-post__top {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    min-height: 200px;
    border-radius: 3px 3px 0 0;
    position: relative;
    overflow: hidden; }
    .news-updates .news-post__top .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      -ms-transform: scale(1);
          transform: scale(1);
      transition: all 5s ease; }
  .news-updates .news-post__bottom {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 1.5rem;
    border: 1px solid rgba(122, 139, 147, 0.1);
    border-radius: 0 0 3px 3px;
    border-top: 0; }
  .news-updates .news-post__category {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #7a8b93;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font: 600 0.8rem/1 "Montserrat", helvetica, arial, sans-serif;
    margin-bottom: 0; }
  .news-updates .news-post__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #133648;
    margin-top: 0.5rem; }
  .news-updates .news-post__description {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .news-updates .news-post__description p {
      /*word-break: break-all; */
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      font: 300 1rem/1.5 "Avant Garde", helvetica, arial, sans-serif; }
  .news-updates .news-post__button a {
    font-size: 1rem; }

.notifications-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 0.66rem 0;
  text-align: center;
  transition: all 0.5s ease;
  margin-top: 0px;
  visibility: visible; }
  .notifications-bar--hidden {
    margin-top: -50px;
    visibility: hidden; }
  .notifications-bar.was-dismissed {
    bottom: -80px; }
  .notifications-bar .close-notifications {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    cursor: pointer; }
    .notifications-bar .close-notifications svg {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0 auto;
      width: 32px;
      height: 32px; }
  .notifications-bar .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .notifications-bar .container .title {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
      max-width: 62.5%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      padding-right: 1rem;
      text-align: right;
      width: auto;
      margin: 0;
      font: 400 0.85rem "Avant Garde", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.25em; }
    .notifications-bar .container .btn {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0 0.5rem; }
      .notifications-bar .container .btn:first-of-type {
        margin-left: 1.5rem; }
      .notifications-bar .container .btn:nth-child(3) {
        background: #ffffff; }
        .notifications-bar .container .btn:nth-child(3):hover {
          color: #333; }

.page-header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
  height: 40%;
  height: 60vh;
  width: 100%;
  margin: 0 auto;
  z-index: 8;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 75em) {
    .page-header {
      background-size: cover;
      background-attachment: initial; } }
  @media screen and (max-width: 47.9375em) {
    .page-header {
      height: 230px; } }
  .page-header .page-header__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    background: #133648;
    display: none; }
  .page-header .page-header__pattern {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 74.9375em) {
      .page-header .page-header__pattern {
        bottom: 0;
        top: initial; } }
    .page-header .page-header__pattern img {
      position: relative;
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (max-width: 74.9375em) {
        .page-header .page-header__pattern img {
          bottom: 0;
          position: absolute;
          right: 0; } }
  .page-header .page-header__content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-item-align: end;
        align-self: flex-end;
    box-sizing: border-box;
    padding-bottom: 3rem;
    width: 100%;
    z-index: 10;
    display: none; }
    @media screen and (max-width: 47.9375em) {
      .page-header .page-header__content {
        padding-bottom: 1.5rem; } }
    .page-header .page-header__content > .container {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      width: 100%; }
      @media screen and (max-width: 75em) {
        .page-header .page-header__content > .container {
          max-width: calc(100% - 6rem); } }
      @media screen and (max-width: 63.9375em) {
        .page-header .page-header__content > .container {
          max-width: calc(100% - 3rem); } }
  .page-header .page-header__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-weight: 100; }
    @media screen and (max-width: 47.9375em) {
      .page-header .page-header__title {
        line-height: 1.15;
        font-size: 1.95rem; } }
  .page-header .page-header__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin: 0.5em auto 0;
    position: relative;
    color: white;
    z-index: 10;
    -webkit-font-smoothing: antialiased; }
  .page-header .page-header__breadcrumbs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.75rem 0;
    box-sizing: border-box;
    background: #67889e;
    z-index: 9; }
    .page-header .page-header__breadcrumbs > .container {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
    .page-header .page-header__breadcrumbs span {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      color: #222e35;
      box-sizing: border-box;
      line-height: 1; }
      .page-header .page-header__breadcrumbs span:first-of-type a {
        padding-left: 0; }
      .page-header .page-header__breadcrumbs span a,
      .page-header .page-header__breadcrumbs span strong {
        font-weight: 300;
        letter-spacing: 0.05rem;
        color: #222e35;
        padding: 0 0.5rem; }

.pagination {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  padding: 1rem 0; }
  .pagination .page-numbers {
    width: auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-transform: uppercase;
    font: 500 1rem/2.8 "Montserrat", helvetica, arial, sans-serif;
    color: #999;
    border-radius: 0.1rem;
    letter-spacing: 0.033rem;
    margin: 0 0.5rem 0 0; }
    .pagination .page-numbers.next {
      float: right;
      margin-right: 1rem; }
    .pagination .page-numbers.prev {
      float: left;
      margin-left: 1rem; }
    .pagination .page-numbers.current {
      color: white;
      position: relative;
      background: #445B6A; }

.post-meta {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative; }
  .post-meta > .inner {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0 1em 0 0; }
  .post-meta .post-author {
    border-bottom: 1px dotted #eaeaea;
    border-top: 1px dotted #eaeaea;
    padding: 0.5rem 0 0.5rem;
    margin: 0 0 0;
    display: none; }
    .post-meta .post-author:after {
      clear: both;
      content: '';
      display: table; }
    .post-meta .post-author .post-author__image {
      border-radius: 50%;
      width: 20px;
      height: auto;
      display: inline-block;
      float: left;
      margin: 0 10px 0 0; }
    .post-meta .post-author .post-author__name {
      color: #333333;
      font: 400 0.85rem "Montserrat", helvetica, arial, sans-serif;
      display: inline-block;
      float: left;
      display: none;
      line-height: 1.5; }
      .post-meta .post-author .post-author__name a {
        color: #333333; }
  .post-meta .post-date {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: none;
    border-bottom: 1px dotted #eaeaea;
    padding: 0.5rem 0 0.5rem;
    font: 400 0.85rem "Avant Garde", helvetica, arial, sans-serif; }
  .post-meta .post-categories {
    border-bottom: 1px dotted #eaeaea;
    padding: 0.5rem 0 0.5rem;
    font: 400 0.85rem "Avant Garde", helvetica, arial, sans-serif;
    color: #333333;
    display: none; }
    .post-meta .post-categories span {
      font: 300 0.75rem "Avant Garde", helvetica, arial, sans-serif;
      background: #eaeaea;
      color: #333333;
      padding: 4px 8px;
      border-radius: 15px;
      margin: 0 0 4px 0;
      display: inline-block;
      line-height: 1;
      letter-spacing: 0.05em; }
  .post-meta .post-share {
    border-bottom: 1px dotted #eaeaea;
    padding: 0.5rem 0 0.5rem;
    font: 400 1.15rem "Avant Garde", helvetica, arial, sans-serif; }
    .post-meta .post-share:after {
      content: '';
      display: table;
      clear: both; }
    .post-meta .post-share .social-sharing {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-pack: justify;
          justify-content: space-between;
      list-style: none;
      margin: 0;
      padding: 0; }
      .post-meta .post-share .social-sharing li {
        display: inline-block;
        float: left;
        margin: 0 1rem 0 0; }
        .post-meta .post-share .social-sharing li a {
          font-size: 1.25rem; }
        .post-meta .post-share .social-sharing li.facebook a {
          color: #3B5998; }
        .post-meta .post-share .social-sharing li.twitter a {
          color: #55acee; }
        .post-meta .post-share .social-sharing li.pinterest a {
          color: #bb0000; }
        .post-meta .post-share .social-sharing li.linkedin a {
          color: #0077b5; }
        .post-meta .post-share .social-sharing li.google-plus a {
          color: #dd4b39; }
        .post-meta .post-share .social-sharing li a {
          color: #333333; }
  .post-meta .post-comments {
    display: none;
    border-bottom: 1px dotted #eaeaea;
    padding: 0.5rem 0 0.5rem;
    font: 400 0.85rem "Avant Garde", helvetica, arial, sans-serif; }
    .post-meta .post-comments i {
      color: #333333;
      margin-right: 5px; }
    .post-meta .post-comments a {
      color: #333333; }

.product-features {
  width: 100%;
  padding: 5rem 0; }
  .product-features > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .product-features .product-features__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin: 0 auto 3rem; }
  .product-features .product-features__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .product-features .product-features__subtitle span:before {
      content: '';
      top: calc( -70px - 0.5rem);
      left: 50%;
      height: 70px;
      width: 1px; }
  .product-features .product-features__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .product-features .product-features__description {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto; }
  .product-features .product-features__images {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box; }
    .product-features .product-features__images .product-features__image {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0;
      padding-left: 0; }
      @media screen and (max-width: 47.9375em) {
        .product-features .product-features__images .product-features__image {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0; } }
      .product-features .product-features__images .product-features__image:nth-child(odd) {
        padding-right: 1rem;
        padding-bottom: 2rem; }
        @media screen and (max-width: 47.9375em) {
          .product-features .product-features__images .product-features__image:nth-child(odd) {
            padding-right: 0; } }
      .product-features .product-features__images .product-features__image:nth-child(even) {
        padding-left: 1rem;
        padding-bottom: 2rem; }
        @media screen and (max-width: 47.9375em) {
          .product-features .product-features__images .product-features__image:nth-child(even) {
            padding-left: 0; } }
    .product-features .product-features__images img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%; }
  .product-features .product-features__list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding-top: 1.5rem;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .product-features .product-features__list .feature {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0;
      padding-left: 0;
      box-sizing: border-box;
      padding: 1rem 0 1rem;
      margin: 0; }
      @media screen and (max-width: 63.9375em) {
        .product-features .product-features__list .feature {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0; } }
      .product-features .product-features__list .feature:nth-child(odd) {
        padding-right: 3rem; }
        @media screen and (max-width: 63.9375em) {
          .product-features .product-features__list .feature:nth-child(odd) {
            padding-right: 0; } }
      .product-features .product-features__list .feature:nth-child(even) {
        padding-left: 3rem; }
        @media screen and (max-width: 63.9375em) {
          .product-features .product-features__list .feature:nth-child(even) {
            padding-left: 0; } }
    .product-features .product-features__list .feature__icon {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .product-features .product-features__list .feature__icon img {
        height: 50px;
        width: auto;
        display: block;
        max-width: 100%; }
      .product-features .product-features__list .feature__icon svg {
        height: 30px;
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative; }
        .product-features .product-features__list .feature__icon svg * {
          stroke: #133648; }
    .product-features .product-features__list .feature__content {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-item-align: center;
          align-self: center;
      box-sizing: border-box;
      padding-left: 0.75rem; }
      .product-features .product-features__list .feature__content > div {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
      .product-features .product-features__list .feature__content p {
        font: 300 1rem/1.5 "Avant Garde", helvetica, arial, sans-serif; }
        .product-features .product-features__list .feature__content p:last-of-type {
          margin-bottom: 0; }

.reveal {
  font: 400 1.1rem/1.5rem Butler,helvetica,arial,sans-serif;
  color: #333; }
  .reveal.is-active p:not(.reveal__button) {
    display: block; }
  .reveal p:not(.reveal__button) {
    display: none; }
  .reveal a {
    color: #445B6A; }
  .reveal p:empty {
    display: none; }
  .reveal .reveal__button a i {
    margin-left: 0.25rem; }

.sidebar {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 47.9375em) {
    .sidebar {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      margin-top: 5rem; } }
  .sidebar .widget {
    display: block;
    clear: both;
    padding-bottom: 1rem; }
    .sidebar .widget:after {
      clear: both;
      display: table;
      content: ''; }
    .sidebar .widget:first-of-type .widget__title {
      margin-top: 0; }
    .sidebar .widget .widget__title {
      position: relative;
      padding: 0 0 0;
      margin: 1.75rem 0 1rem;
      color: #133648;
      font: 700 1.2rem/1.4 "Montserrat", helvetica, arial, sans-serif;
      text-transform: uppercase; }
    .sidebar .widget .social-link {
      margin-right: 0.6rem; }
    .sidebar .widget ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sidebar .widget ul li {
        margin: 0 0 0.5rem; }
    .sidebar .widget p,
    .sidebar .widget ul,
    .sidebar .widget li,
    .sidebar .widget a {
      font: 400 1rem/1 "Avant Garde", helvetica, arial, sans-serif;
      letter-spacing: 0;
      letter-spacing: 0.085rem; }
    .sidebar .widget .search-form {
      position: relative; }
      .sidebar .widget .search-form label {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; }
      .sidebar .widget .search-form input[type="search"] {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        box-sizing: border-box;
        padding-left: 1rem; }
        .sidebar .widget .search-form input[type="search"]:-moz-placeholder {
          /* Firefox 18- */ }
        .sidebar .widget .search-form input[type="search"]::-moz-placeholder {
          /* Firefox 19+ */ }
      .sidebar .widget .search-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0rem;
        bottom: 0;
        padding: 0 0.5rem;
        margin: 0; }
    .sidebar .widget .social-sharing li {
      display: inline-block;
      margin-right: 1rem; }
      .sidebar .widget .social-sharing li > a {
        font-size: 1.33rem; }

.similar-posts {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 2.5em auto 0;
  padding: 1.5em 0; }
  .similar-posts .similar-posts__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    font: 500 1rem "Montserrat", helvetica, arial, sans-serif;
    letter-spacing: 0.1em;
    margin: 1em 0 2.5em;
    padding-left: 2em; }
  .similar-posts .similar-post {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0; }
    .similar-posts .similar-post .inner {
      padding: 0 2em; }
    .similar-posts .similar-post .similar-post__image {
      display: block;
      width: 100%;
      min-height: 200px;
      background-color: #f2f2f2; }
      .similar-posts .similar-post .similar-post__image img {
        display: block;
        width: 100%;
        height: auto; }
    .similar-posts .similar-post .similar-post__title {
      text-transform: uppercase;
      font: 500 1rem "Montserrat", helvetica, arial, sans-serif;
      letter-spacing: 0.1em; }

.social-links li {
  list-style: none;
  display: inline-block;
  list-style: none;
  margin: 0 1rem 0 0; }
  .social-links li a {
    color: #445B6A; }

.image-content.stock-exchange {
  padding: 5rem 0;
  background: #133648;
  max-width: 100%; }
  .image-content.stock-exchange .image-content__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    -ms-flex-order: 0;
        order: 0; }
  .image-content.stock-exchange .image-content__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .image-content.stock-exchange .image-content__subtitle span {
      background: #133648; }
      .image-content.stock-exchange .image-content__subtitle span:before {
        top: calc( -70px - 0.5rem);
        left: 50%;
        width: 1px;
        height: 70px; }
  .image-content.stock-exchange .image-content__title {
    color: #FFFFFF; }
  .image-content.stock-exchange .image-content__image {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding-top: 2rem;
    margin: 2rem auto 0;
    width: 200px;
    height: auto;
    min-height: 150px;
    -ms-flex-order: 1;
        order: 1; }
    .image-content.stock-exchange .image-content__image:before {
      display: none; }
    .image-content.stock-exchange .image-content__image .image-content__background {
      background-size: contain; }
    .image-content.stock-exchange .image-content__image img {
      width: 200px;
      height: auto;
      display: block;
      min-height: 0; }

.stock-information {
  width: 100%;
  background: #133648;
  padding: 6.5rem 0;
  text-align: center; }
  .stock-information > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }

.subscribe {
  width: 100%;
  background: #133648;
  padding: 3rem 0 5rem;
  position: relative; }
  .subscribe.investment-subscription {
    padding: 8rem 0; }
  .subscribe .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: 0; }
  .subscribe.subscribe--widget {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    background: none; }
    @media screen and (max-width: 74.9375em) {
      .subscribe.subscribe--widget > .container {
        width: 100%; } }
    .subscribe.subscribe--widget .subscribe__title {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      color: #133648;
      text-align: left;
      font: 700 1.2rem/1.4 "Montserrat", helvetica, arial, sans-serif;
      margin: 0 0 1rem; }
      .subscribe.subscribe--widget .subscribe__title span {
        display: block;
        text-align: left;
        font: 400 0.9rem/1.2 "Avant Garde", helvetica, arial, sans-serif;
        letter-spacing: 0.05rem; }
    .subscribe.subscribe--widget .subscribe__form {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; }
      .subscribe__form p{
        color:white;
        text-align: center;
        font-size: 11pt;
        max-width:650px;
      }
      .subscribe.subscribe--widget .subscribe__form form {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .subscribe.subscribe--widget .subscribe__form form .field {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0;
          width: calc(100%);
          width: 100%;
          margin-top: 0; }
          .subscribe.subscribe--widget .subscribe__form form .field input[type="email"] {
            height: 50px;
            width: 100%;
            border: 1px solid #dedede;
            margin-bottom: 1.25rem; }
          @media screen and (max-width: 74.9375em) {
            .subscribe.subscribe--widget .subscribe__form form .field {
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              max-width: 100%;
              padding-right: 0;
              padding-left: 0;
              width: 100%; } }
        .subscribe.subscribe--widget .subscribe__form form .field.field--submit {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          padding-left: 0; }
          .subscribe.subscribe--widget .subscribe__form form .field.field--submit input[type="submit"] {
            display: block;
            width: fit-content;
            background: #133648;
            border-color: #133648;
            height: 50px;
            font: 700 0.85rem/1 "Montserrat", helvetica, arial, sans-serif;
            letter-spacing: 0.15rem;
            text-transform: uppercase; }
          @media screen and (max-width: 74.9375em) {
            .subscribe.subscribe--widget .subscribe__form form .field.field--submit {
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              max-width: 100%;
              padding-right: 0;
              padding-left: 0;
              width: 100%;
              margin-top: 0.5rem; }
              .subscribe.subscribe--widget .subscribe__form form .field.field--submit input[type="submit"] {
                width: 100%;
                display: block; } }
          @media screen and (max-width: 47.9375em) {
            .subscribe.subscribe--widget .subscribe__form form .field.field--submit {
              margin-top: 1rem; } }
        .subscribe.subscribe--widget .subscribe__form form input[type="text"],
        .subscribe.subscribe--widget .subscribe__form form input[type="email"] {
          background: #FFFFFF; }
          .subscribe.subscribe--widget .subscribe__form form input[type="text"]::-webkit-input-placeholder,
          .subscribe.subscribe--widget .subscribe__form form input[type="email"]::-webkit-input-placeholder {
            color: rgba(68, 91, 106, 0.5); }
          .subscribe.subscribe--widget .subscribe__form form input[type="text"]:-moz-placeholder,
          .subscribe.subscribe--widget .subscribe__form form input[type="email"]:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(68, 91, 106, 0.5); }
          .subscribe.subscribe--widget .subscribe__form form input[type="text"]::-moz-placeholder,
          .subscribe.subscribe--widget .subscribe__form form input[type="email"]::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(68, 91, 106, 0.5); }
          .subscribe.subscribe--widget .subscribe__form form input[type="text"]:-ms-input-placeholder,
          .subscribe.subscribe--widget .subscribe__form form input[type="email"]:-ms-input-placeholder {
            color: rgba(68, 91, 106, 0.5); }
  .subscribe > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    position: relative; }
  .subscribe .subscribe__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .subscribe .subscribe__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #FFFFFF; }
    .subscribe .subscribe__subtitle span {
      background: transparent; }
      .subscribe .subscribe__subtitle span:before {
        content: '';
        top: calc(-70px - 0.5rem);
        left: 50%;
        width: 1px;
        height: 70px; }
  .subscribe .subscribe__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #FFFFFF; }
  .subscribe .subscribe__form {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (max-width: 47.9375em) {
      .subscribe .subscribe__form {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
    .subscribe .subscribe__form form {
      max-width: 85rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      .subscribe .subscribe__form form .field {
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
        max-width: 80%;
        padding-right: 0;
        padding-left: 0;
        display: flex;
      margin-bottom:20px;}
        .subscribe .subscribe__form form .field .wpcf7-form-control-wrap{
          width:30%;
          margin-right: 3%;
        }
        span.wpcf7-not-valid-tip{
          margin-top:10px;
        }
        .subscribe .subscribe__form form input[type="submit"]{
          height: 46px;
        }
        .sidebar .subscribe .subscribe__form form .field{
        flex-wrap: wrap;
        }
          .sidebar .subscribe .subscribe__form form .field .wpcf7-form-control-wrap{
          width:100%;
          margin-right: 0;
          margin-top: 10px;
        }
          .sidebar .subscribe .subscribe__form form .field .wpcf7-form-control-wrap input{
            margin: 0;
                border: 1px solid #dedede;
          }
        .sidebar form p{
          color:#333;
          text-align: left;
          font-size: 9pt !important;
          line-height: 14pt !important;
        }
        @media screen and (max-width: 47.9375em) {
          .subscribe .subscribe__form form .field {
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0;
            padding-left: 0; }

            .subscribe .subscribe__form form .field{
            flex-wrap: wrap;
            }
            .subscribe .subscribe__form form .field .wpcf7-form-control-wrap{
              width:100%;
              margin-right: 0;
              margin-bottom: 10px;
            }

          }
        .subscribe .subscribe__form form .field.field--submit {
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
          max-width: 16.66667%;
          padding-right: 0;
          padding-left: 0; }
          @media screen and (max-width: 47.9375em) {
            .subscribe .subscribe__form form .field.field--submit {
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
              max-width: 100%;
              padding-right: 0;
              padding-left: 0; }
              .subscribe .subscribe__form form .field.field--submit input[type="submit"] {
                width: 100%; } }
.mtphr-dnt-867{
  min-height:40px;
  position: relative;
      padding: 14px 10%;
      z-index: 900;
background: #222E35;
width: 100%;
}
.mtphr-dnt-wrapper{
}
.mtphr-dnt-inline-title{
  margin-top: 0;
font-size: 12pt;
font-weight: 800;
}
.mtphr-dnt-tick-contents{
  text-align: center;
}
.mtphr-dnt-tick-contents a{
  color:#bbb !important;
  font-size: 10pt;
}
.mtphr-dnt-tick-contents a strong{
    color:#bbb !important;
}
.mtphr-dnt-nav i {
    font-size: 20px;
    margin-top: 3px;}
.header {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  /*margin-top: 40px; padding for news ticker*/
  margin-left: auto;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background: #143345;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 47.9375em) {
  .header {
    margin-top: 0;
    /*So the menu is absolute top*/
  }
}
  .header  .header__stock {
    position: absolute;
    width: 100%;
    top:0;
    right:69px;
    /*padding: 0.4rem 0;
    background: #0e2734;*/
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font: 300 0.85rem/1 "Avant Garde", helvetica, arial, sans-serif;
    /*display: none;*/ }
  .header  .header__stock > .container{
    justify-content:flex-end;
    -webkit-justify-content:flex-end;
    max-width: 100%;
    width: 100%;
    }
  
    @media screen and (max-width: 47.9375em) {
      .header  .header__stock {
        position: relative;
        right: 0;
        padding-bottom: 1rem;
        margin: 0 auto;
      }
      .header  .header__stock > .container{
        justify-content:center;
        -webkit-justify-content:center;
      }
    }  

  .header .header__top {
    width: 100%;
    padding: 0.75rem 0; }
    .header .header__top > .container {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .header .header__bottom {
    width: 100%;
    padding: 1rem 0;
    position: relative;
  }  
    @media screen and (max-width: 47.9375em) {
      .header .header__bottom {
      padding: 0 0 1rem;
    }
  }
    .header .header__bottom > .container {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      position: relative; }
    .header .header__bottom .menu {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
      max-width: 70%;
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      box-sizing: border-box; }
      .header .header__bottom .menu .main-nav {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        @media screen and (max-width: 74.9375em) {
          .header .header__bottom .menu .main-nav {
            max-height: 0; } }
    .header .header__bottom .menu-item > a {
      color: white; }
      .header .header__bottom .menu-item > a:hover {
        opacity: 0.7; }
  .header .logo {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
    padding-left: 0; }
    .header .logo a:focus, .header .logo a:active {
      outline: none;
      outline: 0; }
    .header .logo img {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      display: block;
      width: 100%;
      max-width: 180px;
      height: auto;
      margin: 0;
      transition: all 0.5s ease; }
  .header .menu {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .header .menu .main-nav {
      display: block;
      clear: both;
      padding: 0;
      margin: 0;
      text-align: right; }
      .header .menu .main-nav .menu-item {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        position: relative;
        display: inline-block;
        margin: 0 0.5em;
        padding: 5px 0;
        text-align: right;
        transition: all 0.33s ease; }
        .header .menu .main-nav .menu-item a {
          display: block;
          font: 600 0.825rem/1.5 "Montserrat", helvetica, arial, sans-serif;
          padding: 0 0.25em;
          letter-spacing: 0.05rem;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          transition: all 0.2s ease; }
        .header .menu .main-nav .menu-item.menu-item-has-children {
          transition: 0.5s ease;
          padding-right: 15px; }
          .header .menu .main-nav .menu-item.menu-item-has-children > a:after {
            content: '\f107';
            font-family: 'FontAwesome';
            color: #ffffff;
            position: absolute;
            top: 5px;
            right: 0; }
          .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu {
            display: none;
            position: absolute;
            top: 1.25rem;
            left: -1em;
            background: transparent;
            text-align: left;
            padding: 1rem 0 0 0;
            width: auto;
            min-width: 175px;
            opacity: 0;
            z-index: 1001;
            transition: all 0.5s ease 0.1s; }
            .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu:hover {
              opacity: 1;
              display: block; }
            .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li {
              border-bottom: 1px solid #f0f0f0;
              border-left: 1px solid #f0f0f0;
              border-right: 1px solid #f0f0f0;
              margin: 0;
              background: white;
              width: auto;
              display: block;
              text-align: left;
              cursor: pointer; }
              .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li:first-child {
                border-radius: 3px 3px 0 0;
                border-top: 1px solid #f0f0f0; }
              .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li:last-child {
                border-radius: 0 0 3px 3px;
                border-bottom: 1px solid #f0f0f0; }
              .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li:hover {
                background: #f7f7f7;
                -ms-transform: none;
                    transform: none; }
              .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li a {
                color: #333333;
                padding: 0.75em 4em 0.75em 1em;
                display: block;
                white-space: nowrap;
                cursor: pointer;
                letter-spacing: 0.15em; }
                .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li a:after, .header .menu .main-nav .menu-item.menu-item-has-children .sub-menu li a:before {
                  display: none; }
          .header .menu .main-nav .menu-item.menu-item-has-children:hover {
            opacity: 1; }
            .header .menu .main-nav .menu-item.menu-item-has-children:hover .sub-menu {
              display: block !important;
              opacity: 1; }
              .header .menu .main-nav .menu-item.menu-item-has-children:hover .sub-menu:hover {
                display: block;
                opacity: 1; }

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9; }
  @media screen and (max-width: 47.9375em) {
    .header.sticky {
      padding: 0.6em 0; } }
  .header.sticky .logo {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 0;
    padding-left: 0; }
    .header.sticky .logo a {
      color: white; }
      .header.sticky .logo a img {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        display: block;
        width: 100%;
        max-width: 100px;
        height: auto;
        margin: 0.35em auto; }
  .header.sticky .menu {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .header.sticky .menu.menu--left {
      float: left; }
      .header.sticky .menu.menu--left .main-nav {
        text-align: left; }
    .header.sticky .menu.menu--right {
      float: right; }
      .header.sticky .menu.menu--right .main-nav {
        text-align: right; }
    .header.sticky .menu .main-nav {
      display: block;
      clear: both;
      padding: 0;
      margin: 0; }
      .header.sticky .menu .main-nav li {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        position: relative;
        display: inline-block;
        margin: 0 0.5em;
        padding: 5px 0;
        text-align: right;
        transition: all 0.2s ease 0.1s; }
        .header.sticky .menu .main-nav li a {
          color: #333333;
          display: block;
          font-family: "Avant Garde", helvetica, arial, sans-serif;
          font-weight: 400;
          font-size: 0.75em;
          letter-spacing: 0.1em;
          padding: 0 0.25em;
          text-transform: uppercase;
          transition: all 0.2s ease; }
          .header.sticky .menu .main-nav li a:after {
            content: '';
            display: block;
            background: #333333;
            width: 0%;
            height: 2px;
            bottom: 0px;
            left: 50%;
            margin-left: 50%;
            transition: all 0.25s ease; }
          .header.sticky .menu .main-nav li a:hover:after {
            width: 100%;
            left: 0%;
            margin-left: 0%;
            right: 0%; }
        .header.sticky .menu .main-nav li.menu-item-has-children {
          transition: 0.5s ease;
          padding-right: 15px; }
          .header.sticky .menu .main-nav li.menu-item-has-children:after {
            content: '\f107';
            font-family: 'FontAwesome';
            color: #333333;
            position: absolute;
            top: 5px;
            right: 0; }
          .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu {
            display: none;
            position: absolute;
            top: 0;
            left: -1em;
            background: transparent;
            text-align: left;
            padding: 30px 0 0;
            width: auto;
            min-width: 175px;
            opacity: 0;
            z-index: 1001;
            transition: all 0.5s ease 0.1s; }
            .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu:hover {
              opacity: 1;
              display: block; }
            .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li {
              border-bottom: 1px solid #f0f0f0;
              border-left: 1px solid #f0f0f0;
              border-right: 1px solid #f0f0f0;
              margin: 0;
              background: white;
              width: auto;
              display: block;
              text-align: left;
              cursor: pointer; }
              .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:first-child {
                border-radius: 3px 3px 0 0;
                border-top: 1px solid #f0f0f0; }
              .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:last-child {
                border-radius: 0 0 3px 3px;
                border-bottom: 1px solid #f0f0f0; }
              .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li:hover {
                background: #f7f7f7;
                -ms-transform: none;
                    transform: none; }
              .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a {
                color: #333333;
                padding: 0.75em 4em 0.75em 1em;
                display: block;
                white-space: nowrap;
                cursor: pointer;
                letter-spacing: 0.15em; }
                .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a:after, .header.sticky .menu .main-nav li.menu-item-has-children .sub-menu li a:before {
                  display: none; }
          .header.sticky .menu .main-nav li.menu-item-has-children:hover {
            opacity: 1; }
            .header.sticky .menu .main-nav li.menu-item-has-children:hover .sub-menu {
              display: block !important;
              opacity: 1; }
              .header.sticky .menu .main-nav li.menu-item-has-children:hover .sub-menu:hover {
                display: block;
                opacity: 1; }
        .header.sticky .menu .main-nav li:last-child {
          margin-right: 0; }
        .header.sticky .menu .main-nav li.current-menu-parent:not(.btn) a:after, .header.sticky .menu .main-nav li.current-menu-parent:not(.brv-cart-item) a:after, .header.sticky .menu .main-nav li.current-page-ancestor:not(.btn) a:after, .header.sticky .menu .main-nav li.current-page-ancestor:not(.brv-cart-item) a:after {
          content: '';
          position: absolute;
          background: #333333;
          width: 96%;
          height: 2px;
          left: 2%;
          bottom: -5px;
          transition: all 0.25s ease; }
        .header.sticky .menu .main-nav li.current-menu-parent .sub-menu .current_page_item a:after, .header.sticky .menu .main-nav li.current-menu-parent .sub-menu .current_page_item a:before, .header.sticky .menu .main-nav li.current-page-ancestor .sub-menu .current_page_item a:after, .header.sticky .menu .main-nav li.current-page-ancestor .sub-menu .current_page_item a:before {
          display: none; }
        .header.sticky .menu .main-nav li.current-menu-item a:after {
          content: 'T';
          display: block;
          background: #333333;
          width: 20px;
          margin-left: -10px;
          left: 50% !important; }
@media screen and (min-width: 74.9375em) {
          .header li.current-menu-item a:after {
            content: '◀';
            display: block;
            position: absolute;
            transform: rotate(270deg);
            width: 15px;
          left: calc(50% - 8px);
          }
        }
        .header.sticky .menu .main-nav li.current-menu-item:hover a:after {
          width: 30px !important;
          margin-left: -15px;
          left: 50% !important; }
      .header.sticky .menu .main-nav li.btn a:hover:before, .header.sticky .menu .main-nav li.btn a:hover:after {
        display: none; }
      .header.sticky .menu .main-nav li:not(.btn) a:after,
      .header.sticky .menu .main-nav li:not(.current-menu-item) a:after,
      .header.sticky .menu .main-nav li:not(.current-page-ancestor) a:after,
      .header.sticky .menu .main-nav li:not(.menu-item-has-children) a:after {
        content: '';
        position: absolute;
        background: #333333;
        left: 0%;
        bottom: 0px; }
      .header.sticky .menu .main-nav li:not(.btn) a:hover:after,
      .header.sticky .menu .main-nav li:not(.current-menu-item) a:hover:after,
      .header.sticky .menu .main-nav li:not(.current-page-ancestor) a:hover:after,
      .header.sticky .menu .main-nav li:not(.menu-item-has-children) a:hover:after {
        width: 92%;
        left: 4%; }

.header {
  /*
	*
	*	Styles for the Menu Icon
	*
	*/
  /*
	*
	*	Styles when the mobile menu is activated
	*
	*/ }
  @media screen and (max-width: 74.9375em) {
    .header .menu {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-item-align: center;
          align-self: center;
      height: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      opacity: 0;
      visibility: hidden;
      z-index: -1; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(1) {
      transition-delay: 0.075s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(2) {
      transition-delay: 0.15s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(3) {
      transition-delay: 0.225s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(4) {
      transition-delay: 0.3s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(5) {
      transition-delay: 0.375s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(6) {
      transition-delay: 0.45s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(7) {
      transition-delay: 0.525s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(8) {
      transition-delay: 0.6s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(9) {
      transition-delay: 0.675s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(10) {
      transition-delay: 0.75s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(11) {
      transition-delay: 0.825s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(12) {
      transition-delay: 0.9s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(13) {
      transition-delay: 0.975s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item:nth-child(14) {
      transition-delay: 1.05s; } }
  @media screen and (max-width: 74.9375em) {
    .header .menu .main-nav .menu-item {
      clear: both;
      text-align: center;
      padding: 0.5em 0;
      opacity: 0;
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
      transition: all 0.75s ease;
      display: block;
      position: relative; } }
  .header .menu-icon {
    width: 40px;
    height: 25px;
    border: none;
    background: transparent;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    cursor: pointer;
    padding: 0;
    display: none;
    float: right;
    cursor: pointer;
    transition: all 0.5s ease;
    color: white; }
    @media screen and (max-width: 74.9375em) {
      .header .menu-icon {
        display: block; } }
    @media screen and (max-width: 47.9375em) {
      .header .menu-icon {
        top: 1rem;
        right: 0; } }
    .header .menu-icon:focus, .header .menu-icon:active {
      outline: none; }
    .header .menu-icon:after, .header .menu-icon:before,
    .header .menu-icon span {
      width: 100%;
      height: 4px;
      border-radius: 100px;
      position: absolute;
      display: block;
      background: white;
      border-radius: 20px; }
    .header .menu-icon:after, .header .menu-icon:before {
      content: '';
      transition: 0.3s width 0.4s; }
    .header .menu-icon:after {
      top: 0px;
      left: 0px;
      margin-top: 0px; }
    .header .menu-icon:before {
      bottom: 0px;
      right: 0px;
      margin-bottom: 0px; }
    .header .menu-icon span {
      top: 50%;
      margin-top: -2px;
      transition: transform 0.3s; }
      .header .menu-icon span:before {
        content: '';
        background: white;
        width: 100%;
        height: 4px;
        border-radius: 100px;
        position: absolute;
        left: 0;
        transition: transform 0.3s;
        border-radius: 20px; }
    .header .menu-icon.is-active:after {
      transition: all 0.2s;
      width: 0%;
      left: 0px; }
    .header .menu-icon.is-active:before {
      transition: all 0.2s;
      width: 0%;
      right: 0px; }
    .header .menu-icon.is-active span {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      transition: 0.3s transform 0.4s; }
      .header .menu-icon.is-active span:before {
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        transition: 0.3s transform 0.4s; }
  .header.mobile-active {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.975);
    animation-name: menuFade;
    animation-duration: 0.5s;
    animation-timing-function: ease; }
    .header.mobile-active .menu-icon.is-active {
      color: #445B6A; }
      .header.mobile-active .menu-icon.is-active:after, .header.mobile-active .menu-icon.is-active:before,
      .header.mobile-active .menu-icon.is-active span {
        background: #445B6A; }
      .header.mobile-active .menu-icon.is-active span:before {
        background: #445B6A; }
    .header.mobile-active .notifications-bar {
      display: none; }
    .header.mobile-active > .header__bottom > .container {
      height: 100%;
      padding: 0; }
    .header.mobile-active .logo {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-right: 0;
      padding-left: 0; }
    .header.mobile-active .menu {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      -ms-transform: translateY(-120px);
          transform: translateY(-120px); }
      @media screen and (max-width: 47.9375em) {
        .header.mobile-active .menu {
          -ms-transform: translateY(-52px);
              transform: translateY(-52px); } }
      .header.mobile-active .menu .main-nav {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 9;
        max-height: 100vh; }
        .header.mobile-active .menu .main-nav .menu-item {
          opacity: 1;
          -ms-transform: translateY(0);
              transform: translateY(0); }
          .header.mobile-active .menu .main-nav .menu-item a {
            color: #445B6A;
            font: 400 1.75rem/1.75 "Avant Garde", helvetica, arial, sans-serif; }
            @media screen and (max-width: 74.9375em) {
              .header.mobile-active .menu .main-nav .menu-item a {
                font-size: 1.75rem; } }
            .header.mobile-active .menu .main-nav .menu-item a:hover {
              -ms-transform: none;
                  transform: none;
              opacity: 0.8; }
          .header.mobile-active .menu .main-nav .menu-item:hover {
            -ms-transform: none;
                transform: none; }
            .header.mobile-active .menu .main-nav .menu-item:hover a {
              -ms-transform: none;
                  transform: none; }
          .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children:before {
            display: none; }
          .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu {
            position: relative;
            box-shadow: none;
            opacity: 1;
            background: transparent;
            margin-top: 0.5em;
            top: 0;
            left: 0;
            display: none; }
            .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu.sub-menu--is-open {
              display: block; }
            .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu:hover {
              box-shadow: none; }
            .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu li {
              border-bottom: 0;
              padding: 0.25em 0;
              text-align: center; }
              .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu li:hover {
                background: transparent; }
              .header.mobile-active .menu .main-nav .menu-item.menu-item-has-children .sub-menu li a {
                color:  #445B6A;;
                font-size: 1.3rem;
                padding: 0; }
          .header.mobile-active .menu .main-nav .menu-item.current-menu-item a {
            display: inline-block;
            padding: 2px 5px 0; }
          .header.mobile-active .menu .main-nav .menu-item.current-menu-item .sub-menu li {
            background: transparent; }
            .header.mobile-active .menu .main-nav .menu-item.current-menu-item .sub-menu li a {
              color:  #445B6A;;
              background: transparent; }
          .header.mobile-active .menu .main-nav .menu-item.current-page-ancestor a {
            color:  #445B6A;; }
          .header.mobile-active .menu .main-nav .menu-item.current-page-ancestor .sub-menu li.current-menu-item {
            background: transparent;
            display: block; }
            .header.mobile-active .menu .main-nav .menu-item.current-page-ancestor .sub-menu li.current-menu-item a {
              display: inline-block;
              padding: 0 0.25em;
              color:  #445B6A; }

.header.shrink .logo a img {
  max-width: 100px;
  margin: 0.65em auto; }

footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 100%;
  padding: 5rem 0 0;
  background: #222e35;
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    footer {
      padding: 3rem 0; } }
  footer .footer-column {
    box-sizing: border-box; }
  footer.footer--columns-1 .footer-column {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0; }
  footer.footer--columns-2 .footer-column {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0; }
    @media screen and (max-width: 47.9375em) {
      footer.footer--columns-2 .footer-column {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0; } }
  footer.footer--columns-3 .footer-column {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    padding: 0 2rem; }
    @media screen and (max-width: 90em) {
      footer.footer--columns-3 .footer-column {
      padding: 0 .5rem;
    }
  }
    @media screen and (max-width: 47.9375em) {
      footer.footer--columns-3 .footer-column {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;

        text-align: center; } }
  footer.footer--columns-4 .footer-column {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0; }

.footer > .container--top {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: calc(100% - 8rem);
  width: 100%;
  padding: 0 0 3rem; }

.footer > .container--bottom {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1.5rem 0; }
  .footer > .container--bottom p {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    font: 300 0.8rem/1 "Avant Garde", helvetica, arial, sans-serif;
    color: #FFFFFF;
    letter-spacing: 0.05rem; }

@media screen and (max-width: 47.9375em) {
  .footer .widget {
    margin-bottom: 3rem; } }

.footer .widget__title {
  color: #FFFFFF;
  font: 700 0.9rem/1.5 "Montserrat", helvetica, arial, sans-serif;
  letter-spacing: 0.095rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

.footer .widget {
  color: rgba(255, 255, 255, 0.6);
  font: 300 0.95rem/1.5 "Avant Garde", helvetica, arial, sans-serif; }
  .footer .widget .button--arrow-naked, .footer .widget .image-content .image-content__button > a, .image-content .footer .widget .image-content__button > a, .footer .widget .news-updates .news-updates__button a, .news-updates .news-updates__button .footer .widget a, .footer .widget .news-updates .news-post__button a, .news-updates .news-post__button .footer .widget a, .footer .widget body.index .post .post__button a, body.index .post .post__button .footer .widget a, .footer .widget
  body.template-news .post .post__button a,
  body.template-news .post .post__button .footer .widget a, .footer .widget
  body.search .post .post__button a,
  body.search .post .post__button .footer .widget a, .footer .widget
  body.archive .post .post__button a,
  body.archive .post .post__button .footer .widget a {
    margin-top: 1rem;
    color: #FFFFFF;
    font-size: 1rem; }

.footer .menu {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  list-style: none;
  padding-left: 0rem;
  padding-top: 0;
  margin-top: -0.25rem; }
  .footer .menu .menu-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 0;
    padding: 0.25rem 0; }
    .footer .menu .menu-item a {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      color: #FFFFFF;
      font: 400 1.1rem/1.5 "Avant Garde", helvetica, arial, sans-serif; }

.footer .social-links {
  padding: 0; }
  .footer .social-links .social-link a {
    color: #FFFFFF;
    transition: all 0.25s ease; }
    .footer .social-links .social-link a:hover {
      opacity: 0.7; }

.footer .subscribe.subscribe--widget {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding: 0;
  background: none; }
  @media screen and (max-width: 74.9375em) {
    .footer .subscribe.subscribe--widget > .container {
      width: 100%; } }
  .footer .subscribe.subscribe--widget .subscribe__title {
    color: #ffffff;
    text-align: left;
    display: none; }
  .footer .subscribe.subscribe--widget .subscribe__form {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .footer .subscribe.subscribe--widget .subscribe__form form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .footer .subscribe.subscribe--widget .subscribe__form form .field {
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-right: 0;
        padding-left: 0;
        width: calc(100% - 120px);
        margin-top: 0; }
        .footer .subscribe.subscribe--widget .subscribe__form form .field input[type="email"] {
          height: 50px; }
        @media screen and (max-width: 74.9375em) {
          .footer .subscribe.subscribe--widget .subscribe__form form .field {
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0;
            padding-left: 0;
            width: 100%; } }
      .footer .subscribe.subscribe--widget .subscribe__form form .field.field--submit {
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: 0;
        padding-left: 0;
        width: 120px;
        min-width: 120px; }
        .footer .subscribe.subscribe--widget .subscribe__form form .field.field--submit input[type="submit"] {
          background: #133648;
          border-color: #133648;
          height: 50px; }
        @media screen and (max-width: 74.9375em) {
          .footer .subscribe.subscribe--widget .subscribe__form form .field.field--submit {
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0;
            padding-left: 0;
            width: 100%;
            margin-top: 0.5rem; }
            .footer .subscribe.subscribe--widget .subscribe__form form .field.field--submit input[type="submit"] {
              width: 100%;
              display: block; } }
        @media screen and (max-width: 47.9375em) {
          .footer .subscribe.subscribe--widget .subscribe__form form .field.field--submit {
            margin-top: 1rem; } }
      .footer .subscribe.subscribe--widget .subscribe__form form input[type="text"],
      .footer .subscribe.subscribe--widget .subscribe__form form input[type="email"] {
        background: #FFFFFF; }
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="text"]::-webkit-input-placeholder,
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="email"]::-webkit-input-placeholder {
          color: rgba(68, 91, 106, 0.5); }
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="text"]:-moz-placeholder,
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="email"]:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(68, 91, 106, 0.5); }
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="text"]::-moz-placeholder,
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="email"]::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(68, 91, 106, 0.5); }
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="text"]:-ms-input-placeholder,
        .footer .subscribe.subscribe--widget .subscribe__form form input[type="email"]:-ms-input-placeholder {
          color: rgba(68, 91, 106, 0.5); }

          p.news-intro{
            text-align: center;
            font-weight: 400 !important;
            font-style: italic !important;
            color:#143345 !important;
          }
.in-the-news {
  width: 100%; }
  .in-the-news > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .in-the-news .page-content {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto; }
  .in-the-news .press-releases {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0; }

.press-releases {
  padding: 0; }

.blog .featured-posts,
.blog .press-releases,
.in-the-news .featured-posts,
.in-the-news .press-releases {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }

.blog .featured-post,
.in-the-news .featured-post {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;

  margin-bottom: 1rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem; }
  @media screen and (max-width: 63.9375em) {
    .blog .featured-post,
    .in-the-news .featured-post {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      margin-left: 0;
      margin-right: 0; } }
  .blog .featured-post:nth-of-type(3n-2),
  .in-the-news .featured-post:nth-of-type(3n-2) {
    margin-left: 0; }
  .blog .featured-post:nth-of-type(3n),
  .in-the-news .featured-post:nth-of-type(3n) {
    margin-right: 0; }
  .blog .featured-post .featured-post__top,
  .in-the-news .featured-post .featured-post__top {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 200px;
    position: relative; }
    .blog .featured-post .featured-post__top .background,
    .in-the-news .featured-post .featured-post__top .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      /* START special overide for one post*/
        .blog #post-3841 .featured-post__top .background{
          background-position: 50% 0%;}
      /* END special overide for one post*/
  .blog .featured-post .featured-post__category,
  .in-the-news .featured-post .featured-post__category {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    background: #133648;
    color: #FFFFFF;
    padding: 0.5rem 1rem 0.5rem;
    font: 600 0.7rem/1 "Montserrat", helvetica, arial, sans-serif;
    letter-spacing: 0.075rem;
    text-transform: uppercase; }
  .blog .featured-post .featured-post__bottom,
  .in-the-news .featured-post .featured-post__bottom {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .blog .featured-post .featured-post__title,
  .in-the-news .featured-post .featured-post__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 500 1.05rem/1.4 "Montserrat", helvetica, arial, sans-serif;
    margin: 1rem 0 1.1rem; }
  .blog .featured-post .featured-post__preview,
  .in-the-news .featured-post .featured-post__preview {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .blog .featured-post .featured-post__preview p,
    .in-the-news .featured-post .featured-post__preview p {
      font: 400 0.9rem/1.6 "Avant Garde", helvetica, arial, sans-serif;
      color: #333; }
  .blog .featured-post .featured-post__link,
  .in-the-news .featured-post .featured-post__link {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem; }
    .blog .featured-post .featured-post__link a,
    .in-the-news .featured-post .featured-post__link a {
      text-transform: uppercase;
      font: 600 0.9rem/1.2 "Montserrat", helvetica, arial, sans-serif; }

.blog .recent-posts,
.in-the-news .recent-posts {
  padding: 0.5rem 0; }

.blog .recent-post,
.in-the-news .recent-post {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-left: calc((100% / 12) * 0.175);
  margin-right: calc((100% / 12) * 0.175);
  margin-bottom: 2rem;
  padding-bottom: 2.25rem; }
  .blog .recent-post:nth-of-type(3n-2),
  .in-the-news .recent-post:nth-of-type(3n-2) {
    margin-left: 0; }
  .blog .recent-post:nth-of-type(3n),
  .in-the-news .recent-post:nth-of-type(3n) {
    margin-right: 0; }
  .blog .recent-post .recent-post__top,
  .in-the-news .recent-post .recent-post__top {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
    position: relative; }
    .blog .recent-post .recent-post__top img,
    .in-the-news .recent-post .recent-post__top img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%; }
    .blog .recent-post .recent-post__top .background,
    .in-the-news .recent-post .recent-post__top .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .blog .recent-post .recent-post__category,
  .in-the-news .recent-post .recent-post__category {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background: #133648;
    color: #FFFFFF;
    padding: 0.75rem 1rem;
    font: 600 0.7rem/1 "Montserrat", helvetica, arial, sans-serif;
    letter-spacing: 0.075rem;
    text-transform: uppercase; }
  .blog .recent-post .recent-post__bottom,
  .in-the-news .recent-post .recent-post__bottom {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .blog .recent-post .recent-post__title,
  .in-the-news .recent-post .recent-post__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    font: 500 1.05rem/1.4 "Montserrat", helvetica, arial, sans-serif;
    margin: 1rem 0 1.1rem; }
  .blog .recent-post .recent-post__date,
  .in-the-news .recent-post .recent-post__date {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0.25rem 0 1rem;
    color: #333;
    font: 400 1rem/1.5 "Montserrat", helvetica, arial, sans-serif; }
  .blog .recent-post .recent-post__preview,
  .in-the-news .recent-post .recent-post__preview {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .blog .recent-post .recent-post__preview p,
    .in-the-news .recent-post .recent-post__preview p {
      font: 400 1rem/1.6 "Avant Garde", helvetica, arial, sans-serif;
      color: #333; }
  .blog .recent-post .recent-post__link,
  .in-the-news .recent-post .recent-post__link {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    margin-bottom: 1.33rem; }
    .blog .recent-post .recent-post__link a,
    .in-the-news .recent-post .recent-post__link a {
      background: #133648;
      text-transform: uppercase;
      font: 600 0.8rem/1.2 "Montserrat", helvetica, arial, sans-serif;
      border: 0;
      padding-left: 3rem;
      padding-right: 3rem; }
  .blog .recent-post .recent-post__share,
  .in-the-news .recent-post .recent-post__share {
    display: inline-block;
    border: 1px solid #f2f2f2;
    list-style: none;
    padding: 0 1rem; }
    .blog .recent-post .recent-post__share li,
    .in-the-news .recent-post .recent-post__share li {
      display: inline-block;
      padding: 1rem 0.66rem; }
      .blog .recent-post .recent-post__share li a,
      .in-the-news .recent-post .recent-post__share li a {
        color: #888;
        transition: all 0.25s ease; }
        .blog .recent-post .recent-post__share li a:hover,
        .in-the-news .recent-post .recent-post__share li a:hover {
          color: #133648; }

body.index > .container,
body.template-news > .container,
body.search > .container,
body.archive > .container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

body.index .page-wrap > .container,
body.template-news .page-wrap > .container,
body.search .page-wrap > .container,
body.archive .page-wrap > .container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 5rem 0; }
  @media screen and (max-width: 47.9375em) {
    body.index .page-wrap > .container,
    body.template-news .page-wrap > .container,
    body.search .page-wrap > .container,
    body.archive .page-wrap > .container {
      padding: 3rem 0; } }

body.index .page-content,
body.template-news .page-content,
body.search .page-content,
body.archive .page-content {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  padding: 0 5rem 0 0; }
  @media screen and (max-width: 63.9375em) {
    body.index .page-content,
    body.template-news .page-content,
    body.search .page-content,
    body.archive .page-content {
      padding: 0 2rem 0 0; } }
  @media screen and (max-width: 47.9375em) {
    body.index .page-content,
    body.template-news .page-content,
    body.search .page-content,
    body.archive .page-content {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }

body.search .page-header,
body.single-post .page-header {
  background: #133648; }
  body.search .page-header .page-header__content,
  body.single-post .page-header .page-header__content {
    display: block; }

body.search .page-header__title,
body.single-post .page-header__title {
  color: #FFFFFF; }

body.search .page-header__overlay,
body.single-post .page-header__overlay {
  opacity: 0.1; }

body.index .page-content,
body.template-news .page-content,
body.search .page-content,
body.archive .page-content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

body.index .post,
body.template-news .post,
body.search .post,
body.archive .post {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 0 3rem;
  box-sizing: border-box;
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: all 0.65s ease; }
  body.index .post.is-hidden,
  body.template-news .post.is-hidden,
  body.search .post.is-hidden,
  body.archive .post.is-hidden {
    -ms-transform: translateY(1.5rem);
        transform: translateY(1.5rem);
    opacity: 0; }
  @media screen and (max-width: 63.9375em) {
    body.index .post,
    body.template-news .post,
    body.search .post,
    body.archive .post {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  body.index .post:nth-child(odd),
  body.template-news .post:nth-child(odd),
  body.search .post:nth-child(odd),
  body.archive .post:nth-child(odd) {
    padding-right: 2rem; }
    @media screen and (max-width: 63.9375em) {
      body.index .post:nth-child(odd),
      body.template-news .post:nth-child(odd),
      body.search .post:nth-child(odd),
      body.archive .post:nth-child(odd) {
        padding-right: 0; } }
  body.index .post:nth-child(even),
  body.template-news .post:nth-child(even),
  body.search .post:nth-child(even),
  body.archive .post:nth-child(even) {
    padding-left: 2rem; }
    @media screen and (max-width: 63.9375em) {
      body.index .post:nth-child(even),
      body.template-news .post:nth-child(even),
      body.search .post:nth-child(even),
      body.archive .post:nth-child(even) {
        padding-left: 0; } }
  body.index .post .post__top,
  body.template-news .post .post__top,
  body.search .post .post__top,
  body.archive .post .post__top {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  body.index .post .post__bottom,
  body.template-news .post .post__bottom,
  body.search .post .post__bottom,
  body.archive .post .post__bottom {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 1.75rem 2rem;
    border: 1px solid #f2f2f2; }
  body.index .post .post__title,
  body.template-news .post .post__title,
  body.search .post .post__title,
  body.archive .post .post__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #133648;
    font: 400 1.25rem/1.5 "Montserrat", helvetica, arial, sans-serif;
    margin-top: 2rem; }
    body.index .post .post__title a,
    body.template-news .post .post__title a,
    body.search .post .post__title a,
    body.archive .post .post__title a {
      color: #133648; }
  body.index .post .post__date,
  body.template-news .post .post__date,
  body.search .post .post__date,
  body.archive .post .post__date {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2.5rem;
    text-align: right;
    font: 300 1.25rem/1.5 "Montserrat", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.075rem; }
  body.index .post .post__content,
  body.template-news .post .post__content,
  body.search .post .post__content,
  body.archive .post .post__content {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    body.index .post .post__content p,
    body.template-news .post .post__content p,
    body.search .post .post__content p,
    body.archive .post .post__content p {
      font-size: 1rem;
      color: #767676; }
  body.index .post .post__button,
  body.template-news .post .post__button,
  body.search .post .post__button,
  body.archive .post .post__button {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    body.index .post .post__button a,
    body.template-news .post .post__button a,
    body.search .post .post__button a,
    body.archive .post .post__button a {
      font-size: 1rem; }
  body.index .post .post__image,
  body.template-news .post .post__image,
  body.search .post .post__image,
  body.archive .post .post__image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    body.index .post .post__image img,
    body.template-news .post .post__image img,
    body.search .post .post__image img,
    body.archive .post .post__image img {
      width: 100%;
      height: auto;
      display: block; }
  body.index .post .post__read-more,
  body.template-news .post .post__read-more,
  body.search .post .post__read-more,
  body.archive .post .post__read-more {
    color: black;
    transition: 0.2s ease; }
    body.index .post .post__read-more:hover,
    body.template-news .post .post__read-more:hover,
    body.search .post .post__read-more:hover,
    body.archive .post .post__read-more:hover {
      opacity: 0.5; }

body.search .post {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }

body.search .page-content .post {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0 0 2rem; }

body.search .page-content .post__title {
  margin: 0 0; }

.page .page-wrap {
  padding-top: 7rem; }
  .page .page-wrap.financial-reports{
      padding-top: 10rem;
  }
  @media screen and (max-width: 63.9375em) {
    .page .page-wrap {
      padding-top: 7rem; } }
  @media screen and (max-width: 47.9375em) {
    .page .page-wrap {
      /*padding-top: 4rem;*/
      padding-top:8rem; } }
  @media screen and (max-width: 20em) {
    .page .page-wrap {
      padding-top: 3.5rem; } }

.page .page-title {
  width: 100%;
  padding: 1.5rem 0 1.5rem;
  border-bottom: 1px solid #F7F7F7; }
  .page .page-title > .container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .page .page-title .page-header__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    color: #133648;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0; }
    @media screen and (max-width: 47.9375em) {
      .page .page-title .page-header__title {
        line-height: 1.15;
        font-size: 1.95rem; } }
  .page .page-title .page-header__subtitle {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin: 0.5em auto 0;
    position: relative;
    color: #133648;
    z-index: 10;
    -webkit-font-smoothing: antialiased; }

body.page-market .page-title + .icon-grid .dots {
  display: none; }

.page-content {
  padding: 3.5rem 0; }

.page-404 .page-wrap > .container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  min-height: 90vh; }

.page-404 .page-content {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  box-sizing: border-box;
  display: block;
  text-align: center; }

.page-404 .title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #445B6A;
  text-align: center;
  margin: 0; }

.page-404 p {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

body.template-news .container.in-the-news {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%; }
  @media screen and (max-width: 74.9375em) {
    body.template-news .container.in-the-news {
      width: calc(100% - 5rem); } }


.container.videos .category-videos img{
  width:100%;
  height:auto;
}
.container.videos .sidebar {
    padding: 3.5rem 0;
  }

  .container.videos .news-post{
    margin-bottom: 100px;

}
  .single-post .page-image{
    /*display:none*/
  }
    .single-post .wp-video{
      margin-bottom: 50px;
    }


      .page-product .hero .hero-item{
        height:60vh !important;
        background-position: bottom !important;
      }
      .page-product .hero .hero-item__buttons{
        margin-top: 15rem !important;
      }
body.template-news .in-the-news .news-post {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2rem; }
  body.template-news .news-post:last-of-type {
    border-bottom: 0; }

body.template-news  .in-the-news .news-post__title {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  font: 400 1.2rem/1.5 "Montserrat", helvetica, arial, sans-serif;
  margin: 0; }
  @media screen and (max-width: 63.9375em) {
    body.template-news .news-post__title {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }

body.template-news .in-the-news .news-post__info {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  margin-top: 0.75rem; }

body.template-news .in-the-news .news-post__publication{
    font: 400 0.8rem/1.2 "Avant Garde", helvetica, arial, sans-serif;
  color: #2D47B0;
font-weight: 800;
margin-bottom:10px !important;
}
body.template-news .in-the-news .news-post__date {
  font: 400 0.8rem/1.2 "Avant Garde", helvetica, arial, sans-serif;
  color: #333;
font-weight: 300;}
  body.template-news .news-post__publication span,
  body.template-news .news-post__date span {
    margin: 0 0.5rem; }

    .press-releases .news-post__date{
      margin-bottom:20px;
      display: block;
    }

      body.template-news .news-post__publication a{
        color:#2D47B0;
        cursor: pointer;
      }
      body.template-news .news-post__publication a:hover{
        text-decoration: underline;
      }

body.template-news .news__load-more {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 3rem 0; }

.single .page-wrap {
  padding-top: 12.5rem; }
  @media screen and (max-width: 74.9375em) {
    .single .page-wrap {
      padding-top: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .single .page-wrap {
      padding-top: 8rem; }

      .page-product .hero .hero-item{
        height:40vh !important;
        background-size: cover !important;
      }
      .page-product .hero .hero-item__buttons{
        margin-top: 6rem !important;
      }

    }
  @media screen and (max-width: 47.9375em) {
    .single .page-wrap {
      padding-top: 4.5rem; }
    }

body.template-reports .report-list, body.template-reports .page-content{
    width:100%;
    margin-bottom: 30px;
}

body.template-reports .post-group__title{
}
body.template-reports .report-list td{
  padding:10px;
}
body.template-reports .report-list tr:hover{
  background: #f9f9f9;
}
body.template-reports .report-list .file{
  width:60%;
}
body.template-reports .report-list .file a:before{
  background-image: url(../../img/newtab-icon.png);
  content:'';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
body.template-reports .report-list .file a{
  text-decoration: underline;
}

body.template-shares .page-content{
  width:100%;
}

body.template-shares .report-list{
  width:75%;
  margin-bottom: 30px;
}

body.template-shares .report-list tr:nth-child(odd) {
  background: #ededed;
}

body.template-shares .report-list td{
  padding:10px;
}

body.template-shares .report-list th{
  font-weight: bold;
  text-align: left;
  padding:10px;
}




body.template-investors .page-title{
  display: none;
}
.investor-resources > div{
    width:50%;
    padding:40px;
  }
  .investor-resources {
    margin-bottom:50px;
}

  @media screen and (max-width: 47.9375em) {
    .investor-resources > div{
        width:100%;
        padding:40px;
    }
}

.investor-resources h3{
  text-transform: uppercase;
  margin-top:0;
  font-size:18pt;
}
.investor-resources .col1{
 background:#f2f2f2
}
.investor-resources .col1 .button{

    color:white;
    text-transform: uppercase;
    border:none;
    margin-bottom: 7px;
}
.investor-resources .button:hover{
  background:#222E35;
}

.investor-resources .col1 .button:before{
  background-image: url(../../img/newtab-icon-white.png);
  content:'';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.investor-resources .col2{
 background:#143345;
}
.investor-resources .col2 h3, .investor-resources .col2 p  {
 color:white;
}

.investor-resources .col2 .button{
  text-transform: uppercase;
      border:none;
}


.single .page-header .page-header__title {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0; }

.single .page-wrap > .container {
  padding-top: 3rem; }

.single .post-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 60rem;
  margin: 0 auto;
  padding: 5rem 0; }

.single .page-content {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  padding: 0 5rem 5rem 0; }
  @media screen and (max-width: 74.9375em) {
    .single .page-content {
      padding: 0 3rem 5rem 0; } }
  @media screen and (max-width: 63.9375em) {
    .single .page-content {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 47.9375em) {
    .single .page-content {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  .single .page-content img {
    display: block;
    max-width: 100%;
    height:auto; }
  .single .page-content p, .single .page-content li, .single .page-content div {
    font-weight: 300;
    color: #767676; }

.single .page-image {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 74.9375em) {
    .single .page-image {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
      display: block; } }
  .single .page-image img {
    display: block;
    width: 100%;
    height: auto;
    display: block; }

.single .page-title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 500 2.25rem/1.15 "Montserrat", helvetica, arial, sans-serif;
  margin-bottom: 2rem; }

.single .post-author {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding: 0 0 1rem; }

.single .post-author__name {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 500 1.1rem/1.5 "Montserrat", helvetica, arial, sans-serif;
  color: #133648; }

.single .social-sharing {
  padding: 0;
  margin: 2rem 0; }
  .single .social-sharing li {
    display: inline-block;
    padding: 0;
    margin: 0 1rem 0 0; }

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
  line-height: 1.5; }

.single .sidebar {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 63.9375em) {
    .single .sidebar {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0;
      padding-left: 0;
      margin: 3rem auto 0; } }
  @media screen and (max-width: 47.9375em) {
    .single .sidebar {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }


      #post-1124 .entry-content{
        display:none;
      }


.wufoo #header{
  display:none;
}

.wufoo ul{
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}
.wufoo ul li{
width:23% !important;
}
.wufoo ul li label{
    display:none;
}
.wufoo ul li input::placeholder{
  color:#666
}
.wufoo ul .buttons{
  padding: 5px;
}
.wufoo ul .buttons a{
  display:none !important;
}
.wufoo ul .buttons .submit{
      padding: .9rem 1.5rem !important;
      font-size:12pt;
      position: absolute;
}
.wufoo #errorLi{
  display: none;
}
.wufoo li.error{
  background:none !important;
}
.wufoo li.error p.error{
  color:white !important;
}

.subscribe__form .descText{
  color:white;
  margin-bottom: 10px;
  text-align: center;
}
.wufoo h2{
  color:white !important;
}

.sidebar .descText{
    display:none !important;
}
  @media screen and (max-width: 800px) {

}

.ticker-name{
  /*position: fixed ;
  top: 0px;
  z-index: 9999;
  right: 310px;*/
  background: rgba(255,255,255,0.7);
  padding: 8px 12px 5px 12px;
  color: black;
  border-radius: 0 0 3px 3px;
  font-size: 12pt;
  /*cursor:auto;*/
  margin-left: 3px;
}
.ticker-name.ld2{
  /*right: 69px;*/
}
.ticker-name.lddff{
  /*right: 174px;*/
}
.ticker-name.subscribe-btn{
  background-color: #1faae1;
  /*right: 69px;*/
  color:#fff;
}

.ticker-name span{
  font-weight: 600;
}
.ticker-name:hover{
  background: rgba(255,255,255,1);
}

.ticker-name.subscribe-btn:hover{
  color:#1faae1;
}

@media screen and (max-width: 47.9375em) {
  #gtranslate_wrapper{
    display: none;
  }
  .ticker-name{
    font-size: 8pt;
  }
}

#gtranslate_wrapper{
  right: 38px !important;
    top: 41px !important;
}
.switcher {
  position: absolute;
  top:10px;
  z-index: 999;
}
.switcher .selected{
  padding: 2.5px  !important;
  background: rgba(255,255,255,0.7) !important;
  color: black;
  border-radius: 3px  !important;
}
.switcher .selected a{
  border:none !important;
    color: black !important;
}

.mtphr-dnt-control-links {
  display:none !important;
}
@media screen and (max-width: 47.9375em) {
  .page-investors #stock-ticker, .page-investors .tradingview-widget-container {
    display:none;
  }
  .page-investors h3#scan:after,.page-investors h3#ld2:after, .page-investors h3#lddff:after {
    content: 'Please view on desktop';
    display:block;
    color:red;
    font-size:20px;
  }
}

#company-logos h3{
  text-align: center;
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: 100;
}
#company-logos h3 span{
  display: block;
}

#company-logos .logo-grid img{
 max-height: 85px;
 margin-bottom:40px;
 transition: .3s ease;
}
#company-logos .logo-grid img:hover{
  opacity:.8;
}

#company-logos .logo-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:50px 0;
  }
  #company-logos .logo-grid a{
    width: 15%;
    margin: auto;
    text-align: center;
  }

  @media screen and (max-width: 47.9375em) {
  #company-logos .logo-grid a{
    width: 33%;
  }
    #company-logos .logo-grid a img{
    max-width: 100%;
  }
}


body.template-news h4{
  padding: 1.5rem 0 2.5rem;
  border-bottom: 1px solid #F7F7F7;
}

/* Codeshed Trumps for v1.1 */
.page-header.new-header .page-header__content {
  display: block;
  align-self: center;
  justify-content: center;
}

.page-header.new-header .page-header__title{
  font-weight: bold;
  background: rgb(20,51,69);
  background: -moz-linear-gradient(0deg, rgba(20,51,69,1) 0%, rgba(35,104,145,1) 75%);
  background: -webkit-linear-gradient(0deg, rgba(20,51,69,1) 0%, rgba(35,104,145,1) 75%);
  background: linear-gradient(0deg, rgba(20,51,69,1) 0%, rgba(35,104,145,1) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.5rem;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .page-header.new-header .page-header__title{
    font-size: 2.3rem;
  }
}  

a.button:hover,button:hover, input[type="submit"]:hover{
  background-color: #143345;
 }


#video-home .container{
  align-items: center;
}

.image-content:first-child{
  padding-top: 0;
}

.page-hexwave .page-wrap, .page-aviation .page-wrap, {
  padding-top:4.8em;
}

#hexwave-video.image-content:first-child, #aviation-video.image-content:first-child{
  padding-top: 5em;
}

@media screen and (max-width: 63.9375em) {
  .image-content .image-content__video {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2rem; }
}

.image-content__image.morph img{
  position: absolute;
  top:0;
  left:0;
}

.image-content__image img{
  width: 100%;
  height:auto;
}

.image-content__image img.image-2{
  opacity: 0;
}

.image-toggle-scroll{
  display:none
}
.lt-gray-background{
  background-color: #ededed;
}

.blue-background{
  background-color: #143345;
}
.blue-background p,
.blue-background ul li,
.blue-background h5,
.blue-background .image-content__title {
  color: #ffffff!important;
}
.blue-background h5 span.dots{
  display: none;
}

.blue-background.image-content .image-content__image:before {
  background-color: #143345;
}

.blue-background.no-top-padding{
  padding-top: 0;
}

.image-content.align-top .image-content__content{
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self:flex-start;
}

.container.columns{
  justify-content: space-between; 
}
.column__content{
  width:45%;
  text-align: center;
  position: relative;
}
.column__content div{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.column__content h2.image-content__title{
  flex: none!important;
}

.column__content a.button{
  margin-top: auto;
  width: fit-content;
  align-self: center;
 }

@media screen and (max-width: 63.9375em) {
  .column__content{
    width:100%;
    padding: 0 0 4em 0 ;
  } 
  .column__content:last-child{
    padding: 0 0 0 0 ;
  }

}

.column__content img{
  text-align:center;
  width: 100%;
  height:auto;
}


#product-intro p{
 text-align: justify;
}

.page-content.remove-bottom-padding{
  padding-bottom:0
}

#Info-graphic-hexwave img{
  width: 100%;
  height: auto;
}


.tablepress.report-list{
  width:75%;
  margin-bottom: 30px;
}

.tablepress.report-list tr:nth-child(odd) {
  background: #ededed;
}

.tablepress.report-list td{
  padding:10px;
}

.tablepress.report-list thead th{
  font-weight: bold;
  text-align: left;
  padding:10px;
  background: #ededed;
}
body.admin-bar .header { 
  margin-top: 32px!important; 
}

.top-padding.image-content:first-child{
  padding-top:6rem
}

/* trumps for homepage boxes */
.page-home .news-updates .news-post, .news-boxes.news-updates .news-post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-home .news-updates .news-post__top{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.page-home .news-updates .news-post__bottom,.news-boxes.news-updates .news-post__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page-home .news-updates .news-post__category,
.page-home .news-updates .news-post__title,
.page-home .news-updates .news-post__description,
.news-boxes.news-updates .news-post__category,
.news-boxes.news-updates .news-post__title,
.news-boxes.news-updates .news-post__description{
  -webkit-box-flex:0;
      -ms-flex:none;
          flex:none
}
.page-home .news-post__button, 
.news-boxes.news-updates .news-post__button{
  margin-top: auto;
}

.news-boxes.news-updates h4,
.news-boxes.news-updates h5{
  border:none;
  -webkit-box-flex: 0;
  -ms-flex: none;
      flex: none;
}
.news-boxes.news-updates {
  padding-top: 0;
  padding-bottom: 0;
}

body.template-investors .page-title{
  display: none;
}

.investor-overview  {
  padding: 4.5rem 0 5rem;
}

.investor-overview  .column{
  -webkit-box-flex:0;
  -ms-flex:none;
  flex:none;
  width:50%;
  padding:0 40px 40px;
}

.investor-overview .column:nth-child(-n+2){
  padding-top:40px;
}

@media screen and (max-width: 47.9375em) {
  .investor-overview .column{
      width:100%;
      padding:40px;
  }
}


.investor-overview h3{
  text-transform: uppercase;
  margin-top:0;
  font-size:18pt;
}
.investor-overview .column.left{
 background:#f2f2f2
}
.investor-overview .column .button{

    color:white;
    text-transform: uppercase;
    border:none;
    margin-bottom: 7px;
}
.investor-overview .button:hover{
  background:#222E35;
}

.investor-overview .column a.button.external:before{
  background-image: url(../../img/newtab-icon-white.png);
  content:'';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.investor-overview .column.right{
 background:#143345;
}
.investor-overview .column.right h3, .investor-overview .column.right p  {
 color:white;
}


#company-logos h3{
  text-align: center;
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: 100;
}
#company-logos h3 span{
  display: block;
}

#company-logos .logo-grid img{
 max-height: 85px;
 margin-bottom:40px;
 transition: .3s ease;
}
#company-logos .logo-grid img:hover{
  opacity:.8;
}

.page.page-hexwave .page-wrap, .page.page-aviation .page-wrap {
  padding-top: 4.75rem;

}
/* New Grid Image module 5 across */
.grid-items.image .grid-item {
  -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
          flex: 0 0 20%;
}
@media screen and (max-width: 47.9375em){
  .grid-items.image .grid-item {
    -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}

.grid-items.image .grid-item__icon img{
  height: auto;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.grid-items.image .grid-item__icon img:hover{
  -webkit-transform: scale(1.11);
      -ms-transform: scale(1.11);
          transform: scale(1.11)
}
.container.icon-button{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page-events .news-updates .news-post:hover .news-post__top .background {
  -ms-transform:none;
      transform: none; 
}

