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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.preload * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  -webkit-transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
  -o-transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* 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%;
  -webkit-transform: translate(0, -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: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .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: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        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; }

/*
//////----------------------------------------------------------------------  VARIABLES  --------------------//////
*/
/*
//------------------------------------------------------------  SCREEN-WIDTH ----//
*/
/*
//------------------------------------------------------------ CONTENT-WIDTH ----//
*/
/*
//------------------------------------------------------------  GUTTER ----//
*/
/*
//------------------------------------------------------------  FEATURE-NUMBER ----//
*/
.eight-wrap .feature {
  width: calc(12.5% - 20px); }
  @media (max-width: 1199px) {
    .eight-wrap .feature {
      width: calc(25% - 20px); } }
  @media (min-width: 400px) and (max-width: 599px) {
    .eight-wrap .feature {
      width: 100%; } }

.six-wrap .feature {
  width: calc(16.6666666667% - 20px); }
  @media (max-width: 1199px) {
    .six-wrap .feature {
      width: calc(33.3333333333% - 20px); } }
  @media (min-width: 400px) and (max-width: 599px) {
    .six-wrap .feature {
      width: 100%; } }

.four-wrap .feature {
  width: calc(25% - 20px); }
  @media (max-width: 1199px) {
    .four-wrap .feature {
      width: calc(50% - 20px); } }
  @media (min-width: 400px) and (max-width: 599px) {
    .four-wrap .feature {
      width: 100%; } }

.three-wrap .feature {
  width: calc(33.3333333333% - 20px); }
  @media (max-width: 1199px) {
    .three-wrap .feature {
      width: calc(66.6666666667% - 20px); } }
  @media (min-width: 400px) and (max-width: 599px) {
    .three-wrap .feature {
      width: 100%; } }

/*
//////------------------------------------------------------------  UTILITIES  ----------//////
*/
/*
//------------------------------------------------------------  ALIGN ----//
*/
.align-left {
  text-align: left; }
  @media (max-width: 1199px) {
    .align-left {
      text-align: center; } }

.align-right {
  text-align: right; }
  @media (max-width: 1199px) {
    .align-right {
      text-align: center; } }

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

/*
//////----------------------------------------------------------------------  COLORS  --------------------//////
*/
/*
//////----------------------------------------------------------------------  FONTS  --------------------//////
*/
/*
//------------------------------------------------------------  FONT-SANS ----//
*/
/*
//------------------------------------------------------------  FONT-SERIF ----//
*/
/*
//------------------------------------------------------------  FONT-SPECIAL ----//
*/
/*
//------------------------------------------------------------  BODY ----//
*/
:root {
  font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px)); }
  @media (min-width: 1200px) {
    :root {
      font-size: 20px; } }

body {
  font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-smoothing: subpixel-antialiased;
  text-align: left;
  line-height: 1.5em; }
  @media (min-width: 1200px) {
    body {
      font-size: 20px; } }

/*
//------------------------------------------------------------ FONTLOOKS BASIC ----//
*/
.content h1, .content
h2, .content
h3, .content
h4, .content
h5, .content
h6 {
  text-align: left; }

/*
//------------------------------------------------------------ FONTLOOKS ADDITIONAL ----//
*/
/*
//------------------------------------------------------------ HEADERS ----//
*/
h1 {
  font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0em;
  margin: 0em 0em 1em; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 60px; } }
  .content h1 {
    text-align: left; }

h2 {
  font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0em;
  margin: 0em 0em 1em; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 40px; } }
  .content h2 {
    text-align: left; }

h3 {
  font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0em;
  margin: 0em 0em 1em; }
  @media (min-width: 1200px) {
    h3 {
      font-size: 24px; } }
  .content h3 {
    text-align: left; }

h4 {
  font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0em;
  margin: 0em 0em 1em; }
  @media (min-width: 1200px) {
    h4 {
      font-size: 20px; } }
  .content h4 {
    text-align: left; }

h5 {
  font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0em;
  margin: 0em 0em 1em; }
  @media (min-width: 1200px) {
    h5 {
      font-size: 20px; } }
  .content h5 {
    text-align: left; }

h6 {
  font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
  color: #002855;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0em;
  margin: 0em 0em 1em; }
  @media (min-width: 1200px) {
    h6 {
      font-size: 18px; } }
  .content h6 {
    text-align: left; }

