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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.containerExample {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  background: lightblue; }

div[class^="col-"] {
  background: pink;
  padding: .5rem 0;
  text-align: center; }

.row {
  display: flex;
  flex-wrap: wrap; }

.col-1 {
  width: 2.7777777778% !important;
  max-width: 2.7777777778% !important; }

.col-offset-1 {
  margin-left: 2.7777777778%; }

.col-2 {
  width: 5.5555555556% !important;
  max-width: 5.5555555556% !important; }

.col-offset-2 {
  margin-left: 5.5555555556%; }

.col-3 {
  width: 8.3333333333% !important;
  max-width: 8.3333333333% !important; }

.col-offset-3 {
  margin-left: 8.3333333333%; }

.col-4 {
  width: 11.1111111111% !important;
  max-width: 11.1111111111% !important; }

.col-offset-4 {
  margin-left: 11.1111111111%; }

.col-5 {
  width: 13.8888888889% !important;
  max-width: 13.8888888889% !important; }

.col-offset-5 {
  margin-left: 13.8888888889%; }

.col-6 {
  width: 16.6666666667% !important;
  max-width: 16.6666666667% !important; }

.col-offset-6 {
  margin-left: 16.6666666667%; }

.col-7 {
  width: 19.4444444444% !important;
  max-width: 19.4444444444% !important; }

.col-offset-7 {
  margin-left: 19.4444444444%; }

.col-8 {
  width: 22.2222222222% !important;
  max-width: 22.2222222222% !important; }

.col-offset-8 {
  margin-left: 22.2222222222%; }

.col-9 {
  width: 25% !important;
  max-width: 25% !important; }

.col-offset-9 {
  margin-left: 25%; }

.col-10 {
  width: 27.7777777778% !important;
  max-width: 27.7777777778% !important; }

.col-offset-10 {
  margin-left: 27.7777777778%; }

.col-11 {
  width: 30.5555555556% !important;
  max-width: 30.5555555556% !important; }

.col-offset-11 {
  margin-left: 30.5555555556%; }

.col-12 {
  width: 33.3333333333% !important;
  max-width: 33.3333333333% !important; }

.col-offset-12 {
  margin-left: 33.3333333333%; }

.col-13 {
  width: 36.1111111111% !important;
  max-width: 36.1111111111% !important; }

.col-offset-13 {
  margin-left: 36.1111111111%; }

.col-14 {
  width: 38.8888888889% !important;
  max-width: 38.8888888889% !important; }

.col-offset-14 {
  margin-left: 38.8888888889%; }

.col-15 {
  width: 41.6666666667% !important;
  max-width: 41.6666666667% !important; }

.col-offset-15 {
  margin-left: 41.6666666667%; }

.col-16 {
  width: 44.4444444444% !important;
  max-width: 44.4444444444% !important; }

.col-offset-16 {
  margin-left: 44.4444444444%; }

.col-17 {
  width: 47.2222222222% !important;
  max-width: 47.2222222222% !important; }

.col-offset-17 {
  margin-left: 47.2222222222%; }

.col-18 {
  width: 50% !important;
  max-width: 50% !important; }

.col-offset-18 {
  margin-left: 50%; }

.col-19 {
  width: 52.7777777778% !important;
  max-width: 52.7777777778% !important; }

.col-offset-19 {
  margin-left: 52.7777777778%; }

.col-20 {
  width: 55.5555555556% !important;
  max-width: 55.5555555556% !important; }

.col-offset-20 {
  margin-left: 55.5555555556%; }

.col-21 {
  width: 58.3333333333% !important;
  max-width: 58.3333333333% !important; }

.col-offset-21 {
  margin-left: 58.3333333333%; }

.col-22 {
  width: 61.1111111111% !important;
  max-width: 61.1111111111% !important; }

.col-offset-22 {
  margin-left: 61.1111111111%; }

.col-23 {
  width: 63.8888888889% !important;
  max-width: 63.8888888889% !important; }

.col-offset-23 {
  margin-left: 63.8888888889%; }

.col-24 {
  width: 66.6666666667% !important;
  max-width: 66.6666666667% !important; }

.col-offset-24 {
  margin-left: 66.6666666667%; }

.col-25 {
  width: 69.4444444444% !important;
  max-width: 69.4444444444% !important; }

.col-offset-25 {
  margin-left: 69.4444444444%; }

.col-26 {
  width: 72.2222222222% !important;
  max-width: 72.2222222222% !important; }

.col-offset-26 {
  margin-left: 72.2222222222%; }

.col-27 {
  width: 75% !important;
  max-width: 75% !important; }

.col-offset-27 {
  margin-left: 75%; }

.col-28 {
  width: 77.7777777778% !important;
  max-width: 77.7777777778% !important; }

.col-offset-28 {
  margin-left: 77.7777777778%; }

.col-29 {
  width: 80.5555555556% !important;
  max-width: 80.5555555556% !important; }

.col-offset-29 {
  margin-left: 80.5555555556%; }

.col-30 {
  width: 83.3333333333% !important;
  max-width: 83.3333333333% !important; }

.col-offset-30 {
  margin-left: 83.3333333333%; }

.col-31 {
  width: 86.1111111111% !important;
  max-width: 86.1111111111% !important; }

.col-offset-31 {
  margin-left: 86.1111111111%; }

.col-32 {
  width: 88.8888888889% !important;
  max-width: 88.8888888889% !important; }

.col-offset-32 {
  margin-left: 88.8888888889%; }

.col-33 {
  width: 91.6666666667% !important;
  max-width: 91.6666666667% !important; }

.col-offset-33 {
  margin-left: 91.6666666667%; }

.col-34 {
  width: 94.4444444444% !important;
  max-width: 94.4444444444% !important; }

.col-offset-34 {
  margin-left: 94.4444444444%; }

.col-35 {
  width: 97.2222222222% !important;
  max-width: 97.2222222222% !important; }

.col-offset-35 {
  margin-left: 97.2222222222%; }

.col-36 {
  width: 100% !important;
  max-width: 100% !important; }

.col-offset-36 {
  margin-left: 100%; }

* {
  box-sizing: border-box; }

.zone-100 {
  display: flex; }
  .zone-100 .feature-wrap {
    width: 100%;
    max-width: 100%; }

.zone-25-75 {
  display: flex; }
  .zone-25-75 > .feature-wrap1 {
    width: 25%;
    max-width: 25%; }
  .zone-25-75 > .feature-wrap2 {
    width: 75%;
    max-width: 75%; }

.zone-33-66 {
  display: flex; }
  .zone-33-66 > .feature-wrap1 {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }
  .zone-33-66 > .feature-wrap2 {
    width: 66.6666666666%;
    max-width: 66.66666666666%; }

.zone-50-50 {
  display: flex; }
  .zone-50-50 > .feature-wrap1 {
    width: 50%;
    max-width: 50%; }
  .zone-50-50 > .feature-wrap2 {
    width: 50%;
    max-width: 50%; }

.zone-66-33 > .feature-wrap1 {
  width: 66.6666666666%;
  max-width: 66.66666666666%; }

.zone-66-33 > .feature-wrap2 {
  width: 33.33333333333%;
  max-width: 33.333333333333%; }

.zone-75-25 {
  display: flex; }
  .zone-75-25 > .feature-wrap1 {
    width: 75%;
    max-width: 75%; }
  .zone-75-25 > .feature-wrap2 {
    width: 25%;
    max-width: 25%; }

.zone-33 {
  display: flex; }
  .zone-33 .feature-wrap {
    width: 33.33333333333%;
    max-width: 33.333333333333%; }

@media only screen and (max-width: 400px) {
  .break-x-narrow {
    flex-wrap: wrap; }
    .break-x-narrow .feature-wrap {
      width: 100% !important;
      max-width: 100% !important; } }

@media only screen and (max-width: 600px) {
  .break-narrow {
    flex-wrap: wrap; }
    .break-narrow .feature-wrap {
      width: 100% !important;
      max-width: 100% !important; } }

@media only screen and (max-width: 900px) {
  .break-medium {
    flex-wrap: wrap; }
    .break-medium .feature-wrap {
      width: 100% !important;
      max-width: 100% !important; } }

@media only screen and (max-width: 1200px) {
  .break-wide {
    flex-wrap: wrap; }
    .break-wide .feature-wrap {
      width: 100% !important;
      max-width: 100% !important; } }

@media only screen and (max-width: 1800px) {
  .break-x-wide {
    flex-wrap: wrap; }
    .break-x-wide .feature-wrap {
      width: 100% !important;
      max-width: 100% !important; } }

@keyframes sticky-on {
  0% {
    top: 0;
    transform: scale(1); }
  75% {
    top: -400px; }
  100% {
    top: 0;
    transform: scale(1); } }

@keyframes sticky-off {
  0% {
    top: 0; }
  50% { }
  100% {
    top: 0; } }

/*
//////----------------------------------------------------------------------  VARIABLES  --------------------//////
*/
/*
//------------------------------------------------------------  SCREEN-WIDTH ----//
*/
/*
//------------------------------------------------------------ CONTENT-WIDTH ----//
*/
/*
//------------------------------------------------------------  GUTTER ----//
*/
/*
//------------------------------------------------------------  FEATURE-NUMBER ----//
*/
.eight-wrap .feature {
  width: calc(12.5% - 20px); }
  @media (max-width: 1214px) {
    .eight-wrap .feature {
      width: calc(25% - 20px); } }
  @media (min-width: 415px) and (max-width: 614px) {
    .eight-wrap .feature {
      width: 100%; } }
.six-wrap .feature {
  width: calc(16.6666666667% - 20px); }
  @media (max-width: 1214px) {
    .six-wrap .feature {
      width: calc(33.3333333333% - 20px); } }
  @media (min-width: 415px) and (max-width: 614px) {
    .six-wrap .feature {
      width: 100%; } }
.four-wrap .feature {
  width: calc(25% - 20px); }
  @media (max-width: 1214px) {
    .four-wrap .feature {
      width: calc(50% - 20px); } }
  @media (min-width: 415px) and (max-width: 614px) {
    .four-wrap .feature {
      width: 100%; } }
.three-wrap .feature {
  width: calc(33.3333333333% - 20px); }
  @media (max-width: 1214px) {
    .three-wrap .feature {
      width: calc(66.6666666667% - 20px); } }
  @media (min-width: 415px) and (max-width: 614px) {
    .three-wrap .feature {
      width: 100%; } }
/*
//////------------------------------------------------------------  UTILITIES  ----------//////
*/
/*
//------------------------------------------------------------  ALIGN ----//
*/
.align-left {
  text-align: left; }
  @media (max-width: 1214px) {
    .align-left {
      text-align: center; } }
.align-right {
  text-align: right; }
  @media (max-width: 1214px) {
    .align-right {
      text-align: center; } }
.align-center {
  text-align: center; }

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

/*
//////----------------------------------------------------------------------  COLORS  --------------------//////
*/
.alert {
  z-index: 1; }

#header {
  z-index: 99; }
  #header .band {
    z-index: 99; }

main {
  z-index: 1; }

footer {
  z-index: 1; }

.notFullWidth {
  width: 1180px;
  max-width: 100%;
  margin: auto; }

.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-title, .band .feature-text, .band .feature-content-image, .band .feature-content-text, .band .feature-cta {
  display: none; }

/*
//////----------------------------------------------------------------------  FEATURE_MULTI-LINK  --------------------//////
*/
.feature_multi-link {
  flex-wrap: nowrap; }
  @media (max-width: 1214px) {
    .feature_multi-link {
      flex-basis: 100%;
      flex-wrap: wrap; } }
  .feature_multi-link .feature-icon {
    display: none; }
  .feature_multi-link .feature-content {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    width: 100%; }
  .feature_multi-link .feature-text {
    width: 100%; }
  .feature_multi-link .feature-link {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
    .feature_multi-link .feature-link a {
      flex-grow: 1;
      width: 100%; }

/*
//////----------------------------------------------------------------------  CUSTOM CONTENT BLOCKS  --------------------//////
*/
#back {
  /*
//------------------------------------------------------------  BLOCKS ----//
*/
  /*------------------------  ACCORDION ----*/
  /*------------------------  Bio----*/ }
  #back .feature-wrap {
    /* - END ACCORDION - */ }
    #back .feature-wrap.accordion {
      margin: 30px 0 50px;
      flex-wrap: wrap;
      justify-content: center;
      /* - END FONT APPEARANCE - */ }
      #back .feature-wrap.accordion .feature-wrap-title {
        display: block;
        margin-bottom: 0px;
        width: 100%; }
        #back .feature-wrap.accordion .feature-wrap-title h2 {
          margin-bottom: .5em; }
        #back .feature-wrap.accordion .feature-wrap-title h3 {
          margin-bottom: .5em; }
      #back .feature-wrap.accordion .feature-content-text h3 {
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
        background: #f5f5f5;
        border-bottom: 1px solid #ddd;
        border-radius: 12px 12px 0 0;
        margin: 0; }
        @media (min-width: 1215px) {
          #back .feature-wrap.accordion .feature-content-text h3 {
            font-size: 18px; } }
        #back .feature-wrap.accordion .feature-content-text h3:active {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3:active:hover {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3:focus {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3:focus:hover {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3:focus-within {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3:hover {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3.active {
          background: #eee; }
        #back .feature-wrap.accordion .feature-content-text h3 a {
          color: #1a7184;
          display: flex;
          font-weight: inherit;
          justify-content: space-between;
          padding: 10px;
          width: 100%; }
          #back .feature-wrap.accordion .feature-content-text h3 a:active {
            background: none;
            color: #1a7184;
            text-decoration: none; }
          #back .feature-wrap.accordion .feature-content-text h3 a:active:hover {
            background: none;
            color: #1a7184;
            text-decoration: none; }
          #back .feature-wrap.accordion .feature-content-text h3 a:focus {
            background: none;
            color: #1a7184;
            text-decoration: none; }
          #back .feature-wrap.accordion .feature-content-text h3 a:focus:hover {
            background: none;
            color: #1a7184;
            text-decoration: none; }
          #back .feature-wrap.accordion .feature-content-text h3 a:focus-within {
            background: none;
            color: #1a7184;
            text-decoration: none; }
          #back .feature-wrap.accordion .feature-content-text h3 a:hover {
            background: none;
            color: #1a7184;
            text-decoration: none; }
          #back .feature-wrap.accordion .feature-content-text h3 a.active {
            background: none;
            color: #1a7184;
            text-decoration: none; }
      #back .feature-wrap.accordion .feature-content-wysiwyg {
        display: block;
        padding: 15px 20px 10px; }
      #back .feature-wrap.accordion .feature {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: flex-start;
        background: white;
        border: 1px solid #ddd;
        border-radius: 12px;
        justify-content: center;
        margin: 10px 0 0;
        position: relative;
        width: 100%;
        padding: 0px; }
        #back .feature-wrap.accordion .feature .feature-content {
          align-content: flex-start;
          flex-wrap: wrap;
          justify-content: flex-start;
          flex-wrap: wrap;
          padding: 0em;
          width: 100%; }
          #back .feature-wrap.accordion .feature .feature-content .feature-content-text {
            display: block;
            width: 100%; }
            #back .feature-wrap.accordion .feature .feature-content .feature-content-text h3 {
              text-decoration: none; }
              #back .feature-wrap.accordion .feature .feature-content .feature-content-text h3 span {
                margin-left: 10px; }
              #back .feature-wrap.accordion .feature .feature-content .feature-content-text h3 .icon-closed {
                display: none; }
            #back .feature-wrap.accordion .feature .feature-content .feature-content-text h3 a {
              text-decoration: none; }
            #back .feature-wrap.accordion .feature .feature-content .feature-content-text h4 {
              display: none; }
            #back .feature-wrap.accordion .feature .feature-content .feature-content-text .feature-content-wysiwyg h3,
            #back .feature-wrap.accordion .feature .feature-content .feature-content-text .feature-content-wysiwyg h4 {
              background: none;
              border: none;
              display: block; }
            #back .feature-wrap.accordion .feature .feature-content .feature-content-text .feature-content-wysiwyg ul li a {
              display: inline; }
        #back .feature-wrap.accordion .feature.entry-closed .feature-content-text h3 {
          border-bottom: none;
          border-radius: 12px; }
          #back .feature-wrap.accordion .feature.entry-closed .feature-content-text h3 .icon-opened {
            display: none; }
          #back .feature-wrap.accordion .feature.entry-closed .feature-content-text h3 .icon-closed {
            align-content: center;
            align-items: center;
            display: flex;
            justify-content: center; }
        #back .feature-wrap.accordion .feature.entry-closed .feature-content-wysiwyg {
          display: none; }
  #back .feature-wrap {
    /* - END EVENTS - */ }
    #back .feature-wrap.bio {
      margin: 30px 0 50px;
      flex-wrap: wrap;
      justify-content: flex-start;
      /* - FONT APPEARANCE - */
      /* - END FONT APPEARANCE - */ }
      #back .feature-wrap.bio .feature-wrap-title {
        display: block;
        width: 100%; }
      @media (max-width: 614px) {
        #back .feature-wrap.bio {
          justify-content: center; } }
      #back .feature-wrap.bio .feature-content-text h3 {
        line-height: 1.1em;
        margin: 0 0 5px; }
      #back .feature-wrap.bio .feature-content-text h4 {
        line-height: 1.1em;
        margin: 0 0 5px;
        padding: 0; }
      @media (max-width: 614px) {
        #back .feature-wrap.bio .feature-content-text h3,
        #back .feature-wrap.bio .feature-content-text h4 {
          display: flex;
          justify-content: center; } }
      #back .feature-wrap.bio .feature-wrap-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
        padding-bottom: 12px; }
        @media (max-width: 614px) {
          #back .feature-wrap.bio .feature-wrap-title {
            text-align: center; }
            #back .feature-wrap.bio .feature-wrap-title h2,
            #back .feature-wrap.bio .feature-wrap-title h3 {
              align-content: center;
              align-items: center;
              justify-content: center;
              text-align: center; } }
      #back .feature-wrap.bio .feature-padding {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: flex-start;
        border-radius: 12px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 20px 10px 0;
        width: 100%; }
        #back .feature-wrap.bio .feature-padding:active {
          background: #f5f5f5; }
        #back .feature-wrap.bio .feature-padding:active:hover {
          background: #f5f5f5; }
        #back .feature-wrap.bio .feature-padding:focus {
          background: #f5f5f5; }
        #back .feature-wrap.bio .feature-padding:focus:hover {
          background: #f5f5f5; }
        #back .feature-wrap.bio .feature-padding:focus-within {
          background: #f5f5f5; }
        #back .feature-wrap.bio .feature-padding:hover {
          background: #f5f5f5; }
        #back .feature-wrap.bio .feature-padding.active {
          background: #f5f5f5; }
        @media (max-width: 614px) {
          #back .feature-wrap.bio .feature-padding {
            align-content: center;
            flex-wrap: wrap;
            justify-content: center;
            margin: 20px 0 0; } }
        #back .feature-wrap.bio .feature-padding .feature-image {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          width: 30%; }
          #back .feature-wrap.bio .feature-padding .feature-image img {
            border: 1px solid #d8d3c5;
            border-radius: 6px;
            height: 100%;
            margin: 15px;
            width: calc(100% - 30px); }
          @media (max-width: 614px) {
            #back .feature-wrap.bio .feature-padding .feature-image {
              justify-content: center;
              width: 90%; }
              #back .feature-wrap.bio .feature-padding .feature-image img {
                width: auto; } }
        #back .feature-wrap.bio .feature-padding .feature-content {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          align-content: flex-start;
          align-items: flex-start;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          padding: 20px 30px 12px;
          width: 65%; }
          @media (max-width: 614px) {
            #back .feature-wrap.bio .feature-padding .feature-content {
              align-content: center;
              justify-content: center;
              padding: 20px 0px 12px;
              width: 100%; } }
          #back .feature-wrap.bio .feature-padding .feature-content span {
            font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px));
            background: rgba(0, 0, 0, 0.05);
            color: #993b45;
            font-weight: 600;
            padding: 0 30px;
            width: 100%; }
            @media (min-width: 1215px) {
              #back .feature-wrap.bio .feature-padding .feature-content span {
                font-size: 19px; } }
          #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            flex-wrap: wrap;
            width: 100%; }
            #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text h3 {
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              flex-wrap: wrap;
              width: 100%; }
            #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text h4 {
              width: 100%; }
            #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text div {
              width: 100%;
              flex-wrap: wrap; }
              #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text div > * {
                width: 100%; }
            #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text p {
              line-height: 1.2em;
              margin: 0 0 15px; }
            @media (max-width: 614px) {
              #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text h3,
              #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text h4,
              #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text div,
              #back .feature-wrap.bio .feature-padding .feature-content .feature-content-text p {
                align-content: center;
                align-items: center;
                justify-content: center;
                text-align: center; } }
          #back .feature-wrap.bio .feature-padding .feature-content .feature-cta {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap; }
            #back .feature-wrap.bio .feature-padding .feature-content .feature-cta a {
              line-height: 1.2em; }
              @media (max-width: 614px) {
                #back .feature-wrap.bio .feature-padding .feature-content .feature-cta a {
                  text-align: center; } }