/*
//------------------------------------------------------------  LINKS ----//
*/
a,
li > a,
strong > a {
  display: inline-block;
  color: #966c1c; }
  a:active,
  li > a:active,
  strong > a:active {
    color: #002855; }
  a:active:hover,
  li > a:active:hover,
  strong > a:active:hover {
    color: #002855; }
  a:focus,
  li > a:focus,
  strong > a:focus {
    color: #002855; }
  a:focus:hover,
  li > a:focus:hover,
  strong > a:focus:hover {
    color: #002855; }
  a:focus-within,
  li > a:focus-within,
  strong > a:focus-within {
    color: #002855; }
  a:hover,
  li > a:hover,
  strong > a:hover {
    color: #002855; }
  a.active,
  li > a.active,
  strong > a.active {
    color: #002855; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
table a,
form a,
.breadcrumb a,
.alert a {
  display: inline; }

p {
  font-weight: 300;
  margin: 0em 0em 1em; }
  p a {
    font-weight: 400;
    text-decoration: underline; }
  p a.btn, p a.btn-outline, p a.btn-white {
    text-decoration: none; }

/*
//////----------------------------------------------------------------------  BUTTONS  --------------------//////
*/
/*
//------------------------------------------------------------  BTN ----//
*/
.btn, .btn-outline, .btn-white,
button {
  font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background: #966c1c;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0em 1em 1.5em 0em;
  padding: 9px 22px;
  width: auto;
  text-align: center;
  text-decoration: none !important; }
  @media (min-width: 1200px) {
    .btn, .btn-outline, .btn-white,
    button {
      font-size: 18px; } }
  .btn:active, .btn-outline:active, .btn-white:active,
  button:active {
    background: #6b4d14;
    color: #fff; }
  .btn:active:hover, .btn-outline:active:hover, .btn-white:active:hover,
  button:active:hover {
    background: #6b4d14;
    color: #fff; }
  .btn:focus, .btn-outline:focus, .btn-white:focus,
  button:focus {
    background: #6b4d14;
    color: #fff; }
  .btn:focus:hover, .btn-outline:focus:hover, .btn-white:focus:hover,
  button:focus:hover {
    background: #6b4d14;
    color: #fff; }
  .btn:focus-within, .btn-outline:focus-within, .btn-white:focus-within,
  button:focus-within {
    background: #6b4d14;
    color: #fff; }
  .btn:hover, .btn-outline:hover, .btn-white:hover,
  button:hover {
    background: #6b4d14;
    color: #fff; }
  .btn.active, .active.btn-outline, .active.btn-white,
  button.active {
    background: #6b4d14;
    color: #fff; }

/*
//------------------------------------------------------------  TRANSPARENT-OUTLINE ----//
*/
.btn-outline {
  background-color: transparent;
  border-color: #966c1c;
  color: #966c1c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.btn-outline-hover {
  background-color: rgba(255, 255, 255, 0.25); }

/*
//------------------------------------------------------------  SOLID ----//
*/
.btn-white {
  background: #fff;
  border-color: #fff;
  color: #002855; }

.btn-white-hover {
  background: rgba(255, 255, 255, 0.8);
  color: #002855; }

/*
//////----------------------------------------------------------------------  BAND  --------------------//////
*/
.band .band-image,
.band .band-title,
.band .band-cta,
.band .zone-image,
.band .zone-title,
.band .zone-cta,
.band .feature-wrap-image,
.band .feature-wrap-title,
.band .feature-wrap-cta,
.band .feature-image,
.band .feature-icon,
.band .feature-text,
.band .feature-cta {
  display: none; }

.band .band-title h1,
.band .band-title h2,
.band .band-title h3,
.band .band-title h4 {
  line-height: normal;
  margin: 0; }

.band.mast .band-title {
  display: block;
  left: -10000px;
  position: absolute; }

.page-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: white; }
  .page-100 .col-main {
    padding: 0 calc(50vw - 500px); }
    .page-100 .col-main .content-fullwidth {
      left: 50%;
      margin-left: calc(-50vw + 12px);
      margin-right: -50vw;
      max-width: calc(100vw - 24px);
      position: relative;
      right: 50%;
      width: calc(100vw - 24px);
      padding: 30px;
      background: lightblue; }
  .page-100.band-blog .col-main {
    padding: 0; }

.page-75-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 calc(50vw - 500px);
  background-color: white; }
  .page-75-25 .col-main {
    padding-right: 15px;
    width: 75%;
    max-width: 75%;
    margin-left: auto; }
    .page-75-25 .col-main .content-fullwidth {
      left: 50%;
      margin-left: -38vw;
      margin-right: -50vw;
      max-width: 100vw;
      position: relative;
      right: 50%;
      width: 100vw;
      padding: 30px;
      background: lightblue; }
  .page-75-25 .col-side {
    padding-left: 15px;
    width: 25%;
    max-width: 25%; }

.band-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .band-100 > :nth-child(1) {
    width: 100%;
    max-width: 100%; }

.band-25-75 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .band-25-75 > :nth-child(1) {
    width: 25%;
    max-width: 25%; }
  .band-25-75 > :nth-child(2) {
    width: 75%;
    max-width: 75%; }

.band-33-66 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .band-33-66 > :nth-child(1) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .band-33-66 > :nth-child(2) {
    width: 66.6666666666%;
    max-width: 66.66666666666%; }

.band-50-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .band-50-50 > :nth-child(1) {
    width: 50%;
    max-width: 50%; }
  .band-50-50 > :nth-child(2) {
    width: 50%;
    max-width: 50%; }

.band-66-33 > :nth-child(1) {
  width: 66.6666666666%;
  max-width: 66.66666666666%; }

.band-66-33 > :nth-child(2) {
  width: 33.33333333333%;
  max-width: 33.333333333333%; }

.band-75-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .band-75-25 > :nth-child(1) {
    width: 75%;
    max-width: 75%; }
  .band-75-25 > :nth-child(2) {
    width: 25%;
    max-width: 25%; }

.band-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .band-33 > :nth-child(1) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .band-33 > :nth-child(2) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .band-33 > :nth-child(3) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }

.zone-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .zone-100 .feature-wrap:nth-of-type(1) {
    width: 100%;
    max-width: 100%; }

.zone-25-75 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .zone-25-75 > .feature-wrap:nth-of-type(1) {
    width: 25%;
    max-width: 25%; }
  .zone-25-75 > .feature-wrap:nth-of-type(2) {
    width: 75%;
    max-width: 75%; }

.zone-33-66 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .zone-33-66 > .feature-wrap:nth-of-type(1) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .zone-33-66 > .feature-wrap:nth-of-type(2) {
    width: 66.6666666666%;
    max-width: 66.66666666666%; }

.zone-50-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .zone-50-50 > .feature-wrap:nth-of-type(1) {
    width: 50%;
    max-width: 50%; }
  .zone-50-50 > .feature-wrap:nth-of-type(2) {
    width: 50%;
    max-width: 50%; }

.zone-66-33 > .feature-wrap:nth-of-type(1) {
  width: 66.6666666666%;
  max-width: 66.66666666666%; }

.zone-66-33 > .feature-wrap:nth-of-type(2) {
  width: 33.33333333333%;
  max-width: 33.333333333333%; }

.zone-75-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .zone-75-25 > .feature-wrap:nth-of-type(1) {
    width: 75%;
    max-width: 75%; }
  .zone-75-25 > .feature-wrap:nth-of-type(2) {
    width: 25%;
    max-width: 25%; }

.zone-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .zone-33 > .feature-wrap:nth-of-type(1) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .zone-33 > .feature-wrap:nth-of-type(2) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .zone-33 > .feature-wrap:nth-of-type(3) {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }

@media only screen and (max-width: 400px) {
  .break-x-narrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .break-x-narrow > * {
      width: 100% !important;
      max-width: 100% !important; }
  .break-x-narrow.page-content .band {
    padding: 0 30px; } }

@media only screen and (max-width: 600px) {
  .break-narrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .break-narrow > * {
      width: 100% !important;
      max-width: 100% !important; }
  .break-narrow.page-content .band {
    padding: 0 30px; } }

@media only screen and (max-width: 900px) {
  .break-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .break-medium > * {
      width: 100% !important;
      max-width: 100% !important; }
  .break-medium.page-content .band {
    padding: 0 30px; } }

@media only screen and (max-width: 1200px) {
  .break-wide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .break-wide > * {
      width: 100% !important;
      max-width: 100% !important; }
  .break-wide.page-content .band {
    padding: 0 30px; } }

@media only screen and (max-width: 1800px) {
  .break-x-wide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .break-x-wide > * {
      width: 100% !important;
      max-width: 100% !important; }
      .break-x-wide > *.page-content .band {
        padding: 0 30px; }
  .break-x-wide.page-content .band {
    padding: 0 30px; } }

/*
//////----------------------------------------------------------------------  ZONE  --------------------//////
*/
/*
//////----------------------------------------------------------------------  MULTI-ZONE  --------------------//////
*/
.multi-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 1199px) {
    .multi-zone {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 1199px) {
    .multi-zone .zone1,
    .multi-zone .zone2,
    .multi-zone .zone3,
    .multi-zone .zone4,
    .multi-zone .zone5 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

/*
//////----------------------------------------------------------------------  FEATURE-WRAP  --------------------//////
*/
.feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

/*
//////----------------------------------------------------------------------  FEATURE-ROW  --------------------//////
*/
.feature-row .feature .feature-content .feature-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.feature-row .feature .feature-content .feature-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.feature-row .feature .feature-content .feature-cta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

/*
//////----------------------------------------------------------------------  FEATURE  --------------------//////
*/
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .feature .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .feature .feature-content a {
      text-decoration: none; }

/*
//////----------------------------------------------------------------------  PRESENTATION HOME  --------------------//////
*/
body {
  background: #002855;
  position: relative; }
  body::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.4s, height 0s 0.4s;
    -o-transition: opacity 0.4s, height 0s 0.4s;
    transition: opacity 0.4s, height 0s 0.4s;
    z-index: 10; }
  body.overlay::before {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s, height 0s;
    -o-transition: opacity 0.4s, height 0s;
    transition: opacity 0.4s, height 0s; }
  body .clickable-div {
    cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-smoothing: subpixel-antialiased; }

.slick-track,
.slick-slide,
.slick-slide .feature {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

header {
  position: relative;
  z-index: 6; }

/*
//------------------------------------------------------------  MAST ----//
*/
.mast {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 155px;
  width: 100%;
  top: 0px;
  border-bottom: none;
  padding: 23px 0px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
  z-index: 2;
  background: none;
  background-image: url("../images/img_bkg_header2.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* - LOGO - */
  /* - NAV TOGGLE - */
  /* - NAV PANEL - */
  /* - NAV PANEL OVERLAY - */
  /* - NAV UTILITY DESK - */
  /* - NAV SPECIAL DESK - */
  /* - LOGIN TOGGLE - */
  /* - LOGIN PANEL - */
  /* - LOGIN PANEL OVERLAY - */ }
  .mast .mast-logo {
    position: relative;
    left: 35px;
    top: -7px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .mast .mast-logo .feature-wrap {
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta {
        display: block; }
        .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a {
          width: 193px; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a:active {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a:active:hover {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a:focus {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a:focus:hover {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a:focus-within {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a:hover {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a.active {
            opacity: .8; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a.hidebig {
            display: none; }
          .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a img {
            width: 100%; }
          @media (max-width: 899px) {
            .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a {
              width: 140px; } }
          @media (max-width: 599px) {
            .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a.hidebig {
              display: inline-block; }
            .mast .mast-logo .feature-wrap .feature .feature-content .feature-cta a.hidesmall {
              display: none; } }
    @media (max-width: 1100px) {
      .mast .mast-logo {
        left: 20px; } }
    @media (max-width: 899px) {
      .mast .mast-logo {
        top: -2px; } }
    @media (max-width: 399px) {
      .mast .mast-logo {
        left: 10px; } }
  .mast .mast-navtoggle-1,
  .mast .mast-navtoggle-2,
  .mast .mast-navtoggle-3,
  .mast .mast-navtoggle-mobile {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 8;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .mast .mast-navtoggle-1 .feature-wrap,
    .mast .mast-navtoggle-2 .feature-wrap,
    .mast .mast-navtoggle-3 .feature-wrap,
    .mast .mast-navtoggle-mobile .feature-wrap {
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-navtoggle-1 .feature-wrap .feature-cta a,
      .mast .mast-navtoggle-2 .feature-wrap .feature-cta a,
      .mast .mast-navtoggle-3 .feature-wrap .feature-cta a,
      .mast .mast-navtoggle-mobile .feature-wrap .feature-cta a {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .mast .mast-navtoggle-1 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-2 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-3 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-mobile .feature-wrap .feature-cta a {
            font-size: 18px; } }
        @media (max-width: 1200px) {
          .mast .mast-navtoggle-1 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-2 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-3 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-mobile .feature-wrap .feature-cta a {
            font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px)); } }
  @media (max-width: 1200px) and (min-width: 1200px) {
    .mast .mast-navtoggle-1 .feature-wrap .feature-cta a,
    .mast .mast-navtoggle-2 .feature-wrap .feature-cta a,
    .mast .mast-navtoggle-3 .feature-wrap .feature-cta a,
    .mast .mast-navtoggle-mobile .feature-wrap .feature-cta a {
      font-size: 16px; } }
        @media (max-width: 1100px) {
          .mast .mast-navtoggle-1 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-2 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-3 .feature-wrap .feature-cta a,
          .mast .mast-navtoggle-mobile .feature-wrap .feature-cta a {
            font-size: 36px; } }
      .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta,
      .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta,
      .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta,
      .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta {
        display: block; }
        .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a,
        .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a,
        .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a,
        .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a {
          margin: 0 .1em;
          padding: 11px .65em;
          width: auto;
          height: 40px;
          border-radius: 0px;
          background: rgba(0, 0, 0, 0);
          -webkit-box-shadow: none;
                  box-shadow: none;
          line-height: 1; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a:active,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a:active,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a:active,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a:active {
            color: #966c1c; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a:active:hover,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a:active:hover,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a:active:hover,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a:active:hover {
            color: #966c1c; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a:focus,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a:focus,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a:focus,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a:focus {
            color: #966c1c; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a:focus:hover,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a:focus:hover,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a:focus:hover,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a:focus:hover {
            color: #966c1c; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a:focus-within,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a:focus-within,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a:focus-within,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a:focus-within {
            color: #966c1c; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a:hover,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a:hover,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a:hover,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a:hover {
            color: #966c1c; }
          .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a.active,
          .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a.active,
          .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a.active,
          .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a.active {
            color: #966c1c; }
          @media (max-width: 1100px) {
            .mast .mast-navtoggle-1 .feature-wrap .feature .feature-content .feature-cta a,
            .mast .mast-navtoggle-2 .feature-wrap .feature .feature-content .feature-cta a,
            .mast .mast-navtoggle-3 .feature-wrap .feature .feature-content .feature-cta a,
            .mast .mast-navtoggle-mobile .feature-wrap .feature .feature-content .feature-cta a {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -ms-flex-line-pack: center;
                  align-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin: 0px;
              padding: 3px 0px 0px;
              border-radius: 5px; } }
    @media (max-width: 1100px) {
      .mast .mast-navtoggle-1,
      .mast .mast-navtoggle-2,
      .mast .mast-navtoggle-3,
      .mast .mast-navtoggle-mobile {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 20px; } }
  @media (min-width: 1101px) {
    .mast .mast-navtoggle-mobile {
      display: none; } }
  @media (max-width: 1100px) {
    .mast .mast-navtoggle-1,
    .mast .mast-navtoggle-2,
    .mast .mast-navtoggle-3 {
      display: none; } }
  .mast .mast-navpanel-1,
  .mast .mast-navpanel-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-positive: 0;
        flex-grow: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    width: 100%;
    max-width: 890px;
    /* - FEATURE WRAP NAV PANEL CLOSE - */
    /* - END FEATURE WRAP NAV PANEL CLOSE - */
    /* - FEATURE WRAP NAV PANEL TOP - */
    /* - END FEATURE WRAP NAV PANEL TOP - */
    /* - FEATURE WRAP - LOGIN PANEL LINKS - */
    /* - END FEATURE WRAP - LOGIN PANEL LINKS - */ }
    .mast .mast-navpanel-1 .feature-wrap1,
    .mast .mast-navpanel-mobile .feature-wrap1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-positive: 0;
          flex-grow: 0;
      flex-wrap: nowrap;
      top: 0px;
      background: #002855;
      padding: 0em;
      margin: 0px;
      border-radius: 5px 5px 0px 0px;
      width: 100%;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a,
      .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a,
          .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a {
            font-size: 24px; } }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a:active,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a:active {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a:active:hover,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a:active:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a:focus,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a:focus {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a:focus:hover,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a:focus:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a:focus-within,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a:focus-within {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a:hover,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a.active,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a.active {
          color: rgba(255, 255, 255, 0.7); }
        @media (max-width: 1100px) {
          .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a,
          .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a {
            font-size: 30px; } }
      .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta,
      .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta {
        display: block; }
        .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a,
        .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a {
          text-decoration: none;
          padding: .25em .75em 0em; }
          @media (max-width: 1100px) {
            .mast .mast-navpanel-1 .feature-wrap1 .feature-wrap-cta a,
            .mast .mast-navpanel-mobile .feature-wrap1 .feature-wrap-cta a {
              padding: .25em .75em .25em; } }
      @media (max-width: 1100px) {
        .mast .mast-navpanel-1 .feature-wrap1,
        .mast .mast-navpanel-mobile .feature-wrap1 {
          margin: 0px;
          width: 100%; } }
    .mast .mast-navpanel-1 .feature-wrap2,
    .mast .mast-navpanel-mobile .feature-wrap2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-positive: 0;
          flex-grow: 0;
      flex-wrap: nowrap;
      top: 0px;
      background: #002855;
      padding: 0em 2em 1em;
      border-radius: 0px 0px 5px 5px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a,
      .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a {
            font-size: 20px; } }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:active,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:active {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:active:hover,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:active:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:focus,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:focus {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:focus:hover,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:focus:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:focus-within,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:focus-within {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:hover,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a.active,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a.active {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type {
          font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
          color: #002855;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-weight: 700;
          margin: 0em;
          color: white; }
          @media (min-width: 1200px) {
            .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type,
            .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type {
              font-size: 24px; } }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type:active,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type:active {
            color: rgba(255, 255, 255, 0.7); }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type:active:hover,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type:active:hover {
            color: rgba(255, 255, 255, 0.7); }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type:focus,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type:focus {
            color: rgba(255, 255, 255, 0.7); }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type:focus:hover,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type:focus:hover {
            color: rgba(255, 255, 255, 0.7); }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type:focus-within,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type:focus-within {
            color: rgba(255, 255, 255, 0.7); }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type:hover,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type:hover {
            color: rgba(255, 255, 255, 0.7); }
          .mast .mast-navpanel-1 .feature-wrap2 .feature-cta a:first-of-type.active,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature-cta a:first-of-type.active {
            color: rgba(255, 255, 255, 0.7); }
      .mast .mast-navpanel-1 .feature-wrap2 .feature,
      .mast .mast-navpanel-mobile .feature-wrap2 .feature {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 0 .5em;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .mast .mast-navpanel-1 .feature-wrap2 .feature .feature-content,
        .mast .mast-navpanel-mobile .feature-wrap2 .feature .feature-content {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .mast .mast-navpanel-1 .feature-wrap2 .feature .feature-content .feature-cta,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -ms-flex-line-pack: start;
                align-content: flex-start;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-bottom: .8em; }
            .mast .mast-navpanel-1 .feature-wrap2 .feature .feature-content .feature-cta a,
            .mast .mast-navpanel-mobile .feature-wrap2 .feature .feature-content .feature-cta a {
              padding: 9px 0px;
              text-align: left;
              width: 100%;
              line-height: .9; }
            @media (max-width: 1100px) {
              .mast .mast-navpanel-1 .feature-wrap2 .feature .feature-content .feature-cta,
              .mast .mast-navpanel-mobile .feature-wrap2 .feature .feature-content .feature-cta {
                margin-top: .8em;
                margin-bottom: 0em; } }
        @media (max-width: 1100px) {
          .mast .mast-navpanel-1 .feature-wrap2 .feature,
          .mast .mast-navpanel-mobile .feature-wrap2 .feature {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
      @media (max-width: 1100px) {
        .mast .mast-navpanel-1 .feature-wrap2,
        .mast .mast-navpanel-mobile .feature-wrap2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          margin: 0px; } }
      @media (max-width: 599px) {
        .mast .mast-navpanel-1 .feature-wrap2,
        .mast .mast-navpanel-mobile .feature-wrap2 {
          padding: 0em 1em 1em; } }
      @media (max-width: 399px) {
        .mast .mast-navpanel-1 .feature-wrap2,
        .mast .mast-navpanel-mobile .feature-wrap2 {
          padding: 0em .5em 1em; } }
    .mast .mast-navpanel-1 .feature-wrap3,
    .mast .mast-navpanel-mobile .feature-wrap3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-positive: 0;
          flex-grow: 0;
      background: #fff;
      width: 100%;
      max-width: 890px;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-left: calc(50% - 445px);
      margin-right: calc(50% - 445px);
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a,
      .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a,
          .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a {
            font-size: 18px; } }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a:active,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a:active {
          color: rgba(0, 40, 85, 0.8); }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a:active:hover,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a:active:hover {
          color: rgba(0, 40, 85, 0.8); }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a:focus,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a:focus {
          color: rgba(0, 40, 85, 0.8); }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a:focus:hover,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a:focus:hover {
          color: rgba(0, 40, 85, 0.8); }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a:focus-within,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a:focus-within {
          color: rgba(0, 40, 85, 0.8); }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a:hover,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a:hover {
          color: rgba(0, 40, 85, 0.8); }
        .mast .mast-navpanel-1 .feature-wrap3 .feature-cta a.active,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature-cta a.active {
          color: rgba(0, 40, 85, 0.8); }
      .mast .mast-navpanel-1 .feature-wrap3 .feature,
      .mast .mast-navpanel-mobile .feature-wrap3 .feature {
        display: none; }
        @media (max-width: 399px) {
          .mast .mast-navpanel-1 .feature-wrap3 .feature,
          .mast .mast-navpanel-mobile .feature-wrap3 .feature {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
        .mast .mast-navpanel-1 .feature-wrap3 .feature .feature-content .feature-cta,
        .mast .mast-navpanel-mobile .feature-wrap3 .feature .feature-content .feature-cta {
          display: block; }
          .mast .mast-navpanel-1 .feature-wrap3 .feature .feature-content .feature-cta a,
          .mast .mast-navpanel-mobile .feature-wrap3 .feature .feature-content .feature-cta a {
            padding: 9px 10px;
            font-weight: 600; }
            @media (max-width: 399px) {
              .mast .mast-navpanel-1 .feature-wrap3 .feature .feature-content .feature-cta a,
              .mast .mast-navpanel-mobile .feature-wrap3 .feature .feature-content .feature-cta a {
                padding: 9px 5px; } }
        @media (max-width: 1100px) {
          .mast .mast-navpanel-1 .feature-wrap3 .feature:nth-of-type(3),
          .mast .mast-navpanel-mobile .feature-wrap3 .feature:nth-of-type(3) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
          .mast .mast-navpanel-1 .feature-wrap3 .feature:nth-of-type(4),
          .mast .mast-navpanel-mobile .feature-wrap3 .feature:nth-of-type(4) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
        @media (max-width: 599px) {
          .mast .mast-navpanel-1 .feature-wrap3 .feature,
          .mast .mast-navpanel-mobile .feature-wrap3 .feature {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
      @media (max-width: 1100px) {
        .mast .mast-navpanel-1 .feature-wrap3,
        .mast .mast-navpanel-mobile .feature-wrap3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          margin: 0px; } }
      @media (max-width: 399px) {
        .mast .mast-navpanel-1 .feature-wrap3,
        .mast .mast-navpanel-mobile .feature-wrap3 {
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
    @media (max-width: 1100px) {
      .mast .mast-navpanel-1,
      .mast .mast-navpanel-mobile {
        -ms-flex-line-pack: start;
            align-content: flex-start;
        padding: 20px; } }
  @media (min-width: 1101px) {
    .mast .mast-navpanel-mobile {
      display: none; } }
  @media (max-width: 1100px) {
    .mast .mast-navpanel-1 {
      display: none; } }
  .mast .mast-navpanel-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .mast .mast-navpanel-overlay .feature-wrap {
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
  .mast .mast-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0px;
    left: 0px;
    width: auto;
    padding: 0px 10px;
    background: none;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    @media (max-width: 599px) {
      .mast .mast-utility {
        display: none; } }
    .mast .mast-utility .feature-wrap {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 0em;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-utility .feature-wrap .feature-cta a {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .mast .mast-utility .feature-wrap .feature-cta a {
            font-size: 18px; } }
        .mast .mast-utility .feature-wrap .feature-cta a:active {
          color: #966c1c; }
        .mast .mast-utility .feature-wrap .feature-cta a:active:hover {
          color: #966c1c; }
        .mast .mast-utility .feature-wrap .feature-cta a:focus {
          color: #966c1c; }
        .mast .mast-utility .feature-wrap .feature-cta a:focus:hover {
          color: #966c1c; }
        .mast .mast-utility .feature-wrap .feature-cta a:focus-within {
          color: #966c1c; }
        .mast .mast-utility .feature-wrap .feature-cta a:hover {
          color: #966c1c; }
        .mast .mast-utility .feature-wrap .feature-cta a.active {
          color: #966c1c; }
      .mast .mast-utility .feature-wrap .feature .feature-content .feature-cta {
        display: block; }
        .mast .mast-utility .feature-wrap .feature .feature-content .feature-cta a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          height: 40px;
          padding: 0px .625em;
          background: rgba(0, 0, 0, 0); }
          .mast .mast-utility .feature-wrap .feature .feature-content .feature-cta a svg {
            font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
            margin-right: .25em; }
            @media (min-width: 1200px) {
              .mast .mast-utility .feature-wrap .feature .feature-content .feature-cta a svg {
                font-size: 18px; } }
            @media (max-width: 899px) {
              .mast .mast-utility .feature-wrap .feature .feature-content .feature-cta a svg {
                font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); } }
  @media (max-width: 899px) and (min-width: 1200px) {
    .mast .mast-utility .feature-wrap .feature .feature-content .feature-cta a svg {
      font-size: 24px; } }
  .mast .mast-navspecial {
    margin-right: 10px;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    @media (max-width: 599px) {
      .mast .mast-navspecial {
        display: none; } }
    .mast .mast-navspecial .feature-wrap {
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta {
        display: block; }
        .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a {
          font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          width: auto;
          height: 40px;
          margin: 0px;
          padding: 7px 12px;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          color: white;
          font-weight: 600;
          background: #002855;
          border-radius: 5px; }
          @media (min-width: 1200px) {
            .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a {
              font-size: 18px; } }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a:active {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a:active:hover {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a:focus {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a:focus:hover {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a:focus-within {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a:hover {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a.active {
            opacity: .8; }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a svg {
            pointer-events: none;
            margin-right: .2em;
            width: 1em; }
            @media (max-width: 399px) {
              .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a svg {
                margin-right: 0; } }
          .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a span {
            pointer-events: none; }
            @media (max-width: 399px) {
              .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a span {
                display: none; } }
          @media (max-width: 1200px) {
            .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a {
              font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px)); } }
  @media (max-width: 1200px) and (min-width: 1200px) {
    .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a {
      font-size: 16px; } }
          @media (max-width: 599px) {
            .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a {
              padding: 7px 12px; } }
          @media (max-width: 399px) {
            .mast .mast-navspecial .feature-wrap .feature .feature-content .feature-cta a {
              padding: 7px 15px; } }
  .mast .mast-logintoggle {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 8;
    margin-right: 35px;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .mast .mast-logintoggle .feature-wrap {
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta {
        display: block; }
        .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a {
          font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none;
          width: auto;
          height: 40px;
          margin: 0px;
          padding: 7px 12px;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          color: white;
          font-weight: 600;
          background: #966c1c;
          border-radius: 5px; }
          @media (min-width: 1200px) {
            .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a {
              font-size: 18px; } }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a:active {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a:active:hover {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a:focus {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a:focus:hover {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a:focus-within {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a:hover {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a.active {
            background: #815d18; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a .fa-lock {
            display: none; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a.collapsed .fa-times {
            display: none; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a.collapsed .fa-lock {
            display: inline-block; }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a svg {
            font-size: calc((0.3775 * 1vw) + (0.3775 * 1vh) + (10px));
            pointer-events: none;
            margin-right: .4em;
            width: 1em; }
            @media (min-width: 1200px) {
              .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a svg {
                font-size: 15px; } }
            @media (max-width: 399px) {
              .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a svg {
                margin-right: 0; } }
          .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a span {
            pointer-events: none; }
            @media (max-width: 399px) {
              .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a span {
                display: none; } }
          @media (max-width: 1200px) {
            .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a {
              font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px)); } }
  @media (max-width: 1200px) and (min-width: 1200px) {
    .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a {
      font-size: 16px; } }
          @media (max-width: 599px) {
            .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a {
              padding: 7px 12px; } }
          @media (max-width: 399px) {
            .mast .mast-logintoggle .feature-wrap .feature .feature-content .feature-cta a {
              padding: 7px 15px; } }
    @media (max-width: 1100px) {
      .mast .mast-logintoggle {
        margin-right: 20px; } }
  .mast .mast-loginpanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    z-index: 15;
    width: 283px;
    /* - FEATURE WRAP - LOGIN PANEL TOP - */
    /* - END FEATURE WRAP - LOGIN PANEL TOP - */
    /* - FEATURE WRAP - LOGIN PANEL FORM - */
    /* - END FEATURE WRAP - LOGIN PANEL FORM - */
    /* - FEATURE WRAP - LOGIN PANEL LINKS - */
    /* - END FEATURE WRAP - LOGIN PANEL LINKS - */ }
    .mast .mast-loginpanel .feature-wrap1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #002855;
      width: 283px;
      margin-left: calc(50% - 141px);
      margin-right: calc(50% - 141px);
      margin-top: 0px;
      padding: 15px 21px 10px;
      border-radius: 5px 5px 0px 0px;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-loginpanel .feature-wrap1 .feature-text h3 {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .mast .mast-loginpanel .feature-wrap1 .feature-text h3 {
            font-size: 24px; } }
      .mast .mast-loginpanel .feature-wrap1 .feature-cta a {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .mast .mast-loginpanel .feature-wrap1 .feature-cta a {
            font-size: 24px; } }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a:active {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a:active:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a:focus {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a:focus:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a:focus-within {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a:hover {
          color: rgba(255, 255, 255, 0.7); }
        .mast .mast-loginpanel .feature-wrap1 .feature-cta a.active {
          color: rgba(255, 255, 255, 0.7); }
      .mast .mast-loginpanel .feature-wrap1 .feature {
        width: 100%; }
        .mast .mast-loginpanel .feature-wrap1 .feature .feature-content {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .mast .mast-loginpanel .feature-wrap1 .feature .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: auto; }
            .mast .mast-loginpanel .feature-wrap1 .feature .feature-content .feature-text h4 {
              display: none; }
          .mast .mast-loginpanel .feature-wrap1 .feature .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -ms-flex-positive: 0;
                flex-grow: 0;
            width: auto; }
    .mast .mast-loginpanel .feature-wrap2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #002855;
      width: 283px;
      margin-left: calc(50% - 141px);
      margin-right: calc(50% - 141px);
      margin-top: 0px;
      padding: 0px 21px;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-loginpanel .feature-wrap2 .feature input {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin: 0em; }
        @media (min-width: 1200px) {
          .mast .mast-loginpanel .feature-wrap2 .feature input {
            font-size: 18px; } }
      .mast .mast-loginpanel .feature-wrap2 .feature {
        padding: 0 0 8px;
        width: 100%; }
        .mast .mast-loginpanel .feature-wrap2 .feature input {
          width: 100%;
          height: 40px;
          padding-left: 12px;
          color: #666;
          font-weight: 400;
          border-radius: 5px;
          border: none; }
          .mast .mast-loginpanel .feature-wrap2 .feature input:active {
            background: rgba(255, 255, 255, 0.9); }
          .mast .mast-loginpanel .feature-wrap2 .feature input:active:hover {
            background: rgba(255, 255, 255, 0.9); }
          .mast .mast-loginpanel .feature-wrap2 .feature input:focus {
            background: rgba(255, 255, 255, 0.9); }
          .mast .mast-loginpanel .feature-wrap2 .feature input:focus:hover {
            background: rgba(255, 255, 255, 0.9); }
          .mast .mast-loginpanel .feature-wrap2 .feature input:focus-within {
            background: rgba(255, 255, 255, 0.9); }
          .mast .mast-loginpanel .feature-wrap2 .feature input:hover {
            background: rgba(255, 255, 255, 0.9); }
          .mast .mast-loginpanel .feature-wrap2 .feature input.active {
            background: rgba(255, 255, 255, 0.9); }
      .mast .mast-loginpanel .feature-wrap2 .select-container {
        height: auto;
        margin: 0 0 8px;
        position: relative;
        width: 100%;
        border-radius: 5px;
        border: none; }
        .mast .mast-loginpanel .feature-wrap2 .select-container:after {
          font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900 !important;
          content: '\f0d7';
          color: #fff;
          position: absolute;
          right: 12px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 1;
          pointer-events: none; }
          @media (min-width: 1200px) {
            .mast .mast-loginpanel .feature-wrap2 .select-container:after {
              font-size: 30px; } }
        .mast .mast-loginpanel .feature-wrap2 .select-container select {
          -moz-appearance: none;
          -webkit-appearance: none;
          font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
          color: #002855;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-weight: 400;
          margin: 0em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 40px;
          padding-left: 8px;
          color: #fff;
          font-weight: 600;
          background: #966c1c;
          z-index: 2;
          outline: none;
          border: none;
          border-radius: 5px;
          overflow-y: hidden; }
          @media (min-width: 1200px) {
            .mast .mast-loginpanel .feature-wrap2 .select-container select {
              font-size: 20px; } }
          .mast .mast-loginpanel .feature-wrap2 .select-container select:active {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select:active:hover {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select:focus {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select:focus:hover {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select:focus-within {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select:hover {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select.active {
            background: #815d18; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select::-ms-expand {
            display: none; }
          .mast .mast-loginpanel .feature-wrap2 .select-container select option {
            color: #fff; }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option:active {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option:active:hover {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option:focus {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option:focus:hover {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option:focus-within {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option:hover {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
            .mast .mast-loginpanel .feature-wrap2 .select-container select option.active {
              color: #fff;
              background: rgba(150, 108, 28, 0.1); }
      .mast .mast-loginpanel .feature-wrap2 .feature-wrap-cta {
        display: block;
        padding: 0 0 8px;
        width: 100%; }
        .mast .mast-loginpanel .feature-wrap2 .feature-wrap-cta button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 40px;
          margin: 0; }
    .mast .mast-loginpanel .feature-wrap3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #002855;
      width: 283px;
      margin-left: calc(50% - 141px);
      margin-right: calc(50% - 141px);
      margin-top: 0px;
      padding: 0px 21px 21px;
      border-radius: 0px 0px 5px 5px;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta {
        display: block; }
        .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          font-size: 18px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: auto;
          margin-bottom: 0px;
          padding: 10px 0px;
          text-decoration: none;
          line-height: .9;
          text-align: left;
          color: white;
          text-decoration: underline;
          font-weight: 400; }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a:active {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a:active:hover {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a:focus {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a:focus:hover {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a:focus-within {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a:hover {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a.active {
            color: rgba(255, 255, 255, 0.8); }
          .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a svg {
            font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
            margin-right: .25em; }
            @media (min-width: 1200px) {
              .mast .mast-loginpanel .feature-wrap3 .feature .feature-content .feature-cta a svg {
                font-size: 18px; } }
  .mast .mast-loginpanel-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 13;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .mast .mast-loginpanel-overlay .feature-wrap {
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
  @media (max-width: 899px) {
    .mast {
      height: 114px;
      padding: 11px 0px 0px; } }

/*
//------------------------------------------------------------  HERO ----//
*/
.hero {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  margin-top: -76px;
  z-index: 1; }
  .hero .band-title {
    display: block;
    position: absolute;
    height: 85px;
    width: 100%;
    content: '';
    background: none;
    background-image: url("../images/img_bkg_hero.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    z-index: 20;
    pointer-events: none; }
    @media (max-width: 899px) {
      .hero .band-title {
        height: 62px; } }
  .hero .zone {
    display: block;
    position: relative;
    width: 100%;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .hero .zone .feature-wrap {
      display: block;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      margin: 0px;
      background: #002855;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .hero .zone .feature-wrap .hero-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 20;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 50%;
        background: none; }
        .hero .zone .feature-wrap .hero-arrow:active {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow:active:hover {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow:focus {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow:focus:hover {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow:focus-within {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow:hover {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow.active {
          opacity: .8;
          cursor: pointer; }
        .hero .zone .feature-wrap .hero-arrow .fa {
          padding: 10px; }
        .hero .zone .feature-wrap .hero-arrow svg {
          font-size: calc((1.9 * 1vw) + (1.9 * 1vh) + (10px));
          color: white; }
          @media (min-width: 1200px) {
            .hero .zone .feature-wrap .hero-arrow svg {
              font-size: 50px; } }
        @media (max-width: 599px) {
          .hero .zone .feature-wrap .hero-arrow {
            z-index: -1; } }
      .hero .zone .feature-wrap .hero-prev {
        left: 35px; }
        @media (max-width: 1100px) {
          .hero .zone .feature-wrap .hero-prev {
            left: 20px; } }
      .hero .zone .feature-wrap .hero-next {
        right: 35px; }
        @media (max-width: 1100px) {
          .hero .zone .feature-wrap .hero-next {
            right: 20px; } }
      .hero .zone .feature-wrap .slick-dots {
        bottom: 14px; }
        .hero .zone .feature-wrap .slick-dots li button {
          height: 20px;
          width: 20px;
          border-radius: 50%;
          background: #002855;
          color: #000;
          -webkit-box-shadow: 0px 6px 0px 0px #002855;
                  box-shadow: 0px 6px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button:active {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button:active:hover {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button:focus {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button:focus:hover {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button:focus-within {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button:hover {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li button.active {
            background: #001c3c;
            -webkit-box-shadow: 0px 0px 0px 0px #002855;
                    box-shadow: 0px 0px 0px 0px #002855; }
        .hero .zone .feature-wrap .slick-dots li button::before {
          content: ''; }
        .hero .zone .feature-wrap .slick-dots li.slick-active button::before {
          background: #fff;
          border-radius: 50%;
          opacity: 1;
          -webkit-box-shadow: 0px 6px 0px 0px #002855;
                  box-shadow: 0px 6px 0px 0px #002855; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before:active {
            background: #fff; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before:active:hover {
            background: #fff; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before:focus {
            background: #fff; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before:focus:hover {
            background: #fff; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before:focus-within {
            background: #fff; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before:hover {
            background: #fff; }
          .hero .zone .feature-wrap .slick-dots li.slick-active button::before.active {
            background: #fff; }
      .hero .zone .feature-wrap .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (max-width: 599px) {
          .hero .zone .feature-wrap .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -ms-flex-line-pack: start;
                align-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
      .hero .zone .feature-wrap .feature-text {
        width: 100%; }
        .hero .zone .feature-wrap .feature-text h1 {
          font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px));
          color: #002855;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-weight: 700;
          margin: 0em; }
          @media (min-width: 1200px) {
            .hero .zone .feature-wrap .feature-text h1 {
              font-size: 60px; } }
        .hero .zone .feature-wrap .feature-text h2 {
          font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px));
          color: #002855;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-weight: 700;
          margin: 0em;
          margin: 0 0 .5em; }
          @media (min-width: 1200px) {
            .hero .zone .feature-wrap .feature-text h2 {
              font-size: 60px; } }
        .hero .zone .feature-wrap .feature-text h1,
        .hero .zone .feature-wrap .feature-text h2,
        .hero .zone .feature-wrap .feature-text h3,
        .hero .zone .feature-wrap .feature-text h4,
        .hero .zone .feature-wrap .feature-text h5,
        .hero .zone .feature-wrap .feature-text h6,
        .hero .zone .feature-wrap .feature-text p {
          text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
          color: white;
          margin: 0 0 .5em;
          line-height: 1;
          text-align: left; }
          @media (max-width: 599px) {
            .hero .zone .feature-wrap .feature-text h1,
            .hero .zone .feature-wrap .feature-text h2,
            .hero .zone .feature-wrap .feature-text h3,
            .hero .zone .feature-wrap .feature-text h4,
            .hero .zone .feature-wrap .feature-text h5,
            .hero .zone .feature-wrap .feature-text h6,
            .hero .zone .feature-wrap .feature-text p {
              line-height: 1.25; } }
      .hero .zone .feature-wrap .feature-cta a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        color: white;
        font-weight: 300; }
        @media (min-width: 1200px) {
          .hero .zone .feature-wrap .feature-cta a {
            font-size: 20px; } }
        .hero .zone .feature-wrap .feature-cta a svg {
          margin-left: .25em; }
        .hero .zone .feature-wrap .feature-cta a:active {
          color: rgba(255, 255, 255, 0.8); }
        .hero .zone .feature-wrap .feature-cta a:active:hover {
          color: rgba(255, 255, 255, 0.8); }
        .hero .zone .feature-wrap .feature-cta a:focus {
          color: rgba(255, 255, 255, 0.8); }
        .hero .zone .feature-wrap .feature-cta a:focus:hover {
          color: rgba(255, 255, 255, 0.8); }
        .hero .zone .feature-wrap .feature-cta a:focus-within {
          color: rgba(255, 255, 255, 0.8); }
        .hero .zone .feature-wrap .feature-cta a:hover {
          color: rgba(255, 255, 255, 0.8); }
        .hero .zone .feature-wrap .feature-cta a.active {
          color: rgba(255, 255, 255, 0.8); }
      .hero .zone .feature-wrap .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: calc(35.5vh + 35.5vw - 183px);
        z-index: 1;
        overflow: hidden; }
        @media (max-width: 599px) {
          .hero .zone .feature-wrap .feature .feature-image {
            position: relative;
            display: block;
            width: auto;
            height: 55vw; } }
        .hero .zone .feature-wrap .feature .feature-content {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          height: 100%;
          margin: 0px;
          padding-top: 1.75em;
          padding-bottom: 1.75em;
          padding-left: calc(30vw + 24vh - 250px);
          padding-right: calc(30vw + 24vh - 250px);
          background: rgba(0, 0, 0, 0.55);
          z-index: 5; }
          .hero .zone .feature-wrap .feature .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .hero .zone .feature-wrap .feature .feature-content .feature-text h1 {
              margin: 0 0 .5em;
              text-align: center; }
              @media (max-width: 1199px) {
                .hero .zone .feature-wrap .feature .feature-content .feature-text h1 {
                  margin: 0 0 .25em; } }
            .hero .zone .feature-wrap .feature .feature-content .feature-text h2 {
              margin: 0 0 .5em;
              text-align: center; }
              @media (max-width: 1199px) {
                .hero .zone .feature-wrap .feature .feature-content .feature-text h2 {
                  margin: 0 0 .75em; } }
          .hero .zone .feature-wrap .feature .feature-content .feature-cta {
            display: block;
            margin-bottom: 0px; }
            .hero .zone .feature-wrap .feature .feature-content .feature-cta a {
              padding: 0 0;
              text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
              .hero .zone .feature-wrap .feature .feature-content .feature-cta a svg {
                margin-left: .25em; }
          @media (max-width: 599px) {
            .hero .zone .feature-wrap .feature .feature-content {
              width: 100%;
              margin: 0px;
              background: #002855;
              padding: 15px 20px 17vw 20px; } }
        @media (max-width: 899px) {
          .hero .zone .feature-wrap .feature {
            height: calc(42vh + 42vw - 183px); } }
        @media (max-width: 599px) {
          .hero .zone .feature-wrap .feature {
            height: auto; } }
  @media (max-width: 899px) {
    .hero {
      margin-top: -57px; } }

/*
//------------------------------------------------------------  PROMOS ----//
*/
.promos {
  background: #fff;
  padding: 1.6em 35px .5em; }
  .promos .zone {
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .promos .zone .feature-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .promos .zone .feature-wrap .feature-text h3 {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .promos .zone .feature-wrap .feature-text h3 {
            font-size: 24px; } }
      .promos .zone .feature-wrap .feature-cta a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        font-weight: 300;
        color: #002855; }
        @media (min-width: 1200px) {
          .promos .zone .feature-wrap .feature-cta a {
            font-size: 20px; } }
        .promos .zone .feature-wrap .feature-cta a svg {
          margin-left: .25em; }
      .promos .zone .feature-wrap .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 33.333%;
        margin: 1em .5em;
        background: none; }
        .promos .zone .feature-wrap .feature:active .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature:active .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature:active .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .promos .zone .feature-wrap .feature:active:hover .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature:active:hover .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature:active:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .promos .zone .feature-wrap .feature:focus .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature:focus .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature:focus .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .promos .zone .feature-wrap .feature:focus:hover .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature:focus:hover .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature:focus:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .promos .zone .feature-wrap .feature:focus-within .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature:focus-within .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature:focus-within .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .promos .zone .feature-wrap .feature:hover .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature:hover .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .promos .zone .feature-wrap .feature.active .feature-image {
          opacity: .7; }
        .promos .zone .feature-wrap .feature.active .feature-text {
          opacity: .8; }
        .promos .zone .feature-wrap .feature.active .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        @media (max-width: 899px) {
          .promos .zone .feature-wrap .feature:nth-of-type(2) {
            margin: .5em 0px; } }
        .promos .zone .feature-wrap .feature:nth-of-type(4) {
          margin: 1em 0em 1em .5em; }
          @media (max-width: 899px) {
            .promos .zone .feature-wrap .feature:nth-of-type(4) {
              margin: .5em 0px; } }
        .promos .zone .feature-wrap .feature .feature-image {
          display: block;
          width: 100%;
          height: 16vw;
          border-radius: 5px;
          background: #fff; }
          @media (max-width: 899px) {
            .promos .zone .feature-wrap .feature .feature-image {
              height: 40vw; } }
          @media (max-width: 399px) {
            .promos .zone .feature-wrap .feature .feature-image {
              height: 50vw; } }
        .promos .zone .feature-wrap .feature .feature-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: .75em 0em; }
          .promos .zone .feature-wrap .feature .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            text-align: left; }
            .promos .zone .feature-wrap .feature .feature-content .feature-text h3 {
              width: 100%;
              margin-bottom: .2em;
              line-height: 1.15; }
            .promos .zone .feature-wrap .feature .feature-content .feature-text h4 {
              display: none; }
          .promos .zone .feature-wrap .feature .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            width: 100%;
            text-align: left; }
            .promos .zone .feature-wrap .feature .feature-content .feature-cta a span {
              font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); }
              @media (min-width: 1200px) {
                .promos .zone .feature-wrap .feature .feature-content .feature-cta a span {
                  font-size: 24px; } }
            .promos .zone .feature-wrap .feature .feature-content .feature-cta a svg {
              margin-left: .25em; }
        @media (max-width: 899px) {
          .promos .zone .feature-wrap .feature {
            width: 100%;
            margin: .5em 0px; } }
      @media (max-width: 899px) {
        .promos .zone .feature-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (max-width: 1100px) {
    .promos {
      padding: 1.6em 20px .5em; } }

/*
//------------------------------------------------------------  FOOT ----//
*/
.foot .zone1 {
  display: block;
  position: relative;
  overflow: hidden;
  /* - FEATURE WRAP FEATUREWRAPNAME - */
  /* - END FEATUREWRAPNAME - */ }
  .foot .zone1 .feature-wrap {
    /* - FONT APPEARANCE - */
    /* - END FONT APPEARANCE - */ }
    .foot .zone1 .feature-wrap .feature .feature-image {
      display: block;
      position: relative;
      background: #fff;
      height: 76px;
      padding: 0px;
      margin: 0px;
      overflow: hidden; }
      .foot .zone1 .feature-wrap .feature .feature-image img {
        width: 100vw;
        height: 76px; }
        @media (max-width: 899px) {
          .foot .zone1 .feature-wrap .feature .feature-image img {
            height: 56px; } }
      @media (max-width: 899px) {
        .foot .zone1 .feature-wrap .feature .feature-image {
          height: 56px; } }

.foot .zone2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .7em 27px .2em;
  /* - FEATURE WRAP LEFT - */
  /* - END LEFT - */
  /* - FEATURE WRAP RIGHT - */
  /* - END RIGHT - */ }
  .foot .zone2 .feature-wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0em 0px .7em 0px;
    /* - FONT APPEARANCE - */
    /* - END FONT APPEARANCE - */ }
    .foot .zone2 .feature-wrap1 .feature-cta a {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #002855;
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-weight: 300;
      margin: 0em;
      color: white; }
      @media (min-width: 1200px) {
        .foot .zone2 .feature-wrap1 .feature-cta a {
          font-size: 18px; } }
      .foot .zone2 .feature-wrap1 .feature-cta a:active {
        color: rgba(255, 255, 255, 0.8); }
      .foot .zone2 .feature-wrap1 .feature-cta a:active:hover {
        color: rgba(255, 255, 255, 0.8); }
      .foot .zone2 .feature-wrap1 .feature-cta a:focus {
        color: rgba(255, 255, 255, 0.8); }
      .foot .zone2 .feature-wrap1 .feature-cta a:focus:hover {
        color: rgba(255, 255, 255, 0.8); }
      .foot .zone2 .feature-wrap1 .feature-cta a:focus-within {
        color: rgba(255, 255, 255, 0.8); }
      .foot .zone2 .feature-wrap1 .feature-cta a:hover {
        color: rgba(255, 255, 255, 0.8); }
      .foot .zone2 .feature-wrap1 .feature-cta a.active {
        color: rgba(255, 255, 255, 0.8); }
    .foot .zone2 .feature-wrap1 .feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto; }
      .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        color: #fff;
        background: rgba(0, 0, 0, 0); }
        .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a {
          padding: 2px 12px;
          background: rgba(0, 0, 0, 0); }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a:active img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a:active:hover img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a:focus img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a:focus:hover img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a:focus-within img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a:hover img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a.active img {
            opacity: 1; }
          .foot .zone2 .feature-wrap1 .feature .feature-content .feature-cta a img {
            height: .75em;
            opacity: .65;
            margin-right: .2em; }
    @media (max-width: 599px) {
      .foot .zone2 .feature-wrap1 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .foot .zone2 .feature-wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0em 0px .7em 0px;
    /* - FONT APPEARANCE - */
    /* - END FONT APPEARANCE - */ }
    .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a {
        font-size: 34px;
        color: white;
        padding: 2px 8px; }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a:active {
          color: rgba(255, 255, 255, 0.8); }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a:active:hover {
          color: rgba(255, 255, 255, 0.8); }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a:focus {
          color: rgba(255, 255, 255, 0.8); }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a:focus:hover {
          color: rgba(255, 255, 255, 0.8); }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a:focus-within {
          color: rgba(255, 255, 255, 0.8); }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a:hover {
          color: rgba(255, 255, 255, 0.8); }
        .foot .zone2 .feature-wrap2 .feature1 .feature-content .feature-cta a.active {
          color: rgba(255, 255, 255, 0.8); }
    .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a {
        padding: 2px 8px;
        opacity: .4; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a img {
          height: 38px; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a:active {
          opacity: .6; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a:active:hover {
          opacity: .6; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a:focus {
          opacity: .6; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a:focus:hover {
          opacity: .6; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a:focus-within {
          opacity: .6; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a:hover {
          opacity: .6; }
        .foot .zone2 .feature-wrap2 .feature2 .feature-content .feature-cta a.active {
          opacity: .6; }
  @media (max-width: 1100px) {
    .foot .zone2 {
      padding: .5em 12px 0em; } }
  @media (max-width: 599px) {
    .foot .zone2 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media (min-width: 1100px) {
  #nav-panel-mobile {
    display: none; } }

@media (max-width: 1100px) {
  div#nav-panel-1 {
    display: none; } }

/*
//////----------------------------------------------------------------------  SEARCH  --------------------//////
*/
.search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0px .25em 0px 0px; }
  .search-group:active {
    margin: 0px .25em 0px .5em; }
    .search-group:active > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group:active > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group:active > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group:active > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group:active {
        margin: 0px .25em 0px 0px; } }
  .search-group:active:hover {
    margin: 0px .25em 0px .5em; }
    .search-group:active:hover > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group:active:hover > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group:active:hover > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group:active:hover > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group:active:hover {
        margin: 0px .25em 0px 0px; } }
  .search-group:focus {
    margin: 0px .25em 0px .5em; }
    .search-group:focus > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group:focus > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group:focus > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group:focus > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group:focus {
        margin: 0px .25em 0px 0px; } }
  .search-group:focus:hover {
    margin: 0px .25em 0px .5em; }
    .search-group:focus:hover > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group:focus:hover > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group:focus:hover > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group:focus:hover > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group:focus:hover {
        margin: 0px .25em 0px 0px; } }
  .search-group:focus-within {
    margin: 0px .25em 0px .5em; }
    .search-group:focus-within > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group:focus-within > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group:focus-within > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group:focus-within > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group:focus-within {
        margin: 0px .25em 0px 0px; } }
  .search-group:hover {
    margin: 0px .25em 0px .5em; }
    .search-group:hover > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group:hover > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group:hover > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group:hover > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group:hover {
        margin: 0px .25em 0px 0px; } }
  .search-group.active {
    margin: 0px .25em 0px .5em; }
    .search-group.active > .search-input-group {
      border: none;
      margin: 0px; }
      .search-group.active > .search-input-group .search-input {
        width: 140px;
        padding: 4px 0 0 10px;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        opacity: 1; }
        @media (max-width: 1199px) {
          .search-group.active > .search-input-group .search-input {
            padding: 0px;
            width: 0px; } }
      @media (max-width: 1199px) {
        .search-group.active > .search-input-group {
          width: 0px; } }
    @media (max-width: 1199px) {
      .search-group.active {
        margin: 0px .25em 0px 0px; } }
  .search-group .search-input-group {
    font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: right;
    right: 0px;
    background: white;
    border: rgba(0, 40, 85, 0.4);
    border-radius: 5px; }
    @media (min-width: 1200px) {
      .search-group .search-input-group {
        font-size: 16px; } }
    .search-group .search-input-group .search-input {
      font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
      display: inline-block;
      height: 38px;
      width: 0px;
      padding: 0;
      color: #002855;
      font-weight: 400;
      background: rgba(255, 255, 255, 0);
      opacity: 0;
      -webkit-transition: .8s;
      -o-transition: .8s;
      transition: .8s; }
      @media (min-width: 1200px) {
        .search-group .search-input-group .search-input {
          font-size: 16px; } }
      @media (max-width: 1199px) {
        .search-group .search-input-group .search-input {
          display: none; } }
    @media (max-width: 1199px) {
      .search-group .search-input-group {
        display: none; } }
  .search-group .search-btn {
    font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
    color: #002855;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: white;
    height: 40px;
    padding: 0px 12px;
    margin: 0px;
    border-radius: 5px; }
    @media (min-width: 1200px) {
      .search-group .search-btn {
        font-size: 18px; } }
    .search-group .search-btn:active {
      color: #966c1c; }
    .search-group .search-btn:active:hover {
      color: #966c1c; }
    .search-group .search-btn:focus {
      color: #966c1c; }
    .search-group .search-btn:focus:hover {
      color: #966c1c; }
    .search-group .search-btn:focus-within {
      color: #966c1c; }
    .search-group .search-btn:hover {
      color: #966c1c; }
    .search-group .search-btn.active {
      color: #966c1c; }
    @media (max-width: 899px) {
      .search-group .search-btn {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); } }
  @media (max-width: 899px) and (min-width: 1200px) {
    .search-group .search-btn {
      font-size: 24px; } }

/*
//////----------------------------------------------------------------------  LOGIN  --------------------//////
*/
.loginWrap {
  position: absolute;
  right: 0;
  top: 110%;
  z-index: 10; }

.loginBox {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0;
  left: 0;
  opacity: 0;
  padding-bottom: 0;
  position: relative;
  -webkit-transition: opacity 0.5s 0.2s ease, visibility 0.5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease, visibility 0.5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, visibility 0.5s 0.2s ease;
  visibility: hidden;
  z-index: 10; }
  .loginBox.open {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .loginBox li {
    padding: 10px 30px; }

.loginOB {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #000;
  border-radius: 3px;
  display: block;
  max-width: 100vw;
  padding: 35px 45px 0;
  text-align: left;
  width: 360px; }
  .loginOB h2 {
    color: #000;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left; }
    .loginOB h2 img {
      float: right; }
    @media (max-width: 550px) {
      .loginOB h2 {
        font-size: 20px; } }
  #back .loginOB {
    display: none; }
  .loginOB .btnOB {
    background: none;
    border: 2px solid #966c1c;
    color: #966c1c;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    height: 42px;
    line-height: 41px;
    margin-top: 6px;
    padding: 0 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .loginOB .btnOB:active {
      background-color: #fff; }
    .loginOB .btnOB:active:hover {
      background-color: #fff; }
    .loginOB .btnOB:focus {
      background-color: #fff; }
    .loginOB .btnOB:focus:hover {
      background-color: #fff; }
    .loginOB .btnOB:focus-within {
      background-color: #fff; }
    .loginOB .btnOB:hover {
      background-color: #fff; }
    .loginOB .btnOB.active {
      background-color: #fff; }
  .loginOB .loginLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-top: 1px solid #55a5ff;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 10px;
    padding-top: 12px;
    text-align: left;
    vertical-align: middle;
    width: 100%; }
    .loginOB .loginLinks a,
    .loginOB .loginLinks button {
      background: none;
      border: 2px solid #55a5ff;
      border-radius: 3px;
      color: #002855;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-size: 14px;
      font-weight: 600;
      padding: 9px 5px;
      text-decoration: none;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      width: auto; }
      .loginOB .loginLinks a:active,
      .loginOB .loginLinks button:active {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a:active:hover,
      .loginOB .loginLinks button:active:hover {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a:focus,
      .loginOB .loginLinks button:focus {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a:focus:hover,
      .loginOB .loginLinks button:focus:hover {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a:focus-within,
      .loginOB .loginLinks button:focus-within {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a:hover,
      .loginOB .loginLinks button:hover {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a.active,
      .loginOB .loginLinks button.active {
        background-color: #fff;
        color: #966c1c;
        text-decoration: none; }
      .loginOB .loginLinks a.newUser,
      .loginOB .loginLinks button.newUser {
        margin-right: 16px; }
      @media (max-width: 550px) {
        .loginOB .loginLinks a,
        .loginOB .loginLinks button {
          font-size: 12px; } }
    @media (max-width: 550px) {
      .loginOB .loginLinks {
        margin: 15px 0; } }
  .loginOB form {
    margin: 0 auto 15px;
    text-align: left; }
    .loginOB form label {
      display: none; }
    .loginOB form a {
      color: #fff;
      font-size: 17px;
      padding: 6px;
      text-decoration: underline; }
      .loginOB form a:active {
        background: #966c1c;
        color: #002855; }
      .loginOB form a:active:hover {
        background: #966c1c;
        color: #002855; }
      .loginOB form a:focus {
        background: #966c1c;
        color: #002855; }
      .loginOB form a:focus:hover {
        background: #966c1c;
        color: #002855; }
      .loginOB form a:focus-within {
        background: #966c1c;
        color: #002855; }
      .loginOB form a:hover {
        background: #966c1c;
        color: #002855; }
      .loginOB form a.active {
        background: #966c1c;
        color: #002855; }
      @media (max-width: 550px) {
        .loginOB form a {
          font-size: 15px; } }
  .loginOB .form-control {
    background: #fff;
    border: 1px solid #55a5ff;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #002855;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 10px;
    width: 100%; }
  .loginOB .form-control::-webkit-input-placeholder {
    color: #0064d5;
    font-size: 17px;
    opacity: 1; }
  .loginOB .form-control::-moz-placeholder {
    color: #0064d5;
    font-size: 17px;
    opacity: 1; }
  .loginOB .form-control:-ms-input-placeholder {
    color: #0064d5;
    font-size: 17px;
    opacity: 1; }
  .loginOB .form-control::-ms-input-placeholder {
    color: #0064d5;
    font-size: 17px;
    opacity: 1; }
  .loginOB .form-control::placeholder {
    color: #0064d5;
    font-size: 17px;
    opacity: 1; }
  .loginOB .form-group {
    display: block;
    margin: 0 0 12px;
    padding: 0; }
    @media (max-width: 515px) {
      .loginOB .form-group {
        left: -10px; } }

/*
//------------------------------------------------------------  ALERT ----//
*/
.alert {
  /* - ALERT PANEL - */ }
  .alert .zone1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: auto;
    width: 330px;
    z-index: 10;
    /* - FEATURE WRAP - ALERT PANEL TOP - */
    /* - END FEATURE WRAP - ALERT PANEL TOP - */
    /* - FEATURE WRAP - ALERT PANEL MESSAGE - */
    /* - END FEATURE WRAP - ALERT PANEL MESSAGE - */ }
    .alert .zone1 .feature-wrap1 {
      background: #002855;
      width: 330px;
      max-width: 90%;
      padding: 0px 17px;
      border-radius: 0px;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .alert .zone1 .feature-wrap1 .feature-text h3 {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .alert .zone1 .feature-wrap1 .feature-text h3 {
            font-size: 20px; } }
      .alert .zone1 .feature-wrap1 .feature-cta a {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .alert .zone1 .feature-wrap1 .feature-cta a {
            font-size: 24px; } }
        .alert .zone1 .feature-wrap1 .feature-cta a:active {
          color: rgba(255, 255, 255, 0.7); }
        .alert .zone1 .feature-wrap1 .feature-cta a:active:hover {
          color: rgba(255, 255, 255, 0.7); }
        .alert .zone1 .feature-wrap1 .feature-cta a:focus {
          color: rgba(255, 255, 255, 0.7); }
        .alert .zone1 .feature-wrap1 .feature-cta a:focus:hover {
          color: rgba(255, 255, 255, 0.7); }
        .alert .zone1 .feature-wrap1 .feature-cta a:focus-within {
          color: rgba(255, 255, 255, 0.7); }
        .alert .zone1 .feature-wrap1 .feature-cta a:hover {
          color: rgba(255, 255, 255, 0.7); }
        .alert .zone1 .feature-wrap1 .feature-cta a.active {
          color: rgba(255, 255, 255, 0.7); }
      .alert .zone1 .feature-wrap1 .feature {
        width: 100%; }
        .alert .zone1 .feature-wrap1 .feature .feature-content {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .alert .zone1 .feature-wrap1 .feature .feature-content .feature-text {
            display: block; }
            .alert .zone1 .feature-wrap1 .feature .feature-content .feature-text h4 {
              display: none; }
          .alert .zone1 .feature-wrap1 .feature .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -ms-flex-positive: 0;
                flex-grow: 0;
            width: auto;
            padding: .75em 0em; }
    .alert .zone1 .feature-wrap2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #002855;
      width: 330px;
      max-width: 90%;
      padding: 0px 17px 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
              box-shadow: none;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .alert .zone1 .feature-wrap2 .feature-text h3 {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .alert .zone1 .feature-wrap2 .feature-text h3 {
            font-size: 24px; } }
      .alert .zone1 .feature-wrap2 .feature-text h4 {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .alert .zone1 .feature-wrap2 .feature-text h4 {
            font-size: 18px; } }
      .alert .zone1 .feature-wrap2 .feature-cta a {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin: 0em;
        color: white; }
        @media (min-width: 1200px) {
          .alert .zone1 .feature-wrap2 .feature-cta a {
            font-size: 18px; } }
      .alert .zone1 .feature-wrap2 .feature .feature-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .alert .zone1 .feature-wrap2 .feature .feature-content .feature-text {
          display: block; }
          .alert .zone1 .feature-wrap2 .feature .feature-content .feature-text h3 {
            margin: 0em 0em .5em;
            line-height: 1; }
          .alert .zone1 .feature-wrap2 .feature .feature-content .feature-text h4 {
            margin: 0em;
            font-weight: 400; }
        .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta {
          display: block; }
          .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a {
            font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
            display: inline-block;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            background: #966c1c;
            color: #fff;
            font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
            font-weight: 600;
            line-height: 1.15;
            margin: 0em 1em 1.5em 0em;
            padding: 9px 22px;
            width: auto;
            text-align: center;
            text-decoration: none !important;
            margin: 1em 0em 1.5em;
            width: 100%;
            text-transform: uppercase; }
            @media (min-width: 1200px) {
              .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a {
                font-size: 18px; } }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:active {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:active:hover {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:focus {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:focus:hover {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:focus-within {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:hover {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a.active {
              background: #6b4d14;
              color: #fff; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:active {
              background: #815d18; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:active:hover {
              background: #815d18; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:focus {
              background: #815d18; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:focus:hover {
              background: #815d18; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:focus-within {
              background: #815d18; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a:hover {
              background: #815d18; }
            .alert .zone1 .feature-wrap2 .feature .feature-content .feature-cta a.active {
              background: #815d18; }
  .alert:not(.panel-pop) {
    width: 100%; }
    .alert:not(.panel-pop) .zone {
      width: 100%; }
      .alert:not(.panel-pop) .zone .feature-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0 35px; }
        .alert:not(.panel-pop) .zone .feature-wrap .feature .feature-text {
          width: 100%; }
        .alert:not(.panel-pop) .zone .feature-wrap .feature .feature-cta {
          margin: 0;
          margin-right: auto; }
  .alert.alert-level-one .zone .feature-wrap {
    background: #002855; }
  .alert.alert-level-two .zone .feature-wrap {
    background: #966c1c; }
    .alert.alert-level-two .zone .feature-wrap.feature-wrap2 .feature-cta a {
      background: #002855; }
  .alert.alert-level-three .zone .feature-wrap {
    background: #c73233; }

/*
//////----------------------------------------------------------------------  MENU  --------------------//////
*/
.hamburger {
  border-radius: 3px;
  display: inline-block;
  width: 23px; }
  .hamburger span {
    background: #966c1c;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 3px 0 0;
    width: 100%; }

.nav-item {
  position: relative; }

.animated.fadeIn,
.animated.fadeOut {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

.another {
  background: #002855;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  margin: 0;
  right: 0;
  z-index: 5; }
  .another.open {
    display: block; }

.another1 {
  background: #002855;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  margin: 0;
  right: 0;
  z-index: 5; }
  .another1.open {
    display: block; }

.another2 {
  background: #002855;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  margin: 0;
  right: 0;
  z-index: 5; }
  .another2.open {
    display: block; }

.sub-menu {
  background: #002855;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  margin: 0;
  right: 0;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  display: block;
  font-size: 19px;
  left: -300%;
  padding: 10% 0;
  position: absolute;
  right: auto;
  top: 127px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 1100px;
  z-index: 5; }
  @media (max-width: 1799px) {
    .sub-menu {
      left: -279px;
      top: 106px;
      width: 892px; } }
  @media (max-width: 1199px) {
    .sub-menu {
      display: none !important; } }
  .sub-menu.open {
    display: block; }
  .sub-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0; }
    @media (max-width: 992px) and (max-width: 1169px) {
      .sub-menu ul {
        float: left;
        width: 100%; } }
  .sub-menu li {
    display: block;
    font-size: 24px;
    height: auto;
    line-height: normal;
    margin: 15px 0;
    padding: 4px 20px;
    text-align: left; }
    @media (max-width: 1799px) {
      .sub-menu li {
        font-size: 19px; } }
    .sub-menu li:active {
      background: #001c3c; }
      .sub-menu li:active a {
        color: white;
        text-decoration: none; }
    .sub-menu li:active:hover {
      background: #001c3c; }
      .sub-menu li:active:hover a {
        color: white;
        text-decoration: none; }
    .sub-menu li:focus {
      background: #001c3c; }
      .sub-menu li:focus a {
        color: white;
        text-decoration: none; }
    .sub-menu li:focus:hover {
      background: #001c3c; }
      .sub-menu li:focus:hover a {
        color: white;
        text-decoration: none; }
    .sub-menu li:focus-within {
      background: #001c3c; }
      .sub-menu li:focus-within a {
        color: white;
        text-decoration: none; }
    .sub-menu li:hover {
      background: #001c3c; }
      .sub-menu li:hover a {
        color: white;
        text-decoration: none; }
    .sub-menu li.active {
      background: #001c3c; }
      .sub-menu li.active a {
        color: white;
        text-decoration: none; }
    .sub-menu li.levelTwo {
      font-size: 19px;
      font-weight: 300;
      margin: 0 0 15px;
      padding: 4px 20px 4px 35px; }
      @media (max-width: 1799px) {
        .sub-menu li.levelTwo {
          font-size: 17px;
          margin: 0 0 10px; } }
    .sub-menu li a {
      color: #fff; }
  .sub-menu .sub-nav-group {
    display: inline-block;
    width: 100%; }
  .sub-menu[class*='fadeIn'] {
    z-index: 5; }
  .sub-menu:not([class*='fadeIn']) {
    visibility: hidden; }
  @media (max-width: 1400px) {
    .sub-menu {
      top: 126px; } }

.nav-column {
  display: inline-block;
  margin: 0 3% 0 0;
  text-align: left;
  vertical-align: top; }
  .nav-column.nav-column1 {
    width: 20%; }
  .nav-column ul {
    display: inline-block;
    margin: 0 auto;
    padding-left: 0; }

/*
//////----------------------------------------------------------------------  PRESENTATION BACK  --------------------//////
*/
/*
//------------------------------------------------------------  HEADERBACK ----//
*/
.headerback {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  margin-top: -78px;
  z-index: 1; }
  .headerback .band-title {
    display: block;
    position: absolute;
    height: 85px;
    width: 100%;
    content: '';
    background: none;
    bottom: 0;
    z-index: 20;
    pointer-events: none; }
    .headerback .band-title h2, .headerback .band-title h3 {
      display: none; }
    @media (max-width: 899px) {
      .headerback .band-title {
        height: 62px; } }
  .headerback .zone {
    display: block;
    position: relative;
    width: 100%;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .headerback .zone .feature-wrap {
      display: block;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      margin: 0px;
      background: #fff;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .headerback .zone .feature-wrap .feature-text h1 {
        font-size: calc((1.9 * 1vw) + (1.9 * 1vh) + (10px));
        color: #966c1c;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        text-shadow: 0px 0px 30px rgba(0, 0, 0, 0);
        color: #966c1c;
        margin: 0 0 .5em;
        line-height: 1;
        text-align: left; }
        @media (min-width: 1200px) {
          .headerback .zone .feature-wrap .feature-text h1 {
            font-size: 50px; } }
        @media (max-width: 599px) {
          .headerback .zone .feature-wrap .feature-text h1 {
            font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
            color: #002855;
            font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
            font-weight: 700;
            margin: 0em;
            line-height: 1.25;
            color: #966c1c; } }
  @media (max-width: 599px) and (min-width: 1200px) {
    .headerback .zone .feature-wrap .feature-text h1 {
      font-size: 40px; } }
      .headerback .zone .feature-wrap .feature-cta1 a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 500;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .headerback .zone .feature-wrap .feature-cta1 a {
            font-size: 20px; } }
      .headerback .zone .feature-wrap .feature-cta2 a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .headerback .zone .feature-wrap .feature-cta2 a {
            font-size: 20px; } }
      .headerback .zone .feature-wrap .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        min-height: auto;
        max-height: auto;
        z-index: 1;
        overflow: hidden; }
        @media (max-width: 599px) {
          .headerback .zone .feature-wrap .feature .feature-image {
            position: relative;
            display: block;
            width: auto;
            height: 55vw; } }
        .headerback .zone .feature-wrap .feature .feature-content {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
          height: 100%;
          margin: 0px;
          padding-top: 4.75em;
          padding-bottom: 1em;
          padding-left: 35px;
          padding-right: 35px;
          background: rgba(255, 255, 255, 0);
          z-index: 5; }
          .headerback .zone .feature-wrap .feature .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            max-width: 660px; }
            .headerback .zone .feature-wrap .feature .feature-content .feature-text h1 {
              margin: 0 0 0em;
              text-align: center; }
              @media (max-width: 1199px) {
                .headerback .zone .feature-wrap .feature .feature-content .feature-text h1 {
                  margin: 0 0 .25em; } }
          .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            width: 100%;
            text-decoration: none;
            font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
            color: #002855;
            font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
            font-weight: 500;
            margin: 0em;
            color: #002855; }
            @media (min-width: 1200px) {
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 {
                font-size: 20px; } }
            .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a {
              padding: .2em .85em;
              text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:active {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:active:hover {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:focus {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:focus:hover {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:focus-within {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:hover {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a.active {
                color: #002855;
                text-decoration: none; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta1 a:first-of-type {
                padding-left: 0px; }
          .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            width: 100%;
            text-decoration: none;
            color: #002855;
            margin: .2em 0em 1.3em .85em;
            padding: .2em; }
            .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select {
              font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
              color: #002855;
              font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
              font-weight: 500;
              margin: 0em;
              color: #002855;
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              outline: 0;
              -webkit-box-shadow: none;
                      box-shadow: none;
              border: 0 !important;
              background: #fff;
              background-image: none;
              font-weight: 600;
              cursor: pointer;
              width: 8.25em; }
              @media (min-width: 1200px) {
                .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select {
                  font-size: 20px; } }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select:active {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select:active:hover {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select:focus {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select:focus:hover {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select:focus-within {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select:hover {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select.active {
                color: #002855;
                text-decoration: underline; }
            .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 select::-ms-expand {
              display: none; }
            .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a {
              margin: .2em .85em 1.3em;
              padding: .2em; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a:active {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a:active:hover {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a:focus {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a:focus:hover {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a:focus-within {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a:hover {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a.active {
                color: #002855;
                text-decoration: underline; }
              .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a svg, .headerback .zone .feature-wrap .feature .feature-content .feature-cta2 a span {
                margin-left: .5em; }
          .headerback .zone .feature-wrap .feature .feature-content .feature-cta2::after {
            font-family: 'Font Awesome 5 Free';
            content: '\f0d7';
            font-weight: 900;
            -webkit-font-feature-settings: "liga";
                    font-feature-settings: "liga";
            color: #002855;
            position: relative;
            top: 0;
            right: 0;
            padding: 0 0em;
            background: none;
            cursor: pointer;
            pointer-events: none;
            -webkit-transition: .25s all ease;
            -o-transition: .25s all ease;
            transition: .25s all ease; }
          @media (max-width: 599px) {
            .headerback .zone .feature-wrap .feature .feature-content {
              width: 100%;
              margin: 0px;
              padding-left: 25px;
              padding-right: 25px; } }
  @media (max-width: 899px) {
    .headerback {
      margin-top: -58px; } }

/*
//------------------------------------------------------------  CONTENT BACK ----//
*/
.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 70px 60px;
  background: #fff; }
  .page-content.band-blog-content .col-main :first-child {
    margin-top: 0px; }
  .page-content .col-main {
    display: block;
    padding: 0px;
    width: 100%;
    max-width: 1174px;
    text-align: left; }
    .page-content .col-main h2 {
      margin-top: .75em; }
    .page-content .col-main section {
      padding-top: .75em;
      padding-bottom: 1.25em;
      border-bottom: 1px solid #002855; }
    .page-content .col-main a {
      text-decoration: underline; }
  .page-content .section-index {
    margin-bottom: 40px; }
    .page-content .section-index h1 {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
      width: 100%;
      margin-top: 0; }
    .page-content .section-index h2 {
      display: block;
      margin: 0;
      width: 100%;
      margin-top: 0; }
      .page-content .section-index h2 a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        font-size: calc((0.8296 * 1vw) + (0.8296 * 1vh) + (10px));
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        display: block;
        padding: .5em;
        text-decoration: none;
        width: 100%; }
        @media (min-width: 1200px) {
          .page-content .section-index h2 a {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .page-content .section-index h2 a {
            font-size: 26px; } }
        .page-content .section-index h2 a:active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a:active:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a:focus {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a:focus:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a:focus-within {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a.active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h2 a :focus {
          border: 1px dashed rgba(0, 0, 0, 0.1); }
    .page-content .section-index h3 {
      display: block;
      margin-top: 0;
      padding: 0 0 0 1em;
      width: 100%; }
      .page-content .section-index h3 a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0em;
        font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        display: block;
        line-height: 1.2em;
        padding: .5em;
        position: relative;
        text-decoration: none;
        width: 100%; }
        @media (min-width: 1200px) {
          .page-content .section-index h3 a {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .page-content .section-index h3 a {
            font-size: 22px; } }
        .page-content .section-index h3 a::before {
          color: #002855;
          content: '•';
          position: absolute;
          left: .1em; }
        .page-content .section-index h3 a:active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h3 a:active:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h3 a:focus {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h3 a:focus:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h3 a:focus-within {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h3 a:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h3 a.active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
    .page-content .section-index h4 {
      display: block;
      margin-top: 0;
      padding: 0 0 0 2em;
      width: 100%; }
      .page-content .section-index h4 a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0em;
        font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px));
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        display: block;
        line-height: 1.2em;
        padding: .5em;
        position: relative;
        text-decoration: none;
        width: 100%; }
        @media (min-width: 1200px) {
          .page-content .section-index h4 a {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .page-content .section-index h4 a {
            font-size: 19px; } }
        .page-content .section-index h4 a::before {
          color: #002855;
          content: '•';
          position: absolute;
          left: .1em; }
        .page-content .section-index h4 a:active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h4 a:active:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h4 a:focus {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h4 a:focus:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h4 a:focus-within {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h4 a:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h4 a.active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
    .page-content .section-index h5 {
      display: block;
      margin-top: 0;
      padding: 0px 0 0 4em;
      width: 100%; }
      .page-content .section-index h5 a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0em;
        font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        display: block;
        line-height: 1.2em;
        padding: .5em;
        position: relative;
        text-decoration: none;
        width: 100%; }
        @media (min-width: 1200px) {
          .page-content .section-index h5 a {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .page-content .section-index h5 a {
            font-size: 16px; } }
        .page-content .section-index h5 a::before {
          color: #966c1c;
          content: '•';
          position: absolute;
          left: .1em; }
        .page-content .section-index h5 a:active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h5 a:active:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h5 a:focus {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h5 a:focus:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h5 a:focus-within {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h5 a:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h5 a.active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
    .page-content .section-index h6 {
      display: block;
      padding: 0 0 0 6em;
      width: 100%; }
      .page-content .section-index h6 a {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin: 0em;
        font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        display: block;
        line-height: 1.2em;
        padding: .5em;
        position: relative;
        text-decoration: none;
        width: 100%; }
        @media (min-width: 1200px) {
          .page-content .section-index h6 a {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .page-content .section-index h6 a {
            font-size: 14px; } }
        .page-content .section-index h6 a::before {
          content: '•';
          position: absolute;
          left: .1em; }
        .page-content .section-index h6 a:active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h6 a:active:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h6 a:focus {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h6 a:focus:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h6 a:focus-within {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h6 a:hover {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
        .page-content .section-index h6 a.active {
          background: rgba(0, 0, 0, 0.025);
          color: #002855; }
  @media (max-width: 1199px) {
    .page-content {
      padding: 0px 35px 60px; } }
  @media (max-width: 899px) {
    .page-content {
      padding: 0px 20px 0px; } }

#back.our-history {
  background-color: white; }
  #back.our-history .page-content {
    background-color: #eec992;
    padding: 0; }
    #back.our-history .page-content .col-main .band a {
      color: #6D4B17; }
      #back.our-history .page-content .col-main .band a:active {
        text-decoration: none; }
      #back.our-history .page-content .col-main .band a:active:hover {
        text-decoration: none; }
      #back.our-history .page-content .col-main .band a:focus {
        text-decoration: none; }
      #back.our-history .page-content .col-main .band a:focus:hover {
        text-decoration: none; }
      #back.our-history .page-content .col-main .band a:focus-within {
        text-decoration: none; }
      #back.our-history .page-content .col-main .band a:hover {
        text-decoration: none; }
      #back.our-history .page-content .col-main .band a.active {
        text-decoration: none; }
  #back.our-history main {
    background-color: #eec992;
    width: 100%;
    max-width: 830px;
    margin: auto;
    border-style: solid;
    border-width: 97px;
    border-color: #6D4B17;
    -o-border-image: url("../images/img_border.jpg") 76 repeat;
       border-image: url("../images/img_border.jpg") 76 repeat;
    padding: 1em;
    -webkit-box-shadow: 0 0 21px 2px rgba(1, 1, 1, 0.4);
            box-shadow: 0 0 21px 2px rgba(1, 1, 1, 0.4);
    margin-bottom: 35px;
    margin-top: 35px; }
    @media (max-width: 899px) {
      #back.our-history main {
        border-width: 70px; } }
    @media (max-width: 599px) {
      #back.our-history main {
        border-width: 44px; } }
  #back.our-history .headerback {
    background: none; }
    #back.our-history .headerback .feature-wrap {
      background: none; }
      #back.our-history .headerback .feature-wrap .feature .feature-content .feature-text h1 {
        color: #6D4B17; }
  #back.our-history .promos,
  #back.our-history .foot .zone1 .feature-wrap .feature .feature-image {
    background-color: white; }
  #back.our-history .zone2 {
    background-color: #072755; }

/*
//////----------------------------------------------------------------------  TEXT/LISTS  --------------------//////
*/
p {
  font-weight: 300;
  margin: 0 0 1em;
  line-height: 1.5em; }
  p a {
    font-weight: 400;
    text-decoration: underline;
    width: auto; }
  p a.btn, p a.btn-outline, p a.btn-white {
    text-decoration: none;
    color: #fff;
    width: auto; }

a.btn, a.btn-outline, a.btn-white {
  text-decoration: none;
  color: #fff;
  width: auto; }

.contentList a {
  font-weight: 300;
  text-decoration: underline; }
  .contentList a:active {
    text-decoration: underline; }
  .contentList a:active:hover {
    text-decoration: underline; }
  .contentList a:focus {
    text-decoration: underline; }
  .contentList a:focus:hover {
    text-decoration: underline; }
  .contentList a:focus-within {
    text-decoration: underline; }
  .contentList a:hover {
    text-decoration: underline; }
  .contentList a.active {
    text-decoration: underline; }

ul,
ol,
ol.breadcrumb {
  margin: 0 0 1em;
  padding: 0 0 6px; }

ul, ol {
  margin-left: 1em; }

ol.breadcrumb li {
  background: none repeat scroll 0 0 transparent; }

ol.breadcrumb li {
  line-height: 18px;
  margin: 6px 6px 6px 0; }

.breadcrumb > li {
  display: inline-block; }

ul li {
  line-height: 1em;
  list-style-type: none;
  padding: 7px 0 7px 20px;
  font-weight: 300; }
  ul li a {
    display: inline; }

ol li {
  line-height: 1.5em;
  margin: 0 0 6px 25px; }

/*mixed lists */
ul ul,
ol ol {
  margin-bottom: -6px;
  padding: 6px 0 0 0; }

ul li,
ol li ul li,
ol li ul li ol li ul li {
  list-style: none; }
  ul li::before,
  ol li ul li::before,
  ol li ul li ol li ul li::before {
    color: #002855;
    content: '•';
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.6em; }

ol li,
ol li ol li,
ul li ol li ol li {
  background: none; }

ol li ol li {
  background: none;
  list-style: lower-alpha; }

ul ul li {
  font-size: .9em; }
  ul ul li::before {
    color: #002855;
    content: '•';
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.6em; }

h1:first-child,
h1:first-of-type {
  line-height: 46px;
  margin: 24px 0 12px;
  padding: 0; }

blockquote {
  border-left: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25;
  text-align: center; }

blockquote:before {
  width: 20px;
  height: 20px;
  color: #7a7a7a;
  content: '\201C';
  display: inline-block;
  font-size: 50px;
  left: -25px;
  position: absolute;
  top: -13px;
  line-height: 78%; }

blockquote:after {
  width: 20px;
  height: 20px;
  color: #7a7a7a;
  content: '\201D';
  display: inline-block;
  font-size: 50px;
  right: -20px;
  position: absolute;
  top: 100%;
  line-height: 78%;
  vertical-align: bottom; }

blockquote cite {
  color: #999;
  display: block;
  margin-top: 10px; }

blockquote cite:before {
  content: '\2014 \2009'; }

ul.nav,
ul.breadcrumb,
ul.pagination,
ul.pager {
  margin-bottom: 0;
  padding-bottom: 0; }

ul.nav > li,
ul.pagination > li,
ul.pager > li {
  background-image: none;
  margin: auto;
  padding: inherit; }

ul.list-group > li {
  background-image: none; }

ul.dropdown-menu {
  margin: 0;
  padding: 0; }
  ul.dropdown-menu > li {
    background-image: none;
    display: block;
    margin: 0;
    padding: 0; }
  ul.dropdown-menu > li.dropdown-header {
    padding: 3px 20px; }

ul.breadcrumb {
  margin: 0 0 5px;
  padding: 2px 5px; }
  ul.breadcrumb > li {
    background-image: none;
    padding: 4px 0 4px 3px; }

hr {
  border: 0;
  border-top: 1px solid #002855;
  background: rgba(0, 0, 0, 0);
  margin: 2em 0 2em; }

/*
//////----------------------------------------------------------------------  FORMS/TABLES  --------------------//////
*/
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0;
  width: 100%; }
  .input-group .input-group-btn .btn, .input-group .input-group-btn .btn-outline, .input-group .input-group-btn .btn-white {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -1px; }

#back .content .btn-outline {
  color: #966c1c;
  vertical-align: middle; }
  #back .content .btn-outline:active {
    border-color: #002855;
    color: #966c1c; }
  #back .content .btn-outline:active:hover {
    border-color: #002855;
    color: #966c1c; }
  #back .content .btn-outline:focus {
    border-color: #002855;
    color: #966c1c; }
  #back .content .btn-outline:focus:hover {
    border-color: #002855;
    color: #966c1c; }
  #back .content .btn-outline:focus-within {
    border-color: #002855;
    color: #966c1c; }
  #back .content .btn-outline:hover {
    border-color: #002855;
    color: #966c1c; }
  #back .content .btn-outline.active {
    border-color: #002855;
    color: #966c1c; }

.form-inline .btn, .form-inline .btn-outline, .form-inline .btn-white {
  height: 42px;
  vertical-align: bottom; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline,
.radio,
.checkbox {
  margin-bottom: 8px;
  margin-top: 0;
  min-height: 27px;
  padding-bottom: 15px;
  padding-top: 3px;
  /**/
  top: 20px; }

.radio label input {
  position: relative;
  top: 7px; }

.checkbox label input {
  position: relative;
  top: 7px; }

.radio-inline input {
  top: 3px; }

.checkbox-inline input {
  top: 3px; }

label {
  /*
	@extend .sr-only;*/
  display: block;
  margin: 0 0 6px 0; }
  .checkbox label {
    display: block;
    margin: 0 0 6px 0; }
  .radio label {
    display: block;
    margin: 0 0 6px 0; }

.appfield1 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 8px; }

.appfield2 {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 8px; }

.table-responsive {
  max-width: 100%;
  overflow-x: auto; }

table {
  background: none;
  border: none;
  border-collapse: collapse;
  border-bottom: 6px solid #966c1c;
  border-radius: 10px;
  line-height: normal;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  overflow: hidden; }
  table .material-icons {
    color: #966c1c;
    font-size: 150%; }
  @media (max-width: 375px) {
    table {
      font-size: 12px; } }
  table tbody tr:nth-child(even) {
    background: #eee; }
  table tbody tr.tableheader {
    background: #002855; }

.table-hover > tbody > tr:hover:not(.tableheader) {
  background: #e6e6e6; }

form table {
  border: none;
  border-radius: 0;
  padding: 0; }

th {
  border: none;
  color: #fff;
  margin: 0;
  padding: 0.3em 15px;
  text-align: left;
  background: #002855; }

td {
  margin: 0;
  padding: 8px 15px;
  text-align: left; }

.table a:active,
table a:hover {
  text-decoration: underline; }

/*
//////----------------------------------------------------------------------  sNAV  --------------------//////
*/
.sNav {
  border-radius: 3px;
  margin: 30px auto;
  padding: 10px 0; }

.sNav ul {
  text-align: center;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    .sNav ul {
      margin: 0 0 0 28px; } }

.sNav ul li {
  text-align: center;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  list-style-type: none;
  font-size: 13px;
  font-weight: 300; }

#back .sNav ul li a {
  color: white;
  font-size: 24px;
  font-weight: 400;
  padding: 6px 20px;
  text-decoration: none; }
  @media (max-width: 767px) {
    #back .sNav ul li a {
      padding-left: 11px; } }

#back .sNav ul li:hover a,
#back .sNav ul li:focus a {
  color: white;
  text-decoration: none;
  background: #002855; }

#back .sNav ul li.active:hover, #back .sNav ul li.active:active, #back .sNav ul li.active:focus {
  background: none; }

#back .sNav ul li.active a {
  color: white; }
  #back .sNav ul li.active a:hover, #back .sNav ul li.active a:active, #back .sNav ul li.active a:focus {
    text-decoration: none;
    background: none; }

/*
//------------------------------------------------------------  BLOG ----//
*/
.band-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 70px 40px;
  background: #fff; }
  .band-blog .zone {
    padding: 0px;
    width: 100%;
    max-width: 1174px;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .band-blog .zone .feature-wrap1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .band-blog .zone .feature-wrap1 .feature-text h3 {
        font-size: calc((1.2616 * 1vw) + (1.2616 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog .zone .feature-wrap1 .feature-text h3 {
            font-size: 36px; } }
      .band-blog .zone .feature-wrap1 .feature-text h4 {
        font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog .zone .feature-wrap1 .feature-text h4 {
            font-size: 16px; } }
      .band-blog .zone .feature-wrap1 .feature-cta a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        font-weight: 300;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog .zone .feature-wrap1 .feature-cta a {
            font-size: 20px; } }
      @media (max-width: 899px) {
        .band-blog .zone .feature-wrap1 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .band-blog .zone .feature-wrap2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .band-blog .zone .feature-wrap2 .feature-text h3 {
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog .zone .feature-wrap2 .feature-text h3 {
            font-size: 24px; } }
      .band-blog .zone .feature-wrap2 .feature-text h4 {
        font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog .zone .feature-wrap2 .feature-text h4 {
            font-size: 16px; } }
      .band-blog .zone .feature-wrap2 .feature-cta a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        font-weight: 300;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog .zone .feature-wrap2 .feature-cta a {
            font-size: 20px; } }
      .band-blog .zone .feature-wrap2 .feature:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        flex-wrap: nowrap;
        width: calc(100% - 1em);
        margin: 0em .5em 2.5em;
        padding: 2em 0em 2.5em;
        background: none;
        border-bottom: 1px solid #002855; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):active .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):active .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):active .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):active:hover .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):active:hover .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):active:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus:hover .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus:hover .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus-within .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus-within .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):focus-within .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):hover .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):hover .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1):hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1).active .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1).active .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1).active .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-image {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          width: 50%;
          height: 22vw;
          border-radius: 5px;
          background: #fff; }
          @media (min-width: 1174px) {
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-image {
              height: 298px; } }
          @media (max-width: 599px) {
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-image {
              width: 100%;
              height: 40vw; } }
          @media (max-width: 399px) {
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-image {
              height: 50vw; } }
        .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-positive: 0;
              flex-grow: 0;
          width: 50%;
          padding: 0em 0em .75em 1em; }
          .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            text-align: left; }
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content .feature-text h3 {
              width: 100%;
              margin-bottom: .75em;
              line-height: 1.15; }
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content .feature-text h4 {
              width: 100%;
              margin-bottom: .2em;
              line-height: 1.15; }
          .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            width: 100%;
            text-align: left; }
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content .feature-cta a span {
              font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); }
              @media (min-width: 1200px) {
                .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content .feature-cta a span {
                  font-size: 24px; } }
          @media (max-width: 599px) {
            .band-blog .zone .feature-wrap2 .feature:nth-child(1) .feature-content {
              width: 100%;
              padding: .75em 0em .75em 0em; } }
        @media (max-width: 899px) {
          .band-blog .zone .feature-wrap2 .feature:nth-child(1) {
            width: 100%;
            margin: .5em 0px 2.5em; } }
        @media (max-width: 599px) {
          .band-blog .zone .feature-wrap2 .feature:nth-child(1) {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin: 0em 0px 3em;
            padding: 2em 0em 1.5em; } }
      .band-blog .zone .feature-wrap2 .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: calc(33.333% - 1em);
        margin: 0em .5em 1em;
        background: none; }
        .band-blog .zone .feature-wrap2 .feature:active .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:active .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:active .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:active:hover .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:active:hover .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:active:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:focus .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:focus .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:focus .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:focus:hover .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:focus:hover .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:focus:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:focus-within .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:focus-within .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:focus-within .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature:hover .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature:hover .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature:hover .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature.active .feature-image {
          opacity: .7; }
        .band-blog .zone .feature-wrap2 .feature.active .feature-text {
          opacity: .8; }
        .band-blog .zone .feature-wrap2 .feature.active .feature-cta a {
          color: rgba(0, 40, 85, 0.8); }
        .band-blog .zone .feature-wrap2 .feature .feature-image {
          display: block;
          width: 100%;
          height: 12vw;
          border-radius: 5px;
          background: #fff; }
          @media (min-width: 1174px) {
            .band-blog .zone .feature-wrap2 .feature .feature-image {
              height: 195px; } }
          @media (max-width: 1199px) {
            .band-blog .zone .feature-wrap2 .feature .feature-image {
              height: 16vw; } }
          @media (max-width: 899px) {
            .band-blog .zone .feature-wrap2 .feature .feature-image {
              height: 40vw; } }
          @media (max-width: 399px) {
            .band-blog .zone .feature-wrap2 .feature .feature-image {
              height: 50vw; } }
        .band-blog .zone .feature-wrap2 .feature .feature-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: .75em 0em; }
          .band-blog .zone .feature-wrap2 .feature .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            text-align: left; }
            .band-blog .zone .feature-wrap2 .feature .feature-content .feature-text h3 {
              width: 100%;
              margin-bottom: .2em;
              line-height: 1.15; }
            .band-blog .zone .feature-wrap2 .feature .feature-content .feature-text h4 {
              width: 100%;
              margin-bottom: .2em;
              line-height: 1.15; }
          .band-blog .zone .feature-wrap2 .feature .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            width: 100%;
            text-align: left; }
            .band-blog .zone .feature-wrap2 .feature .feature-content .feature-cta a {
              text-decoration: none; }
              .band-blog .zone .feature-wrap2 .feature .feature-content .feature-cta a span {
                font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); }
                @media (min-width: 1200px) {
                  .band-blog .zone .feature-wrap2 .feature .feature-content .feature-cta a span {
                    font-size: 24px; } }
              .band-blog .zone .feature-wrap2 .feature .feature-content .feature-cta a svg {
                margin-left: .25em; }
        @media (max-width: 899px) {
          .band-blog .zone .feature-wrap2 .feature {
            width: 100%;
            margin: 0em 0px 1.5em; } }
      @media (max-width: 899px) {
        .band-blog .zone .feature-wrap2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (max-width: 1100px) {
    .band-blog {
      padding: 0em 20px .5em; } }

.band-blog-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  background: #fff; }
  .band-blog-entry .zone {
    padding: 0px;
    width: 100%;
    max-width: 1174px;
    /* - FEATURE WRAP FEATUREWRAPNAME - */
    /* - END FEATUREWRAPNAME - */ }
    .band-blog-entry .zone .feature-wrap1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      .band-blog-entry .zone .feature-wrap1 .feature-text h3 {
        font-size: calc((1.2616 * 1vw) + (1.2616 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog-entry .zone .feature-wrap1 .feature-text h3 {
            font-size: 36px; } }
      .band-blog-entry .zone .feature-wrap1 .feature-text h4 {
        font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 700;
        margin: 0em;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog-entry .zone .feature-wrap1 .feature-text h4 {
            font-size: 16px; } }
      .band-blog-entry .zone .feature-wrap1 .feature-cta a {
        font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
        color: #002855;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 600;
        margin: 0em;
        font-weight: 300;
        color: #002855; }
        @media (min-width: 1200px) {
          .band-blog-entry .zone .feature-wrap1 .feature-cta a {
            font-size: 20px; } }
      .band-blog-entry .zone .feature-wrap1 .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        margin: 0em 0em 0em;
        padding: 2em 0em 0em;
        background: none; }
        .band-blog-entry .zone .feature-wrap1 .feature .feature-image {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          width: 50%;
          margin-left: 1px;
          margin-right: 1px;
          height: 22vw;
          border-radius: 5px; }
          @media (min-width: 1174px) {
            .band-blog-entry .zone .feature-wrap1 .feature .feature-image {
              height: 298px; } }
          @media (max-width: 599px) {
            .band-blog-entry .zone .feature-wrap1 .feature .feature-image {
              width: 100%;
              height: 40vw; } }
          @media (max-width: 399px) {
            .band-blog-entry .zone .feature-wrap1 .feature .feature-image {
              height: 50vw; } }
        .band-blog-entry .zone .feature-wrap1 .feature .feature-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-positive: 0;
              flex-grow: 0;
          width: 50%;
          padding: 0em;
          margin-right: auto;
          margin-top: 3em; }
          .band-blog-entry .zone .feature-wrap1 .feature .feature-content .feature-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            text-align: left; }
            .band-blog-entry .zone .feature-wrap1 .feature .feature-content .feature-text h3 {
              width: 100%;
              margin-bottom: .75em;
              line-height: 1.15; }
            .band-blog-entry .zone .feature-wrap1 .feature .feature-content .feature-text h4 {
              width: 100%;
              margin-bottom: .5em;
              line-height: 1.5;
              font-weight: 300; }
          .band-blog-entry .zone .feature-wrap1 .feature .feature-content .feature-cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            width: 100%;
            text-align: left; }
            .band-blog-entry .zone .feature-wrap1 .feature .feature-content .feature-cta a span {
              font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); }
              @media (min-width: 1200px) {
                .band-blog-entry .zone .feature-wrap1 .feature .feature-content .feature-cta a span {
                  font-size: 24px; } }
          @media (max-width: 599px) {
            .band-blog-entry .zone .feature-wrap1 .feature .feature-content {
              width: 100%;
              padding: .75em 0em 0em 0em;
              margin-top: 1.5em; } }
        @media (max-width: 899px) {
          .band-blog-entry .zone .feature-wrap1 .feature {
            width: 100%; } }
        @media (max-width: 599px) {
          .band-blog-entry .zone .feature-wrap1 .feature {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
      @media (max-width: 899px) {
        .band-blog-entry .zone .feature-wrap1 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.band-blog-content .zone h2 {
  margin-top: 0; }

/*
//------------------------------------------------------------  Content Blocks ----//
*/
/*
//--------------------------  block bullets-blue ----//
*/
.feature-wrap-block.bullets-blue {
  width: 100%;
  margin: 2em 0em; }
  .feature-wrap-block.bullets-blue .feature {
    width: 100%; }
    .feature-wrap-block.bullets-blue .feature .feature-padding {
      width: 100%; }
      .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content {
        width: 100%; }
        .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content .feature-content-text {
          width: 100%;
          padding: 1.5em 1.5em .5em;
          border-radius: 10px;
          border: 5px solid #e7e9ed;
          background: none;
          background-image: url("../images/img_bkg_blockblue.png");
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 2.75em; }
          .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content .feature-content-text h3 {
            font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
            color: #002855;
            font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
            font-weight: 700;
            margin: 0em;
            width: 100%;
            margin-bottom: .5em;
            color: #002855; }
            @media (min-width: 1200px) {
              .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content .feature-content-text h3 {
                font-size: 24px; } }
          .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg {
            width: 100%;
            font-weight: 500;
            color: #002855; }
            .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg ul li {
              list-style-type: none;
              position: relative;
              line-height: 1.5;
              margin-left: .25rem; }
              .feature-wrap-block.bullets-blue .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg ul li::before {
                content: '•';
                position: absolute;
                left: 2.5rem;
                top: -1.38rem;
                font-size: 3em;
                margin-left: -2.75rem;
                line-height: 1.5;
                color: #bac5d1; }

/*
//--------------------------  block bullets-gold ----//
*/
.feature-wrap-block.bullets-gold {
  width: 100%;
  margin: 2em 0em; }
  .feature-wrap-block.bullets-gold .feature {
    width: 100%; }
    .feature-wrap-block.bullets-gold .feature .feature-padding {
      width: 100%; }
      .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content {
        width: 100%; }
        .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content .feature-content-text {
          width: 100%;
          padding: 1.5em 1.5em .5em;
          border-radius: 10px;
          border: 5px solid #f3e1bf;
          background: none;
          background-image: url("../images/img_bkg_blockgold.png");
          background-position: left top;
          background-repeat: no-repeat;
          background-size: 100% 2.75em; }
          .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content .feature-content-text h3 {
            font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
            color: #002855;
            font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
            font-weight: 700;
            margin: 0em;
            width: 100%;
            margin-bottom: .5em;
            color: #966c1c; }
            @media (min-width: 1200px) {
              .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content .feature-content-text h3 {
                font-size: 24px; } }
          .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg {
            width: 100%;
            font-weight: 500;
            color: #966c1c; }
            .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg ul li {
              list-style-type: none;
              position: relative;
              line-height: 1.5;
              margin-left: .25rem; }
              .feature-wrap-block.bullets-gold .feature .feature-padding .feature-content .feature-content-text .feature-content-wysiwyg ul li::before {
                content: '•';
                position: absolute;
                left: 2.5rem;
                top: -1.38rem;
                font-size: 3em;
                margin-left: -2.75rem;
                line-height: 1.5;
                color: #e9c98c; }

/*
//--------------------------  block accordion ----//
*/
.feature-wrap.accordion {
  width: 100%;
  margin: 2em 0em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* - FONT APPEARANCE - */
  /* - END FONT APPEARANCE - */ }
  .feature-wrap.accordion .feature-wrap-title {
    display: block;
    width: 100%; }
  .feature-wrap.accordion .feature-text h3 {
    font-size: calc((0.7875 * 1vw) + (0.7875 * 1vh) + (10px));
    background: #bac5d1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin: 0; }
    @media (min-width: 1200px) {
      .feature-wrap.accordion .feature-text h3 {
        font-size: 25px; } }
    .feature-wrap.accordion .feature-text h3:active {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3:active:hover {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3:focus {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3:focus:hover {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3:focus-within {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3:hover {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3.active {
      background: #d8dce2; }
    .feature-wrap.accordion .feature-text h3 a {
      color: #002855;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: inherit;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      width: 100%;
      text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a:active {
        background: none;
        color: #002855;
        text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a:active:hover {
        background: none;
        color: #002855;
        text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a:focus {
        background: none;
        color: #002855;
        text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a:focus:hover {
        background: none;
        color: #002855;
        text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a:focus-within {
        background: none;
        color: #002855;
        text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a:hover {
        background: none;
        color: #002855;
        text-decoration: none; }
      .feature-wrap.accordion .feature-text h3 a.active {
        background: none;
        color: #002855;
        text-decoration: none; }
  .feature-wrap.accordion .text-container {
    display: block;
    padding: 1.5em 1.5em .5em; }
  .feature-wrap.accordion .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    background: #fff;
    border: 5px solid #e7e9ed;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 0;
    position: relative;
    width: 100%; }
    .feature-wrap.accordion .feature .feature-content {
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      flex-wrap: wrap;
      padding: 0em;
      width: 100%; }
      .feature-wrap.accordion .feature .feature-content .feature-text {
        display: block;
        width: 100%; }
        .feature-wrap.accordion .feature .feature-content .feature-text h3 {
          padding: 0em .25em; }
          .feature-wrap.accordion .feature .feature-content .feature-text h3 span {
            font-size: 1.5em;
            padding: 0;
            margin: 0; }
          .feature-wrap.accordion .feature .feature-content .feature-text h3 .icon-closed {
            display: none; }
        .feature-wrap.accordion .feature .feature-content .feature-text h4 {
          display: none; }
        .feature-wrap.accordion .feature .feature-content .feature-text .text-container h3,
        .feature-wrap.accordion .feature .feature-content .feature-text .text-container h4 {
          background: none;
          border: none;
          display: block; }
        .feature-wrap.accordion .feature .feature-content .feature-text .text-container ul li a {
          display: inline; }
    .feature-wrap.accordion .feature.entry-closed .feature-text h3 {
      border-bottom: none;
      border-radius: 5px; }
      .feature-wrap.accordion .feature.entry-closed .feature-text h3 .icon-opened {
        display: none; }
      .feature-wrap.accordion .feature.entry-closed .feature-text h3 .icon-closed {
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .feature-wrap.accordion .feature.entry-closed .text-container {
      display: none; }

/*
//------------------------------------------------------------  Sectionindex ----//
*/
.contentback.sectionindex .zone.content h1,
.contentback.sectionindex .zone.content h2,
.contentback.sectionindex .zone.content h3,
.contentback.sectionindex .zone.content h4,
.contentback.sectionindex .zone.content h5,
.contentback.sectionindex .zone.content h6 {
  margin: 0; }
  .contentback.sectionindex .zone.content h1 a,
  .contentback.sectionindex .zone.content h2 a,
  .contentback.sectionindex .zone.content h3 a,
  .contentback.sectionindex .zone.content h4 a,
  .contentback.sectionindex .zone.content h5 a,
  .contentback.sectionindex .zone.content h6 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    line-height: 1;
    margin: 0em;
    padding: .25em .75em;
    text-decoration: none !important;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contentback.sectionindex .zone.content h1 a :first-child,
    .contentback.sectionindex .zone.content h2 a :first-child,
    .contentback.sectionindex .zone.content h3 a :first-child,
    .contentback.sectionindex .zone.content h4 a :first-child,
    .contentback.sectionindex .zone.content h5 a :first-child,
    .contentback.sectionindex .zone.content h6 a :first-child {
      position: absolute;
      background-color: #e9c98c;
      height: .5em;
      width: .5em;
      border-radius: 50%;
      margin: 0em -.75em; }
    .contentback.sectionindex .zone.content h1 a:active :first-child,
    .contentback.sectionindex .zone.content h2 a:active :first-child,
    .contentback.sectionindex .zone.content h3 a:active :first-child,
    .contentback.sectionindex .zone.content h4 a:active :first-child,
    .contentback.sectionindex .zone.content h5 a:active :first-child,
    .contentback.sectionindex .zone.content h6 a:active :first-child {
      background-color: #bac5d1; }
    .contentback.sectionindex .zone.content h1 a:active:hover :first-child,
    .contentback.sectionindex .zone.content h2 a:active:hover :first-child,
    .contentback.sectionindex .zone.content h3 a:active:hover :first-child,
    .contentback.sectionindex .zone.content h4 a:active:hover :first-child,
    .contentback.sectionindex .zone.content h5 a:active:hover :first-child,
    .contentback.sectionindex .zone.content h6 a:active:hover :first-child {
      background-color: #bac5d1; }
    .contentback.sectionindex .zone.content h1 a:focus :first-child,
    .contentback.sectionindex .zone.content h2 a:focus :first-child,
    .contentback.sectionindex .zone.content h3 a:focus :first-child,
    .contentback.sectionindex .zone.content h4 a:focus :first-child,
    .contentback.sectionindex .zone.content h5 a:focus :first-child,
    .contentback.sectionindex .zone.content h6 a:focus :first-child {
      background-color: #bac5d1; }
    .contentback.sectionindex .zone.content h1 a:focus:hover :first-child,
    .contentback.sectionindex .zone.content h2 a:focus:hover :first-child,
    .contentback.sectionindex .zone.content h3 a:focus:hover :first-child,
    .contentback.sectionindex .zone.content h4 a:focus:hover :first-child,
    .contentback.sectionindex .zone.content h5 a:focus:hover :first-child,
    .contentback.sectionindex .zone.content h6 a:focus:hover :first-child {
      background-color: #bac5d1; }
    .contentback.sectionindex .zone.content h1 a:focus-within :first-child,
    .contentback.sectionindex .zone.content h2 a:focus-within :first-child,
    .contentback.sectionindex .zone.content h3 a:focus-within :first-child,
    .contentback.sectionindex .zone.content h4 a:focus-within :first-child,
    .contentback.sectionindex .zone.content h5 a:focus-within :first-child,
    .contentback.sectionindex .zone.content h6 a:focus-within :first-child {
      background-color: #bac5d1; }
    .contentback.sectionindex .zone.content h1 a:hover :first-child,
    .contentback.sectionindex .zone.content h2 a:hover :first-child,
    .contentback.sectionindex .zone.content h3 a:hover :first-child,
    .contentback.sectionindex .zone.content h4 a:hover :first-child,
    .contentback.sectionindex .zone.content h5 a:hover :first-child,
    .contentback.sectionindex .zone.content h6 a:hover :first-child {
      background-color: #bac5d1; }
    .contentback.sectionindex .zone.content h1 a.active :first-child,
    .contentback.sectionindex .zone.content h2 a.active :first-child,
    .contentback.sectionindex .zone.content h3 a.active :first-child,
    .contentback.sectionindex .zone.content h4 a.active :first-child,
    .contentback.sectionindex .zone.content h5 a.active :first-child,
    .contentback.sectionindex .zone.content h6 a.active :first-child {
      background-color: #bac5d1; }

.contentback.sectionindex .zone.content h3 {
  padding-left: 1em; }

.contentback.sectionindex .zone.content h4 {
  padding-left: 2em; }

.contentback.sectionindex .zone.content h5 {
  padding-left: 3em; }

.contentback.sectionindex .zone.content h6 {
  padding-left: 4em; }

div.panel-pop:not(.panel-overlay) {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto; }
  div.panel-pop:not(.panel-overlay) > *:not(.popout-bg) {
    position: relative;
    z-index: 1;
    margin: auto; }
  div.panel-pop:not(.panel-overlay) .popout-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(1, 1, 1, 0.6); }

div.panel-opened {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-animation: openOpacity .4s ease-out forwards;
          animation: openOpacity .4s ease-out forwards; }

div.panel-closed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-animation: closeOpacity .4s ease-out forwards;
          animation: closeOpacity .4s ease-out forwards;
  display: none !important; }

@media (min-width: 600px) {
  div.child-panel.panel-opened {
    -webkit-animation: openAlert .4s ease-out forwards;
            animation: openAlert .4s ease-out forwards; }
  div.child-panel.panel-closed {
    -webkit-animation: closeAlert .4s ease-in forwards;
            animation: closeAlert .4s ease-in forwards; } }

@media (max-width: 899px) {
  div.child-panel.panel-opened {
    -webkit-animation: openInsideMenuRight .4s ease-out forwards;
            animation: openInsideMenuRight .4s ease-out forwards; }
  div.child-panel.panel-closed {
    -webkit-animation: closeInsideMenuRight .4s ease-in forwards;
            animation: closeInsideMenuRight .4s ease-in forwards; }
  div.zone-menu-panel.panel-opened {
    -webkit-animation: openInsideMenuRight .4s ease-out forwards;
            animation: openInsideMenuRight .4s ease-out forwards; }
    div.zone-menu-panel.panel-opened > .feature {
      -webkit-animation-delay: .4s;
              animation-delay: .4s;
      -webkit-animation: closeInsideMenuRight .4s ease-out forwards;
              animation: closeInsideMenuRight .4s ease-out forwards; }
  div.zone-menu-panel.panel-closed {
    -webkit-animation: closeInsideMenuRight .4s ease-in forwards;
            animation: closeInsideMenuRight .4s ease-in forwards; }
  div.zone-login-panel.panel-opened {
    top: 100%;
    -webkit-animation: openAlert .4s ease-out forwards;
            animation: openAlert .4s ease-out forwards; }
  div.zone-login-panel.panel-closed {
    left: auto;
    top: auto;
    -webkit-animation: closeAlert .4s ease-in forwards;
            animation: closeAlert .4s ease-in forwards; } }

.alert.panel-opened {
  -webkit-animation: openAlert .4s ease-out forwards;
          animation: openAlert .4s ease-out forwards; }

body:not(.ie11) .alert.panel-closed {
  display: none !important; }

.ie11#home div.panel-closed, .ie11#back div.panel-closed {
  display: none !important; }

.ie11#home div.alert.panel-closed, .ie11#back div.alert.panel-closed {
  height: 0 !important; }

@media (min-width: 600px) {
  .ie11#home div.child-panel.panel-closed, .ie11#back div.child-panel.panel-closed {
    display: none !important; } }

@-webkit-keyframes openOpacity1 {
  0% {
    opacity: 0;
    z-index: -5;
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed; }
  100% {
    position: absolute;
    opacity: 1;
    visibility: visible; } }

@keyframes openOpacity1 {
  0% {
    opacity: 0;
    z-index: -5;
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed; }
  100% {
    position: absolute;
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes closeOpacity1 {
  0% {
    position: absolute;
    opacity: 1;
    visibility: visible; }
  99% {
    opacity: 0;
    z-index: -5; }
  100% {
    opacity: 0;
    z-index: -5;
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed; } }

@keyframes closeOpacity1 {
  0% {
    position: absolute;
    opacity: 1;
    visibility: visible; }
  99% {
    opacity: 0;
    z-index: -5; }
  100% {
    opacity: 0;
    z-index: -5;
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed; } }

@-webkit-keyframes openAlert {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: -1000%; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes openAlert {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: -1000%; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes closeAlert {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  99% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: -1000%; } }

@keyframes closeAlert {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  99% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: -1000%; } }

@-webkit-keyframes openChild {
  0% {
    z-index: -5;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    top: -1500px; }
  100% {
    z-index: 1;
    -webkit-transform: scalex(1);
            transform: scalex(1);
    position: absolute;
    top: 100%; } }

@keyframes openChild {
  0% {
    z-index: -5;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    top: -1500px; }
  100% {
    z-index: 1;
    -webkit-transform: scalex(1);
            transform: scalex(1);
    position: absolute;
    top: 100%; } }

@-webkit-keyframes closeChild {
  0% {
    z-index: 1;
    -webkit-transform: scalex(1);
            transform: scalex(1);
    position: absolute;
    top: 100%; }
  99% {
    z-index: -5;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    top: -1500px; }
  100% {
    z-index: -5;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    top: -1500px;
    display: none; } }

@keyframes closeChild {
  0% {
    z-index: 1;
    -webkit-transform: scalex(1);
            transform: scalex(1);
    position: absolute;
    top: 100%; }
  99% {
    z-index: -5;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    top: -1500px; }
  100% {
    z-index: -5;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    top: -1500px;
    display: none; } }

@-webkit-keyframes openOpacity {
  0% {
    opacity: 0;
    z-index: -5;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes openOpacity {
  0% {
    opacity: 0;
    z-index: -5;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes closeOpacity {
  0% {
    opacity: 1; }
  99% {
    opacity: 0;
    z-index: -5; }
  100% {
    opacity: 0;
    z-index: -5;
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed; } }

@keyframes closeOpacity {
  0% {
    opacity: 1; }
  99% {
    opacity: 0;
    z-index: -5; }
  100% {
    opacity: 0;
    z-index: -5;
    display: none;
    height: 0;
    overflow: hidden;
    position: fixed; } }

@-webkit-keyframes openInsideMenuLeft {
  0% {
    left: -150%;
    z-index: -5;
    right: auto; }
  100% {
    left: 0;
    right: auto; } }

@keyframes openInsideMenuLeft {
  0% {
    left: -150%;
    z-index: -5;
    right: auto; }
  100% {
    left: 0;
    right: auto; } }

@-webkit-keyframes closeInsideMenuLeft {
  0% {
    right: auto;
    left: 0; }
  99% {
    left: -150%;
    z-index: -5;
    right: auto; }
  100% {
    left: -150%;
    z-index: -5;
    right: auto;
    display: none;
    visibility: none; } }

@keyframes closeInsideMenuLeft {
  0% {
    right: auto;
    left: 0; }
  99% {
    left: -150%;
    z-index: -5;
    right: auto; }
  100% {
    left: -150%;
    z-index: -5;
    right: auto;
    display: none;
    visibility: none; } }

@-webkit-keyframes openInsideMenuRight {
  0% {
    right: -150%;
    z-index: -5;
    left: auto; }
  100% {
    right: 0;
    left: auto; } }

@keyframes openInsideMenuRight {
  0% {
    right: -150%;
    z-index: -5;
    left: auto; }
  100% {
    right: 0;
    left: auto; } }

@-webkit-keyframes closeInsideMenuRight {
  0% {
    right: 0;
    left: auto; }
  99% {
    right: -150%;
    z-index: -5;
    left: auto; }
  100% {
    display: none;
    visibility: none;
    right: -150%;
    z-index: -5;
    left: auto; } }

@keyframes closeInsideMenuRight {
  0% {
    right: 0;
    left: auto; }
  99% {
    right: -150%;
    z-index: -5;
    left: auto; }
  100% {
    display: none;
    visibility: none;
    right: -150%;
    z-index: -5;
    left: auto; } }

@-webkit-keyframes openLogin {
  0% {
    top: -1000%;
    z-index: -5;
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

@keyframes openLogin {
  0% {
    top: -1000%;
    z-index: -5;
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

@-webkit-keyframes closeLogin {
  0% {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  99% {
    z-index: -5;
    top: -1000%;
    visibility: hidden; }
  100% {
    z-index: -5;
    top: -1000%;
    visibility: hidden;
    display: none; } }

@keyframes closeLogin {
  0% {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  99% {
    z-index: -5;
    top: -1000%;
    visibility: hidden; }
  100% {
    z-index: -5;
    top: -1000%;
    visibility: hidden;
    display: none; } }

@-webkit-keyframes openDownChild {
  0% {
    top: -1000%;
    z-index: -5;
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

@keyframes openDownChild {
  0% {
    top: -1000%;
    z-index: -5;
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

@-webkit-keyframes closeDownChild {
  0% {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  100% {
    z-index: -5;
    top: -1000%;
    visibility: hidden; } }

@keyframes closeDownChild {
  0% {
    top: 100%;
    visibility: visible;
    opacity: 1; }
  100% {
    z-index: -5;
    top: -1000%;
    visibility: hidden; } }

/**
 * ----------------------------------------------------------------------
 * LEGACY BOOTSTRAP STYLES (INCLUDED FOR COMPATIBILITY)
 * ----------------------------------------------------------------------
 **/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; } }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body::before, .panel-body::after {
    content: ' ';
    display: table; }
  .panel-body::after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, .panel > ul.list-group > li,
  .panel > .panel-collapse > .list-group .list-group-item,
  .panel > .panel-collapse > ul.list-group > li {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child ul.list-group > li:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child ul.list-group > li:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child ul.list-group > li:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child ul.list-group > li:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .panel-heading + .panel-collapse > ul.list-group > li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child, .panel-heading + ul.list-group > li:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

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

.modal-open {
  overflow: hidden; }

.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto; }

.modal-content {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  position: relative; }

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px; }
  .modal-header::before, .modal-header::after {
    content: ' ';
    display: table; }
  .modal-header::after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  line-height: 1.428571429;
  margin: 0; }

.modal-body {
  padding: 15px;
  position: relative; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right; }
  .modal-footer::before, .modal-footer::after {
    content: ' ';
    display: table; }
  .modal-footer::after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .btn-outline + .btn, .modal-footer .btn-white + .btn, .modal-footer .btn + .btn-outline, .modal-footer .btn-outline + .btn-outline, .modal-footer .btn-white + .btn-outline, .modal-footer .btn + .btn-white, .modal-footer .btn-outline + .btn-white, .modal-footer .btn-white + .btn-white {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-outline + .btn, .modal-footer .btn-group .btn-white + .btn, .modal-footer .btn-group .btn + .btn-outline, .modal-footer .btn-group .btn-outline + .btn-outline, .modal-footer .btn-group .btn-white + .btn-outline, .modal-footer .btn-group .btn + .btn-white, .modal-footer .btn-group .btn-outline + .btn-white, .modal-footer .btn-group .btn-white + .btn-white {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

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

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

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar::before, .navbar::after {
    content: ' ';
    display: table; }
  .navbar::after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header::before, .navbar-header::after {
  content: ' ';
  display: table; }

.navbar-header::after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse::before, .navbar-collapse::after {
    content: ' ';
    display: table; }
  .navbar-collapse::after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease; }

/**
 * ----------------------------------------------------------------------
 * END LEGACY BOOTSTRAP STYLES
 * ----------------------------------------------------------------------
 **/
body {
  overflow-x: hidden;
  width: 100%; }

html {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  width: 100%; }

@media print {
  * {
    -webkit-print-color-adjust: exact; } }

.scroll-on,
.scroll-on > *,
.scroll-off,
.scroll-off > * {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.ncr-turned-off {
  -webkit-animation: none !important;
          animation: none !important; }

[ncr-toggle],
[ncr-panel] {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#home.preload *:not(.alert .close-button),
#back.preload *,
#home.preload *:not(svg),
#back.preload *:not(svg) {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
  transition: none !important;
  -webkit-perspective: 1000 !important;
          perspective: 1000 !important;
  -webkit-animation-delay: .00s !important;
          animation-delay: .00s !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important; }

.cover-image {
  overflow: hidden; }
/*# sourceMappingURL=styles.css.map */