/*-END BACK-*/
/*
//////----------------------------------------------------------------------  FEATURE-ROW  --------------------//////
*/
.feature-padding {
  width: 100%; }

.feature-row .feature .feature-content .feature-icon {
  order: 0; }

.feature-row .feature .feature-content .feature-text {
  order: 1; }

.feature-row .feature .feature-content .feature-cta {
  order: 2; }

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

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

/*
//////----------------------------------------------------------------------  FONTS  --------------------//////
*/
/*
//------------------------------------------------------------  FONT-SANS ----//
*/
/*
//------------------------------------------------------------  FONT-SERIF ----//
*/
/*
//------------------------------------------------------------  FONT-SPECIAL ----//
*/
/*
//------------------------------------------------------------  BODY ----//
*/
:root {
  font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); }
  @media (min-width: 1215px) {
    :root {
      font-size: 19px; } }
body {
  font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px));
  color: #383533;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-smoothing: subpixel-antialiased;
  text-align: left;
  line-height: 1.5em;
  font-weight: 400; }
  @media (min-width: 1215px) {
    body {
      font-size: 19px; } }
/*
//------------------------------------------------------------ FONTLOOKS BASIC ----//
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  margin: 0em 0em 1em; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    text-align: left; }

/*
//------------------------------------------------------------ FONTLOOKS ADDITIONAL ----//
*/
/*
//------------------------------------------------------------ HEADERS ----//
*/
h1 {
  font-size: calc((1.8064 * 1vw) + (1.8064 * 1vh) + (10px));
  color: #1a7184;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-weight: 400;
  margin: 0em;
  margin: 0em 0em 20px;
  line-height: 1.2em; }
  @media (min-width: 1215px) {
    h1 {
      font-size: 48px; } }
  .content h1 {
    text-align: left; }

h2 {
  font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
  color: #383533;
  font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
  font-weight: 400;
  margin: 0em;
  font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
  font-weight: 600;
  color: #993b45;
  margin: 0em 0em 20px; }
  @media (min-width: 1215px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 1215px) {
    h2 {
      font-size: 30px; } }
  .content h2 {
    text-align: left; }

h3 {
  font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
  color: #383533;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-weight: 500;
  margin: 0em;
  margin: 0em 0em 20px;
  text-transform: uppercase; }
  @media (min-width: 1215px) {
    h3 {
      font-size: 22px; } }
  .content h3 {
    text-align: left; }

h4 {
  font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
  color: #383533;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-weight: 400;
  margin: 0em;
  margin: 0em 0em 20px; }
  @media (min-width: 1215px) {
    h4 {
      font-size: 18px; } }
  .content h4 {
    text-align: left; }

h5 {
  font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
  color: #383533;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-weight: 500;
  margin: 0em;
  margin: 0em 0em 20px; }
  @media (min-width: 1215px) {
    h5 {
      font-size: 18px; } }
  .content h5 {
    text-align: left; }

h6 {
  font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
  color: #383533;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
  font-weight: 500;
  margin: 0em;
  margin: 0em 0em 20px; }
  @media (min-width: 1215px) {
    h6 {
      font-size: 16px; } }
  .content h6 {
    text-align: left; }

/*
//------------------------------------------------------------  LINKS ----//
*/
a,
li > a,
strong > a {
  color: #1a7184;
  display: inline-block; }
  a:active,
  li > a:active,
  strong > a:active {
    color: #1a7184;
    cursor: pointer; }
  a:active:hover,
  li > a:active:hover,
  strong > a:active:hover {
    color: #1a7184;
    cursor: pointer; }
  a:focus,
  li > a:focus,
  strong > a:focus {
    color: #1a7184;
    cursor: pointer; }
  a:focus:hover,
  li > a:focus:hover,
  strong > a:focus:hover {
    color: #1a7184;
    cursor: pointer; }
  a:focus-within,
  li > a:focus-within,
  strong > a:focus-within {
    color: #1a7184;
    cursor: pointer; }
  a:hover,
  li > a:hover,
  strong > a:hover {
    color: #1a7184;
    cursor: pointer; }
  a.active,
  li > a.active,
  strong > a.active {
    color: #1a7184;
    cursor: pointer; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
table a,
form a,
.breadcrumb a {
  display: inline;
  text-decoration: underline;
  font-weight: 500;
  transition: .3s; }
  h1 a:active,
  h2 a:active,
  h3 a:active,
  h4 a:active,
  h5 a:active,
  h6 a:active,
  p a:active,
  table a:active,
  form a:active,
  .breadcrumb a:active {
    color: #1a7184;
    transition: .3s; }
  h1 a:active:hover,
  h2 a:active:hover,
  h3 a:active:hover,
  h4 a:active:hover,
  h5 a:active:hover,
  h6 a:active:hover,
  p a:active:hover,
  table a:active:hover,
  form a:active:hover,
  .breadcrumb a:active:hover {
    color: #1a7184;
    transition: .3s; }
  h1 a:focus,
  h2 a:focus,
  h3 a:focus,
  h4 a:focus,
  h5 a:focus,
  h6 a:focus,
  p a:focus,
  table a:focus,
  form a:focus,
  .breadcrumb a:focus {
    color: #1a7184;
    transition: .3s; }
  h1 a:focus:hover,
  h2 a:focus:hover,
  h3 a:focus:hover,
  h4 a:focus:hover,
  h5 a:focus:hover,
  h6 a:focus:hover,
  p a:focus:hover,
  table a:focus:hover,
  form a:focus:hover,
  .breadcrumb a:focus:hover {
    color: #1a7184;
    transition: .3s; }
  h1 a:focus-within,
  h2 a:focus-within,
  h3 a:focus-within,
  h4 a:focus-within,
  h5 a:focus-within,
  h6 a:focus-within,
  p a:focus-within,
  table a:focus-within,
  form a:focus-within,
  .breadcrumb a:focus-within {
    color: #1a7184;
    transition: .3s; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  p a:hover,
  table a:hover,
  form a:hover,
  .breadcrumb a:hover {
    color: #1a7184;
    transition: .3s; }
  h1 a.active,
  h2 a.active,
  h3 a.active,
  h4 a.active,
  h5 a.active,
  h6 a.active,
  p a.active,
  table a.active,
  form a.active,
  .breadcrumb a.active {
    color: #1a7184;
    transition: .3s; }

a {
  transition: .3s; }
  a:active {
    transition: .3s; }
  a:active:hover {
    transition: .3s; }
  a:focus {
    transition: .3s; }
  a:focus:hover {
    transition: .3s; }
  a:focus-within {
    transition: .3s; }
  a:hover {
    transition: .3s; }
  a.active {
    transition: .3s; }

p {
  font-weight: 400;
  margin: 0em 0em 1.3em;
  color: #383533;
  margin-bottom: 5px; }
  p a {
    font-weight: 500;
    text-decoration: underline;
    transition: .3s; }
  p a.btn {
    text-decoration: none; }

::placeholder {
  font-size: calc((0.3775 * 1vw) + (0.3775 * 1vh) + (10px));
  color: #1a7184;
  font-weight: 400;
  opacity: 1; }
  @media (min-width: 1215px) {
    ::placeholder {
      font-size: 15px; } }
#back main a {
  text-decoration: underline; }

#back main .btn {
  text-decoration: none; }
  #back main .btn:active {
    color: #ece8e4; }
  #back main .btn:active:hover {
    color: #ece8e4; }
  #back main .btn:focus {
    color: #ece8e4; }
  #back main .btn:focus:hover {
    color: #ece8e4; }
  #back main .btn:focus-within {
    color: #ece8e4; }
  #back main .btn:hover {
    color: #ece8e4; }
  #back main .btn.active {
    color: #ece8e4; }

hr {
  border: 1px solid #993b45;
  margin: 40px 0; }

ul {
  margin-bottom: 5px; }

li a {
  font-weight: 500; }
  li a:active {
    text-decoration: none; }
  li a:active:hover {
    text-decoration: none; }
  li a:focus {
    text-decoration: none; }
  li a:focus:hover {
    text-decoration: none; }
  li a:focus-within {
    text-decoration: none; }
  li a:hover {
    text-decoration: none; }
  li a.active {
    text-decoration: none; }

#back main li a,
#back main a {
  font-weight: 500; }
  #back main li a:active,
  #back main a:active {
    color: #1a7184;
    text-decoration: none; }
  #back main li a:active:hover,
  #back main a:active:hover {
    color: #1a7184;
    text-decoration: none; }
  #back main li a:focus,
  #back main a:focus {
    color: #1a7184;
    text-decoration: none; }
  #back main li a:focus:hover,
  #back main a:focus:hover {
    color: #1a7184;
    text-decoration: none; }
  #back main li a:focus-within,
  #back main a:focus-within {
    color: #1a7184;
    text-decoration: none; }
  #back main li a:hover,
  #back main a:hover {
    color: #1a7184;
    text-decoration: none; }
  #back main li a.active,
  #back main a.active {
    color: #1a7184;
    text-decoration: none; }

/*
//////----------------------------------------------------------------------  BUTTONS  --------------------//////
*/
/*
//------------------------------------------------------------  BTN ----//
*/
.btn,
button {
  font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
  display: inline-flex;
  justify-content: space-around;
  font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
  align-items: center;
  color: #ece8e4;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  align-content: center;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 600;
  transition: .3s;
  background: #1e8399;
  border: none;
  margin-bottom: 14px; }
  @media (min-width: 1215px) {
    .btn,
    button {
      font-size: 22px; } }
  .btn:active,
  button:active {
    background: #165f6f;
    transition: .3s; }
  .btn:active:hover,
  button:active:hover {
    background: #165f6f;
    transition: .3s; }
  .btn:focus,
  button:focus {
    background: #165f6f;
    transition: .3s; }
  .btn:focus:hover,
  button:focus:hover {
    background: #165f6f;
    transition: .3s; }
  .btn:focus-within,
  button:focus-within {
    background: #165f6f;
    transition: .3s; }
  .btn:hover,
  button:hover {
    background: #165f6f;
    transition: .3s; }
  .btn.active,
  button.active {
    background: #165f6f;
    transition: .3s; }
  @media (max-width: 1214px) {
    .btn,
    button {
      font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .btn,
    button {
      font-size: 19px; } }
  .btn svg,
  button svg {
    margin-left: 10px; }

/*
//------------------------------------------------------------  TRANSPARENT-OUTLINE ----//
*/
.btn-outline {
  font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
  display: inline-flex;
  justify-content: space-around;
  font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
  align-items: center;
  color: #ece8e4;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  align-content: center;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 600;
  transition: .3s;
  background: #1e8399;
  border: none;
  margin-bottom: 14px;
  background: #ece8e4;
  border-color: #1a7184;
  color: #1a7184;
  transition: 0.2s; }
  @media (min-width: 1215px) {
    .btn-outline {
      font-size: 22px; } }
  .btn-outline:active {
    background: #165f6f;
    transition: .3s; }
  .btn-outline:active:hover {
    background: #165f6f;
    transition: .3s; }
  .btn-outline:focus {
    background: #165f6f;
    transition: .3s; }
  .btn-outline:focus:hover {
    background: #165f6f;
    transition: .3s; }
  .btn-outline:focus-within {
    background: #165f6f;
    transition: .3s; }
  .btn-outline:hover {
    background: #165f6f;
    transition: .3s; }
  .btn-outline.active {
    background: #165f6f;
    transition: .3s; }
  @media (max-width: 1214px) {
    .btn-outline {
      font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .btn-outline {
      font-size: 19px; } }
  .btn-outline svg {
    margin-left: 10px; }

.btn-outline-hover {
  background: #f0f0f1; }

/*
//------------------------------------------------------------  SOLID ----//
*/
/*
//////----------------------------------------------------------------------  FORMS/TABLES  --------------------//////
*/
.input-group {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  margin: 5px 0 30px;
  width: 100%; }
  .input-group .input-group-btn .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -1px; }

#back .content .btn-outline {
  color: #993b45;
  vertical-align: middle; }
  #back .content .btn-outline:active {
    border-color: #1a7184;
    color: #993b45; }
  #back .content .btn-outline:active:hover {
    border-color: #1a7184;
    color: #993b45; }
  #back .content .btn-outline:focus {
    border-color: #1a7184;
    color: #993b45; }
  #back .content .btn-outline:focus:hover {
    border-color: #1a7184;
    color: #993b45; }
  #back .content .btn-outline:focus-within {
    border-color: #1a7184;
    color: #993b45; }
  #back .content .btn-outline:hover {
    border-color: #1a7184;
    color: #993b45; }
  #back .content .btn-outline.active {
    border-color: #1a7184;
    color: #993b45; }

.form-inline .btn {
  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);
  border-radius: 0;
  box-shadow: none;
  padding: 0 8px; }

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

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

table {
  background: none;
  border: none;
  border-collapse: collapse;
  border-bottom: 6px solid #993b45;
  line-height: normal;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center; }
  table .material-icons {
    color: #993b45;
    font-size: 150%; }
  @media (max-width: 375px) {
    table {
      font-size: 12px; } }
.table-hover > tbody > tr:hover:not(.tableheader) {
  background: rgba(170, 166, 155, 0.2); }

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

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

td {
  margin: 0;
  padding: 8px 15px;
  text-align: left;
  line-height: 1.5; }
  td img {
    max-width: 1.25em; }

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

/*
//////----------------------------------------------------------------------  MULTI-ZONE  --------------------//////
*/
.multi-zone {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-around; }
  @media (max-width: 1214px) {
    .multi-zone {
      flex-wrap: wrap; } }
  @media (max-width: 1214px) {
    .multi-zone .zone1,
    .multi-zone .zone2,
    .multi-zone .zone3,
    .multi-zone .zone4,
    .multi-zone .zone5 {
      flex-basis: 100%;
      flex-grow: 1; } }
/*
//////----------------------------------------------------------------------  TEXT/LISTS  --------------------//////
*/
p {
  margin: 0 0 20px;
  line-height: 1.6em;
  font-weight: 400; }

.content ul.contentList {
  margin-left: -32px; }
  .content ul.contentList a {
    font-weight: 600;
    text-decoration: underline; }
    .content ul.contentList a:active {
      text-decoration: underline; }
    .content ul.contentList a:active:hover {
      text-decoration: underline; }
    .content ul.contentList a:focus {
      text-decoration: underline; }
    .content ul.contentList a:focus:hover {
      text-decoration: underline; }
    .content ul.contentList a:focus-within {
      text-decoration: underline; }
    .content ul.contentList a:hover {
      text-decoration: underline; }
    .content ul.contentList a.active {
      text-decoration: underline; }

.content ul,
.content ol,
.content ol.breadcrumb {
  margin: 0 0 25px;
  padding: 0px 0 14px 20px; }

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

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

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

.content ul li {
  line-height: 1.2em;
  list-style-type: none;
  padding: 5px 0 0px 11px;
  font-weight: 400; }
  .content ul li a {
    display: inline; }

.content ol li {
  line-height: 1.2em;
  padding: 5px 0 5px 20px; }

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

.content ul li,
.content ol li ul li,
.content ol li ul li ol li ul li {
  list-style: none; }
  .content ul li::before,
  .content ol li ul li::before,
  .content ol li ul li ol li ul li::before {
    color: #000;
    content: '•';
    display: inline-block;
    margin-left: 0;
    margin-right: 12px;
    position: relative;
    top: -2px;
    font-size: 18px; }

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

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

.content ul ul li::before {
  color: #000;
  content: '•';
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.6em;
  position: relative; }

blockquote {
  border-left: 0; }

blockquote:before {
  color: #000;
  content: '\201C';
  display: block;
  font-size: 50px;
  left: -20px;
  position: relative;
  top: 0; }

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

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

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

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

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

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

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

/*
//////----------------------------------------------------------------------  ZONE  --------------------//////
*/
.alert {
  align-items: flex-start;
  width: 100%;
  z-index: 9999999;
  position: relative;
  width: 100%; }
  .alert .close {
    display: block; }
  .alert.alert-top {
    background: #1a7184;
    transition: .3s;
    cursor: pointer; }
    .alert.alert-top:active {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top:active:hover {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top:focus {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top:focus:hover {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top:focus-within {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top:hover {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top.active {
      background: #124d59;
      transition: .3s; }
    .alert.alert-top .zone {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      width: 100%; }
      .alert.alert-top .zone .feature-wrap {
        display: block;
        width: 100%; }
        .alert.alert-top .zone .feature-wrap .feature {
          width: 100%;
          padding: 15px 35px;
          flex-wrap: wrap; }
          .alert.alert-top .zone .feature-wrap .feature .feature-title {
            width: 100%;
            display: block; }
          .alert.alert-top .zone .feature-wrap .feature .feature-content {
            margin: auto;
            width: 100%;
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            flex-wrap: wrap; }
            .alert.alert-top .zone .feature-wrap .feature .feature-content .feature-content-text {
              padding-bottom: 15px;
              display: block;
              width: 100%; }
              .alert.alert-top .zone .feature-wrap .feature .feature-content .feature-content-text h2 {
                font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
                color: #383533;
                font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
                font-weight: 400;
                margin: 0em;
                color: #ece8e4;
                font-weight: 600;
                width: 100%;
                padding-right: 45px;
                font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif; }
                @media (min-width: 1215px) {
                  .alert.alert-top .zone .feature-wrap .feature .feature-content .feature-content-text h2 {
                    font-size: 30px; } }
              .alert.alert-top .zone .feature-wrap .feature .feature-content .feature-content-text h3 {
                font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
                color: #383533;
                font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
                font-weight: 500;
                margin: 0em;
                color: #ece8e4;
                text-transform: none;
                font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
                font-weight: 300;
                line-height: 1.5;
                width: 100%;
                margin-top: 14px; }
                @media (min-width: 1215px) {
                  .alert.alert-top .zone .feature-wrap .feature .feature-content .feature-content-text h3 {
                    font-size: 22px; } }
                @media (min-width: 1215px) {
                  .alert.alert-top .zone .feature-wrap .feature .feature-content .feature-content-text h3 {
                    font-size: 18px; } }
          .alert.alert-top .zone .feature-wrap .feature .feature-cta {
            width: 100%;
            display: block; }
            .alert.alert-top .zone .feature-wrap .feature .feature-cta a {
              font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
              display: inline-flex;
              justify-content: space-around;
              font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
              align-items: center;
              color: #ece8e4;
              cursor: pointer;
              flex-wrap: wrap;
              justify-content: center;
              width: auto;
              align-content: center;
              border-radius: 4px;
              text-align: center;
              text-decoration: none;
              padding: 8px 15px;
              font-weight: 600;
              transition: .3s;
              background: #1e8399;
              border: none;
              margin-bottom: 14px;
              display: inline-block;
              margin: 0;
              background-color: #eae4e0;
              color: #1a7184;
              border-color: #ece8e4;
              text-decoration: none; }
              @media (min-width: 1215px) {
                .alert.alert-top .zone .feature-wrap .feature .feature-cta a {
                  font-size: 22px; } }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:active {
                background: #165f6f;
                transition: .3s; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:active:hover {
                background: #165f6f;
                transition: .3s; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:focus {
                background: #165f6f;
                transition: .3s; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:focus:hover {
                background: #165f6f;
                transition: .3s; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:focus-within {
                background: #165f6f;
                transition: .3s; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:hover {
                background: #165f6f;
                transition: .3s; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a.active {
                background: #165f6f;
                transition: .3s; }
              @media (max-width: 1214px) {
                .alert.alert-top .zone .feature-wrap .feature .feature-cta a {
                  font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .alert.alert-top .zone .feature-wrap .feature .feature-cta a {
      font-size: 19px; } }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a svg {
                margin-left: 10px; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:active {
                color: #1a7184;
                background-color: #fff; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:active:hover {
                color: #1a7184;
                background-color: #fff; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:focus {
                color: #1a7184;
                background-color: #fff; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:focus:hover {
                color: #1a7184;
                background-color: #fff; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:focus-within {
                color: #1a7184;
                background-color: #fff; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a:hover {
                color: #1a7184;
                background-color: #fff; }
              .alert.alert-top .zone .feature-wrap .feature .feature-cta a.active {
                color: #1a7184;
                background-color: #fff; }
          @media (max-width: 914px) {
            .alert.alert-top .zone .feature-wrap .feature {
              padding: 10px 25px; } }
      .alert.alert-top .zone .zone-cta {
        margin-right: 35px;
        display: block;
        margin-top: 13px;
        height: 0;
        position: absolute;
        top: 0;
        right: 0; }
        .alert.alert-top .zone .zone-cta a, .alert.alert-top .zone .zone-cta button {
          font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
          display: inline-flex;
          justify-content: space-around;
          font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
          align-items: center;
          color: #ece8e4;
          cursor: pointer;
          flex-wrap: wrap;
          justify-content: center;
          width: auto;
          align-content: center;
          border-radius: 4px;
          text-align: center;
          text-decoration: none;
          padding: 8px 15px;
          font-weight: 600;
          transition: .3s;
          background: #1e8399;
          border: none;
          margin-bottom: 14px;
          color: #1a7184;
          background-color: #eae4e0;
          border-color: #ece8e4;
          margin: 0;
          width: 42px;
          height: 42px;
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          @media (min-width: 1215px) {
            .alert.alert-top .zone .zone-cta a, .alert.alert-top .zone .zone-cta button {
              font-size: 22px; } }
          .alert.alert-top .zone .zone-cta a:active, .alert.alert-top .zone .zone-cta button:active {
            background: #165f6f;
            transition: .3s; }
          .alert.alert-top .zone .zone-cta a:active:hover, .alert.alert-top .zone .zone-cta button:active:hover {
            background: #165f6f;
            transition: .3s; }
          .alert.alert-top .zone .zone-cta a:focus, .alert.alert-top .zone .zone-cta button:focus {
            background: #165f6f;
            transition: .3s; }
          .alert.alert-top .zone .zone-cta a:focus:hover, .alert.alert-top .zone .zone-cta button:focus:hover {
            background: #165f6f;
            transition: .3s; }
          .alert.alert-top .zone .zone-cta a:focus-within, .alert.alert-top .zone .zone-cta button:focus-within {
            background: #165f6f;
            transition: .3s; }
          .alert.alert-top .zone .zone-cta a:hover, .alert.alert-top .zone .zone-cta button:hover {
            background: #165f6f;
            transition: .3s; }
          .alert.alert-top .zone .zone-cta a.active, .alert.alert-top .zone .zone-cta button.active {
            background: #165f6f;
            transition: .3s; }
          @media (max-width: 1214px) {
            .alert.alert-top .zone .zone-cta a, .alert.alert-top .zone .zone-cta button {
              font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .alert.alert-top .zone .zone-cta a, .alert.alert-top .zone .zone-cta button {
      font-size: 19px; } }
          .alert.alert-top .zone .zone-cta a svg, .alert.alert-top .zone .zone-cta button svg {
            margin-left: 10px; }
          .alert.alert-top .zone .zone-cta a:active, .alert.alert-top .zone .zone-cta button:active {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a:active:hover, .alert.alert-top .zone .zone-cta button:active:hover {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a:focus, .alert.alert-top .zone .zone-cta button:focus {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a:focus:hover, .alert.alert-top .zone .zone-cta button:focus:hover {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a:focus-within, .alert.alert-top .zone .zone-cta button:focus-within {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a:hover, .alert.alert-top .zone .zone-cta button:hover {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a.active, .alert.alert-top .zone .zone-cta button.active {
            background-color: #fff; }
          .alert.alert-top .zone .zone-cta a svg, .alert.alert-top .zone .zone-cta button svg {
            margin-left: 0; }
        @media (max-width: 914px) {
          .alert.alert-top .zone .zone-cta {
            margin-right: 20px; } }
  .alert.panel-pop {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
    .alert.panel-pop .popout-bg {
      background: rgba(216, 211, 197, 0.5); }
    .alert.panel-pop .zone {
      width: 50%;
      background: #1a7184;
      padding: 2em;
      box-shadow: 0 0 9px rgba(1, 1, 1, 0.4); }
      .alert.panel-pop .zone .feature-wrap .feature {
        display: block;
        width: 100%; }
        .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          flex-wrap: wrap; }
          .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-content-text {
            display: block; }
            .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-content-text h2 {
              color: #ece8e4; }
            .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-content-text h3 {
              font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
              color: #383533;
              font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
              font-weight: 500;
              margin: 0em;
              color: #ece8e4; }
              @media (min-width: 1215px) {
                .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-content-text h3 {
                  font-size: 16px; } }
          .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta {
            width: 100%;
            display: block; }
            .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
              font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
              display: inline-flex;
              justify-content: space-around;
              font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
              align-items: center;
              color: #ece8e4;
              cursor: pointer;
              flex-wrap: wrap;
              justify-content: center;
              width: auto;
              align-content: center;
              border-radius: 4px;
              text-align: center;
              text-decoration: none;
              padding: 8px 15px;
              font-weight: 600;
              transition: .3s;
              background: #1e8399;
              border: none;
              margin-bottom: 14px;
              display: inline-block;
              margin: 0;
              color: #ece8e4;
              border-color: #ece8e4;
              text-decoration: none;
              margin-top: 25px; }
              @media (min-width: 1215px) {
                .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
                  font-size: 22px; } }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:active {
                background: #165f6f;
                transition: .3s; }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:active:hover {
                background: #165f6f;
                transition: .3s; }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus {
                background: #165f6f;
                transition: .3s; }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus:hover {
                background: #165f6f;
                transition: .3s; }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus-within {
                background: #165f6f;
                transition: .3s; }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:hover {
                background: #165f6f;
                transition: .3s; }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a.active {
                background: #165f6f;
                transition: .3s; }
              @media (max-width: 1214px) {
                .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
                  font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
      font-size: 19px; } }
              .alert.panel-pop .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a svg {
                margin-left: 10px; }
      .alert.panel-pop .zone .zone-cta {
        position: absolute;
        right: 20px;
        display: block;
        top: 15px; }
        .alert.panel-pop .zone .zone-cta a {
          font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
          display: inline-flex;
          justify-content: space-around;
          font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
          align-items: center;
          color: #ece8e4;
          cursor: pointer;
          flex-wrap: wrap;
          justify-content: center;
          width: auto;
          align-content: center;
          border-radius: 4px;
          text-align: center;
          text-decoration: none;
          padding: 8px 15px;
          font-weight: 600;
          transition: .3s;
          background: #1e8399;
          border: none;
          margin-bottom: 14px;
          color: #ece8e4;
          border-color: #ece8e4;
          margin: 0;
          width: 42px;
          height: 42px;
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          @media (min-width: 1215px) {
            .alert.panel-pop .zone .zone-cta a {
              font-size: 22px; } }
          .alert.panel-pop .zone .zone-cta a:active {
            background: #165f6f;
            transition: .3s; }
          .alert.panel-pop .zone .zone-cta a:active:hover {
            background: #165f6f;
            transition: .3s; }
          .alert.panel-pop .zone .zone-cta a:focus {
            background: #165f6f;
            transition: .3s; }
          .alert.panel-pop .zone .zone-cta a:focus:hover {
            background: #165f6f;
            transition: .3s; }
          .alert.panel-pop .zone .zone-cta a:focus-within {
            background: #165f6f;
            transition: .3s; }
          .alert.panel-pop .zone .zone-cta a:hover {
            background: #165f6f;
            transition: .3s; }
          .alert.panel-pop .zone .zone-cta a.active {
            background: #165f6f;
            transition: .3s; }
          @media (max-width: 1214px) {
            .alert.panel-pop .zone .zone-cta a {
              font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .alert.panel-pop .zone .zone-cta a {
      font-size: 19px; } }
          .alert.panel-pop .zone .zone-cta a svg {
            margin-left: 10px; }
      @media (max-width: 914px) {
        .alert.panel-pop .zone {
          width: 90%; } }
#home .login {
  display: none; }

header.band {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: .0s;
  z-index: 9;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #993b45; }
  header.band .backpanel {
    width: 100%;
    height: 100%;
    background-color: #993b45;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  header.band .mobile-logo-menu-btns {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
  @media (max-width: 1214px) {
    header.band {
      flex-wrap: wrap; }
      header.band .mobile-logo-menu-btns {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #993b45;
        z-index: 9; } }
  header.band .close {
    display: none; }
  header.band.scroll-on {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    transition: .0s; }
  header.band.scroll-off {
    transition: .0s; }
  header.band a {
    color: #ece8e4; }
  @media (max-width: 1214px) {
    header.band {
      padding-left: 0px;
      padding-right: 0px; } }
.zone-logo {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  max-width: 400px;
  position: relative;
  z-index: 10; }
  .zone-logo .feature-wrap .feature {
    transition: .3s; }
    .zone-logo .feature-wrap .feature:active {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature:active:hover {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature:focus {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature:focus:hover {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature:focus-within {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature:hover {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature.active {
      transition: .3s;
      color: #fff; }
    .zone-logo .feature-wrap .feature .feature-image {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      height: 100%; }
      .zone-logo .feature-wrap .feature .feature-image a {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-items: center; }
      .zone-logo .feature-wrap .feature .feature-image img {
        margin: auto;
        max-width: 215px;
        width: auto;
        margin-left: 0; }
        @media (max-width: 1214px) {
          .zone-logo .feature-wrap .feature .feature-image img {
            max-width: 150px;
            padding: 10px 0; } }
  @media (max-width: 1214px) {
    .zone-logo {
      width: 66.6666666667%;
      max-width: 66.6666666667%;
      padding: 0; } }
  @media (max-width: 614px) {
    .zone-logo img {
      padding-left: 5px !important; } }
.zone-menu-toggle-mobile {
  display: none;
  width: 44px;
  justify-content: flex-end;
  align-items: center;
  margin: auto 0;
  margin-left: 10px;
  height: 44px;
  z-index: 10; }
  .zone-menu-toggle-mobile .feature-cta {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
  .zone-menu-toggle-mobile .feature-wrap {
    margin: auto;
    align-self: flex-start; }
  .zone-menu-toggle-mobile a, .zone-menu-toggle-mobile button {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    border: 0;
    padding: 0;
    font-weight: 100;
    background: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
    margin: auto;
    width: 38px;
    font-size: 38px; }
    .zone-menu-toggle-mobile a svg, .zone-menu-toggle-mobile button svg {
      margin: auto;
      align-self: flex-start; }
    .zone-menu-toggle-mobile a img, .zone-menu-toggle-mobile button img {
      margin: auto; }
    .zone-menu-toggle-mobile a.panel-opened, .zone-menu-toggle-mobile button.panel-opened {
      transition: .3s; }
      .zone-menu-toggle-mobile a.panel-opened .open, .zone-menu-toggle-mobile button.panel-opened .open {
        transition: .3s;
        display: none; }
      .zone-menu-toggle-mobile a.panel-opened .close, .zone-menu-toggle-mobile button.panel-opened .close {
        transition: .3s;
        display: block; }
    .zone-menu-toggle-mobile a.panel-closed, .zone-menu-toggle-mobile button.panel-closed {
      transition: .3s; }
      .zone-menu-toggle-mobile a.panel-closed .open, .zone-menu-toggle-mobile button.panel-closed .open {
        transition: .3s;
        display: block; }
      .zone-menu-toggle-mobile a.panel-closed .close, .zone-menu-toggle-mobile button.panel-closed .close {
        transition: .3s;
        display: none; }
    .zone-menu-toggle-mobile a:active, .zone-menu-toggle-mobile button:active {
      color: #fff;
      background: none; }
    .zone-menu-toggle-mobile a:active:hover, .zone-menu-toggle-mobile button:active:hover {
      color: #fff;
      background: none; }
    .zone-menu-toggle-mobile a:focus, .zone-menu-toggle-mobile button:focus {
      color: #fff;
      background: none; }
    .zone-menu-toggle-mobile a:focus:hover, .zone-menu-toggle-mobile button:focus:hover {
      color: #fff;
      background: none; }
    .zone-menu-toggle-mobile a:focus-within, .zone-menu-toggle-mobile button:focus-within {
      color: #fff;
      background: none; }
    .zone-menu-toggle-mobile a:hover, .zone-menu-toggle-mobile button:hover {
      color: #fff;
      background: none; }
    .zone-menu-toggle-mobile a.active, .zone-menu-toggle-mobile button.active {
      color: #fff;
      background: none; }
  @media (max-width: 1214px) {
    .zone-menu-toggle-mobile {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; } }
.zone-login-toggle-mobile,
.zone-login-toggle-back-mobile {
  display: none;
  width: 36px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  height: 44px;
  margin: auto 0;
  margin-right: 0;
  margin-left: auto;
  z-index: 10; }
  .zone-login-toggle-mobile .feature-cta,
  .zone-login-toggle-back-mobile .feature-cta {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
  .zone-login-toggle-mobile a, .zone-login-toggle-mobile button,
  .zone-login-toggle-back-mobile a,
  .zone-login-toggle-back-mobile button {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    font-weight: 100;
    background: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
    padding: 4px;
    border: 0;
    margin: auto;
    width: 38px;
    font-size: 38px; }
    .zone-login-toggle-mobile a svg, .zone-login-toggle-mobile button svg,
    .zone-login-toggle-back-mobile a svg,
    .zone-login-toggle-back-mobile button svg {
      margin: auto;
      align-self: flex-start; }
    .zone-login-toggle-mobile a img, .zone-login-toggle-mobile button img,
    .zone-login-toggle-back-mobile a img,
    .zone-login-toggle-back-mobile button img {
      margin: auto; }
    .zone-login-toggle-mobile a .open, .zone-login-toggle-mobile button .open,
    .zone-login-toggle-back-mobile a .open,
    .zone-login-toggle-back-mobile button .open {
      font-size: 28px; }
    .zone-login-toggle-mobile a.panel-opened, .zone-login-toggle-mobile button.panel-opened,
    .zone-login-toggle-back-mobile a.panel-opened,
    .zone-login-toggle-back-mobile button.panel-opened {
      transition: .3s; }
      .zone-login-toggle-mobile a.panel-opened .open, .zone-login-toggle-mobile button.panel-opened .open,
      .zone-login-toggle-back-mobile a.panel-opened .open,
      .zone-login-toggle-back-mobile button.panel-opened .open {
        display: none; }
      .zone-login-toggle-mobile a.panel-opened .close, .zone-login-toggle-mobile button.panel-opened .close,
      .zone-login-toggle-back-mobile a.panel-opened .close,
      .zone-login-toggle-back-mobile button.panel-opened .close {
        display: block; }
    .zone-login-toggle-mobile a.panel-closed, .zone-login-toggle-mobile button.panel-closed,
    .zone-login-toggle-back-mobile a.panel-closed,
    .zone-login-toggle-back-mobile button.panel-closed {
      transition: .3s; }
      .zone-login-toggle-mobile a.panel-closed .open, .zone-login-toggle-mobile button.panel-closed .open,
      .zone-login-toggle-back-mobile a.panel-closed .open,
      .zone-login-toggle-back-mobile button.panel-closed .open {
        display: block;
        font-size: 28px; }
      .zone-login-toggle-mobile a.panel-closed .close, .zone-login-toggle-mobile button.panel-closed .close,
      .zone-login-toggle-back-mobile a.panel-closed .close,
      .zone-login-toggle-back-mobile button.panel-closed .close {
        display: none; }
    .zone-login-toggle-mobile a:active, .zone-login-toggle-mobile button:active,
    .zone-login-toggle-back-mobile a:active,
    .zone-login-toggle-back-mobile button:active {
      color: #fff;
      background: none; }
    .zone-login-toggle-mobile a:active:hover, .zone-login-toggle-mobile button:active:hover,
    .zone-login-toggle-back-mobile a:active:hover,
    .zone-login-toggle-back-mobile button:active:hover {
      color: #fff;
      background: none; }
    .zone-login-toggle-mobile a:focus, .zone-login-toggle-mobile button:focus,
    .zone-login-toggle-back-mobile a:focus,
    .zone-login-toggle-back-mobile button:focus {
      color: #fff;
      background: none; }
    .zone-login-toggle-mobile a:focus:hover, .zone-login-toggle-mobile button:focus:hover,
    .zone-login-toggle-back-mobile a:focus:hover,
    .zone-login-toggle-back-mobile button:focus:hover {
      color: #fff;
      background: none; }
    .zone-login-toggle-mobile a:focus-within, .zone-login-toggle-mobile button:focus-within,
    .zone-login-toggle-back-mobile a:focus-within,
    .zone-login-toggle-back-mobile button:focus-within {
      color: #fff;
      background: none; }
    .zone-login-toggle-mobile a:hover, .zone-login-toggle-mobile button:hover,
    .zone-login-toggle-back-mobile a:hover,
    .zone-login-toggle-back-mobile button:hover {
      color: #fff;
      background: none; }
    .zone-login-toggle-mobile a.active, .zone-login-toggle-mobile button.active,
    .zone-login-toggle-back-mobile a.active,
    .zone-login-toggle-back-mobile button.active {
      color: #fff;
      background: none; }
  @media (max-width: 1214px) {
    .zone-login-toggle-mobile,
    .zone-login-toggle-back-mobile {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; } }
.menu-login-zone {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

@media (min-width: 915px) {
  .zone-menu-panel {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #993b45;
    position: relative;
    z-index: 1; }
    .zone-menu-panel .feature-wrap {
      align-items: flex-end;
      flex-wrap: wrap; }
      .zone-menu-panel .feature-wrap .feature {
        position: relative; }
        .zone-menu-panel .feature-wrap .feature .feature-padding {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title {
            margin: auto;
            align-self: flex-start;
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            margin-bottom: 0;
            position: relative;
            z-index: 9999; }
            .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title a, .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title button {
              margin: auto;
              align-self: flex-start;
              padding: 8px 6px;
              margin-bottom: 0; }
              .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title a div, .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title button div {
                display: flex;
                flex: 0 1 auto;
                flex-wrap: nowrap;
                padding: 7px;
                border-radius: 6px; }
                .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title a div svg, .zone-menu-panel .feature-wrap .feature .feature-padding .feature-title button div svg {
                  margin: auto;
                  align-self: flex-start; }
        .zone-menu-panel .feature-wrap .feature:nth-last-child(1) {
          margin-right: 0;
          padding-right: 0;
          margin-left: -5px; }
          .zone-menu-panel .feature-wrap .feature:nth-last-child(1) .feature-padding .feature-title {
            margin-bottom: auto;
            padding: 11px 0;
            padding-left: 10px; }
            .zone-menu-panel .feature-wrap .feature:nth-last-child(1) .feature-padding .feature-title a, .zone-menu-panel .feature-wrap .feature:nth-last-child(1) .feature-padding .feature-title button {
              padding: 0 13px;
              margin-bottom: auto; }
              .zone-menu-panel .feature-wrap .feature:nth-last-child(1) .feature-padding .feature-title a svg, .zone-menu-panel .feature-wrap .feature:nth-last-child(1) .feature-padding .feature-title button svg {
                margin: 0; }
        .zone-menu-panel .feature-wrap .feature .feature-title {
          display: block; }
          .zone-menu-panel .feature-wrap .feature .feature-title a, .zone-menu-panel .feature-wrap .feature .feature-title button {
            font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
            text-decoration: none;
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            transition: .3s;
            padding: 0;
            font-weight: 100;
            background: none;
            font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif; } }
          @media (min-width: 915px) and (min-width: 1215px) {
            .zone-menu-panel .feature-wrap .feature .feature-title a, .zone-menu-panel .feature-wrap .feature .feature-title button {
              font-size: 22px; } }
@media (min-width: 915px) {
            .zone-menu-panel .feature-wrap .feature .feature-title a:active, .zone-menu-panel .feature-wrap .feature .feature-title button:active {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:active:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:active:hover {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:focus, .zone-menu-panel .feature-wrap .feature .feature-title button:focus {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:focus:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:focus:hover {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:focus-within, .zone-menu-panel .feature-wrap .feature .feature-title button:focus-within {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:hover {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a.active, .zone-menu-panel .feature-wrap .feature .feature-title button.active {
              color: #fff;
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a svg, .zone-menu-panel .feature-wrap .feature .feature-title button svg {
              transition: .3s; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:active, .zone-menu-panel .feature-wrap .feature .feature-title button:active {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:active:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:active:hover {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:focus, .zone-menu-panel .feature-wrap .feature .feature-title button:focus {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:focus:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:focus:hover {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:focus-within, .zone-menu-panel .feature-wrap .feature .feature-title button:focus-within {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:hover {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a.active, .zone-menu-panel .feature-wrap .feature .feature-title button.active {
              color: #fff; }
            .zone-menu-panel .feature-wrap .feature .feature-title a.panel-closed div svg, .zone-menu-panel .feature-wrap .feature .feature-title button.panel-closed div svg {
              transform: rotate(0deg);
              transition: .3s;
              margin: auto;
              margin-left: 13px; }
            .zone-menu-panel .feature-wrap .feature .feature-title a.panel-opened div, .zone-menu-panel .feature-wrap .feature .feature-title button.panel-opened div {
              background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a.panel-opened div svg, .zone-menu-panel .feature-wrap .feature .feature-title button.panel-opened div svg {
                transition: .3s;
                margin: auto;
                transform: rotate(90deg);
                margin-left: 13px; }
            .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div {
              font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px)); } }
            @media (min-width: 915px) and (min-width: 1215px) {
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div {
                font-size: 14px; } }
@media (min-width: 915px) {
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div span, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div span {
                font-weight: 600; } }
              @media only screen and (min-width: 915px) and (max-width: 1330px) {
                .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div span, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div span {
                  display: none; } }
@media (min-width: 915px) {
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div svg, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div svg {
                font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
                margin: auto;
                margin-right: 5px; } }
              @media (min-width: 915px) and (min-width: 1215px) {
                .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div svg, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div svg {
                  font-size: 22px; } }
              @media (min-width: 915px) and (max-width: 1214px) {
                .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div svg, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div svg {
                  margin: auto; } }
@media (min-width: 915px) {
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div:active, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div:active {
                background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div:active:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div:active:hover {
                background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div:focus, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div:focus {
                background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div:focus:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div:focus:hover {
                background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div:focus-within, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div:focus-within {
                background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div:hover, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div:hover {
                background: #742d34; }
              .zone-menu-panel .feature-wrap .feature .feature-title a:not([ncr-toggle]) div.active, .zone-menu-panel .feature-wrap .feature .feature-title button:not([ncr-toggle]) div.active {
                background: #742d34; }
            .zone-menu-panel .feature-wrap .feature .feature-title a .search-text, .zone-menu-panel .feature-wrap .feature .feature-title button .search-text {
              display: none; } }
          @media (min-width: 915px) and (max-width: 1214px) {
            .zone-menu-panel .feature-wrap .feature .feature-title a span, .zone-menu-panel .feature-wrap .feature .feature-title button span {
              display: none; } }
@media (min-width: 915px) {
        .zone-menu-panel .feature-wrap .feature .feature-content {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          top: 100%;
          background: #762b33;
          z-index: -10;
          width: 245px;
          left: -9px;
          position: absolute;
          max-height: 0; }
          .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            flex-wrap: wrap;
            text-align: left;
            width: 100%; }
            .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button {
              width: 100%;
              padding: 6px 25px;
              font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
              color: #ece8e4; } }
            @media (min-width: 915px) and (min-width: 1215px) {
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button {
                font-size: 16px; } }
@media (min-width: 915px) {
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a:active, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button:active {
                color: #fff;
                background: #62262c; }
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a:active:hover, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button:active:hover {
                color: #fff;
                background: #62262c; }
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a:focus, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button:focus {
                color: #fff;
                background: #62262c; }
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a:focus:hover, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button:focus:hover {
                color: #fff;
                background: #62262c; }
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a:focus-within, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button:focus-within {
                color: #fff;
                background: #62262c; }
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a:hover, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button:hover {
                color: #fff;
                background: #62262c; }
              .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text a.active, .zone-menu-panel .feature-wrap .feature .feature-content .feature-content-text button.active {
                color: #fff;
                background: #62262c; } }

@media (max-width: 1214px) {
  .zone-menu-panel-mobile {
    position: absolute;
    width: 100%;
    flex-wrap: wrap;
    z-index: 9;
    height: 120vh;
    overflow-y: auto;
    align-items: flex-start;
    background-color: #762b33;
    overflow-x: hidden; }
    .zone-menu-panel-mobile .popout-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #762b33;
      z-index: 0; }
    .zone-menu-panel-mobile .menu-mast-mobile {
      width: 100%;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      /* top: 0; */
      /* left: 0; */
      background-color: #762b33;
      justify-content: flex-end;
      align-items: flex-start;
      align-content: flex-start;
      padding-top: 30px; }
      .zone-menu-panel-mobile .menu-mast-mobile .feature {
        width: 100%;
        flex-wrap: wrap;
        position: static !important; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-padding {
          width: 100%; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title {
          width: 100%;
          text-align: center;
          display: block; }
          .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title.panel-accordion {
            background: #1a7184;
            width: 100%; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title.panel-accordion a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title.panel-accordion button {
              color: white; }
          .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button {
            text-decoration: none;
            font-weight: 100;
            background: none;
            font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
            padding: 10px;
            font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px)); } }
          @media (max-width: 1214px) and (min-width: 1215px) {
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button {
              font-size: 24px; } }
@media (max-width: 1214px) {
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a:active, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button:active {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a:active:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button:active:hover {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a:focus, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button:focus {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a:focus:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button:focus:hover {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a:focus-within, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button:focus-within {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button:hover {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title a.active, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-title button.active {
              color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion {
          width: 100%;
          top: 0;
          background: #ece8e4;
          box-shadow: inset 0 0 100px rgba(170, 166, 155, 0.5);
          display: block;
          text-align: center;
          position: absolute;
          height: 100vh;
          z-index: 9999;
          left: 0; }
          .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-cta, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion button {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            position: absolute;
            right: 0;
            top: 0;
            padding: 20px;
            padding-right: 32px; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-cta a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-cta button, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion button a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion button button {
              font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
              color: #993b45;
              font-weight: 100;
              background: none;
              font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-cta a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-cta button, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion button a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion button button {
                font-size: 30px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            flex-wrap: wrap;
            padding-bottom: 50px;
            padding-top: 15px; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text > * {
              width: 70%;
              margin: auto; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button {
              padding: 10px;
              color: #993b45; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a:active, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button:active {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a:active:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button:active:hover {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a:focus, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button:focus {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a:focus:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button:focus:hover {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a:focus-within, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button:focus-within {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button:hover {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
              .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text a.active, .zone-menu-panel-mobile .menu-mast-mobile .feature .feature-content.panel-accordion .feature-content-text button.active {
                background-color: #993b45;
                color: #fff;
                border-radius: 4px; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature.login-button {
          display: none; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:active a, .zone-menu-panel-mobile .menu-mast-mobile .feature:active button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:active .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature:active .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:active:hover a, .zone-menu-panel-mobile .menu-mast-mobile .feature:active:hover button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:active:hover .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature:active:hover .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:focus a, .zone-menu-panel-mobile .menu-mast-mobile .feature:focus button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:focus .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature:focus .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:focus:hover a, .zone-menu-panel-mobile .menu-mast-mobile .feature:focus:hover button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:focus:hover .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature:focus:hover .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:focus-within a, .zone-menu-panel-mobile .menu-mast-mobile .feature:focus-within button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:focus-within .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature:focus-within .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:hover a, .zone-menu-panel-mobile .menu-mast-mobile .feature:hover button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature:hover .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature:hover .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature.active a, .zone-menu-panel-mobile .menu-mast-mobile .feature.active button {
          border-color: transparent !important;
          transform: scale(1.1);
          color: #fff; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature.active .child-panel a, .zone-menu-panel-mobile .menu-mast-mobile .feature.active .child-panel button {
          transform: scale(1); }
        .zone-menu-panel-mobile .menu-mast-mobile .feature svg {
          margin-left: 13px; }
        .zone-menu-panel-mobile .menu-mast-mobile .feature .child-panel a svg, .zone-menu-panel-mobile .menu-mast-mobile .feature .child-panel button svg {
          display: flex;
          font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px)); } }
        @media (max-width: 1214px) and (min-width: 1215px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature .child-panel a svg, .zone-menu-panel-mobile .menu-mast-mobile .feature .child-panel button svg {
            font-size: 60px; } }
@media (max-width: 1214px) {
        .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1), .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2), .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3) {
          margin-top: 20px;
          width: 33.33333%;
          flex-wrap: wrap; }
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1) a, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1) button, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2) a, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2) button, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3) a, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3) button {
            width: 100%; }
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1) span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2) span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3) span {
            width: 100%;
            font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px)); } }
          @media (max-width: 1214px) and (min-width: 1215px) {
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1) span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2) span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3) span {
              font-size: 14px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1) svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2) svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3) svg {
            transition: .3s;
            width: 100%;
            margin: 0; }
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active:hover {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active:hover span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active:hover span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active:hover span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active:hover svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):active:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):active:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):active:hover svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus:hover, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus:hover {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus:hover span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus:hover span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus:hover span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus:hover svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus:hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus:hover svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus-within, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus-within, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus-within {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus-within span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus-within span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus-within span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus-within svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus-within svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus-within svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):focus-within svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):focus-within svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):focus-within svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):hover, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):hover, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):hover {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):hover span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):hover span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):hover span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):hover svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1):hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2):hover svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3):hover svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
          .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1).active, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2).active, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3).active {
            color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1).active span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2).active span, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3).active span {
              color: #fff; }
            .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1).active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2).active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3).active svg {
              transition: .3s;
              font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
              color: #fff; } }
            @media (max-width: 1214px) and (min-width: 1215px) {
              .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(1).active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(2).active svg, .zone-menu-panel-mobile .menu-mast-mobile .feature:nth-last-child(3).active svg {
                font-size: 40px; } }
@media (max-width: 1214px) {
    .zone-menu-panel-mobile .zone-cta {
      position: absolute;
      top: 0;
      right: 0; }
  .search .feature-cta, .search button {
    padding-right: 0; }
    .search .feature-cta form, .search button form {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; }
      .search .feature-cta form #search-field, .search button form #search-field {
        color: #1a7184;
        padding: 9px;
        border: 1px solid #1a7184;
        border-right: 0;
        border-radius: 3px 0px 0px 3px; }
      .search .feature-cta form button, .search button form button {
        font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
        background: #993b45;
        border-radius: 0px 3px 3px 0;
        color: #ece8e4; } }
      @media (max-width: 1214px) and (min-width: 1215px) {
        .search .feature-cta form button, .search button form button {
          font-size: 16px; } }
@media (max-width: 1214px) {
        .search .feature-cta form button:active, .search button form button:active {
          background: #1a7184;
          color: #fff; }
        .search .feature-cta form button:active:hover, .search button form button:active:hover {
          background: #1a7184;
          color: #fff; }
        .search .feature-cta form button:focus, .search button form button:focus {
          background: #1a7184;
          color: #fff; }
        .search .feature-cta form button:focus:hover, .search button form button:focus:hover {
          background: #1a7184;
          color: #fff; }
        .search .feature-cta form button:focus-within, .search button form button:focus-within {
          background: #1a7184;
          color: #fff; }
        .search .feature-cta form button:hover, .search button form button:hover {
          background: #1a7184;
          color: #fff; }
        .search .feature-cta form button.active, .search button form button.active {
          background: #1a7184;
          color: #fff; } }

.zone-login-panel {
  padding-top: 11px;
  background: #993b45;
  z-index: 999;
  position: relative;
  width: 100%;
  z-index: 1; }
  .zone-login-panel .feature-wrap {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    .zone-login-panel .feature-wrap .feature {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; }
      .zone-login-panel .feature-wrap .feature .feature-padding {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title {
            margin-right: 16px;
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap; }
            .feature-content-title-register {
            margin-right: 50px;
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title, .feature-content-title-register a {
              margin: auto;
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a span {
                font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
                margin: auto;
                height: 28px;
                align-self: flex-start; }
                @media (min-width: 1215px) {
                  .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a span {
                    font-size: 14px; } }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a svg {
                font-size: calc((0.58 * 1vw) + (0.58 * 1vh) + (10px));
                margin: auto;
                margin-right: 5px; }
                @media (min-width: 1215px) {
                  .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a svg {
                    font-size: 20px; } }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a:active {
                color: #fff;
                transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a:active:hover {
                color: #fff;
                transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a:focus {
                color: #fff;
                transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a:focus:hover {
                color: #fff;
                transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a:focus-within {
                color: #fff;
                transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a:hover {
                color: #fff;
                transition: .3s; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a.active {
                color: #fff;
                transition: .3s; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form {
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              background-color: #ece8e4;
              border-radius: 4px;
              padding: 3px; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form h4 {
                width: min-intrinsic;
                width: -webkit-min-content;
                width: -moz-min-content;
                width: min-content;
                display: table-caption;
                display: -ms-grid;
                -ms-grid-columns: min-content;
                text-align: right;
                margin: auto;
                padding: 0;
                padding-right: 6px;
                font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
                color: #993b45;
                margin-left: 8px;
                line-height: 1;
                font-weight: 600;
                align-self: flex-start; }
                @media (min-width: 1215px) {
                  .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form h4 {
                    font-size: 14px; } }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div {
                border-radius: 4px;
                max-width: 103px;
                margin: auto;
                height: 40px;
                margin-right: 3px;
                overflow: hidden; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div label {
                  display: none; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div input {
                  width: 100%;
                  height: 100%;
                  font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
                  color: #fff;
                  background-color: rgba(153, 59, 69, 0.79);
                  border: 0;
                  border-radius: 4px;
                  padding: 5px; }
                  @media (min-width: 1215px) {
                    .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div input {
                      font-size: 14px; } }
                  .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div input::placeholder {
                    font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
                    color: #fff;
                    position: relative;
                    top: 1px;
                    left: 8px; }
                    @media (min-width: 1215px) {
                      .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div input::placeholder {
                        font-size: 14px; } }
                @media (max-width: 614px) {
                  .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div {
                    margin: 0; } }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button {
                width: 40px;
                height: 40px;
                margin: auto;
                border-radius: 4px;
                display: flex;
                flex: 0 1 auto;
                flex-wrap: nowrap;
                color: #d8d3c5;
                background-color: #1e8399;
                border: 0;
                transition: .3s;
                position: relative; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button .login-text {
                  display: none; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button svg {
                  margin: auto;
                  font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
                  position: absolute;
                  color: #eae4e0;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0; }
                  @media (min-width: 1215px) {
                    .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button svg {
                      font-size: 14px; } }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button:active {
                  background-color: #124d59;
                  transition: .3s; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button:active:hover {
                  background-color: #124d59;
                  transition: .3s; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button:focus {
                  background-color: #124d59;
                  transition: .3s; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button:focus:hover {
                  background-color: #124d59;
                  transition: .3s; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button:focus-within {
                  background-color: #124d59;
                  transition: .3s; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button:hover {
                  background-color: #124d59;
                  transition: .3s; }
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button.active {
                  background-color: #124d59;
                  transition: .3s; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            margin-left: 9px; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
              font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
              color: #993b45;
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              line-height: 1;
              margin: auto;
              margin-right: 0;
              min-height: 46px;
              background-color: #ece8e4;
              transition: .3s;
              border-radius: 4px; }
              @media (min-width: 1215px) {
                .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
                  font-size: 14px; } }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a span {
                width: min-intrinsic;
                width: -webkit-min-content;
                width: -moz-min-content;
                width: min-content;
                display: table-caption;
                display: -ms-grid;
                -ms-grid-columns: min-content;
                text-align: right;
                margin: auto;
                margin-left: 11px;
                align-self: flex-start;
                font-weight: 600; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a svg {
                margin: auto;
                font-size: calc((0.8296 * 1vw) + (0.8296 * 1vh) + (10px));
                margin-right: 11px;
                margin-left: 7px; }
                @media (min-width: 1215px) {
                  .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a svg {
                    font-size: 26px; } }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a:active {
                transition: .3s;
                background-color: #fff; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a:active:hover {
                transition: .3s;
                background-color: #fff; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus {
                transition: .3s;
                background-color: #fff; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus:hover {
                transition: .3s;
                background-color: #fff; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus-within {
                transition: .3s;
                background-color: #fff; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a:hover {
                transition: .3s;
                background-color: #fff; }
              .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a.active {
                transition: .3s;
                background-color: #fff; }
  @media (max-width: 1214px) {
    .zone-login-panel {
      position: absolute;
      top: 100%;
      right: 0;
      margin: 0;
      background-color: #762b33;
      border-radius: 0 0 0 4px;
      box-shadow: -8px 26px 46px -11px rgba(0, 0, 0, 0.8);
      padding-top: 26px;
      width: 320px; }
      .zone-login-panel .feature-wrap .feature .feature-padding .feature-content {
        flex-wrap: wrap;
        width: 320px;
        right: 0; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title {
          order: 2;
          margin-left: 9px;
          margin-top: 12px;
          margin-bottom: 30px;
          order: 3;
          margin-left: 26px;
          margin-right: auto; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title a {
            margin-right: 0; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text {
          width: 100%; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form {
            width: 94%;
            margin: auto;
            flex-wrap: wrap; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form h4 {
              width: 100%;
              margin: 0;
              text-align: left;
              display: block;
              padding: 4px 0 10px;
              font-size: 20px; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div {
              max-width: 124px;
              width: auto; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta {
          margin-top: 12px;
          margin-bottom: 30px;
          order: 3;
          margin-right: 10px;
          margin-left: auto; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
            width: 100%;
            padding: 0;
            margin: 0; } }
    @media (max-width: 1214px) and (max-width: 614px) {
      .zone-login-panel .feature-wrap .feature .feature-padding .feature-content {
        width: 100%; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-title {
          margin-left: 0;
          padding: 4px 0 10px;
          font-size: 20px; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form {
          width: 100%;
          padding: 8px; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div {
            width: 100%;
            padding-right: 0;
            margin-bottom: 8px;
            max-width: 100%; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form div input {
              min-height: 44px; }
          .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button {
            width: 100%;
            min-height: 44px; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button .login-text {
              display: block;
              color: #eae4e0; }
            .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-content-text form button svg {
              position: relative;
              margin: 0;
              margin-right: 10px; }
        .zone-login-panel .feature-wrap .feature .feature-padding .feature-content .feature-cta {
          width: 105px;
          margin-top: 12px;
          margin-bottom: 30px;
          order: 3;
          margin-right: 0;
          margin-left: auto; } }
  @media (max-width: 614px) {
    .zone-login-panel {
      padding-top: 30px;
      left: 0;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
.mobile-search {
  display: none !important; }
  @media (max-width: 1214px) {
    .mobile-search {
      display: flex !important; } }
  @media (max-width: 1214px) {
    .mobile-search {
      display: block !important; } }
.search-group {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  height: auto; }
  .search-group > div {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    max-height: 30px; }
  .search-group:active .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group:active .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group:active .search-btn {
    padding-left: 10px; }
  .search-group:active:hover .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group:active:hover .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group:active:hover .search-btn {
    padding-left: 10px; }
  .search-group:focus .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group:focus .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group:focus .search-btn {
    padding-left: 10px; }
  .search-group:focus:hover .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group:focus:hover .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group:focus:hover .search-btn {
    padding-left: 10px; }
  .search-group:focus-within .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group:focus-within .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group:focus-within .search-btn {
    padding-left: 10px; }
  .search-group:hover .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group:hover .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group:hover .search-btn {
    padding-left: 10px; }
  .search-group.active .search-input-group {
    width: auto;
    border: none;
    border-radius: 3px; }
    .search-group.active .search-input-group .search-input {
      width: 140px;
      padding: 7px;
      background-color: #ab686c; }
  .search-group.active .search-btn {
    padding-left: 10px; }
  .search-group .search-input-group {
    font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
    display: inline-block;
    position: relative;
    width: 0px;
    height: 42px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: right;
    right: 0px;
    border: 0;
    border-radius: 4px;
    border: none;
    transition: all 0.6s ease 0s;
    max-height: 30px; }
    @media (min-width: 1215px) {
      .search-group .search-input-group {
        font-size: 22px; } }
    .search-group .search-input-group .search-input {
      font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
      display: inline-block;
      height: 44px;
      width: 0px;
      border: none;
      padding: 7px 0 .3125em 0;
      color: #ece8e4;
      font-weight: 400;
      background: rgba(255, 255, 255, 0);
      transition: all 0.8s ease 0s;
      max-height: 30px; }
      @media (min-width: 1215px) {
        .search-group .search-input-group .search-input {
          font-size: 16px; } }
      .search-group .search-input-group .search-input::placeholder {
        color: #ece8e4 !important; }
      @media (max-width: 614px) {
        .search-group .search-input-group .search-input {
          display: none; } }
    @media (max-width: 1214px) {
      .search-group .search-input-group {
        display: none; } }
  .search-group .search-btn {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px;
    color: #ece8e4;
    line-height: 0;
    border-radius: 3px;
    background: rgba(26, 113, 132, 0);
    border: 0;
    margin-bottom: 0; }
    .search-group .search-btn:active {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn:active svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn:active:hover {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn:active:hover svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn:focus {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn:focus svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn:focus:hover {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn:focus:hover svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn:focus-within {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn:focus-within svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn:hover {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn:hover svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn.active {
      color: #ece8e4;
      background-color: transparent !important; }
      .search-group .search-btn.active svg {
        color: #ece8e4;
        transition: .3s;
        opacity: .6; }
    .search-group .search-btn svg {
      transition: .3s;
      font-size: calc((0.7039 * 1vw) + (0.7039 * 1vh) + (10px)); }
      @media (min-width: 1215px) {
        .search-group .search-btn svg {
          font-size: 23px; } }
      .search-group .search-btn svg:active {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
      .search-group .search-btn svg:active:hover {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
      .search-group .search-btn svg:focus {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
      .search-group .search-btn svg:focus:hover {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
      .search-group .search-btn svg:focus-within {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
      .search-group .search-btn svg:hover {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
      .search-group .search-btn svg.active {
        margin: 0px;
        left: 0;
        color: #ece8e4; }
    @media (max-width: 1214px) {
      .search-group .search-btn {
        margin: 0px 1px; } }
  @media (max-width: 1214px) {
    .search-group {
      display: none !important; } }
  @media (max-width: 1214px) {
    .search-group {
      display: none; } }
.feature-wrap-hero-v001 {
  position: relative;
  display: block; }
  .feature-wrap-hero-v001.slick-dotted {
    margin-bottom: 0; }
  .feature-wrap-hero-v001 .slick-track {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
  @media (max-width: 614px) {
    .feature-wrap-hero-v001 .slick-track {
      background-color: #993b45; } }
  .feature-wrap-hero-v001 .feature {
    position: relative;
    transition: .3s;
    display: block;
    cursor: pointer;
    height: calc(26vh + 26vw - 130px);
    min-height: 300px;
    max-height: auto; }
    .feature-wrap-hero-v001 .feature .feature-padding {
      width: 100%;
      height: 100%; }
    .feature-wrap-hero-v001 .feature .cover-image-hero {
      height: 100%;
      max-height: auto;
      min-height: auto;
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      width: 100%;
      position: relative; }
      .feature-wrap-hero-v001 .feature .cover-image-hero img {
        object-fit: cover;
        object-position: center center;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: auto; }
    .feature-wrap-hero-v001 .feature:active {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature:active .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature:active .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature:active:hover {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature:active:hover .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature:active:hover .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature:focus {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature:focus .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature:focus .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature:focus:hover {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature:focus:hover .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature:focus:hover .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature:focus-within {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature:focus-within .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature:focus-within .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature:hover {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature:hover .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature:hover .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature.active {
      transition: .3s; }
      .feature-wrap-hero-v001 .feature.active .feature-content {
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature.active .feature-content {
          transition: .3s;
          background-color: #993b45; } }
    .feature-wrap-hero-v001 .feature .feature-content {
      position: absolute;
      width: 100%;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.55);
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      transition: .3s;
      justify-content: flex-start; }
      .feature-wrap-hero-v001 .feature .feature-content .feature-content-text {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        flex-wrap: wrap;
        width: 88%;
        margin: auto; }
        .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h1 {
          width: 100%;
          text-align: center;
          font-size: calc((1.8064 * 1vw) + (1.8064 * 1vh) + (10px));
          line-height: 100%;
          font-weight: 500;
          margin: 0;
          padding: 18px 0 5px 0;
          color: #ece8e4;
          text-transform: uppercase;
          letter-spacing: 1px;
          text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
          @media (min-width: 1215px) {
            .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h1 {
              font-size: 48px; } }
          @media (max-width: 914px) {
            .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h1 {
              font-size: calc((1.3504 * 1vw) + (1.3504 * 1vh) + (10px));
              text-shadow: none; } }
  @media (max-width: 914px) and (min-width: 1215px) {
    .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h1 {
      font-size: 38px; } }
          @media (max-width: 614px) {
            .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h1 {
              margin-right: 15px;
              margin-left: 15px; } }
        .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 {
          width: 100%;
          text-align: center;
          color: #ece8e4;
          font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
          line-height: 100%;
          font-weight: 600;
          margin: 0;
          padding: 0;
          padding: 0px 0 16px 0;
          text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
          @media (min-width: 1215px) {
            .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 {
              font-size: 24px; } }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 span, .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 svg {
            margin-left: 10px;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7)); }
          @media (max-width: 914px) {
            .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 {
              text-shadow: none; }
              .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 svg {
                filter: none; } }
          @media (max-width: 614px) {
            .feature-wrap-hero-v001 .feature .feature-content .feature-content-text h2 {
              margin-right: 15px;
              margin-left: 15px; } }
        @media (max-width: 914px) {
          .feature-wrap-hero-v001 .feature .feature-content .feature-content-text {
            padding-left: 0; } }
        @media (max-width: 614px) {
          .feature-wrap-hero-v001 .feature .feature-content .feature-content-text {
            width: 82%; } }
      @media (max-width: 614px) {
        .feature-wrap-hero-v001 .feature .feature-content {
          background-color: #993b45; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content h1, .feature-wrap-hero-v001 .feature .feature-content .feature-content h2 {
            color: #ece8e4 !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content:active {
            background-color: rgba(153, 59, 69, 0.9) !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content:active:hover {
            background-color: rgba(153, 59, 69, 0.9) !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content:focus {
            background-color: rgba(153, 59, 69, 0.9) !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content:focus:hover {
            background-color: rgba(153, 59, 69, 0.9) !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content:focus-within {
            background-color: rgba(153, 59, 69, 0.9) !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content:hover {
            background-color: rgba(153, 59, 69, 0.9) !important; }
          .feature-wrap-hero-v001 .feature .feature-content .feature-content.active {
            background-color: rgba(153, 59, 69, 0.9) !important; } }
    @media (max-width: 914px) {
      .feature-wrap-hero-v001 .feature {
        height: auto;
        min-height: auto; }
        .feature-wrap-hero-v001 .feature .feature-content {
          position: relative;
          background-color: #993b45 !important; }
          .feature-wrap-hero-v001 .feature .feature-content h1, .feature-wrap-hero-v001 .feature .feature-content h2 {
            margin-right: 0; }
          .feature-wrap-hero-v001 .feature .feature-content:active {
            background-color: #742d34 !important; }
          .feature-wrap-hero-v001 .feature .feature-content:active:hover {
            background-color: #742d34 !important; }
          .feature-wrap-hero-v001 .feature .feature-content:focus {
            background-color: #742d34 !important; }
          .feature-wrap-hero-v001 .feature .feature-content:focus:hover {
            background-color: #742d34 !important; }
          .feature-wrap-hero-v001 .feature .feature-content:focus-within {
            background-color: #742d34 !important; }
          .feature-wrap-hero-v001 .feature .feature-content:hover {
            background-color: #742d34 !important; }
          .feature-wrap-hero-v001 .feature .feature-content.active {
            background-color: #742d34 !important; } }
  @media (max-width: 914px) {
    .feature-wrap-hero-v001 .feature .feature-image {
      height: calc(25vh + 35vw - 140px);
      min-height: 120px;
      max-height: 280px; } }
  .feature-wrap-hero-v001 .slick-dots {
    position: absolute;
    bottom: 0;
    width: auto;
    bottom: 10px; }
    .feature-wrap-hero-v001 .slick-dots li {
      margin: 0;
      margin-left: 10px;
      height: 30px;
      width: 30px;
      border-radius: 50%; }
      .feature-wrap-hero-v001 .slick-dots li button {
        background-color: #ece8e4;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        color: transparent;
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-items: flex-start;
        border: 1px solid #1a7184; }
        .feature-wrap-hero-v001 .slick-dots li button::before {
          opacity: 0;
          color: #993b45;
          background-color: #993b45;
          border-radius: 50%;
          height: 20px;
          width: 20px;
          margin: auto;
          display: flex;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button:active::before {
          opacity: .4;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button:active:hover::before {
          opacity: .4;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button:focus::before {
          opacity: .4;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button:focus:hover::before {
          opacity: .4;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button:focus-within::before {
          opacity: .4;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button:hover::before {
          opacity: .4;
          transition: .3s; }
        .feature-wrap-hero-v001 .slick-dots li button.active::before {
          opacity: .4;
          transition: .3s; }
      .feature-wrap-hero-v001 .slick-dots li.slick-active button::before {
        opacity: 1; }
  .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow {
    position: absolute;
    left: 0;
    height: 70px;
    bottom: 0;
    z-index: 1;
    color: #ece8e4;
    margin-left: 35px; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow::before {
      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;
      content: "\f0d9";
      font-size: calc((1.9 * 1vw) + (1.9 * 1vh) + (10px));
      cursor: pointer;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7)); }
      @media (min-width: 1215px) {
        .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow::before {
          font-size: 50px; } }
      @media (max-width: 914px) {
        .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow::before {
          filter: none; } }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow span, .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow svg {
      display: none; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow:active {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow:active:hover {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow:focus {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow:focus:hover {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow:focus-within {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow:hover {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow.active {
      opacity: .6; }
    @media (max-width: 1214px) {
      .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow {
        height: 65px;
        margin-left: 25px; } }
    @media (max-width: 614px) {
      .feature-wrap-hero-v001 .hero-arrow.hero-prev.slick-arrow {
        height: 55px;
        margin-left: 20px; } }
  .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow {
    position: absolute;
    right: 0;
    height: 70px;
    bottom: 0;
    z-index: 1;
    color: #ece8e4;
    margin-right: 35px; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow::before {
      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;
      content: "\f0da";
      font-size: calc((1.9 * 1vw) + (1.9 * 1vh) + (10px));
      cursor: pointer;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9)); }
      @media (min-width: 1215px) {
        .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow::before {
          font-size: 50px; } }
      @media (max-width: 914px) {
        .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow::before {
          filter: none; } }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow span, .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow svg {
      display: none; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow:active {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow:active:hover {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow:focus {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow:focus:hover {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow:focus-within {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow:hover {
      opacity: .6; }
    .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow.active {
      opacity: .6; }
    @media (max-width: 1214px) {
      .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow {
        height: 65px;
        margin-right: 25px; } }
    @media (max-width: 614px) {
      .feature-wrap-hero-v001 .hero-arrow.hero-next.slick-arrow {
        height: 55px;
        margin-right: 20px; } }
.feature-wrap-testimonials-v001 {
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .feature-wrap-testimonials-v001 span.quote-left, .feature-wrap-testimonials-v001 .quote-right {
    height: auto !important;
    font-size: 28px !important;
    margin: 0 !important; }
  .feature-wrap-testimonials-v001:nth-last-child(1) {
    border-right: 0 !important; }
  .feature-wrap-testimonials-v001 .feature {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    align-content: flex-start;
    border-right: 1px solid #cacaca;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 33%; }
    .feature-wrap-testimonials-v001 .feature:active {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature:active .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature:active .feature-padding .feature-content {
        background: #d8d3c5; }
    .feature-wrap-testimonials-v001 .feature:active:hover {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature:active:hover .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature:active:hover .feature-padding .feature-content {
        background: #d8d3c5; }
    .feature-wrap-testimonials-v001 .feature:focus {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature:focus .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature:focus .feature-padding .feature-content {
        background: #d8d3c5; }
    .feature-wrap-testimonials-v001 .feature:focus:hover {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature:focus:hover .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature:focus:hover .feature-padding .feature-content {
        background: #d8d3c5; }
    .feature-wrap-testimonials-v001 .feature:focus-within {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature:focus-within .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature:focus-within .feature-padding .feature-content {
        background: #d8d3c5; }
    .feature-wrap-testimonials-v001 .feature:hover {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature:hover .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature:hover .feature-padding .feature-content {
        background: #d8d3c5; }
    .feature-wrap-testimonials-v001 .feature.active {
      background: rgba(236, 232, 228, 0.5); }
      .feature-wrap-testimonials-v001 .feature.active .feature-padding .feature-image {
        opacity: 1; }
      .feature-wrap-testimonials-v001 .feature.active .feature-padding .feature-content {
        background: #d8d3c5; }
    @media (max-width: 914px) {
      .feature-wrap-testimonials-v001 .feature {
        border-bottom: 1px solid #cacaca;
        border-right: none;
        margin: 0;
        padding: 1em 1vw 1em;
        width: 100%; } }
    .feature-wrap-testimonials-v001 .feature .feature-padding {
      align-content: flex-start;
      background: black;
      flex-wrap: wrap;
      position: relative;
      width: 100%; }
      .feature-wrap-testimonials-v001 .feature .feature-padding .feature-image {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-content: center;
        background-color: black;
        justify-content: center;
        padding: 1em 1.75em .5em;
        height: 500px;
        opacity: .8; }
        @media (max-width: 614px) {
          .feature-wrap-testimonials-v001 .feature .feature-padding .feature-image {
            height: auto;
            opacity: 1;
            padding: 0;
            width: 100%; }
            .feature-wrap-testimonials-v001 .feature .feature-padding .feature-image img {
              width: 100%; } }
      .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content {
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        padding: 1em;
        position: absolute;
        width: 100%; }
        @media (max-width: 614px) {
          .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content {
            background: #1a7184;
            position: relative; } }
        .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content .feature-content-text {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          flex-wrap: wrap; }
          .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content .feature-content-text h3 {
            font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            color: white;
            flex-wrap: wrap;
            font-style: italic;
            font-weight: 400;
            justify-content: center;
            width: 100%; }
            @media (min-width: 1215px) {
              .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content .feature-content-text h3 {
                font-size: 16px; } }
            .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content .feature-content-text h3 span {
              display: none; }
          .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content .feature-content-text h4 {
            color: white;
            padding-top: 16px;
            text-align: center;
            width: 100%; }
            .feature-wrap-testimonials-v001 .feature .feature-padding .feature-content .feature-content-text h4 span {
              font-style: italic;
              font-weight: 400;
              white-space: nowrap; }

.feature-wrap-testimonials-v002 {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  box-shadow: inset 0 0 259px rgba(1, 1, 1, 0.1);
  z-index: 2;
  position: relative;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: .85em 2em;
  box-shadow: none;
  flex-wrap: wrap;
  /* - END FONT APPEARANCE - */ }
  .feature-wrap-testimonials-v002 span.quote-left, .feature-wrap-testimonials-v002 .quote-right {
    height: auto !important;
    font-size: 28px !important;
    margin: 0 !important; }
  .feature-wrap-testimonials-v002 div:last-child {
    border: none; }
  @media (max-width: 1214px) {
    .feature-wrap-testimonials-v002 {
      padding: .85em 35px; } }
  @media (max-width: 914px) {
    .feature-wrap-testimonials-v002 {
      flex-wrap: wrap; } }
  @media (max-width: 614px) {
    .feature-wrap-testimonials-v002 {
      padding: .85em 25px; } }
  .feature-wrap-testimonials-v002 .feature {
    display: block;
    align-content: flex-start;
    border-right: 1px solid #cacaca;
    flex-wrap: wrap;
    justify-content: center;
    margin: .85em 0px;
    padding: 1.5em .25em;
    width: 33%;
    transition: .3s; }
    .feature-wrap-testimonials-v002 .feature:nth-last-child(2) {
      border: none; }
    .feature-wrap-testimonials-v002 .feature > * {
      transition: .3s; }
    .feature-wrap-testimonials-v002 .feature:active {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature:active > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:active .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:active .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature:active .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature:active:hover {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature:active:hover > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:active:hover .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:active:hover .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature:active:hover .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature:focus {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature:focus > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:focus .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:focus .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature:focus .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature:focus:hover {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature:focus:hover > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:focus:hover .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:focus:hover .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature:focus:hover .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature:focus-within {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature:focus-within > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:focus-within .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:focus-within .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature:focus-within .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature:hover {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature:hover > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:hover .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature:hover .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature:hover .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature.active {
      background: rgba(236, 232, 228, 0.5);
      transition: .3s;
      cursor: pointer; }
      .feature-wrap-testimonials-v002 .feature.active > * {
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature.active .feature-padding .feature-image img {
        opacity: 1;
        transition: .3s; }
      .feature-wrap-testimonials-v002 .feature.active .feature-padding .feature-content .feature-content-text h3 span {
        color: rgba(153, 59, 69, 0.5);
        transition: .6s; }
      .feature-wrap-testimonials-v002 .feature.active .feature-padding .feature-content .feature-content-text h4 {
        color: #1a7184; }
    .feature-wrap-testimonials-v002 .feature .feature-padding {
      align-content: flex-start;
      flex-wrap: wrap;
      padding: 30px; }
      .feature-wrap-testimonials-v002 .feature .feature-padding .feature-image {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        height: 200px;
        margin: auto;
        width: 200px; }
        .feature-wrap-testimonials-v002 .feature .feature-padding .feature-image img {
          background: rgba(0, 0, 0, 0.7);
          border: 7px solid white;
          border-radius: 50%;
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          opacity: .8; }
      .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        flex-wrap: wrap; }
        .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h3 {
          font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px));
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          color: #383533;
          flex-wrap: wrap;
          font-style: italic;
          font-weight: 400;
          justify-content: center;
          width: 100%; }
          @media (min-width: 1215px) {
            .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h3 {
              font-size: 19px; } }
          .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h3 span {
            font-size: calc((3.4 * 1vw) + (3.4 * 1vh) + (10px));
            color: rgba(56, 53, 51, 0.2);
            height: 10px;
            width: 100%; }
            @media (min-width: 1215px) {
              .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h3 span {
                font-size: 80px; } }
            .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h3 span.quote-left {
              text-align: left; }
            .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h3 span.quote-right {
              margin-top: 32px;
              text-align: right; }
        .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h4 {
          text-align: center;
          width: 100%; }
          .feature-wrap-testimonials-v002 .feature .feature-padding .feature-content .feature-content-text h4 span {
            font-style: italic;
            font-weight: 400;
            white-space: nowrap;
            transition: .8s; }
    @media (max-width: 914px) {
      .feature-wrap-testimonials-v002 .feature {
        border-bottom: 1px solid #cacaca;
        border-right: none;
        margin: 0;
        padding: 1em 1vw 1em;
        width: 100%; }
        .feature-wrap-testimonials-v002 .feature .feature-padding .feature-image img {
          opacity: 1; } }
.feature-wrap-testimonials-v003 {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 30px;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%; }
  .feature-wrap-testimonials-v003 span.quote-left, .feature-wrap-testimonials-v003 .quote-right {
    height: auto !important;
    font-size: 28px !important;
    margin: 0 !important; }
  .feature-wrap-testimonials-v003 div:last-child {
    border: none; }
  .feature-wrap-testimonials-v003 .feature {
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 0 0 30px;
    width: 32%; }
    .feature-wrap-testimonials-v003 .feature:active .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature:active:hover .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature:focus .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature:focus:hover .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature:focus-within .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature:hover .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature.active .feature-padding .feature-content {
      background: white;
      border-color: #1a7184; }
    .feature-wrap-testimonials-v003 .feature .feature-padding {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: center;
      position: relative; }
      .feature-wrap-testimonials-v003 .feature .feature-padding .feature-image {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        left: -30px;
        padding: 0;
        position: absolute;
        top: -30px;
        width: 150px; }
        .feature-wrap-testimonials-v003 .feature .feature-padding .feature-image img {
          border: 3px solid rgba(26, 113, 132, 0.3);
          border-radius: 16px; }
      .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content {
        background: rgba(255, 255, 255, 0.4);
        border: 3px solid rgba(26, 113, 132, 0.3);
        border-radius: 16px;
        padding: 15px 15px 15px 130px; }
        .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content .feature-content-text {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          flex-wrap: wrap; }
          .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content .feature-content-text h3 {
            font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px));
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            color: #383533;
            flex-wrap: wrap;
            font-style: italic;
            font-weight: 400;
            text-align: left;
            width: 100%; }
            @media (min-width: 1215px) {
              .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content .feature-content-text h3 {
                font-size: 19px; } }
            .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content .feature-content-text h3 span {
              display: none; }
          .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content .feature-content-text h4 {
            padding-top: 16px;
            text-align: left;
            width: 100%; }
            .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content .feature-content-text h4 span {
              font-style: italic;
              font-weight: 400;
              white-space: nowrap; }
    @media (max-width: 1214px) {
      .feature-wrap-testimonials-v003 .feature {
        border-bottom: 1px solid #cacaca;
        margin-bottom: 2em;
        padding: 1.5em .75em;
        width: 100%; }
        .feature-wrap-testimonials-v003 .feature .feature-padding .feature-image {
          left: 0;
          margin-right: 15px;
          position: relative;
          top: 0; }
        .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content {
          padding: 15px; } }
    @media (max-width: 614px) {
      .feature-wrap-testimonials-v003 .feature:active .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature:active:hover .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature:focus .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature:focus:hover .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature:focus-within .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature:hover .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature.active .feature-padding .feature-content {
        background: rgba(216, 211, 197, 0.1); }
      .feature-wrap-testimonials-v003 .feature .feature-padding {
        flex-wrap: wrap; }
        .feature-wrap-testimonials-v003 .feature .feature-padding .feature-image {
          margin-right: 0; }
        .feature-wrap-testimonials-v003 .feature .feature-padding .feature-content {
          background: rgba(216, 211, 197, 0.05);
          border: none;
          margin-top: 15px; } }
.feature-wrap-promos-v001 {
  justify-content: space-around;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  flex-wrap: wrap; }
  .feature-wrap-promos-v001 .feature {
    width: 100% !important;
    overflow: hidden;
    flex-wrap: wrap;
    transition: .3s;
    cursor: pointer;
    border-bottom: 6px solid #ece8e4; }
    .feature-wrap-promos-v001 .feature .feature-padding {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      width: 100%;
      flex-wrap: wrap; }
    .feature-wrap-promos-v001 .feature .feature-image {
      display: block; }
    .feature-wrap-promos-v001 .feature:active .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature:active .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    .feature-wrap-promos-v001 .feature:active:hover .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature:active:hover .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    .feature-wrap-promos-v001 .feature:focus .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature:focus .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    .feature-wrap-promos-v001 .feature:focus:hover .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature:focus:hover .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    .feature-wrap-promos-v001 .feature:focus-within .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature:focus-within .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    .feature-wrap-promos-v001 .feature:hover .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature:hover .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    .feature-wrap-promos-v001 .feature.active .feature-image {
      transition: .3s;
      opacity: .7; }
    .feature-wrap-promos-v001 .feature.active .feature-content .feature-cta a {
      transition: .3s;
      background: #1a7184;
      color: #fff;
      border-color: #1a7184;
      transition: .3s; }
    @media (max-width: 914px) {
      .feature-wrap-promos-v001 .feature {
        height: auto; } }
    .feature-wrap-promos-v001 .feature .feature-content {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      flex-wrap: wrap;
      box-shadow: inset 0 0 259px rgba(1, 1, 1, 0.1); }
      .feature-wrap-promos-v001 .feature .feature-content .feature-content-text {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        flex-wrap: wrap;
        width: 100%; }
        .feature-wrap-promos-v001 .feature .feature-content .feature-content-text h2 {
          width: 100%;
          font-size: calc((1.2616 * 1vw) + (1.2616 * 1vh) + (10px));
          line-height: 100%;
          color: #1a7184;
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          align-items: flex-end;
          font-weight: 200; }
          @media (min-width: 1215px) {
            .feature-wrap-promos-v001 .feature .feature-content .feature-content-text h2 {
              font-size: 36px; } }
        .feature-wrap-promos-v001 .feature .feature-content .feature-content-text h3 {
          width: 100%;
          font-size: calc((2.88 * 1vw) + (2.88 * 1vh) + (10px));
          line-height: 100%;
          color: #762b33;
          font-weight: 100; }
          @media (min-width: 1215px) {
            .feature-wrap-promos-v001 .feature .feature-content .feature-content-text h3 {
              font-size: 70px; } }
      .feature-wrap-promos-v001 .feature .feature-content .feature-cta {
        transition: .3s;
        width: 100%;
        display: block; }
        .feature-wrap-promos-v001 .feature .feature-content .feature-cta a {
          font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
          display: inline-flex;
          justify-content: space-around;
          font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
          align-items: center;
          color: #ece8e4;
          cursor: pointer;
          flex-wrap: wrap;
          justify-content: center;
          width: auto;
          align-content: center;
          border-radius: 4px;
          text-align: center;
          text-decoration: none;
          padding: 8px 15px;
          font-weight: 600;
          transition: .3s;
          background: #1e8399;
          border: none;
          margin-bottom: 14px;
          display: inline-block;
          border: 1px solid #1a7184;
          color: #1a7184;
          padding: 10px 23px;
          font-weight: 200; }
          @media (min-width: 1215px) {
            .feature-wrap-promos-v001 .feature .feature-content .feature-cta a {
              font-size: 22px; } }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a:active {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a:active:hover {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a:focus {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a:focus:hover {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a:focus-within {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a:hover {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a.active {
            background: #165f6f;
            transition: .3s; }
          @media (max-width: 1214px) {
            .feature-wrap-promos-v001 .feature .feature-content .feature-cta a {
              font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .feature-wrap-promos-v001 .feature .feature-content .feature-cta a {
      font-size: 19px; } }
          .feature-wrap-promos-v001 .feature .feature-content .feature-cta a svg {
            margin-left: 10px; }
    .feature-wrap-promos-v001 .feature:nth-child(odd) .feature-content {
      width: calc(50% - 3px);
      padding: 30px 60px;
      padding-right: 1em; }
      @media (max-width: 914px) {
        .feature-wrap-promos-v001 .feature:nth-child(odd) .feature-content {
          width: 100%;
          border: 0;
          padding: 60px 60px;
          padding-right: 1em; } }
    .feature-wrap-promos-v001 .feature:nth-child(odd) .feature-image {
      width: calc(50% + 3px);
      border-right: 6px solid white; }
      @media (max-width: 914px) {
        .feature-wrap-promos-v001 .feature:nth-child(odd) .feature-image {
          width: 100%;
          border: 0; } }
    .feature-wrap-promos-v001 .feature:nth-child(even) .feature-image {
      order: 2; }
    .feature-wrap-promos-v001 .feature:nth-child(even) .feature-content {
      order: 1;
      width: calc(50% - 3px);
      border-right: 6px solid white;
      padding: 30px 60px;
      padding-right: 1em; }
      @media (max-width: 914px) {
        .feature-wrap-promos-v001 .feature:nth-child(even) .feature-content {
          width: 100%;
          border: 0;
          order: 2;
          padding: 60px 60px;
          padding-right: 1em; } }
    .feature-wrap-promos-v001 .feature:nth-child(even) .feature-image {
      transition: .3s;
      width: calc(50% + 3px); }
      @media (max-width: 914px) {
        .feature-wrap-promos-v001 .feature:nth-child(even) .feature-image {
          width: 100%;
          border: 0;
          order: 1; } }
    @media (min-width: 900px) {
      .feature-wrap-promos-v001 .feature .feature-image {
        min-height: 530px; } }
    .feature-wrap-promos-v001 .feature:nth-last-child(1) {
      border-bottom: 0px solid #ece8e4; }

.feature-wrap-rates-v001 {
  width: 100%;
  box-shadow: inset 0 0 259px rgba(1, 1, 1, 0.1);
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 50px;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* padding end*/ }
  .feature-wrap-rates-v001 .feature-wrap-title {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: .75em 0px .25em; }
    .feature-wrap-rates-v001 .feature-wrap-title:active h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title:active h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title:active:hover h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title:active:hover h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title:focus h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title:focus h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title:focus:hover h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title:focus:hover h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title:focus-within h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title:focus-within h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title:hover h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title:hover h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title.active h2 {
      color: rgba(26, 113, 132, 0.7); }
    .feature-wrap-rates-v001 .feature-wrap-title.active h3 a {
      color: #1a7184; }
    .feature-wrap-rates-v001 .feature-wrap-title h2 {
      font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px));
      color: #1a7184;
      font-weight: 200;
      line-height: 1.1em;
      width: 100%;
      margin: 5px 0 .4em; }
      @media (min-width: 1215px) {
        .feature-wrap-rates-v001 .feature-wrap-title h2 {
          font-size: 60px; } }
    .feature-wrap-rates-v001 .feature-wrap-title h3 {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 400;
      margin: 0em;
      font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
      color: #1a7184;
      font-weight: 700;
      margin: 0em 0 .75em;
      text-align: center;
      width: 100%; }
      @media (min-width: 1215px) {
        .feature-wrap-rates-v001 .feature-wrap-title h3 {
          font-size: 18px; } }
      @media (min-width: 1215px) {
        .feature-wrap-rates-v001 .feature-wrap-title h3 {
          font-size: 24px; } }
  .feature-wrap-rates-v001 .feature {
    padding: 15px; }
    .feature-wrap-rates-v001 .feature .feature-padding {
      background: rgba(255, 255, 255, 0.4);
      box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.1);
      flex-wrap: wrap;
      margin: 1.5%;
      padding: 3em 0 2.5em;
      width: 100%;
      transition: .3s;
      color: #1a7184; }
      @media (max-width: 914px) {
        .feature-wrap-rates-v001 .feature .feature-padding {
          margin-bottom: 2em;
          padding-top: 1.5em;
          width: 100%; } }
      .feature-wrap-rates-v001 .feature .feature-padding:active {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding:active .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding:active .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:active .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding:active .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:active .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding:active .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding:active:hover {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding:active:hover .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding:active:hover .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:active:hover .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding:active:hover .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:active:hover .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding:active:hover .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding:focus {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding:focus .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding:focus .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding:focus .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding:focus:hover {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus:hover .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding:focus:hover .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus:hover .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding:focus:hover .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus:hover .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding:focus:hover .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding:focus-within {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus-within .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding:focus-within .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus-within .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding:focus-within .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:focus-within .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding:focus-within .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding:hover {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding:hover .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding:hover .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:hover .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding:hover .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding:hover .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding:hover .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding.active {
        background: white;
        box-shadow: 7px 7px 14px rgba(0, 0, 0, 0.25);
        transform: scale(1.1);
        transition: .3s;
        cursor: pointer; }
        .feature-wrap-rates-v001 .feature .feature-padding.active .feature-content .feature-content-text .rate-name,
        .feature-wrap-rates-v001 .feature .feature-padding.active .feature-content .feature-content-text .rate-qualifier {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding.active .feature-content .feature-content-text .rate-number-group .rate-number,
        .feature-wrap-rates-v001 .feature .feature-padding.active .feature-content .feature-content-text .rate-number-group .rate-percent {
          color: #1a7184; }
        .feature-wrap-rates-v001 .feature .feature-padding.active .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .feature-wrap-rates-v001 .feature .feature-padding.active .feature-cta a {
            background: white;
            color: #1a7184;
            border-color: #1a7184; }
      .feature-wrap-rates-v001 .feature .feature-padding .feature-content {
        width: 100%; }
        .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          width: 100%;
          flex-wrap: wrap;
          padding: 0 0.25em 1.5em; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-name {
            text-align: center;
            font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
            font-weight: 700;
            width: 100%;
            margin-bottom: .5em; }
            @media (min-width: 1215px) {
              .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-name {
                font-size: 24px; } }
            .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-name span {
              font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
              display: block;
              width: 100%; }
              @media (min-width: 1215px) {
                .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-name span {
                  font-size: 14px; } }
            @media (max-width: 614px) {
              .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-name {
                font-size: calc((1 * 1vw) + (1 * 1vh) + (10px)); } }
  @media (max-width: 614px) and (min-width: 1215px) {
    .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-name {
      font-size: 30px; } }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            line-height: 1;
            justify-content: center;
            align-content: flex-start;
            align-items: flex-start;
            width: 100%; }
            .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
              margin: auto 0;
              font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px));
              font-weight: 800;
              position: relative; }
              @media (min-width: 1215px) {
                .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
                  font-size: 60px; } }
              @media (max-width: 1214px) {
                .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
                  font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
      font-size: 40px; } }
              @media (max-width: 914px) {
                .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
                  font-size: calc((2.38 * 1vw) + (2.38 * 1vh) + (10px)); } }
  @media (max-width: 914px) and (min-width: 1215px) {
    .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
      font-size: 60px; } }
              @media (max-width: 614px) {
                .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
                  font-size: calc((3.4 * 1vw) + (3.4 * 1vh) + (10px)); } }
  @media (max-width: 614px) and (min-width: 1215px) {
    .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-number {
      font-size: 80px; } }
            .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-percent {
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              font-size: calc((0.8296 * 1vw) + (0.8296 * 1vh) + (10px));
              flex: 0;
              flex-wrap: wrap;
              font-weight: 800;
              justify-content: flex-start;
              position: relative; }
              @media (min-width: 1215px) {
                .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-percent {
                  font-size: 26px; } }
              .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-number-group .rate-percent span {
                text-align: left;
                width: 100%; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-qualifier {
            font-size: calc((0.3376 * 1vw) + (0.3376 * 1vh) + (10px));
            font-weight: 700; }
            @media (min-width: 1215px) {
              .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text .rate-qualifier {
                font-size: 14px; } }
          @media (max-width: 914px) {
            .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text {
              padding: 1.5em .25em 1em; } }
          @media (max-width: 614px) {
            .feature-wrap-rates-v001 .feature .feature-padding .feature-content .feature-content-text {
              padding: 1.5em .25em .5em; } }
      .feature-wrap-rates-v001 .feature .feature-padding .feature-cta {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%; }
        .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a {
          font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
          display: inline-flex;
          justify-content: space-around;
          font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
          align-items: center;
          color: #ece8e4;
          cursor: pointer;
          flex-wrap: wrap;
          justify-content: center;
          width: auto;
          align-content: center;
          border-radius: 4px;
          text-align: center;
          text-decoration: none;
          padding: 8px 15px;
          font-weight: 600;
          transition: .3s;
          background: #1e8399;
          border: none;
          margin-bottom: 14px;
          margin: 0;
          color: #1a7184;
          border-color: #993b45; }
          @media (min-width: 1215px) {
            .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a {
              font-size: 22px; } }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a:active {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a:active:hover {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a:focus {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a:focus:hover {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a:focus-within {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a:hover {
            background: #165f6f;
            transition: .3s; }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a.active {
            background: #165f6f;
            transition: .3s; }
          @media (max-width: 1214px) {
            .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a {
              font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px)); } }
  @media (max-width: 1214px) and (min-width: 1215px) {
    .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a {
      font-size: 19px; } }
          .feature-wrap-rates-v001 .feature .feature-padding .feature-cta a svg {
            margin-left: 10px; }
  .feature-wrap-rates-v001 .feature-wrap-cta {
    display: block;
    margin: auto; }
    .feature-wrap-rates-v001 .feature-wrap-cta a {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 400;
      margin: 0em;
      text-decoration: none;
      color: #1a7184; }
      @media (min-width: 1215px) {
        .feature-wrap-rates-v001 .feature-wrap-cta a {
          font-size: 18px; } }
      .feature-wrap-rates-v001 .feature-wrap-cta a:active {
        text-decoration: underline;
        color: #d8d3c5; }
      .feature-wrap-rates-v001 .feature-wrap-cta a:active:hover {
        text-decoration: underline;
        color: #d8d3c5; }
      .feature-wrap-rates-v001 .feature-wrap-cta a:focus {
        text-decoration: underline;
        color: #d8d3c5; }
      .feature-wrap-rates-v001 .feature-wrap-cta a:focus:hover {
        text-decoration: underline;
        color: #d8d3c5; }
      .feature-wrap-rates-v001 .feature-wrap-cta a:focus-within {
        text-decoration: underline;
        color: #d8d3c5; }
      .feature-wrap-rates-v001 .feature-wrap-cta a:hover {
        text-decoration: underline;
        color: #d8d3c5; }
      .feature-wrap-rates-v001 .feature-wrap-cta a.active {
        text-decoration: underline;
        color: #d8d3c5; }

.feature-wrap-quicklinks-v001 {
  justify-content: center;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  background-color: #d8d3c5;
  padding: 38px 29px; }
  .feature-wrap-quicklinks-v001 .feature {
    padding: 6px;
    align-items: stretch; }
    .feature-wrap-quicklinks-v001 .feature .feature-padding {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: stretch;
      background-color: white;
      border-radius: 10px; }
    .feature-wrap-quicklinks-v001 .feature .feature-content {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      flex-wrap: wrap;
      transition: .3s;
      text-align: center;
      padding: 45px 35px 55px 35px;
      width: 100%;
      justify-content: stretch;
      height: 100%;
      cursor: pointer; }
      .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-image {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        width: 100%;
        font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
        margin-bottom: 25px;
        justify-content: space-around;
        width: 100%; }
        @media (min-width: 1215px) {
          .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-image {
            font-size: 40px; } }
        .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-image span, .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-image svg {
          margin: auto;
          color: #aaa69b;
          transition: .3s;
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
        .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-image img {
          width: auto; }
      .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        flex-wrap: wrap;
        max-width: 200px;
        margin: 0 auto;
        height: 60%; }
        .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text > * {
          width: 100%;
          justify-content: stretch; }
        .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text h2 {
          text-transform: uppercase;
          color: #993b45;
          font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
          font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
          margin-bottom: 2px; }
          @media (min-width: 1215px) {
            .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text h2 {
              font-size: 24px; } }
        .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text h3 {
          text-transform: none;
          font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
          height: 100%; }
          @media (min-width: 1215px) {
            .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text h3 {
              font-size: 18px; } }
        @media (max-width: 614px) {
          .feature-wrap-quicklinks-v001 .feature .feature-content .feature-content-text {
            height: auto; } }
      .feature-wrap-quicklinks-v001 .feature .feature-content .feature-cta {
        display: block;
        width: 100%; }
        .feature-wrap-quicklinks-v001 .feature .feature-content .feature-cta a {
          font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
          color: #ece8e4;
          background: #1a7184;
          padding: 10px;
          border-radius: 4px;
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          justify-content: center;
          font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
          font-weight: 600; }
          @media (min-width: 1215px) {
            .feature-wrap-quicklinks-v001 .feature .feature-content .feature-cta a {
              font-size: 22px; } }
          .feature-wrap-quicklinks-v001 .feature .feature-content .feature-cta a span, .feature-wrap-quicklinks-v001 .feature .feature-content .feature-cta a svg {
            margin-top: auto;
            margin-bottom: auto;
            margin-left: 10px; }
      @media (max-width: 614px) {
        .feature-wrap-quicklinks-v001 .feature .feature-content {
          padding: 30px 40px; } }
    .feature-wrap-quicklinks-v001 .feature:active {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature:active .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature:active svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature:active .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
    .feature-wrap-quicklinks-v001 .feature:active:hover {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature:active:hover .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature:active:hover svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature:active:hover .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
    .feature-wrap-quicklinks-v001 .feature:focus {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature:focus .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature:focus svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature:focus .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
    .feature-wrap-quicklinks-v001 .feature:focus:hover {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature:focus:hover .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature:focus:hover svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature:focus:hover .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
    .feature-wrap-quicklinks-v001 .feature:focus-within {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature:focus-within .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature:focus-within svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature:focus-within .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
    .feature-wrap-quicklinks-v001 .feature:hover {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature:hover .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature:hover svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature:hover .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
    .feature-wrap-quicklinks-v001 .feature.active {
      transition: .3s; }
      .feature-wrap-quicklinks-v001 .feature.active .feature-content-image svg {
        color: #a59979; }
      .feature-wrap-quicklinks-v001 .feature.active svg {
        transition: .3s;
        color: #d8d3c5; }
      .feature-wrap-quicklinks-v001 .feature.active .feature-cta a {
        transition: .3s;
        background-color: #0d3a44; }
  @media (max-width: 614px) {
    .feature-wrap-quicklinks-v001 {
      padding: 19px; } }
.feature-wrap-home-location {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  background-color: #993b45; }
  .feature-wrap-home-location .feature-wrap-image {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    width: 100%;
    height: calc(25vh + 24vw - 155px);
    min-height: 100px; }
    @media (max-width: 914px) {
      .feature-wrap-home-location .feature-wrap-image {
        height: calc(25vh + 35vw - 140px); } }
  .feature-wrap-home-location .feature {
    width: 100%;
    padding: 38px 10px;
    padding-top: 39px; }
    .feature-wrap-home-location .feature .feature-padding {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      flex-wrap: wrap; }
      .feature-wrap-home-location .feature .feature-padding .feature-title {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        width: 100%;
        text-align: center; }
        .feature-wrap-home-location .feature .feature-padding .feature-title h2 {
          width: 100%;
          color: #ece8e4;
          font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
          font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 0px; }
          @media (min-width: 1215px) {
            .feature-wrap-home-location .feature .feature-padding .feature-title h2 {
              font-size: 24px; } }
      .feature-wrap-home-location .feature .feature-padding .feature-content {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        width: 100%; }
        .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          flex-wrap: wrap;
          width: 100%;
          text-align: center; }
          .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone {
            padding-bottom: 10px; }
          .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone,
          .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm {
            font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
            font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            margin: 0; }
            @media (min-width: 1215px) {
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm {
                font-size: 22px; } }
            .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a,
            .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a {
              font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
              margin: auto;
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              font-weight: 600; }
              @media (min-width: 1215px) {
                .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a,
                .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a {
                  font-size: 22px; } }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a svg,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a span,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a svg,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a span {
                font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
                margin: auto; }
                @media (min-width: 1215px) {
                  .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a svg,
                  .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a span,
                  .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a svg,
                  .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a span {
                    font-size: 22px; } }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a svg,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a svg {
                margin: auto 5px; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a:active,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a:active {
                color: #fff; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a:active:hover,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a:active:hover {
                color: #fff; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a:focus,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a:focus {
                color: #fff; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a:focus:hover,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a:focus:hover {
                color: #fff; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a:focus-within,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a:focus-within {
                color: #fff; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a:hover,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a:hover {
                color: #fff; }
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-phone a.active,
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text .home-branch-atm a.active {
                color: #fff; }
          .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text h3 {
            width: 100%;
            margin-bottom: 5px;
            color: #ece8e4;
            font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
            text-transform: none; }
            @media (min-width: 1215px) {
              .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text h3 {
                font-size: 18px; } }
            .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text h3 span {
              font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px)); }
              @media (min-width: 1215px) {
                .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text h3 span {
                  font-size: 18px; } }
            .feature-wrap-home-location .feature .feature-padding .feature-content .feature-content-text h3 a {
              color: #ece8e4; }

.footer .band .zone .feature-wrap {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  flex-wrap: wrap; }
  .footer .band .zone .feature-wrap .feature {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap; }
    .footer .band .zone .feature-wrap .feature .feature-padding {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; }
      .footer .band .zone .feature-wrap .feature .feature-padding .feature-content {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap; }
        .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap; }
          .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
            color: #ece8e4; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:active {
              color: #fff; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:active:hover {
              color: #fff; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus {
              color: #fff; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus:hover {
              color: #fff; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:focus-within {
              color: #fff; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a:hover {
              color: #fff; }
            .footer .band .zone .feature-wrap .feature .feature-padding .feature-content .feature-cta a.active {
              color: #fff; }

.footer .band .zone.zone1 {
  background-color: #1a7184; }
  .footer .band .zone.zone1 .feature-wrap {
    text-align: center;
    justify-content: center;
    padding: 8px;
    flex-wrap: wrap; }
    .footer .band .zone.zone1 .feature-wrap .feature::after {
      content: ' ';
      display: inline-block;
      width: 5px;
      height: 5px;
      -moz-border-radius: 7.5px;
      -webkit-border-radius: 7.5px;
      border-radius: 7.5px;
      background-color: #ece8e4;
      margin: auto 10px;
      display: inline-block; }
    .footer .band .zone.zone1 .feature-wrap .feature:nth-last-child(1)::after {
      display: none; }
    .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a {
      font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      font-weight: 600;
      padding: 0 7px;
      border-radius: 6px; }
      @media (min-width: 1215px) {
        .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a {
          font-size: 18px; } }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a:active {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a:active:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a:focus {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a:focus:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a:focus-within {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }
      .footer .band .zone.zone1 .feature-wrap .feature .feature-cta a.active {
        color: #fff;
        background: rgba(0, 0, 0, 0.3); }

.footer .band .zone.zone2 {
  background-color: #d8d3c5;
  padding: 29px;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  flex-wrap: wrap; }
  .footer .band .zone.zone2 .feature-wrap {
    background-color: #1a7184;
    width: calc(33.33333% - 12px);
    margin: 6px;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 33px 1.4em;
    padding-bottom: 26px;
    align-content: flex-start; }
    .footer .band .zone.zone2 .feature-wrap > * {
      width: 100%; }
    .footer .band .zone.zone2 .feature-wrap .feature-wrap-title {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; }
      .footer .band .zone.zone2 .feature-wrap .feature-wrap-title h2 {
        width: 100%;
        text-align: center;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
        color: #ece8e4;
        margin-bottom: 3px;
        font-size: calc((0.7456 * 1vw) + (0.7456 * 1vh) + (10px));
        text-transform: uppercase; }
        @media (min-width: 1215px) {
          .footer .band .zone.zone2 .feature-wrap .feature-wrap-title h2 {
            font-size: 24px; } }
    .footer .band .zone.zone2 .feature-wrap .feature {
      width: 100%;
      padding: 3px 0;
      transition: .3s; }
      .footer .band .zone.zone2 .feature-wrap .feature .feature-padding .feature-content {
        width: 100%; }
        .footer .band .zone.zone2 .feature-wrap .feature .feature-padding .feature-content .feature-cta {
          width: 100%;
          text-align: center; }
          .footer .band .zone.zone2 .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
            text-align: center;
            width: 100%;
            font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
            font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
            line-height: 1.3;
            padding: 3px 0;
            font-weight: 600; }
            @media (min-width: 1215px) {
              .footer .band .zone.zone2 .feature-wrap .feature .feature-padding .feature-content .feature-cta a {
                font-size: 22px; } }
      .footer .band .zone.zone2 .feature-wrap .feature:active .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
      .footer .band .zone.zone2 .feature-wrap .feature:active:hover .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
      .footer .band .zone.zone2 .feature-wrap .feature:focus .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
      .footer .band .zone.zone2 .feature-wrap .feature:focus:hover .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
      .footer .band .zone.zone2 .feature-wrap .feature:focus-within .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
      .footer .band .zone.zone2 .feature-wrap .feature:hover .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
      .footer .band .zone.zone2 .feature-wrap .feature.active .feature-padding .feature-content .feature-cta a {
        transition: .3s;
        background-color: #0d3a44;
        border-radius: 3px;
        color: #fff; }
    @media (max-width: 914px) {
      .footer .band .zone.zone2 .feature-wrap {
        width: 100%; } }
.footer .band .zone.zone3 {
  background-color: #762b33; }
  .footer .band .zone.zone3 .feature-wrap1 {
    justify-content: center;
    padding: 23px 10px;
    padding-bottom: 18px; }
    .footer .band .zone.zone3 .feature-wrap1 .feature::after {
      content: '|';
      display: inline-block;
      color: #ece8e4;
      margin: auto 12.5px;
      position: relative;
      top: -2px; }
    .footer .band .zone.zone3 .feature-wrap1 .feature:nth-last-child(1)::after {
      display: none; }
    .footer .band .zone.zone3 .feature-wrap1 .feature a {
      font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
      color: #d8d3c5;
      font-weight: 100; }
      @media (min-width: 1215px) {
        .footer .band .zone.zone3 .feature-wrap1 .feature a {
          font-size: 16px; } }
      .footer .band .zone.zone3 .feature-wrap1 .feature a:active {
        color: #fff; }
      .footer .band .zone.zone3 .feature-wrap1 .feature a:active:hover {
        color: #fff; }
      .footer .band .zone.zone3 .feature-wrap1 .feature a:focus {
        color: #fff; }
      .footer .band .zone.zone3 .feature-wrap1 .feature a:focus:hover {
        color: #fff; }
      .footer .band .zone.zone3 .feature-wrap1 .feature a:focus-within {
        color: #fff; }
      .footer .band .zone.zone3 .feature-wrap1 .feature a:hover {
        color: #fff; }
      .footer .band .zone.zone3 .feature-wrap1 .feature a.active {
        color: #fff; }
  .footer .band .zone.zone3 .feature-wrap2 {
    justify-content: center;
    padding: auto;
    padding-bottom: 46px; }
    .footer .band .zone.zone3 .feature-wrap2 .feature {
      padding: 0 4px;
      opacity: .4;
      transition: .3s; }
      .footer .band .zone.zone3 .feature-wrap2 .feature a {
        max-height: 48px; }
      .footer .band .zone.zone3 .feature-wrap2 .feature:active {
        transition: .3s;
        opacity: 1; }
      .footer .band .zone.zone3 .feature-wrap2 .feature:active:hover {
        transition: .3s;
        opacity: 1; }
      .footer .band .zone.zone3 .feature-wrap2 .feature:focus {
        transition: .3s;
        opacity: 1; }
      .footer .band .zone.zone3 .feature-wrap2 .feature:focus:hover {
        transition: .3s;
        opacity: 1; }
      .footer .band .zone.zone3 .feature-wrap2 .feature:focus-within {
        transition: .3s;
        opacity: 1; }
      .footer .band .zone.zone3 .feature-wrap2 .feature:hover {
        transition: .3s;
        opacity: 1; }
      .footer .band .zone.zone3 .feature-wrap2 .feature.active {
        transition: .3s;
        opacity: 1; }

#home .zone-login-panel .feature-cta.personal-login {
  display: none; }

#back .content {
  width: 100%; }

#back .zone-login-panel .feature-content-text form {
  display: none; }

#back .zone-login-panel .feature-cta.personal-login {
  display: block; }

#back .back-image {
  position: relative;
  height: calc(22vh + 23vw - 150px);
  overflow: hidden; }
  #back .back-image .band-cta {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.55);
    align-items: flex-start;
    width: 100%;
    max-height: 83px; }
    #back .back-image .band-cta h1 {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      font-size: calc((1.8064 * 1vw) + (1.8064 * 1vh) + (10px));
      margin: auto;
      padding: 15px 10px;
      color: #eae4e0;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 1215px) {
        #back .back-image .band-cta h1 {
          font-size: 48px; } }
    @media (max-width: 914px) {
      #back .back-image .band-cta {
        position: relative;
        max-height: 100%;
        background-color: #993b45; }
        #back .back-image .band-cta h1 {
          color: #ece8e4; } }
  #back .back-image .feature-image {
    height: 100%;
    display: block; }
    #back .back-image .feature-image img {
      display: block;
      object-fit: cover;
      object-position: center center;
      width: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      margin: auto; }
    @media (max-width: 914px) {
      #back .back-image .feature-image {
        height: calc(25vh + 35vw - 140px); } }
  @media (max-width: 914px) {
    #back .back-image {
      height: auto; } }
#back .breadcrumb {
  background: #1a7184;
  padding: 8px 20px; }
  #back .breadcrumb .feature-wrap {
    justify-content: center;
    flex-wrap: wrap; }
    #back .breadcrumb .feature-wrap .feature::after {
      content: '>';
      display: inline-block;
      margin: auto 10px;
      color: #ece8e4; }
    #back .breadcrumb .feature-wrap .feature:nth-last-child(1)::after {
      display: none; }
    #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap; }
      #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a {
        color: #ece8e4;
        text-decoration: none;
        font-family: "Baskerville", "Baskerville Old Face", "Garamond", "Times New Roman", serif;
        font-weight: 600;
        font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px)); }
        @media (min-width: 1215px) {
          #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a {
            font-size: 18px; } }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a:active {
          opacity: .6; }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a:active:hover {
          opacity: .6; }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a:focus {
          opacity: .6; }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a:focus:hover {
          opacity: .6; }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a:focus-within {
          opacity: .6; }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a:hover {
          opacity: .6; }
        #back .breadcrumb .feature-wrap .feature .feature-padding .feature-cta a.active {
          opacity: .6; }

#back .back-content {
  width: 935px;
  max-width: 92%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em; }
  #back .back-content .zone {
    display: block; }
    #back .back-content .zone .feature-wrap {
      display: block; }
      #back .back-content .zone .feature-wrap .feature .feature-content {
        width: 100%; }
      #back .back-content .zone .feature-wrap .feature .content {
        width: 100%; }
  @media (max-width: 914px) {
    #back .back-content {
      padding: 0 20px;
      width: 100%; } }
#back .section-index {
  width: 995px;
  max-width: 94%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 40px;
  overflow: hidden; }
  #back .section-index h1 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 100%; }
  #back .section-index h2 {
    display: block;
    margin: 0;
    width: 100%; }
    #back .section-index h2 a {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 400;
      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: 1em;
      text-decoration: none; }
      @media (min-width: 1215px) {
        #back .section-index h2 a {
          font-size: 18px; } }
      @media (min-width: 1215px) {
        #back .section-index h2 a {
          font-size: 26px; } }
    #back .section-index h2:active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2:active a {
        color: #1a7184; }
    #back .section-index h2:active:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2:active:hover a {
        color: #1a7184; }
    #back .section-index h2:focus {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2:focus a {
        color: #1a7184; }
    #back .section-index h2:focus:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2:focus:hover a {
        color: #1a7184; }
    #back .section-index h2:focus-within {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2:focus-within a {
        color: #1a7184; }
    #back .section-index h2:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2:hover a {
        color: #1a7184; }
    #back .section-index h2.active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h2.active a {
        color: #1a7184; }
    #back .section-index h2 :focus {
      border: 1px dashed rgba(153, 59, 69, 0.1); }
  #back .section-index h3 {
    display: block;
    padding: 0 0 0 1em;
    width: 100%; }
    #back .section-index h3 a {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 500;
      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: 1em;
      position: relative;
      text-decoration: none; }
      @media (min-width: 1215px) {
        #back .section-index h3 a {
          font-size: 18px; } }
      @media (min-width: 1215px) {
        #back .section-index h3 a {
          font-size: 22px; } }
      #back .section-index h3 a::before {
        color: #1a7184;
        content: '•';
        position: absolute;
        left: .1em; }
    #back .section-index h3:active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3:active a {
        color: #1a7184; }
    #back .section-index h3:active:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3:active:hover a {
        color: #1a7184; }
    #back .section-index h3:focus {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3:focus a {
        color: #1a7184; }
    #back .section-index h3:focus:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3:focus:hover a {
        color: #1a7184; }
    #back .section-index h3:focus-within {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3:focus-within a {
        color: #1a7184; }
    #back .section-index h3:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3:hover a {
        color: #1a7184; }
    #back .section-index h3.active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h3.active a {
        color: #1a7184; }
  #back .section-index h4 {
    display: block;
    padding: 0 0 0 2em;
    width: 100%; }
    #back .section-index h4 a {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 500;
      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: 1em;
      position: relative;
      text-decoration: none; }
      @media (min-width: 1215px) {
        #back .section-index h4 a {
          font-size: 18px; } }
      @media (min-width: 1215px) {
        #back .section-index h4 a {
          font-size: 19px; } }
      #back .section-index h4 a::before {
        color: #d8d3c5;
        content: '•';
        position: absolute;
        left: .1em; }
    #back .section-index h4:active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4:active a {
        color: #1a7184; }
    #back .section-index h4:active:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4:active:hover a {
        color: #1a7184; }
    #back .section-index h4:focus {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4:focus a {
        color: #1a7184; }
    #back .section-index h4:focus:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4:focus:hover a {
        color: #1a7184; }
    #back .section-index h4:focus-within {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4:focus-within a {
        color: #1a7184; }
    #back .section-index h4:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4:hover a {
        color: #1a7184; }
    #back .section-index h4.active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h4.active a {
        color: #1a7184; }
  #back .section-index h5 {
    display: block;
    padding: 0px 0 0 4em;
    width: 100%; }
    #back .section-index h5 a {
      font-size: calc((0.4984 * 1vw) + (0.4984 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 500;
      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: 1em;
      position: relative;
      text-decoration: none;
      width: 80%; }
      @media (min-width: 1215px) {
        #back .section-index h5 a {
          font-size: 18px; } }
      @media (min-width: 1215px) {
        #back .section-index h5 a {
          font-size: 16px; } }
      #back .section-index h5 a::before {
        color: #993b45;
        content: '•';
        position: absolute;
        left: .1em; }
    #back .section-index h5:active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5:active a {
        color: #1a7184; }
    #back .section-index h5:active:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5:active:hover a {
        color: #1a7184; }
    #back .section-index h5:focus {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5:focus a {
        color: #1a7184; }
    #back .section-index h5:focus:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5:focus:hover a {
        color: #1a7184; }
    #back .section-index h5:focus-within {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5:focus-within a {
        color: #1a7184; }
    #back .section-index h5:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5:hover a {
        color: #1a7184; }
    #back .section-index h5.active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h5.active a {
        color: #1a7184; }
  #back .section-index h6 {
    display: block;
    padding: 0 0 0 6em;
    width: 100%; }
    #back .section-index h6 a {
      font-size: calc((0.4176 * 1vw) + (0.4176 * 1vh) + (10px));
      color: #383533;
      font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Tahoma", sans-serif;
      font-weight: 500;
      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: 1em;
      position: relative;
      text-decoration: none;
      width: 80%; }
      @media (min-width: 1215px) {
        #back .section-index h6 a {
          font-size: 16px; } }
      @media (min-width: 1215px) {
        #back .section-index h6 a {
          font-size: 14px; } }
      #back .section-index h6 a::before {
        content: '•';
        position: absolute;
        left: .1em; }
    #back .section-index h6:active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6:active a {
        color: #1a7184; }
    #back .section-index h6:active:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6:active:hover a {
        color: #1a7184; }
    #back .section-index h6:focus {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6:focus a {
        color: #1a7184; }
    #back .section-index h6:focus:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6:focus:hover a {
        color: #1a7184; }
    #back .section-index h6:focus-within {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6:focus-within a {
        color: #1a7184; }
    #back .section-index h6:hover {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6:hover a {
        color: #1a7184; }
    #back .section-index h6.active {
      background: rgba(0, 0, 0, 0.025); }
      #back .section-index h6.active a {
        color: #1a7184; }

/*
//////----------------------------------------------------------------------  BLOG  --------------------//////
*/
#back {
  /*
//------------------------------------------------------------  CATEGORY SELECT ----//
*/
  /*
//------------------------------------------------------------  HOME ----//
*/
  /*
//------------------------------------------------------------  ENTRY ----//
*/
  /* - END ENTRY - */ }
  #back .contentback.blog {
    padding-top: 0; }
    @media (max-width: 1440px) {
      #back .contentback.blog {
        padding: 0 1em; } }
  #back #blog-entry .blog-select .zone {
    margin-top: 0; }
  #back .blog-select .zone {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #d8d3c5;
    box-shadow: inset 0 7px 12px rgba(26, 113, 132, 0.6);
    justify-content: center;
    margin-top: 170px;
    padding: 0 3em;
    width: 100%; }
    @media (max-width: 1300px) {
      #back .blog-select .zone {
        margin-top: 149px; } }
    @media (max-width: 1214px) {
      #back .blog-select .zone {
        margin-top: 124px; } }
    @media (max-width: 914px) {
      #back .blog-select .zone {
        margin-top: 88px; } }
    @media (max-width: 614px) {
      #back .blog-select .zone {
        margin-top: 70px; } }
    #back .blog-select .zone .feature-wrap {
      display: flex;
      flex: 0 1 auto;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
      justify-content: space-between;
      padding: .2em 0 .3em;
      width: 100%; }
      #back .blog-select .zone .feature-wrap .feature.category-current {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start; }
        #back .blog-select .zone .feature-wrap .feature.category-current .feature-title {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          align-content: center;
          align-items: center; }
          #back .blog-select .zone .feature-wrap .feature.category-current .feature-title h2 {
            font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
            color: white;
            font-weight: 800;
            margin: 0 10px 0 0; }
            @media (min-width: 1215px) {
              #back .blog-select .zone .feature-wrap .feature.category-current .feature-title h2 {
                font-size: 30px; } }
          #back .blog-select .zone .feature-wrap .feature.category-current .feature-title h3 {
            font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
            color: white;
            font-weight: 300;
            margin: 0; }
            @media (min-width: 1215px) {
              #back .blog-select .zone .feature-wrap .feature.category-current .feature-title h3 {
                font-size: 30px; } }
      #back .blog-select .zone .feature-wrap .feature.category-select {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-end; }
        #back .blog-select .zone .feature-wrap .feature.category-select .feature-title {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          align-content: center;
          align-items: center;
          display: block;
          position: relative; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title #categoryDropdown > a {
            color: white;
            background: red;
            padding: 8px;
            position: relative; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title #categoryDropdown > a.closed-class {
            display: block !important; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title #categoryDropdown .closed-class {
            display: none; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title #categoryDropdown .opened-class {
            display: block; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title #categoryDropdown #openCategory {
            position: absolute;
            background: #007abe;
            width: 100%; }
            #back .blog-select .zone .feature-wrap .feature.category-select .feature-title #categoryDropdown #openCategory a {
              display: block;
              color: white; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title a {
            text-decoration: none; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title .dropDownCat a {
            color: white;
            text-decoration: none;
            width: 100%;
            display: block; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title .dropDownCat li {
            margin: 0;
            padding: 0;
            display: block;
            width: 100%; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title:active {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title:active:hover {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title:focus {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title:focus:hover {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title:focus-within {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title:hover {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title.active {
            background: rgba(26, 113, 132, 0.8);
            cursor: pointer; }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title select {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
            appearance: none;
            background: none;
            border: none;
            color: white;
            font-weight: 300;
            margin: 0; }
            @media (min-width: 1215px) {
              #back .blog-select .zone .feature-wrap .feature.category-select .feature-title select {
                font-size: 30px; } }
          #back .blog-select .zone .feature-wrap .feature.category-select .feature-title span {
            font-size: calc((1.44 * 1vw) + (1.44 * 1vh) + (10px));
            vertical-align: middle; }
            @media (min-width: 1215px) {
              #back .blog-select .zone .feature-wrap .feature.category-select .feature-title span {
                font-size: 40px; } }
      @media (max-width: 914px) {
        #back .blog-select .zone .feature-wrap {
          flex-wrap: wrap;
          justify-content: center; }
          #back .blog-select .zone .feature-wrap .feature.category-current, #back .blog-select .zone .feature-wrap .feature.category-select {
            justify-content: center;
            margin: .5em 0;
            width: 100%; } }
      @media (max-width: 614px) {
        #back .blog-select .zone .feature-wrap .feature.category-current .feature-title {
          flex-wrap: wrap; }
          #back .blog-select .zone .feature-wrap .feature.category-current .feature-title h2,
          #back .blog-select .zone .feature-wrap .feature.category-current .feature-title h3 {
            margin: 0;
            width: 100%; } }
  #back .blog .zone1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  #back .feature-wrap {
    /* - END HOME - */ }
    #back .feature-wrap.blog-home {
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 30px 0 50px;
      /* - END FONT APPEARANCE - */ }
      @media (max-width: 614px) {
        #back .feature-wrap.blog-home {
          justify-content: center; } }
      #back .feature-wrap.blog-home .feature-wrap-title {
        display: block;
        width: 100%; }
      #back .feature-wrap.blog-home .feature-text h3 {
        font-size: calc((1.8064 * 1vw) + (1.8064 * 1vh) + (10px));
        color: #d8d3c5;
        font-weight: 600;
        line-height: 1.1em;
        margin: 0 0 5px; }
        @media (min-width: 1215px) {
          #back .feature-wrap.blog-home .feature-text h3 {
            font-size: 48px; } }
      #back .feature-wrap.blog-home .feature-text h4 {
        line-height: 1.1em;
        margin: 0 0 5px;
        padding: 0; }
      @media (max-width: 614px) {
        #back .feature-wrap.blog-home .feature-text h3,
        #back .feature-wrap.blog-home .feature-text h4 {
          display: flex;
          justify-content: center; } }
      #back .feature-wrap.blog-home .feature-wrap-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
        padding-bottom: 12px; }
        @media (max-width: 614px) {
          #back .feature-wrap.blog-home .feature-wrap-title {
            text-align: center; }
            #back .feature-wrap.blog-home .feature-wrap-title h2,
            #back .feature-wrap.blog-home .feature-wrap-title h3 {
              align-content: center;
              align-items: center;
              justify-content: center;
              text-align: center; } }
      #back .feature-wrap.blog-home .feature {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: flex-start;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0 0 65px;
        padding: 15px 15px 65px;
        width: 100%; }
        #back .feature-wrap.blog-home .feature.blog-archive-entry {
          flex-wrap: wrap;
          margin: 0 0 30px;
          max-width: 380px;
          padding-bottom: 0;
          width: 33%; }
          #back .feature-wrap.blog-home .feature.blog-archive-entry .feature-image {
            max-width: 380px;
            width: 100%; }
          #back .feature-wrap.blog-home .feature.blog-archive-entry .feature-content {
            padding: 1em;
            width: 100%; }
            #back .feature-wrap.blog-home .feature.blog-archive-entry .feature-content .feature-text h3 {
              font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
              color: #d8d3c5;
              font-weight: 800;
              line-height: 1.1em;
              margin: 0 0 5px; }
              @media (min-width: 1215px) {
                #back .feature-wrap.blog-home .feature.blog-archive-entry .feature-content .feature-text h3 {
                  font-size: 30px; } }
            #back .feature-wrap.blog-home .feature.blog-archive-entry .feature-content .feature-text h4 {
              line-height: 1.1em;
              margin: 0 0 5px;
              padding: 0; }
          @media (max-width: 1214px) {
            #back .feature-wrap.blog-home .feature.blog-archive-entry {
              max-width: 100%;
              width: 100%; }
              #back .feature-wrap.blog-home .feature.blog-archive-entry .feature-image {
                height: auto;
                max-width: 100%; } }
        #back .feature-wrap.blog-home .feature:active {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature:active h3,
          #back .feature-wrap.blog-home .feature:active h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature:active:hover {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature:active:hover h3,
          #back .feature-wrap.blog-home .feature:active:hover h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature:focus {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature:focus h3,
          #back .feature-wrap.blog-home .feature:focus h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature:focus:hover {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature:focus:hover h3,
          #back .feature-wrap.blog-home .feature:focus:hover h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature:focus-within {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature:focus-within h3,
          #back .feature-wrap.blog-home .feature:focus-within h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature:hover {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature:hover h3,
          #back .feature-wrap.blog-home .feature:hover h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature.active {
          background: #f5f5f5; }
          #back .feature-wrap.blog-home .feature.active h3,
          #back .feature-wrap.blog-home .feature.active h4 {
            text-decoration: underline; }
        #back .feature-wrap.blog-home .feature .feature-image {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          max-width: 800px;
          width: 100%; }
          #back .feature-wrap.blog-home .feature .feature-image img {
            border-radius: 6px;
            height: 100%;
            width: auto; }
          @media (max-width: 1440px) {
            #back .feature-wrap.blog-home .feature .feature-image {
              width: 70%; }
              #back .feature-wrap.blog-home .feature .feature-image img {
                width: 100%; } }
          @media (max-width: 614px) {
            #back .feature-wrap.blog-home .feature .feature-image {
              justify-content: center;
              width: 90%; }
              #back .feature-wrap.blog-home .feature .feature-image img {
                width: auto; } }
        #back .feature-wrap.blog-home .feature .feature-content {
          display: flex;
          flex: 0 1 auto;
          flex-wrap: nowrap;
          align-content: flex-start;
          align-items: flex-start;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          padding: 20px 15px 12px 45px;
          width: 35%; }
          @media (max-width: 1440px) {
            #back .feature-wrap.blog-home .feature .feature-content {
              padding: 0 25px; } }
          @media (max-width: 614px) {
            #back .feature-wrap.blog-home .feature .feature-content {
              width: 100%; } }
          #back .feature-wrap.blog-home .feature .feature-content span {
            font-size: calc((0.5391 * 1vw) + (0.5391 * 1vh) + (10px));
            color: #993b45;
            font-weight: 600;
            padding: 40px 0 0;
            width: 100%; }
            @media (min-width: 1215px) {
              #back .feature-wrap.blog-home .feature .feature-content span {
                font-size: 19px; } }
          #back .feature-wrap.blog-home .feature .feature-content .feature-text {
            display: flex;
            flex: 0 1 auto;
            flex-wrap: nowrap;
            flex-wrap: wrap;
            width: 100%; }
            #back .feature-wrap.blog-home .feature .feature-content .feature-text h3 {
              display: flex;
              flex: 0 1 auto;
              flex-wrap: nowrap;
              flex-wrap: wrap;
              width: 100%; }
            #back .feature-wrap.blog-home .feature .feature-content .feature-text h4 {
              width: 100%; }
            #back .feature-wrap.blog-home .feature .feature-content .feature-text div {
              width: 100%; }
            #back .feature-wrap.blog-home .feature .feature-content .feature-text p {
              line-height: 1.2em;
              margin: 0 0 15px; }
            @media (max-width: 614px) {
              #back .feature-wrap.blog-home .feature .feature-content .feature-text h3,
              #back .feature-wrap.blog-home .feature .feature-content .feature-text h4,
              #back .feature-wrap.blog-home .feature .feature-content .feature-text div,
              #back .feature-wrap.blog-home .feature .feature-content .feature-text p {
                justify-content: flex-start; } }
        @media (max-width: 1214px) {
          #back .feature-wrap.blog-home .feature {
            max-width: 100%;
            width: 100%;
            flex-wrap: wrap;
            margin-bottom: 30px;
            padding-bottom: 30px; }
            #back .feature-wrap.blog-home .feature .feature-image {
              width: 100%;
              max-width: 100%; }
              #back .feature-wrap.blog-home .feature .feature-image img {
                height: 100%;
                max-width: 100%;
                width: 100%; }
            #back .feature-wrap.blog-home .feature .feature-content {
              padding: 1em;
              width: 100%; }
              #back .feature-wrap.blog-home .feature .feature-content .feature-text h3 {
                font-size: calc((1 * 1vw) + (1 * 1vh) + (10px));
                color: #d8d3c5;
                font-weight: 800;
                line-height: 1.1em;
                margin: 0 0 5px; } }
      @media (max-width: 1214px) and (min-width: 1215px) {
        #back .feature-wrap.blog-home .feature .feature-content .feature-text h3 {
          font-size: 30px; } }
        @media (max-width: 1214px) {
              #back .feature-wrap.blog-home .feature .feature-content .feature-text h4 {
                line-height: 1.1em;
                margin: 0 0 5px;
                padding: 0; } }
        @media (max-width: 614px) {
          #back .feature-wrap.blog-home .feature {
            align-content: center;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 0 20px; } }
  #back .blog-entry {
    padding-top: 2em; }
    #back .blog-entry h1,
    #back .blog-entry h2,
    #back .blog-entry h3,
    #back .blog-entry h4,
    #back .blog-entry h5,
    #back .blog-entry h5,
    #back .blog-entry p,
    #back .blog-entry span,
    #back .blog-entry ul {
      width: 100%; }
    #back .blog-entry h1 {
      font-size: calc((1.8064 * 1vw) + (1.8064 * 1vh) + (10px));
      color: #d8d3c5;
      font-weight: 500;
      margin-bottom: 5px; }
      @media (min-width: 1215px) {
        #back .blog-entry h1 {
          font-size: 48px; } }
    #back .blog-entry h2 {
      font-size: calc((0.6624 * 1vw) + (0.6624 * 1vh) + (10px));
      font-weight: 700; }
      @media (min-width: 1215px) {
        #back .blog-entry h2 {
          font-size: 22px; } }
    #back .blog-entry .date {
      color: #993b45;
      font-weight: 700; }
    #back .blog-entry .blog-post-image {
      margin-bottom: 30px;
      max-width: 100%; }

/*-END BACK-*/
.panel-pop:not(.panel-overlay) {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .panel-pop:not(.panel-overlay) > *:not(.popout-bg) {
    position: relative;
    z-index: 1;
    margin: auto; }
  .panel-pop:not(.panel-overlay) .popout-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

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

div.panel-closed {
  backface-visibility: hidden;
  transition: all 0s ease-out 0s;
  animation: closeOpacity .3s ease-out forwards;
  pointer-events: none; }

@media (min-width: 615px) {
  div.child-panel.panel-opened {
    animation: openMaxHight .2s ease-out forwards; }
  div.child-panel.panel-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    animation: closeMaxHight 0s ease-in forwards; } }

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

.alert.panel-opened {
  animation: openAlert .5s 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: 615px) {
  .ie11#home div.child-panel.panel-closed, .ie11#back div.child-panel.panel-closed {
    display: none !important; } }

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

@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 openMaxHight {
  0% {
    max-height: 0px;
    opacity: 0;
    transition: max-height ease-in-out; }
  100% {
    max-height: 1000vh;
    opacity: 1;
    transition: max-height ease-in-out; } }

@keyframes closeMaxHight {
  0% {
    max-height: 1000vh;
    opacity: 1;
    transition: max-height ease-in-out; }
  100% {
    max-height: 0px;
    opacity: 0;
    transition: max-height ease-in-out; } }

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

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

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

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

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

@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 openInsideMenuLeft {
  0% {
    left: -150%;
    z-index: -5;
    right: auto; }
  100% {
    left: 0;
    right: auto; } }

@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 openInsideMenuRight {
  0% {
    right: -150%;
    z-index: -5;
    left: auto; }
  100% {
    right: 0;
    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; } }

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

@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 openDownChild {
  0% {
    top: -1000%;
    z-index: -5;
    visibility: hidden;
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%; } }

@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;
  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, .content .panel > ul.list-group > li,
  .panel > .panel-collapse > .list-group .list-group-item,
  .content .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 .content ul.list-group > li:first-child, .content .panel > .list-group:first-child ul.list-group > li:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item: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 .content ul.list-group > li:last-child, .content .panel > .list-group:last-child ul.list-group > li:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item: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, .content .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, .content .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%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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 {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    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;
  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;
      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;
      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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

/**
 * ----------------------------------------------------------------------
 * END LEGACY BOOTSTRAP STYLES
 * ----------------------------------------------------------------------
 **/
* {
  box-sizing: border-box; }

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

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

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

body {
  overflow-x: hidden;
  background: #ece8e4; }

img {
  width: 100%;
  height: auto; }

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

/*# sourceMappingURL=styles.css.map */


