@charset "UTF-8";
/* line 4, ../sass/global.sass */
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
/* line 9, ../sass/global.sass */
body.noscroll {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1023px) {
  /* line 14, ../sass/global.sass */
  body.home nav.container {
    background-color: white;
  }
}

/* line 18, ../sass/global.sass */
.container {
  height: 100%;
  max-width: 1280px;
  padding: 0;
  width: 100%;
}
/* line 23, ../sass/global.sass */
.container-half {
  max-width: 640px;
  height: 100%;
}
@media (max-width: 1023px) {
  /* line 23, ../sass/global.sass */
  .container-half {
    max-width: 100%;
  }
}

/* line 29, ../sass/global.sass */
ul {
  padding-left: 20px;
}
/* line 31, ../sass/global.sass */
ul ul {
  padding-left: 30px;
}
/* line 33, ../sass/global.sass */
ul.no-style {
  list-style: none;
}
/* line 35, ../sass/global.sass */
ul.no-padding {
  padding-left: 0;
}
/* line 37, ../sass/global.sass */
ul.inline {
  display: inline-block;
}
/* line 39, ../sass/global.sass */
ul.inline li {
  float: left;
  padding-right: 5px;
}

/* line 42, ../sass/global.sass */
a, a:focus, a:hover {
  text-decoration: none;
}
/* line 44, ../sass/global.sass */
a:focus, a:hover, a:focus:focus, a:focus:hover, a:hover:focus, a:hover:hover {
  text-decoration: none;
}

/* line 46, ../sass/global.sass */
a.underline, .underline {
  text-decoration: underline;
}
/* line 48, ../sass/global.sass */
a.underline:focus, a.underline:hover, .underline:focus, .underline:hover {
  text-decoration: underline;
}

/* line 50, ../sass/global.sass */
a.link-out {
  position: relative;
}
/* line 52, ../sass/global.sass */

a.link-out:after {
    content: "";
    background-image: url("../img/footer-icon-open-new-window.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
    vertical-align: middle;
}


/* line 62, ../sass/global.sass */
a.link-out-white {
  position: relative;
}
/* line 64, ../sass/global.sass */
a.link-out-white:after {
  content: "";
  background-image: url("/../img/link-out-white.svg");
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
}

/* line 74, ../sass/global.sass */
.bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 78, ../sass/global.sass */
.bg-image.contain {
  background-size: contain;
}

/* line 81, ../sass/global.sass */
.hide-mobile {
  display: block;
}
@media (max-width: 767px) {
  /* line 81, ../sass/global.sass */
  .hide-mobile {
    display: none !important;
  }
}
/* line 85, ../sass/global.sass */
.hide-tablet {
  display: block;
}
@media (max-width: 1023px) {
  /* line 85, ../sass/global.sass */
  .hide-tablet {
    display: none !important;
  }
}
/* line 89, ../sass/global.sass */
.hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  /* line 89, ../sass/global.sass */
  .hide-desktop {
    display: block !important;
  }
}

/* line 94, ../sass/global.sass */
.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 94, ../sass/global.sass */
  .show-mobile {
    display: block !important;
  }
}
/* line 98, ../sass/global.sass */
.show-desktop {
  display: block;
}
@media (max-width: 767px) {
  /* line 98, ../sass/global.sass */
  .show-desktop {
    display: none !important;
  }
}

/* line 102, ../sass/global.sass */
.img-full {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 104, ../sass/global.sass */
  .wp-post {
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (max-width: 767px) {
  /* line 107, ../sass/global.sass */
  .wp-post.first {
    border-top: 1px solid #dbdbdb;
  }
}
/* line 110, ../sass/global.sass */
.wp-post .img-container {
  height: 220px;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 110, ../sass/global.sass */
  .wp-post .img-container {
    max-height: 150px;
  }
}

/* line 116, ../sass/global.sass */
.no-overflow {
  overflow: hidden;
}

/* line 118, ../sass/global.sass */
.upper {
  text-transform: uppercase;
}

/* line 120, ../sass/global.sass */
.text-center {
  text-align: center;
}

/* line 122, ../sass/global.sass */
.text-left {
  text-align: left;
}

/* line 124, ../sass/global.sass */
.relative {
  position: relative;
}

/* line 126, ../sass/global.sass */
.lh1 {
  line-height: 1;
}

/* line 128, ../sass/global.sass */
.block-center {
  float: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 132, ../sass/global.sass */
  .block-center-mobile {
    float: none;
    margin: 0 auto;
  }
}

/* line 135, ../sass/global.sass */
.block-full {
  float: none;
}

/* line 137, ../sass/global.sass */
.inline-full {
  display: inline-block;
  width: 100%;
}

/* line 140, ../sass/global.sass */
.vertical-outer {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 144, ../sass/global.sass */
  .vertical-outer.extra {
    padding-bottom: 30px;
  }
}

/* line 147, ../sass/global.sass */
.full-article {
  line-height: 0;
}

/* line 150, ../sass/global.sass */
.vertical-inner {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/* line 154, ../sass/global.sass */
.vertical-inner.no-table {
  display: inline;
}
@media (max-width: 767px) {
  /* line 150, ../sass/global.sass */
  .vertical-inner {
    display: block;
    float: inherit;
  }
}
/* line 159, ../sass/global.sass */
.vertical-inner.half-article:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(23, 98, 138, 0.9);
}
/* line 167, ../sass/global.sass */
.vertical-inner.half-article {
  position: relative;
}
/* line 169, ../sass/global.sass */
.vertical-inner.half-article-a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2eee3;
}
/* line 177, ../sass/global.sass */
.vertical-inner.half-article-a {
  position: relative;
  background-position: top center;
}
/* line 180, ../sass/global.sass */
.vertical-inner.half-article-b:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(80, 87, 99, 0.9);
}
/* line 188, ../sass/global.sass */
.vertical-inner.half-article-b {
  position: relative;
  background-position: top center;
}

/* line 191, ../sass/global.sass */
.vertical-bottom {
  vertical-align: bottom;
}

/* line 193, ../sass/global.sass */
.vertical-top {
  vertical-align: top;
}

/* line 195, ../sass/global.sass */
.vertical-middle {
  vertical-align: middle;
}

/* line 197, ../sass/global.sass */
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 201, ../sass/global.sass */
.opacity {
  opacity: 1;
}
/* line 203, ../sass/global.sass */
.opacity80 {
  opacity: 0.8;
}

/* line 205, ../sass/global.sass */
.padding {
  padding: 40px 0;
}
@media (max-width: 767px) {
  /* line 205, ../sass/global.sass */
  .padding {
    padding: 20px 0;
  }
}
/* line 209, ../sass/global.sass */
.padding20 {
  padding: 20px;
}
/* line 211, ../sass/global.sass */
.padding200 {
  padding: 20px 0;
}
/* line 213, ../sass/global.sass */
.padding30 {
  padding: 30px 0;
}
/* line 215, ../sass/global.sass */
.padding80 {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  /* line 215, ../sass/global.sass */
  .padding80 {
    padding: 60px 0;
  }
}

/* line 219, ../sass/global.sass */
.no-padding {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 221, ../sass/global.sass */
  .no-padding-mobile {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  /* line 224, ../sass/global.sass */
  .no-padding-tablet {
    padding: 0;
  }
}

/* line 227, ../sass/global.sass */
.no-padding-bottom {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 229, ../sass/global.sass */
  .mobile-padding-top {
    padding-top: 30px;
  }
}

/* line 232, ../sass/global.sass */
.padding-20 {
  padding: 20px 0;
}

/* line 235, ../sass/global.sass */
.small-margin {
  margin: 15px 0;
}

/* line 237, ../sass/global.sass */
.no-lineheight {
  line-height: 0;
}

/* line 240, ../sass/global.sass */
[dn-template] {
  display: none;
}

@media (max-width: 767px) {
  /* line 243, ../sass/global.sass */
  .marquee.small {
  }
}

@media (max-width: 767px) {
  /* line 246, ../sass/global.sass */
  .marquee.extra-small {
    background-image: none !important;
  }
}

/* line 249, ../sass/global.sass */
.list-padding {
  margin-bottom: 0;
}
/* line 251, ../sass/global.sass */
.list-padding li {
  padding-bottom: 10px;
}
/* line 253, ../sass/global.sass */
.list-padding li span {
  padding-bottom: 10px;
  display: block;
}

/* line 256, ../sass/global.sass */
input::-ms-clear {
  display: none !important;
}

/* line 258, ../sass/global.sass */
input, textarea {
  border: 1px solid #dbdbdb;
  font-family: DiscoverSans-Medium, Arial, sans-serif;
  font-size: 15px;
  margin-top: 30px;
  padding: 15px 10px;
  width: 100%;
}
/* line 265, ../sass/global.sass */
input.margin-bottom, textarea.margin-bottom {
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 268, ../sass/global.sass */
input.margin-both, textarea.margin-both {
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 271, ../sass/global.sass */
input.no-margin, textarea.no-margin {
  margin: 0;
}
@media (max-width: 767px) {
  /* line 273, ../sass/global.sass */
  input.no-margin.mobile-margin, textarea.no-margin.mobile-margin {
    margin-top: 30px;
  }
}
input.error,textarea.error,div.error {
      border-color: #ff1616 !important;
      background: url(../img/red-exclamation-icon.png) right 12px top 19px no-repeat;
}

/* line 278, ../sass/global.sass */
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #ff1616;
}
/* line 280, ../sass/global.sass */
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #ff1616;
}
/* line 282, ../sass/global.sass */
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #ff1616;
}
/* line 284, ../sass/global.sass */
input.error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: #ff1616;
}

/* line 286, ../sass/global.sass */
input[type="submit"] {
  border: none;
  padding: 14px 34px;
  width: auto;
}

/* line 290, ../sass/global.sass */
.mod-select {
  margin-top: 30px;
}
/* line 292, ../sass/global.sass */
.mod-select.margin-bottom {
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 295, ../sass/global.sass */
.mod-select.margin-both {
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 298, ../sass/global.sass */
.mod-select.no-margin {
  margin: 0;
}



p.error {
  color: #ff1616;
  display: inline-block;
  margin: 5px 0 0;
  width: 100%;
}

/* line 305, ../sass/global.sass */
.icon-link-out {
  font-size: 10px;
  margin-left: 5px;
}

/* line 308, ../sass/global.sass */
.neg-margin-left {
  margin-left: -15px;
}
@media (max-width: 767px) {
  /* line 308, ../sass/global.sass */
  .neg-margin-left {
    margin-left: 0;
  }
}

/* line 1, ../sass/lib/_slick.sass */
.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;
}

/* line 15, ../sass/lib/_slick.sass */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 22, ../sass/lib/_slick.sass */
.slick-list:focus {
  outline: none;
}
/* line 25, ../sass/lib/_slick.sass */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 29, ../sass/lib/_slick.sass */
.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);
}

/* line 37, ../sass/lib/_slick.sass */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 43, ../sass/lib/_slick.sass */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 48, ../sass/lib/_slick.sass */
.slick-track:after {
  clear: both;
}
/* line 51, ../sass/lib/_slick.sass */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 54, ../sass/lib/_slick.sass */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 59, ../sass/lib/_slick.sass */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 62, ../sass/lib/_slick.sass */
.slick-slide.slick-loading img {
  display: none;
}
/* line 67, ../sass/lib/_slick.sass */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 70, ../sass/lib/_slick.sass */
.slick-initialized .slick-slide {
  display: block;
}
/* line 73, ../sass/lib/_slick.sass */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 76, ../sass/lib/_slick.sass */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 81, ../sass/lib/_slick.sass */
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'DiscoverSans-Light';
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Light.eot');
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Light?#iefix') format('embedded-opentype');
  src: url('../fonts/DiscoverSans/WOFF2/DiscoverSans-Light.woff2') format('woff2');
  src: url('../fonts/DiscoverSans/WOFF/DiscoverSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'DiscoverSans-Thin';
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Thin.eot');
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Thin?#iefix') format('embedded-opentype');
  src: url('../fonts/DiscoverSans/WOFF2/DiscoverSans-Thin.woff2') format('woff2');
  src: url('../fonts/DiscoverSans/WOFF/DiscoverSans-Thin.woff') format('woff');
}
@font-face {
  font-family: 'DiscoverSans-Medium';
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Medium.eot');
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Medium?#iefix') format('embedded-opentype');
  src: url('../fonts/DiscoverSans/WOFF2/DiscoverSans-Medium.woff2') format('woff2');
  src: url('../fonts/DiscoverSans/WOFF/DiscoverSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'DiscoverSans-Bold';
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Bold.eot');
  src: url('../fonts/DiscoverSans/EOT/DiscoverSans-Bold?#iefix') format('embedded-opentype');
  src: url('../fonts/DiscoverSans/WOFF2/DiscoverSans-Bold.woff2') format('woff2');
  src: url('../fonts/DiscoverSans/WOFF/DiscoverSans-Bold.woff') format('woff');
}

@font-face {
  font-family: "dnicons";
  src: url("../fonts/dnicons/dnicons.eot?uucx8p");
  src: url("../fonts/dnicons/dnicons.eot?uucx8p#iefix") format("embedded-opentype"), url("../fonts/dnicons/dnicons.ttf?uucx8p") format("truetype"), url("../fonts/dnicons/dnicons.woff?uucx8p") format("woff"), url("../fonts/dnicons/dnicons.svg?uucx8p#dnicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 77, ../sass/_fonts.sass */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dnicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 90, ../sass/_fonts.sass */
h1, h2, h3, h4, h5 {
  color: #21213D;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 94, ../sass/_fonts.sass */
h1 {
  font-family: DiscoverSans-Bold, Arial Bold, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
/* line 99, ../sass/_fonts.sass */
h1.extra-large {
  font-size: 60px;
  line-height: 50px;
}
/* line 102, ../sass/_fonts.sass */
h1.line-height-fix {
  line-height: 70px;
}

/* line 104, ../sass/_fonts.sass */
h2 {
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
}

/* line 109, ../sass/_fonts.sass */
h3 {
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

/* line 114, ../sass/_fonts.sass */
h4 {
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 119, ../sass/_fonts.sass */
h5 {
  color: #293033;
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
/* line 125, ../sass/_fonts.sass */
h5.smaller {
  font-size: 16px;
}

/* line 128, ../sass/_fonts.sass */
h6 {
  color: #293033;
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 20px;
}

/* line 136, ../sass/_fonts.sass */
p, ul, a {
  color: #21213D;
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
/* line 142, ../sass/_fonts.sass */
p.larger, ul.larger, a.larger {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 142, ../sass/_fonts.sass */
  p.larger, ul.larger, a.larger {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 148, ../sass/_fonts.sass */
p.extra-large, ul.extra-large, a.extra-large {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  /* line 148, ../sass/_fonts.sass */
  p.extra-large, ul.extra-large, a.extra-large {
    font-size: 22px;
    line-height: 36px;
  }
}
/* line 154, ../sass/_fonts.sass */
p.no-margin, ul.no-margin, a.no-margin {
  margin: 0;
}

/* line 156, ../sass/_fonts.sass */
a {
  color: #1E71AC;
  font-size: 1em;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 160, ../sass/_fonts.sass */
a:hover {
  
}
/* line 162, ../sass/_fonts.sass */
a.white {
  color: #fff;
}

/* line 165, ../sass/_fonts.sass */
small {
  display: block;
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}
/* line 171, ../sass/_fonts.sass */
small.footnote {
  font-size: 12px;
}

@media (max-width: 767px) {
  /* line 175, ../sass/_fonts.sass */
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 178, ../sass/_fonts.sass */
  h1.extra-large {
    font-size: 28px;
    line-height: 34px;
  }

  /* line 181, ../sass/_fonts.sass */
  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  /* line 184, ../sass/_fonts.sass */
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  /* line 187, ../sass/_fonts.sass */
  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  /* line 190, ../sass/_fonts.sass */
  h5 {
    font-size: 16px;
    line-height: 26px;
  }

  /* line 193, ../sass/_fonts.sass */
  h6 {
    font-size: 12px;
    line-height: 18px;
  }

  /* line 197, ../sass/_fonts.sass */
  p.larger {
    font-size: 16px;
    line-height: 26px;
  }
}
/* line 201, ../sass/_fonts.sass */
.thin-font {
  font-family: "DiscoverSans-Thin", sans-serif;
  font-weight: 300;
}

/* line 204, ../sass/_fonts.sass */
.light-font {
  font-family: "DiscoverSans-Light", sans-serif;
  font-weight: 300;
}

/* line 207, ../sass/_fonts.sass */
.bold-font {
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-weight: 700;
}

/* line 210, ../sass/_fonts.sass */
.book-font {
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-weight: 700;
}

/* line 213, ../sass/_fonts.sass */
.medium-font {
  font-family: "DiscoverSans-Medium", Arial, sans-serif;
  font-weight: 500;
}

/* line 216, ../sass/_fonts.sass */
.normal-font {
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-weight: 500;
}

/* line 220, ../sass/_fonts.sass */
.pdf-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjQwRTc3OTNEOUIxMUU2OTlBNkQwMDAwQ0JCNUY4QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjQwRTc3ODNEOUIxMUU2OTlBNkQwMDAwQ0JCNUY4QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MGI5MzQ5NS01MTA3LTQ4ZWEtODJlNi0yMDEyMjMzM2MyMGEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjNjAzMjhlYS00OTViLTExNzktYmMzZi1iOGFjYmI4ZDcwMmIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6gUvuzAAABFUlEQVR42mIMT0r/z0AiYAHi10A8DYgvEKHeHIgrQJpEQRpWzpu5gZAOoKvANBMDGQCnpo9VNRJArE6SJiDIAOKVuAICK/hz+iQDw79/P0nS9OXFh2////1/RrSmp4bGjv+4eKT/s3Bw3VbWD+DkZWH6xcnxZ+mXzxpXeHhx2tTPysX2g1lOXujnk2frGRkZPv9jYrqh/O3rfwxNn9rbZYHUo/f//t/79u/fccHHz6qA/P///zEwMv/7y7BXWMQdyF+OounHiVNMf9+9O8+orbn2v6zcLpFZ096jRK6m7g8MP/1+9Og7yCbmk6c3qs2YcQVf2oMD6fNnXwGpALJTBKFUDk69sMRIABiAcgVMUwUpNgEEGAB+kGL3G21PgwAAAABJRU5ErkJggg==");
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  width: 13px;
}

/* line 227, ../sass/_fonts.sass */
.pdf-icon-white {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4NzEzOTY3QUJFMzkxMUU2ODFFRkZDMTMzMDI0RUU4RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4NzEzOTY3OUJFMzkxMUU2ODFFRkZDMTMzMDI0RUU4RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxM2RiZDcxNC02NjEzLTRiMjctOGViMS02YmZlYmE2MTkzYTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMzg5MTdhMS00NjM2LTExNzktOTM4OC04MGYxYmJjYjBiZWIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6tI5qJAAABHUlEQVR42pxTsU7DMBS855okbZWEsqB0gkogIZbOMMAXVBUDXwa/wIIEO+ILQOrCgGCFDtBWFUEEJ3ZtDBJDRCKanPQm++7pzmd6eZ0YVARNpjPT9Dxwzv+9LJVCkiTgWusfgus6S29iqIFSkp7PocfjaiQ1GkFcXFbc9PwEfX9XjSSVhmBe4VlhztntDXQcw0aKj6trNJiBcVwsoghY7YC+HzcMglzk0+Mj8PUI5HcwOztHuxtisbOLxt4+aDDMk4xVT05P8B6E4L1NrB0c2kQUyAoZImR24k+R96SFQPr4gHZvA36/D9ZqgVlBssN8H7Ti/PVEthkUBmhubYNH3fLuFXkqQ5pmeLMWatWI/7Z3GUglQUSS6vynLwEGAM9vaE5OHp//AAAAAElFTkSuQmCC");
  display: inline-block;
  height: 17px;
  margin-left: 5px;
  width: 13px;
}

/* line 234, ../sass/_fonts.sass */
.small-icon {
  font-size: 10px;
}

/* line 236, ../sass/_fonts.sass */
.icon-calendar:before {
  content: "";
}

/* line 238, ../sass/_fonts.sass */
.icon-lock-filled:before {
  content: "";
}

/* line 240, ../sass/_fonts.sass */
.icon-online-fraud-reduction:before {
  content: "";
}

/* line 242, ../sass/_fonts.sass */
.icon-lock:before {
  content: "";
}

/* line 244, ../sass/_fonts.sass */
.icon-profitability:before {
  content: "";
}

/* line 246, ../sass/_fonts.sass */
.icon-simplicity:before {
  content: "";
}

/* line 248, ../sass/_fonts.sass */
.icon-support:before {
  content: "";
}

/* line 250, ../sass/_fonts.sass */
.icon-alert:before {
  content: "";
}

/* line 252, ../sass/_fonts.sass */
.icon-security-lock:before {
  content: "";
}

/* line 254, ../sass/_fonts.sass */
.icon-api-integration:before {
  content: "";
}

/* line 256, ../sass/_fonts.sass */
.icon-business-model:before {
  content: "";
}

/* line 258, ../sass/_fonts.sass */
.icon-combined-statement:before {
  content: "";
}

/* line 260, ../sass/_fonts.sass */
.icon-corrective-action:before {
  content: "";
}

/* line 262, ../sass/_fonts.sass */
.icon-critical-data:before {
  content: "";
}

/* line 264, ../sass/_fonts.sass */
.icon-digital-acceptance:before {
  content: "";
}

/* line 266, ../sass/_fonts.sass */
.icon-diners-club-issuer:before {
  content: "";
}

/* line 268, ../sass/_fonts.sass */
.icon-faq:before {
  content: "";
}

/* line 270, ../sass/_fonts.sass */
.icon-greater-visibility:before {
  content: "";
}

/* line 272, ../sass/_fonts.sass */
.icon-informed-decisions:before {
  content: "";
}

/* line 274, ../sass/_fonts.sass */
.icon-low-price:before {
  content: "";
}

/* line 276, ../sass/_fonts.sass */
.icon-maintain-control:before {
  content: "";
}

/* line 278, ../sass/_fonts.sass */
.icon-merchant-form:before {
  content: "";
}

/* line 280, ../sass/_fonts.sass */
.icon-minimize-fraud:before {
  content: "";
}

/* line 282, ../sass/_fonts.sass */
.icon-more-transactions:before {
  content: "";
}

/* line 284, ../sass/_fonts.sass */
.icon-peace-of-mind:before {
  content: "";
}

/* line 286, ../sass/_fonts.sass */
.icon-reduce-fraud:before {
  content: "";
}

/* line 288, ../sass/_fonts.sass */
.icon-seamless-checkout:before {
  content: "";
}

/* line 290, ../sass/_fonts.sass */
.icon-secure-seamless-checkout:before {
  content: "";
}

/* line 292, ../sass/_fonts.sass */
.icon-simple-setup:before {
  content: "";
}

/* line 294, ../sass/_fonts.sass */
.icon-link-out:before {
  content: "";
}

/* line 296, ../sass/_fonts.sass */
.icon-test-card:before {
  content: "";
}

/* line 298, ../sass/_fonts.sass */
.icon-emv-education:before {
  content: "";
}

/* line 300, ../sass/_fonts.sass */
.icon-higher-transactions:before {
  content: "";
}

/* line 302, ../sass/_fonts.sass */
.icon-industry-perspectives:before {
  content: "";
}

/* line 304, ../sass/_fonts.sass */
.icon-repeat-card-users:before {
  content: "";
}

/* line 306, ../sass/_fonts.sass */
.icon-access:before {
  content: "";
}

/* line 308, ../sass/_fonts.sass */
.icon-aquirer-filled:before {
  content: "";
}

/* line 310, ../sass/_fonts.sass */
.icon-bank:before {
  content: "";
}

/* line 312, ../sass/_fonts.sass */
.icon-best-practices-filled:before {
  content: "";
}

/* line 314, ../sass/_fonts.sass */
.icon-buyers:before {
  content: "";
}

/* line 316, ../sass/_fonts.sass */
.icon-centralization:before {
  content: "";
}

/* line 318, ../sass/_fonts.sass */
.icon-cloning-prevention:before {
  content: "";
}

/* line 320, ../sass/_fonts.sass */
.icon-collaboration-filled:before {
  content: "";
}

/* line 322, ../sass/_fonts.sass */
.icon-communication:before {
  content: "";
}

/* line 324, ../sass/_fonts.sass */
.icon-compliance:before {
  content: "";
}

/* line 326, ../sass/_fonts.sass */
.icon-custom-card:before {
  content: "";
}

/* line 328, ../sass/_fonts.sass */
.icon-diamond:before {
  content: "";
}

/* line 330, ../sass/_fonts.sass */
.icon-emv-resources-filled:before {
  content: "";
}

/* line 332, ../sass/_fonts.sass */
.icon-faqs:before {
  content: "";
}

/* line 334, ../sass/_fonts.sass */
.icon-fraud-reduction:before {
  content: "";
}

/* line 336, ../sass/_fonts.sass */
.icon-globe:before {
  content: "";
}

/* line 338, ../sass/_fonts.sass */
.icon-handshake:before {
  content: "";
}

/* line 340, ../sass/_fonts.sass */
.icon-help:before {
  content: "";
}

/* line 342, ../sass/_fonts.sass */
.icon-iin-filled:before {
  content: "";
}

/* line 344, ../sass/_fonts.sass */
.icon-implementation-tools:before {
  content: "";
}

/* line 346, ../sass/_fonts.sass */
.icon-innovation:before {
  content: "";
}

/* line 348, ../sass/_fonts.sass */
.icon-introduction:before {
  content: "";
}

/* line 350, ../sass/_fonts.sass */
.icon-loyalty:before {
  content: "";
}

/* line 352, ../sass/_fonts.sass */
.icon-mobile-payments:before {
  content: "";
}

/* line 354, ../sass/_fonts.sass */
.icon-payments-network:before {
  content: "";
}

/* line 356, ../sass/_fonts.sass */
.icon-payments-translation:before {
  content: "";
}

/* line 358, ../sass/_fonts.sass */
.icon-pos:before {
  content: "";
}

/* line 360, ../sass/_fonts.sass */
.icon-quotes:before {
  content: "";
}

/* line 362, ../sass/_fonts.sass */
.icon-rt-tracking:before {
  content: "";
}

/* line 364, ../sass/_fonts.sass */
.icon-safeguards:before {
  content: "";
}

/* line 366, ../sass/_fonts.sass */
.icon-scale:before {
  content: "";
}

/* line 368, ../sass/_fonts.sass */
.icon-security-filled:before {
  content: "";
}

/* line 370, ../sass/_fonts.sass */
.icon-security:before {
  content: "";
}

/* line 372, ../sass/_fonts.sass */
.icon-signage-filled:before {
  content: "";
}

/* line 374, ../sass/_fonts.sass */
.icon-suppliers:before {
  content: "";
}

/* line 376, ../sass/_fonts.sass */
.icon-support-filled:before {
  content: "";
}

/* line 378, ../sass/_fonts.sass */
.icon-transaction-validation:before {
  content: "";
}

/* line 380, ../sass/_fonts.sass */
.icon-translation:before {
  content: "";
}

/* line 382, ../sass/_fonts.sass */
.icon-video:before {
  content: "";
}

/* line 384, ../sass/_fonts.sass */
.icon-volume:before {
  content: "";
}

/* line 386, ../sass/_fonts.sass */
.icon-arrow-down-border:before {
  content: "";
}

/* line 388, ../sass/_fonts.sass */
.icon-arrow-down-thick:before {
  content: "";
}

/* line 390, ../sass/_fonts.sass */
.icon-arrow-down:before {
  content: "";
}

/* line 392, ../sass/_fonts.sass */
.icon-arrow-left-border:before {
  content: "";
}

/* line 394, ../sass/_fonts.sass */
.icon-arrow-left-thick:before {
  content: "";
}

/* line 396, ../sass/_fonts.sass */
.icon-arrow-left:before {
  content: "";
}

/* line 398, ../sass/_fonts.sass */
.icon-arrow-right-border:before {
  content: "";
}

/* line 400, ../sass/_fonts.sass */
.icon-arrow-right-thick:before {
  content: "";
}

/* line 402, ../sass/_fonts.sass */
.icon-arrow-right:before {
  content: "";
}

/* line 404, ../sass/_fonts.sass */
.icon-arrow-up-border:before {
  content: "";
}

/* line 406, ../sass/_fonts.sass */
.icon-arrow-up-thick:before {
  content: "";
}

/* line 408, ../sass/_fonts.sass */
.icon-arrow-up:before {
  content: "";
}

/* line 410, ../sass/_fonts.sass */
.icon-plus:before {
  content: "";
}

/* line 412, ../sass/_fonts.sass */
.icon-search:before {
  content: "";
}

/* line 414, ../sass/_fonts.sass */
.icon-pinterest:before {
  content: "";
}

/* line 416, ../sass/_fonts.sass */
.icon-linkedin:before {
  content: "";
}

/* line 418, ../sass/_fonts.sass */
.icon-google-plus:before {
  content: "";
}

/* line 420, ../sass/_fonts.sass */
.icon-twitter:before {
  content: "";
}

/* line 422, ../sass/_fonts.sass */
.icon-facebook:before {
  content: "";
}

/* line 424, ../sass/_fonts.sass */
.icon-share:before {
  content: "";
}

/* line 426, ../sass/_fonts.sass */
.icon-pinterest-filled:before {
  content: "";
}

/* line 428, ../sass/_fonts.sass */
.icon-linkedin-filled:before {
  content: "";
}

/* line 430, ../sass/_fonts.sass */
.icon-youtube-filled:before {
  content: "";
}

/* line 432, ../sass/_fonts.sass */
.icon-facebook-filled:before {
  content: "";
}

/* line 434, ../sass/_fonts.sass */
.icon-twitter-filled:before {
  content: "";
}

/* line 1, ../sass/_buttons.sass */
.ds-button {
  background-color: transparent;
  border: 1px solid #022a48;
  color: #022a48;
  display: inline-block;
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-size: 18px;
  margin-top: 25px;
  padding: 15px 40px;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
/* line 11, ../sass/_buttons.sass */
.ds-button.margin-bottom {
  margin-bottom: 15px;
}
/* line 13, ../sass/_buttons.sass */
.ds-button.margin-both {
  margin-bottom: 25px;
  margin-top: 25px;
}
/* line 16, ../sass/_buttons.sass */
.ds-button.margin-left {
  margin-left: 20px;
}
@media (max-width: 767px) {
  /* line 16, ../sass/_buttons.sass */
  .ds-button.margin-left {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/_buttons.sass */
  .ds-button.margin-left.button-left-stacked {
    margin: 30px auto;
  }
}
/* line 23, ../sass/_buttons.sass */
.ds-button:hover, .ds-button:focus {
  background-color: #022a48;
  color: #fff;
}
/* line 26, ../sass/_buttons.sass */
.ds-button.border {
  border: 1px solid #022a48;
  padding: 15px 40px;
}
/* line 29, ../sass/_buttons.sass */
.ds-button.border:before, .ds-button.border:after {
  content: none;
}
/* line 31, ../sass/_buttons.sass */
.ds-button.disabled {
  background-color: #dbdbdb;
  border: none;
  color: #fff;
}
/* line 35, ../sass/_buttons.sass */
.ds-button.no-margin {
  margin: 0;
}
/* line 37, ../sass/_buttons.sass */
.ds-button.white {
  background-color: none;
  border-color: #fff;
}
/* line 40, ../sass/_buttons.sass */
.ds-button.white:hover, .ds-button.white:focus {
  background-color: #fff;
  border-color: #fff;
}
/* line 43, ../sass/_buttons.sass */
.ds-button.white:hover.cerulean, .ds-button.white:focus.cerulean {
  color: #17628a;
}
/* line 46, ../sass/_buttons.sass */
.ds-button.bg-gray-hover:hover, .ds-button.bg-gray-hover:focus {
  cursor: pointer;
  color: #293033;
  background-color: #fff;
  border-color: #fff;
}
/* line 52, ../sass/_buttons.sass */
.ds-button.bg-darkblue-hover:hover, .ds-button.bg-darkblue-hover:focus {
  cursor: pointer;
  color: #022a48;
  background-color: #fff;
  border-color: #fff;
}
/* line 57, ../sass/_buttons.sass */
.ds-button.bg-orange {
  border-color: #e65c00;
  border-radius: 25px;
}
/* line 59, ../sass/_buttons.sass */
.ds-button.bg-orange:hover, .ds-button.bg-orange:focus {
  background-color: #e74e1b;
  border-color: #e74e1b;
}
/* line 63, ../sass/_buttons.sass */
.ds-button.bg-orange-hover:hover, .ds-button.bg-orange-hover:focus {
  cursor: pointer;
  background-color: #fff;
  border-color: #fff;
  color: #ec6b29;
}
/* line 68, ../sass/_buttons.sass */
.ds-button.bg-teal {
  background-color: transparent;
  border-color: #fff;
}
/* line 71, ../sass/_buttons.sass */
.ds-button.bg-teal:hover, .ds-button.bg-teal:focus {
  background-color: #fff;
  color: #2e4d58;
}
/* line 74, ../sass/_buttons.sass */
.marquee .ds-button {
  padding: 15px 60px;
  margin-top: 25px;
}
/* line 77, ../sass/_buttons.sass */
.ds-button.button-margin-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  /* line 77, ../sass/_buttons.sass */
  .ds-button.button-margin-60 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* line 82, ../sass/_buttons.sass */
.ds-button.button-margin-50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  /* line 82, ../sass/_buttons.sass */
  .ds-button.button-margin-50 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* line 87, ../sass/_buttons.sass */
.ds-button.link {
  background-color: #fff;
  border: none;
  color: #2477ab;
  font-family: "DiscoverSans-Medium", Arial, sans-serif;
  font-size: 15px;
  margin-top: 15px;
}
/* line 94, ../sass/_buttons.sass */
.ds-button.link:hover, .ds-button.link:focus {
  background-color: #fff;
  color: #0e2e42;
}
@media (max-width: 767px) {
  /* line 1, ../sass/_buttons.sass */
  .ds-button {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }
  /* line 102, ../sass/_buttons.sass */
  .ds-button.mobile-full {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 1, ../sass/_buttons.sass */
  .ds-button {
    display: block;
    text-align: center;
  }
}

/* line 1, ../sass/_header.sass */
header {
  background: #fff;
  box-shadow: 1px 1px 3px #DDD;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}
/* line 10, ../sass/_header.sass */
header.has-cookie + section {
  margin-top: 150px;
}
/* line 12, ../sass/_header.sass */
.home header.has-cookie + section {
  margin-top: 128px;
}
/* line 14, ../sass/_header.sass */
header .cookie-toast {
  background: #e6f4f9;
}
/* line 16, ../sass/_header.sass */
header .cookie-toast p {
  margin: 0;
  padding: 10px 30px 10px 15px;
  position: relative;
}
/* line 20, ../sass/_header.sass */
header .cookie-toast p .close-toast {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  right: 15px;
}

header.has-two-cookie+section {
    margin-top: 435px
}

.home header.has-two-cookie+section {
    margin-top: 435px
}

header .cookie-two-toast {
    background: #e6f4f9
}

header .cookie-two-toast p {
    margin: 0;
    padding: 10px 30px 10px 15px;
    position: relative
}

header .cookie-two-toast p .close-toast {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    right: 15px
}
/* line 26, ../sass/_header.sass */
header nav ul {
  margin: 0;
}
/* line 28, ../sass/_header.sass */
header nav .nav-wrap {
  padding: 0 15px;
}
/* line 31, ../sass/_header.sass */
header nav .nav-wrap.open .nav-toggle {
  background: #474e5b;
}
/* line 33, ../sass/_header.sass */
header nav .nav-wrap.open .nav-toggle .bar {
  background: #fff;
}
/* line 35, ../sass/_header.sass */
header nav .nav-wrap.service {
  padding: 0;
}
/* line 37, ../sass/_header.sass */
header nav .nav-wrap.service .mobile-logo {
  padding: 12px 15px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 28, ../sass/_header.sass */
  header nav .nav-wrap {
    padding-left: 0;
  }
}
/* line 42, ../sass/_header.sass */
header nav .logo {
  display: inline-block;
  padding: 20px 0;
  vertical-align: top;
}
@media (max-width: 1023px) {
  /* line 42, ../sass/_header.sass */
  header nav .logo {
    display: none;
    padding: 12px 0;
  }
}
/* line 50, ../sass/_header.sass */
header nav .mobile-logo {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 12px 0 12px 15px;
  display: none;
}
@media (max-width: 1023px) {
  /* line 50, ../sass/_header.sass */
  header nav .mobile-logo {
    display: block;
  }
}
/* line 59, ../sass/_header.sass */
header nav .nav-toggle {
  cursor: pointer;
  display: none;
  margin-bottom: -5px;
  margin-right: 15px;
  padding: 21px 20px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
/* line 68, ../sass/_header.sass */
header nav .nav-toggle .bar {
  background: #022a48;
  height: 2px;
  margin-bottom: 6px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  width: 20px;
}
/* line 74, ../sass/_header.sass */
header nav .nav-toggle .bar:last-child {
  margin-bottom: 0;
}
/* line 76, ../sass/_header.sass */
header nav .nav-toggle:hover {
  background: #474e5b;
}
/* line 78, ../sass/_header.sass */
header nav .nav-toggle:hover .bar {
  background: #fff;
}
@media (max-width: 1023px) {
  /* line 59, ../sass/_header.sass */
  header nav .nav-toggle {
    display: inline-block;
  }
  /* line 82, ../sass/_header.sass */
  header nav .nav-toggle:hover {
    background: #fff;
  }
  /* line 84, ../sass/_header.sass */
  header nav .nav-toggle:hover .bar {
    background: #022a48;
  }
}
/* line 86, ../sass/_header.sass */
header nav .main-links, header nav .secondary-links {
  padding: 0 15px;
}
/* line 89, ../sass/_header.sass */
header nav .main-links h5.top-spacer, header nav .secondary-links h5.top-spacer {
  padding: 5px 0;
}
/* line 91, ../sass/_header.sass */
header nav .main-links li, header nav .secondary-links li {
  display: inline-block;
  vertical-align: top;
}
/* line 94, ../sass/_header.sass */
header nav .main-links li .section:after, header nav .secondary-links li .section:after {
  border-bottom: 10px solid #474e5b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0s ease-in-out 0.25s;
  -moz-transition: opacity 0s ease-in-out 0.25s;
  -ms-transition: opacity 0s ease-in-out 0.25s;
  -o-transition: opacity 0s ease-in-out 0.25s;
  transition: opacity 0s ease-in-out 0.25s;
  width: 10px;
}
/* line 109, ../sass/_header.sass */
header nav .main-links li.open .section:after, header nav .secondary-links li.open .section:after {
  opacity: 1;
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}
/* line 112, ../sass/_header.sass */
header nav .main-links .section, header nav .secondary-links .section {
  color: #022a48;
  display: block;
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 16px;
  line-height: 15px;
  padding: 30px 15px;
  position: relative;
}
@media (max-width: 1054px) {
  /* line 112, ../sass/_header.sass */
  header nav .main-links .section, header nav .secondary-links .section {
    padding: 30px 12px;
  }
}
/* line 122, ../sass/_header.sass */
header nav .main-links .section.active:before, header nav .secondary-links .section.active:before {
  border-top: 3px solid #022a48;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
@media (max-width: 1023px) {
  /* line 122, ../sass/_header.sass */
  header nav .main-links .section.active:before, header nav .secondary-links .section.active:before {
    border-left: 4px solid #022a48;
    border-top: none;
    bottom: 0;
    left: 0;
    top: 0;
  }
}
/* line 135, ../sass/_header.sass */
header nav .main-links .sub-wrap, header nav .secondary-links .sub-wrap {
  background: #474e5b;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 144, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav, header nav .secondary-links .sub-wrap .sub-nav {
  display: inline-block;
  padding: 20px 30px;
  width: 100%;
}
/* line 148, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav a, header nav .secondary-links .sub-wrap .sub-nav a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
/* line 152, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav a:hover, header nav .secondary-links .sub-wrap .sub-nav a:hover {
  text-decoration: underline;
}
/* line 154, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav a span.desktop-hidden, header nav .secondary-links .sub-wrap .sub-nav a span.desktop-hidden {
  display: none;
}
@media (max-width: 1023px) {
  /* line 154, ../sass/_header.sass */
  header nav .main-links .sub-wrap .sub-nav a span.desktop-hidden, header nav .secondary-links .sub-wrap .sub-nav a span.desktop-hidden {
    display: block;
  }
}
/* line 158, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav a.ds-button, header nav .secondary-links .sub-wrap .sub-nav a.ds-button {
  text-align: center;
  padding: 15px 40px !important;
  margin-right: 20px;
  text-decoration: none;
}
/* line 163, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav a.ds-button:hover, header nav .secondary-links .sub-wrap .sub-nav a.ds-button:hover {
  color: #2e4d58;
}
/* line 165, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav ul, header nav .secondary-links .sub-wrap .sub-nav ul {
  padding-left: 15px;
}
/* line 167, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav ul li, header nav .secondary-links .sub-wrap .sub-nav ul li {
  display: block;
}
/* line 169, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav .container, header nav .secondary-links .sub-wrap .sub-nav .container {
  text-align: center;
}
/* line 171, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav .container.text-left, header nav .secondary-links .sub-wrap .sub-nav .container.text-left {
  text-align: left;
}
/* line 173, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav .col-wrap, header nav .secondary-links .sub-wrap .sub-nav .col-wrap {
  display: inline-block;
  text-align: left;
}
/* line 177, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav .sub-links a, header nav .secondary-links .sub-wrap .sub-nav .sub-links a {
  position: relative;
}
/* line 179, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav .sub-links a span, header nav .secondary-links .sub-wrap .sub-nav .sub-links a span {
  font-size: 12px;
  line-height: 12px;
  margin-top: -6px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -ms-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}
/* line 187, ../sass/_header.sass */
header nav .main-links .sub-wrap .sub-nav .sub-links a:hover span, header nav .secondary-links .sub-wrap .sub-nav .sub-links a:hover span {
  right: -30px;
  text-decoration: none !important;
}
/* line 191, ../sass/_header.sass */
header nav .main-links {
  float: left;
}
@media (max-width: 1023px) {
  /* line 191, ../sass/_header.sass */
  header nav .main-links {
    display: inline-block;
    float: none;
    height: 100%;
    margin-top: -5px;
    overflow: auto;
    padding: 0 0 55px;
    width: 100%;
  }
  /* line 201, ../sass/_header.sass */
  header nav .main-links li {
    display: block;
  }
  /* line 203, ../sass/_header.sass */
  header nav .main-links li .section {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 30px;
  }
  /* line 207, ../sass/_header.sass */
  header nav .main-links li .section:after {
    border: none;
    color: #474e5b;
    content: "";
    font-family: "dnicons";
    height: 15px;
    left: inherit;
    margin-top: -7px;
    opacity: 1;
    right: 30px;
    top: 50%;
    width: 15px;
  }
  /* line 219, ../sass/_header.sass */
  header nav .main-links li .section.has-sub:after {
    content: "";
    transition: -webkit-transform 0.25s ease-in-out;
    transition: -moz-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 224, ../sass/_header.sass */
  header nav .main-links li .section.top-list {
    border-top: 1px solid #dbdbdb;
  }
}
@media (max-width: 1023px) {
  /* line 228, ../sass/_header.sass */
  header nav .main-links li.open .section.has-sub:after {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: -moz-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 233, ../sass/_header.sass */
  header nav .main-links li .sub-wrap {
    position: relative;
  }
  /* line 236, ../sass/_header.sass */
  header nav .main-links li .sub-wrap .sub-nav .container {
    text-align: left;
  }
  /* line 238, ../sass/_header.sass */
  header nav .main-links li .sub-wrap .sub-nav .container .col-wrap {
    width: 100%;
  }
  /* line 240, ../sass/_header.sass */
  header nav .main-links h5 {
    position: relative;
  }
  /* line 242, ../sass/_header.sass */
  header nav .main-links h5 span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: -6px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -ms-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
  }
  /* line 251, ../sass/_header.sass */
  header nav .main-links h5:hover span {
    right: -30px;
  }
  /* line 253, ../sass/_header.sass */
  header nav .main-links h5.has-links:after {
    content: none;
  }
}
/* line 255, ../sass/_header.sass */
header nav .secondary-links {
  float: right;
}
/* line 257, ../sass/_header.sass */
header nav .secondary-links:before {
  content: "";
  border-left: 1px solid #dbdbdb;
  position: absolute;
  margin-left: -15px;
  bottom: 28px;
  height: 20px;
}
/* line 265, ../sass/_header.sass */
header nav .secondary-links .search .section {
  padding: 25px 15px;
}
/* line 267, ../sass/_header.sass */
header nav .secondary-links .search .icon-search {
  font-size: 24px;
}
/* line 269, ../sass/_header.sass */
header nav .secondary-links .search input {
  background: #474e5b;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  padding: 15px 10px;
  width: 100%;
}
/* line 278, ../sass/_header.sass */
header nav .secondary-links .search input::-webkit-input-placeholder {
  color: #fff;
}
/* line 280, ../sass/_header.sass */
header nav .secondary-links .search input::-moz-placeholder {
  color: #fff;
}
/* line 282, ../sass/_header.sass */
header nav .secondary-links .search input:-ms-input-placeholder {
  color: #fff;
}
/* line 284, ../sass/_header.sass */
header nav .secondary-links .search input:-moz-placeholder {
  color: #fff;
}
/* line 286, ../sass/_header.sass */
header nav .secondary-links .search form {
  position: relative;
  padding-right: 120px;
}
/* line 289, ../sass/_header.sass */
header nav .secondary-links .search button {
  background: #474e5b;
  border: 1px solid #fff;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 300, ../sass/_header.sass */
header nav .secondary-links .search button:hover {
  background: #fff;
  color: #022a48;
}
/* line 304, ../sass/_header.sass */
header nav .secondary-links .search.open .icon-search:before {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 309, ../sass/_header.sass */
header nav .secondary-links .globe a {
  padding: 23px 15px;
  display: block;
}
/* line 313, ../sass/_header.sass */
header nav .secondary-links .globe a span {
  background: url("../img/globes.png") no-repeat left 0px;
  display: block;
  height: 28px;
  overflow: hidden;
  position: relative;
  width: 28px;
}
/* line 320, ../sass/_header.sass */
header nav .secondary-links .globe a span:hover {
  -webkit-animation: playBlue 1s steps(8) 1;
  -moz-animation: playBlue 1s steps(8) 1;
  -ms-animation: playBlue 1s steps(8) 1;
  -o-animation: playBlue 1s steps(8) 1;
  animation: playBlue 1s steps(8) 1;
}
@media (max-width: 1023px) {
  /* line 313, ../sass/_header.sass */
  header nav .secondary-links .globe a span {
    background: url("../img/globes.png") no-repeat left -84px;
  }
  /* line 324, ../sass/_header.sass */
  header nav .secondary-links .globe a span:hover {
    -webkit-animation: playWhite 1s steps(8) 1;
    -moz-animation: playWhite 1s steps(8) 1;
    -ms-animation: playWhite 1s steps(8) 1;
    -o-animation: playWhite 1s steps(8) 1;
    animation: playWhite 1s steps(8) 1;
  }
}
@media (max-width: 1023px) {
  /* line 326, ../sass/_header.sass */
  header nav .secondary-links .globe .sub-wrap {
    position: relative;
  }
}
@media (max-width: 1023px) {
  /* line 329, ../sass/_header.sass */
  header nav .secondary-links .globe a.section {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  /* line 334, ../sass/_header.sass */
  header nav .secondary-links .globe .sub-nav {
    background-color: white;
    padding: 20px 15px;
  }
}
@media (max-width: 1023px) {
  /* line 338, ../sass/_header.sass */
  header nav .secondary-links .globe .sub-nav a {
    color: #2e4d58;
    border-color: #2e4d58;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  /* line 338, ../sass/_header.sass */
  header nav .secondary-links .globe .sub-nav a {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  /* line 346, ../sass/_header.sass */
  header nav .secondary-links .globe .sub-nav a:hover {
    color: white !important;
    border-color: #2e4d58;
    background-color: #2e4d58;
  }
}
@media (max-width: 1023px) {
  /* line 352, ../sass/_header.sass */
  header nav .secondary-links .globe .sub-nav h4 {
    color: #2e4d58;
  }
}
@media (max-width: 1023px) {
  /* line 356, ../sass/_header.sass */
  header nav .secondary-links .globe.open a.section {
    background-color: white;
  }
}

@media (max-width: 1023px) {
    header nav .secondary-links .globe.open span {
        background:url("../img/globes.png") no-repeat left 0px
    }

  /* line 362, ../sass/_header.sass */
  header nav .secondary-links .globe.open span:hover {
    -webkit-animation: playBlue 1s steps(8) 1;
    -moz-animation: playBlue 1s steps(8) 1;
    -ms-animation: playBlue 1s steps(8) 1;
    -o-animation: playBlue 1s steps(8) 1;
    animation: playBlue 1s steps(8) 1;
  }
}
@media (max-width: 1023px) {
  /* line 255, ../sass/_header.sass */
  header nav .secondary-links {
    background: #474e5b;
    border: none;
    float: none;
    padding: 0;
  }
  /* line 370, ../sass/_header.sass */
  header nav .secondary-links .section {
    color: #fff;
    padding: 20px 15px;
  }
  /* line 373, ../sass/_header.sass */
  header nav .secondary-links .section.active {
    background: #fff;
    color: #474e5b;
  }
  /* line 376, ../sass/_header.sass */
  header nav .secondary-links .section.active:before {
    content: none;
  }
  /* line 378, ../sass/_header.sass */
  header nav .secondary-links li:first-of-type {
    margin-left: 15px;
  }
  /* line 380, ../sass/_header.sass */
  header nav .secondary-links .globe {
    width: 100%;
    float: right;
  }
  /* line 383, ../sass/_header.sass */
  header nav .secondary-links .globe .section:after {
    content: none;
  }
  /* line 385, ../sass/_header.sass */
  header nav .secondary-links .globe a {
    display: inline-block;
    padding: 13px 15px;
  }
  /* line 388, ../sass/_header.sass */
  header nav .secondary-links .globe a span {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  /* line 391, ../sass/_header.sass */
  header nav .nav-links {
    bottom: 0;
    left: -100%;
    position: absolute;
    right: 100%;
    top: 59px;
    -webkit-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
  }
  /* line 398, ../sass/_header.sass */
  header nav .nav-links .search {
    position: absolute;
    right: -100%;
    top: -60px;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -ms-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
  }
  /* line 403, ../sass/_header.sass */
  header nav .nav-links .search form {
    padding-right: 0;
  }
  /* line 405, ../sass/_header.sass */
  header nav .nav-links .search input {
    font-size: 18px;
    padding: 10px;
  }
  /* line 408, ../sass/_header.sass */
  header nav .nav-links .search button {
    margin-top: 20px;
    padding: 15px;
    position: relative;
    width: 100%;
  }
  /* line 413, ../sass/_header.sass */
  header nav .nav-links .search .section {
    padding: 18px 15px;
  }
  /* line 415, ../sass/_header.sass */
  header nav .nav-links .search .section .icon-search {
    color: #022a48;
  }
  /* line 417, ../sass/_header.sass */
  header nav .nav-links .search .sub-wrap {
    position: fixed;
  }
  /* line 419, ../sass/_header.sass */
  header nav .nav-links .search .sub-wrap .col-xs-12 {
    padding: 0;
  }
  /* line 422, ../sass/_header.sass */
  header nav .nav-links .search.open .section {
    background: #474e5b;
  }
  /* line 424, ../sass/_header.sass */
  header nav .nav-links .search.open .section .icon-search:before {
    color: #fff;
  }
  /* line 427, ../sass/_header.sass */
  header nav .nav-wrap.open .nav-links {
    left: 0;
    position: fixed;
    right: 0;
  }
  /* line 431, ../sass/_header.sass */
  header nav .nav-wrap.open .nav-links .search {
    right: 0;
  }
}

@-webkit-keyframes playBlue {
  100% {
    background-position: -224px 0;
  }
}
@-moz-keyframes playBlue {
  100% {
    background-position: -224px 0;
  }
}
@-ms-keyframes playBlue {
  100% {
    background-position: -224px 0;
  }
}
@-o-keyframes playBlue {
  100% {
    background-position: -224px 0;
  }
}
@keyframes playBlue {
  100% {
    background-position: -224px 0;
  }
}
@-webkit-keyframes playWhite {
  100% {
    background-position: -224px -84px;
  }
}
@-moz-keyframes playWhite {
  100% {
    background-position: -224px -84px;
  }
}
@-ms-keyframes playWhite {
  100% {
    background-position: -224px -84px;
  }
}
@-o-keyframes playWhite {
  100% {
    background-position: -224px -84px;
  }
}
@keyframes playWhite {
  100% {
    background-position: -224px -84px;
  }
}
/* line 1, ../sass/_section.sass */
section {
  margin-top: 75px;
}
/* line 3, ../sass/_section.sass */
section.home {
  margin-top: 0;
}
/* line 5, ../sass/_section.sass */
section.error-page {
  border-bottom: 1px solid #dbdbdb;
}
/* line 7, ../sass/_section.sass */
section.error-page .error {
  color: rgba(41, 48, 51, 0.2);
  text-align: right;
}
/* line 10, ../sass/_section.sass */
section.error-page .error .text {
  font-size: 40px;
  line-height: 1;
}
/* line 13, ../sass/_section.sass */
section.error-page .error .code {
  font-size: 122px;
  line-height: 1;
}
/* line 16, ../sass/_section.sass */
section.privacy {
  border-bottom: 1px solid #dbdbdb;
}
/* line 18, ../sass/_section.sass */
section.sitemap {
  border-bottom: 1px solid #dbdbdb;
}
/* line 20, ../sass/_section.sass */
section.terms {
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/_section.sass */
  section {
    margin-top: 59px;
  }
}

/* line 1, ../sass/_footer.sass */
footer {
  margin-top: 80px;
  font-family: DiscoverSans-Medium, Arial, sans-serif;
  font-size: 12px;
  padding: 0 15px;
  
}
@media (max-width: 1023px) {
  /* line 1, ../sass/_footer.sass */
  footer {
    padding: 0 25px;
    margin-top: 0;
    
  }
}
/* line 9, ../sass/_footer.sass */
footer > div > div {
  overflow: hidden;
}
/* line 11, ../sass/_footer.sass */
footer .footer-links {
  padding: 0;
  padding-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 11, ../sass/_footer.sass */
  footer .footer-links .col-xs-tab1 {
   width: 51%;
   float: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 11, ../sass/_footer.sass */
  footer .footer-links .col-xs-tab2 {
   width: 51%;
   float: left;
  }
}
/* line 16, ../sass/_footer.sass */
footer .footer-links > div {
  padding: 0;
}
/* line 18, ../sass/_footer.sass */
footer .footer-links ul {
  padding: 0;
}
/* line 20, ../sass/_footer.sass */
footer .footer-links ul span {
  display: block;
  font-size: 15px;
  color: #6b6b6b;
  padding-bottom: 15px;
}
/* line 25, ../sass/_footer.sass */
footer .footer-links ul li {
  display: block;
  padding-bottom: 15px;
}
/* line 28, ../sass/_footer.sass */
footer .footer-links ul li a {
  font-family: DiscoverSans-Medium, Arial, sans-serif;
  font-size: 13px;
  color: white;
  font-weight: 500;
}
/* line 30, ../sass/_footer.sass */
footer .footer-social {
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}
@media (max-width: 1023px) {
  /* line 30, ../sass/_footer.sass */
  footer .footer-social {
    padding: 30px 0 0 0;
    border-top: none;
  }
}
/* line 36, ../sass/_footer.sass */
footer .footer-social.no-border {
  border-top: none;
}
/* line 38, ../sass/_footer.sass */
footer .footer-social .social-wrap {
  padding: 0;
}
/* line 40, ../sass/_footer.sass */
footer .footer-social .social-wrap a {
  color: #6b6b6b;
  display: inline-block;
  font-size: 35px;
  margin-right: 10px;
}
/* line 45, ../sass/_footer.sass */
footer .footer-social .social-wrap a:hover, footer .footer-social .social-wrap a:focus {
  text-decoration: none;
}
/* line 47, ../sass/_footer.sass */
footer .footer-social .social-wrap a span {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
/* line 50, ../sass/_footer.sass */
footer .footer-social .social-wrap a .icon-twitter-filled:hover, footer .footer-social .social-wrap a .icon-twitter-filled:focus {
  color: #00aced;
}
/* line 52, ../sass/_footer.sass */
footer .footer-social .social-wrap a .icon-facebook-filled:hover, footer .footer-social .social-wrap a .icon-facebook-filled:focus {
  color: #3b5998;
}
/* line 54, ../sass/_footer.sass */
footer .footer-social .social-wrap a .icon-youtube-filled:hover, footer .footer-social .social-wrap a .icon-youtube-filled:focus {
  color: #bb0000;
}
/* line 56, ../sass/_footer.sass */
footer .footer-social .social-wrap a .icon-linkedin-filled:hover, footer .footer-social .social-wrap a .icon-linkedin-filled:focus {
  color: #007bb6;
}
/* line 58, ../sass/_footer.sass */
footer .footer-social .social-wrap a .icon-pinterest-filled:hover, footer .footer-social .social-wrap a .icon-pinterest-filled:focus {
  color: #cb2027;
}
/* line 60, ../sass/_footer.sass */
footer .footer-utility {
  margin: 25px 0;
  padding: 0;
}
/* line 63, ../sass/_footer.sass */
footer .footer-utility ul {
  margin: 0;
  padding: 0;
}
/* line 66, ../sass/_footer.sass */
footer .footer-utility ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  margin: 0 15px 15px 0;
}
@media (max-width: 1023px) {
  /* line 66, ../sass/_footer.sass */
  footer .footer-utility ul li {
    border-right: 1px solid #293033;
    float: left;
  }
}
@media (max-width: 360px) {
  /* line 66, ../sass/_footer.sass */
  footer .footer-utility ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
}
/* line 77, ../sass/_footer.sass */
footer .footer-utility ul li a {
  font-size: 13px;
  color: #293033;
}
/* line 81, ../sass/_footer.sass */
footer .footer-copyright {
  clear: both;
  padding: 0;
  margin-bottom: 40px;
}

/* line 1, ../sass/components/_borders.sass */
.border {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
/* line 5, ../sass/components/_borders.sass */
.border.no-padding {
  padding: 0;
}
/* line 7, ../sass/components/_borders.sass */
.border.small-padding {
  padding-bottom: 15px;
  padding-top: 15px;
}
/* line 10, ../sass/components/_borders.sass */
.border.bottom-padding {
  padding-top: 0;
}
/* line 12, ../sass/components/_borders.sass */
.border.top-padding {
  padding-bottom: 0;
}
/* line 14, ../sass/components/_borders.sass */
.border:before {
  border-top: 1px solid #022a48;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 22, ../sass/components/_borders.sass */
.border:after {
  border-bottom: 1px solid #022a48;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 31, ../sass/components/_borders.sass */
.border.border-micro:before, .border.border-micro:after {
  width: 50px;
}
/* line 34, ../sass/components/_borders.sass */
.border.border-small:before, .border.border-small:after {
  width: 85px;
}
/* line 37, ../sass/components/_borders.sass */
.border.border-left:before, .border.border-left:after {
  margin: 0;
}
/* line 40, ../sass/components/_borders.sass */
.border.border-thick:before, .border.border-thick:after {
  border-width: 6px;
}
/* line 42, ../sass/components/_borders.sass */
.border.border-full {
  border: 1px solid #dbdbdb;
}
/* line 44, ../sass/components/_borders.sass */
.border.border-full:before, .border.border-full:after {
  content: none;
}
/* line 47, ../sass/components/_borders.sass */
.border.border-padding:before, .border.border-padding:after {
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  /* line 47, ../sass/components/_borders.sass */
  .border.border-padding:before, .border.border-padding:after {
    left: 30%;
    right: 30%;
  }
}
/* line 53, ../sass/components/_borders.sass */
.border.border-margin {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 56, ../sass/components/_borders.sass */
.border.border-margin-top {
  margin-top: 15px;
}
/* line 58, ../sass/components/_borders.sass */
.border.border-margin-bottom {
  margin-bottom: 15px;
}
/* line 61, ../sass/components/_borders.sass */
.border.mobile-border:before, .border.mobile-border:after {
  display: none;
}
@media (max-width: 767px) {
  /* line 61, ../sass/components/_borders.sass */
  .border.mobile-border:before, .border.mobile-border:after {
    display: block;
  }
}
/* line 66, ../sass/components/_borders.sass */
.border.border-top:after {
  border: none;
}
/* line 69, ../sass/components/_borders.sass */
.border.border-bottom:before {
  border: none;
}
/* line 72, ../sass/components/_borders.sass */
.border.quarter-border:before, .border.quarter-border:after {
  width: 25%;
}
/* line 75, ../sass/components/_borders.sass */
.border.border-orange:before, .border.border-orange:after {
  border-color: #ec6b29;
}
/* line 78, ../sass/components/_borders.sass */
.border.border-darkerorange:before, .border.border-darkerorange:after {
  border-color: #e75616;
}
/* line 81, ../sass/components/_borders.sass */
.border.border-light-blue:before, .border.border-light-blue:after {
  border-color: #e7f4fa;
}
/* line 84, ../sass/components/_borders.sass */
.border.border-dark-blue:before, .border.border-dark-blue:after {
  border-color: #022a48;
}
/* line 87, ../sass/components/_borders.sass */
.border.border-gray-blue:before, .border.border-gray-blue:after {
  border-color: #474e5b;
}
/* line 90, ../sass/components/_borders.sass */
.border.border-link-blue:before, .border.border-link-blue:after {
  border-color: #2477ab;
}
/* line 93, ../sass/components/_borders.sass */
.border.border-teal:before, .border.border-teal:after {
  border-color: #2e4d58;
}
/* line 96, ../sass/components/_borders.sass */
.border.border-lighter-gray:before, .border.border-lighter-gray:after {
  border-color: #f8f8f8;
}
/* line 99, ../sass/components/_borders.sass */
.border.border-dark-gray:before, .border.border-dark-gray:after {
  border-color: #dbdbdb;
}
/* line 102, ../sass/components/_borders.sass */
.border.border-light-gray:before, .border.border-light-gray:after {
  border-color: #63686b;
}
/* line 105, ../sass/components/_borders.sass */
.border.border-gray:before, .border.border-gray:after {
  border-color: #293033;
}
/* line 108, ../sass/components/_borders.sass */
.border.border-yellow:before, .border.border-yellow:after {
  border-color: #fdc52e;
}
/* line 111, ../sass/components/_borders.sass */
.border.border-marineblue:before, .border.border-marineblue:after {
  border-color: #0ba5b3;
}
/* line 114, ../sass/components/_borders.sass */
.border.border-babyblue:before, .border.border-babyblue:after {
  border-color: #c4dfee;
}
/* line 117, ../sass/components/_borders.sass */
.border.border-white:before, .border.border-white:after {
  border-color: #fff;
}
/* line 120, ../sass/components/_borders.sass */
.border.border-darkish-gray:before, .border.border-darkish-gray:after {
  border-color: #99999a;
}

/* line 1, ../sass/components/_marquee.sass */
.marquee {
  height: 680px;
  padding: 30px 0;
}
/* line 4, ../sass/components/_marquee.sass */
.marquee.small {
  height: 335px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/components/_marquee.sass */
  .marquee {
    background-color: #f8f8f8;
    height: auto;
  }
  /* line 9, ../sass/components/_marquee.sass */
  .marquee.small {
    height: auto;
  }
  /* line 11, ../sass/components/_marquee.sass */
  .marquee.small .content {
    padding: 0;
  }
  /* line 13, ../sass/components/_marquee.sass */
  .marquee .content {
    float: none;
    margin: 0 auto;
    padding: 80px 0;
  }
}
/* line 17, ../sass/components/_marquee.sass */
.marquee.extra-small {
  height: 240px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/components/_marquee.sass */
  .marquee.extra-small {
    height: auto;
  }
  /* line 21, ../sass/components/_marquee.sass */
  .marquee.extra-small .content {
    padding: 0 15px;
  }
}
/* line 23, ../sass/components/_marquee.sass */
.marquee.smaller {
  height: 360px;
}
@media (max-width: 767px) {
  /* line 23, ../sass/components/_marquee.sass */
  .marquee.smaller {
    height: auto;
  }
  /* line 27, ../sass/components/_marquee.sass */
  .marquee.smaller .content {
    padding: 0;
  }
}
/* line 29, ../sass/components/_marquee.sass */
.marquee.smallish {
  height: 260px;
}
@media (max-width: 767px) {
  /* line 29, ../sass/components/_marquee.sass */
  .marquee.smallish {
    height: auto;
  }
  /* line 33, ../sass/components/_marquee.sass */
  .marquee.smallish .content {
    padding: 0;
  }
}
/* line 35, ../sass/components/_marquee.sass */
.marquee .arrow-animate-down {
  font-size: 34px;
  position: relative;
  top: 30px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  -webkit-animation: arrowBounce 1.5s ease-in-out infinite alternate;
  -moz-animation: arrowBounce 1.5s ease-in-out infinite alternate;
  -ms-animation: arrowBounce 1.5s ease-in-out infinite alternate;
  -o-animation: arrowBounce 1.5s ease-in-out infinite alternate;
  animation: arrowBounce 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes arrowBounce {
  100% {
    top: 60px;
  }
}
@-moz-keyframes arrowBounce {
  100% {
    top: 60px;
  }
}
@-ms-keyframes arrowBounce {
  100% {
    top: 60px;
  }
}
@-o-keyframes arrowBounce {
  100% {
    top: 60px;
  }
}
@keyframes arrowBounce {
  100% {
    top: 60px;
  }
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_marquee.sass */
  .marquee .arrow-animate-down {
    display: none;
  }
}
/* line 61, ../sass/components/_marquee.sass */
.marquee .icon {
  font-size: 55px;
  padding-left: 15px;
}
/* line 65, ../sass/components/_marquee.sass */
.marquee h5.extra-padding {
  padding-top: 20px;
  padding-bottom: -10px;
}

/* line 71, ../sass/components/_marquee.sass */
section.card-issuing-solutions .marquee .ds-button {
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 71, ../sass/components/_marquee.sass */
  section.card-issuing-solutions .marquee .ds-button {
    margin-top: 30px;
  }
}
/* line 75, ../sass/components/_marquee.sass */
section.card-issuing-solutions .marquee p {
  padding-top: 30px;
}

/* line 1, ../sass/components/_page-nav.sass */
.page-nav {
  border-top: 1px solid #ddd;
  box-shadow: 1px 1px 3px #DDD;
  position: relative;
  z-index: 99;
}
/* line 6, ../sass/components/_page-nav.sass */
.page-nav.fixed {
  left: 0;
  position: fixed;
  right: 0;
}
/* line 10, ../sass/components/_page-nav.sass */
.page-nav .selected {
  display: none;
  font-family: "DiscoverSans-Medium", Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 10, ../sass/components/_page-nav.sass */
  .page-nav .selected {
    color: #293033;
    cursor: pointer;
    display: block;
    font-size: 19px;
    padding: 15px 30px;
    position: relative;
    -webkit-transition: font-weight 0.15s ease-in-out;
    -moz-transition: font-weight 0.15s ease-in-out;
    -ms-transition: font-weight 0.15s ease-in-out;
    -o-transition: font-weight 0.15s ease-in-out;
    transition: font-weight 0.15s ease-in-out;
    width: 100%;
    z-index: 0;
  }
  /* line 23, ../sass/components/_page-nav.sass */
  .page-nav .selected:after {
    content: "";
    font-family: "dnicons";
    font-size: 10px;
    font-weight: 700;
    margin-top: -7px;
    position: absolute;
    right: 30px;
    top: 50%;
  }
  /* line 33, ../sass/components/_page-nav.sass */
  .page-nav .selected.open:after {
    content: "";
  }
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_page-nav.sass */
  .page-nav .menu {
    background-color: #fff;
    box-shadow: 1px 1px 3px #DDD;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 57px;
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -ms-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
    right: 0;
    width: 100%;
  }
}
/* line 47, ../sass/components/_page-nav.sass */
.page-nav ul {
  display: table;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
/* line 53, ../sass/components/_page-nav.sass */
.page-nav ul li {
  display: table-cell;
  float: none;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
/* line 60, ../sass/components/_page-nav.sass */
.page-nav ul li:before {
  background: #022a48;
  bottom: 100%;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  -moz-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  -ms-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  -o-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  z-index: 0;
}
/* line 71, ../sass/components/_page-nav.sass */
.page-nav ul li.active:before {
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 75, ../sass/components/_page-nav.sass */
.page-nav ul li.active:hover:before {
  bottom: 0;
}
/* line 77, ../sass/components/_page-nav.sass */
.page-nav ul li.active a {
  color: #fff;
  font-weight: 700;
}
/* line 80, ../sass/components/_page-nav.sass */
.page-nav ul li.active a:hover, .page-nav ul li.active a:focus {
  color: #fff;
}
/* line 82, ../sass/components/_page-nav.sass */
.page-nav ul li:hover:before {
  bottom: 93%;
  left: 0;
  right: 0;
  -webkit-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  -moz-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  -ms-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  -o-transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
  transition: bottom 0.15s ease-in-out, left 0.15s ease-in-out, right 0.15s ease-in-out;
}
/* line 87, ../sass/components/_page-nav.sass */
.page-nav ul li a {
  display: inline-block;
  font-family: "DiscoverSans-Medium", Arial, sans-serif;
  font-size: 19px;
  padding: 15px;
  position: relative;
  -webkit-transition: font-weight 0.15s ease-in-out;
  -moz-transition: font-weight 0.15s ease-in-out;
  -ms-transition: font-weight 0.15s ease-in-out;
  -o-transition: font-weight 0.15s ease-in-out;
  transition: font-weight 0.15s ease-in-out;
  width: 100%;
  z-index: 1;
}
/* line 96, ../sass/components/_page-nav.sass */
.page-nav ul li a:hover, .page-nav ul li a:focus {
  color: #293033;
}
@media (max-width: 767px) {
  /* line 47, ../sass/components/_page-nav.sass */
  .page-nav ul {
    display: inline-block;
  }
  /* line 100, ../sass/components/_page-nav.sass */
  .page-nav ul li {
    display: inline-block;
    float: none;
    text-align: left;
  }
  /* line 104, ../sass/components/_page-nav.sass */
  .page-nav ul li:before, .page-nav ul li:hover:before {
    top: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 107, ../sass/components/_page-nav.sass */
  .page-nav ul li.active:before {
    top: 0;
  }
  /* line 109, ../sass/components/_page-nav.sass */
  .page-nav ul li a {
    padding: 15px 30px;
  }
}

/* line 1, ../sass/components/_carousel.sass */
.ds-carousel {
  position: relative;
}
/* line 4, ../sass/components/_carousel.sass */
.ds-carousel.carousel-orange .carousel-prev.mob, .ds-carousel.carousel-orange .carousel-next.mob {
  color: #ff6000 !important;
}
/* line 6, ../sass/components/_carousel.sass */
.ds-carousel .vertical-inner {
  display: table-cell;
  float: none;
}
/* line 9, ../sass/components/_carousel.sass */
.ds-carousel .padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 9, ../sass/components/_carousel.sass */
  .ds-carousel .padding {
    padding: 40px 0;
  }
}
/* line 13, ../sass/components/_carousel.sass */
.ds-carousel .padding.padding-top {
  padding-bottom: 0;
}
/* line 15, ../sass/components/_carousel.sass */
.ds-carousel .padding.padding-bottom {
  padding-top: 0;
}
/* line 17, ../sass/components/_carousel.sass */
.ds-carousel .padding-small {
  padding: 30px 0 40px 0;
}
/* line 19, ../sass/components/_carousel.sass */
.ds-carousel .padding-smaller {
  padding: 40px 0 20px 0;
}
/* line 21, ../sass/components/_carousel.sass */
.ds-carousel .carousel-slides {
  position: relative;
  z-index: 2;
}
/* line 24, ../sass/components/_carousel.sass */
.ds-carousel .controls {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 30, ../sass/components/_carousel.sass */
.ds-carousel .controls .container {
  position: relative;
}
/* line 32, ../sass/components/_carousel.sass */
.ds-carousel .slide {
  min-height: 400px;
  position: relative;
  z-index: 2;
}
/* line 36, ../sass/components/_carousel.sass */
.ds-carousel .slide.small-slide {
  min-height: 150px;
}
/* line 38, ../sass/components/_carousel.sass */
.ds-carousel .slide .icon {
  margin-bottom: 10px;
}
/* line 40, ../sass/components/_carousel.sass */
.ds-carousel .slide .icon img {
  margin: 0 auto;
}
/* line 42, ../sass/components/_carousel.sass */
.ds-carousel .slide .icon span {
  font-size: 50px;
}
/* line 44, ../sass/components/_carousel.sass */
.ds-carousel .slide .header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
/* line 48, ../sass/components/_carousel.sass */
.ds-carousel .slide .vertical-outer {
  min-height: 400px;
  height: 1px;
}
/* line 51, ../sass/components/_carousel.sass */
.ds-carousel .carousel-prev, .ds-carousel .carousel-next {
  cursor: pointer;
  font-weight: bold;
  font-size: 80px;
  margin-top: -40px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  z-index: 3;
  transform-origin: center;
}
/* line 62, ../sass/components/_carousel.sass */
.ds-carousel .carousel-prev:hover, .ds-carousel .carousel-prev:focus, .ds-carousel .carousel-next:hover, .ds-carousel .carousel-next:focus {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  /* line 51, ../sass/components/_carousel.sass */
  .ds-carousel .carousel-prev, .ds-carousel .carousel-next {
    display: none;
  }
}
/* line 67, ../sass/components/_carousel.sass */
.ds-carousel .carousel-prev.mob, .ds-carousel .carousel-next.mob {
  display: none;
  position: relative;
  font-size: 30px;
  top: 13px;
  opacity: 1;
  color: #fff;
}
/* line 74, ../sass/components/_carousel.sass */
.ds-carousel .carousel-prev.mob.icon-arrow-left, .ds-carousel .carousel-next.mob.icon-arrow-left {
  padding-right: 45px;
}
/* line 76, ../sass/components/_carousel.sass */
.ds-carousel .carousel-prev.mob.icon-arrow-right, .ds-carousel .carousel-next.mob.icon-arrow-right {
  padding-left: 45px;
}
@media (max-width: 767px) {
  /* line 67, ../sass/components/_carousel.sass */
  .ds-carousel .carousel-prev.mob, .ds-carousel .carousel-next.mob {
    display: inline-block;
  }
}
/* line 80, ../sass/components/_carousel.sass */
.ds-carousel .carousel-prev {
  left: 30px;
  transform: translateX(10px);
}
/* line 84, ../sass/components/_carousel.sass */
.ds-carousel .carousel-next {
  right: 30px;
  transform: translateX(-10px);
}
/* line 89, ../sass/components/_carousel.sass */
.ds-carousel.no-dots .slick-dots {
  display: none !important;
}
/* line 91, ../sass/components/_carousel.sass */
.ds-carousel.no-dots .carousel-prev, .ds-carousel.no-dots .carousel-next {
  display: block !important;
}
@media (max-width: 767px) {
  /* line 91, ../sass/components/_carousel.sass */
  .ds-carousel.no-dots .carousel-prev, .ds-carousel.no-dots .carousel-next {
    font-size: 40px;
    margin-top: -20px;
  }
}
/* line 96, ../sass/components/_carousel.sass */
.ds-carousel .carousel-dot-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 40px;
}
/* line 101, ../sass/components/_carousel.sass */
.ds-carousel .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  display: inline-block;
  z-index: 5;
}


/* line 110, ../sass/components/_carousel.sass */
.ds-carousel .slick-dots li {
    display: inline-block;
    cursor: pointer;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    width: 10px
}

/* line 117, ../sass/components/_carousel.sass */
.ds-carousel .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  display: block;
  color: transparent;
  cursor: pointer;
  font-size: 0px;
  height: 22px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: relative;
  width: 22px;
}


/* line 131, ../sass/components/_carousel.sass */
.ds-carousel .slick-dots li button:hover, .ds-carousel .slick-dots li button:focus {
  outline: none;
}
/* line 133, ../sass/components/_carousel.sass */
.ds-carousel .slick-dots li button:hover:before, .ds-carousel .slick-dots li button:focus:before {
  opacity: 0.5;
}
/* line 135, ../sass/components/_carousel.sass */
.ds-carousel.gray-dots .ds-carousel .slick-dots li button {
    border-color: #e5e5e5
}

/* line 137, ../sass/components/_carousel.sass */
.ds-carousel .slick-dots li.slick-active button {
    background-color: #e5e5e5
}


@media (max-width: 767px) {
  /* line 101, ../sass/components/_carousel.sass */
  .ds-carousel .slick-dots {
    display: inline-block !important;
  }
}


/* line 144, ../sass/components/_carousel.sass */
.ds-carousel.gray-dots .slick-dots li button {
    border-color: #e5e5e5
}

/* line 149, ../sass/components/_carousel.sass */
.ds-carousel.white-dots .slick-dots li button {
  border-color: #ccc;
}
/* line 151, ../sass/components/_carousel.sass */
.ds-carousel.gray-dots .ds-carousel.white-dots .slick-dots li button {
  border-color: #ccc;
}
/* line 153, ../sass/components/_carousel.sass */
.ds-carousel.white-dots .slick-dots li.slick-active button {
  background-color: #ccc;
}

/* line 3, ../sass/components/_article-filter.sass */
.article-overview .marquee h1 {
  padding-bottom: 20px;
}

/* line 5, ../sass/components/_article-filter.sass */
.article-filter {
  margin-bottom: 50px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
/* line 9, ../sass/components/_article-filter.sass */
.article-filter label {
  font-weight: normal;
  color: #2e4d58;
}
/* line 12, ../sass/components/_article-filter.sass */
.article-filter .filter-container {
  padding: 50px 0 0 0;
}
@media (max-width: 767px) {
  /* line 12, ../sass/components/_article-filter.sass */
  .article-filter .filter-container {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 16, ../sass/components/_article-filter.sass */
  .article-filter .filter-sort-button, .article-filter .filter-type-button {
    margin-bottom: 30px;
  }
}
/* line 19, ../sass/components/_article-filter.sass */
.article-filter .filter-sort-button a, .article-filter .filter-type-button a {
  padding: 15px 25px;
  display: block;
  position: relative;
}
/* line 23, ../sass/components/_article-filter.sass */
.article-filter .filter-sort-button .icon-arrow-down, .article-filter .filter-type-button .icon-arrow-down {
  float: right;
  font-size: 10px;
  font-weight: bold;
  top: 5px;
  position: relative;
}
/* line 30, ../sass/components/_article-filter.sass */
.article-filter .filter-type-button a {
  z-index: 102;
}
/* line 33, ../sass/components/_article-filter.sass */
.article-filter .filter-type-button.activated a {
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}
/* line 37, ../sass/components/_article-filter.sass */
.article-filter .filter-menu {
  position: absolute;
  z-index: 101;
  top: 52px;
  left: 30px;
  padding: 30px 0;
  border: 1px solid #DBDBDB;
  display: none;
}
@media (max-width: 767px) {
  /* line 37, ../sass/components/_article-filter.sass */
  .article-filter .filter-menu {
    right: 30px;
  }
}
/* line 47, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
}
/* line 55, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort.activated {
  display: inherit;
}
/* line 57, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort ul {
  list-style: none;
}
/* line 59, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort ul li {
  position: relative;
}
/* line 61, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort input {
  margin-right: 15px;
  width: auto;
}
/* line 64, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort input:before {
  content: " ";
  background-color: #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  border: 1px solid #dbdbdb;
  left: -2px;
}
/* line 74, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort input:checked:before {
  background-color: #2e4d58;
  border-color: #2e4d58;
}
/* line 77, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort .checkbox-sort-alpha {
  margin-bottom: 0;
}
/* line 79, ../sass/components/_article-filter.sass */
.article-filter .filter-menu-sort .checkbox-sort {
  padding-left: 27px;
}
/* line 82, ../sass/components/_article-filter.sass */
.article-filter .filter-menu.activated {
  display: block;
}
/* line 85, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type, .article-filter .checkbox-list-topic {
  float: left;
  padding: 0 25px;
}
/* line 88, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type li, .article-filter .checkbox-list-topic li {
  list-style: none;
  position: relative;
}
/* line 91, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type span, .article-filter .checkbox-list-topic span {
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
/* line 96, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type span:after, .article-filter .checkbox-list-topic span:after {
  content: "";
  border-bottom: 1px solid #BDBDBD;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
}
/* line 103, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type input, .article-filter .checkbox-list-topic input {
  margin-right: 15px;
  width: auto;
}
/* line 106, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type input:before, .article-filter .checkbox-list-topic input:before {
  content: " ";
  background-color: #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  border: 1px solid #dbdbdb;
}
/* line 115, ../sass/components/_article-filter.sass */
.article-filter .checkbox-list-type input:checked:before, .article-filter .checkbox-list-topic input:checked:before {
  background-color: #2e4d58;
  border-color: #2e4d58;
}
/* line 121, ../sass/components/_article-filter.sass */
.article-filter .article-search input {
  width: 100%;
  border: none;
  height: 50px;
  border-bottom: 2px solid #c3c3c3;
  margin-top: 0;
}
/* line 127, ../sass/components/_article-filter.sass */
.article-filter .article-search .icon-search {
  font-size: 20px;
  bottom: 15px;
  cursor: pointer;
  right: 20px;
  position: absolute;
}

/* line 133, ../sass/components/_article-filter.sass */
.active-filter-display {
  min-height: 52px;
}
/* line 135, ../sass/components/_article-filter.sass */
.active-filter-display ul {
  padding: 0;
  list-style: none;
}
/* line 138, ../sass/components/_article-filter.sass */
.active-filter-display ul li {
  padding: 15px 45px 15px 0px;
  display: none;
  float: left;
  position: relative;
  cursor: pointer;
}
/* line 144, ../sass/components/_article-filter.sass */
.active-filter-display ul li.activated {
  display: inline-block;
}
/* line 146, ../sass/components/_article-filter.sass */
.active-filter-display ul li span {
  padding-left: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
}

/* line 151, ../sass/components/_article-filter.sass */
.active-filter-display-mobile {
  display: block;
  height: 100%;
  position: relative;
  min-height: 0;
}
/* line 156, ../sass/components/_article-filter.sass */
.active-filter-display-mobile ul li {
  float: none;
}
/* line 160, ../sass/components/_article-filter.sass */
.active-filter-display-mobile .dn-article .dn-article-container {
  overflow: hidden;
}
/* line 162, ../sass/components/_article-filter.sass */
.active-filter-display-mobile .dn-article .dn-article-container a {
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 166, ../sass/components/_article-filter.sass */
  .active-filter-display-mobile .dn-article .dn-article-container .img-full {
    padding-bottom: 20px;
  }
}
/* line 169, ../sass/components/_article-filter.sass */
.active-filter-display-mobile .dn-article .dn-article-date {
  margin-top: 5px;
}
/* line 171, ../sass/components/_article-filter.sass */
.active-filter-display-mobile .dn-article .dn-article-divider {
  border-bottom: 1px solid #DBDBDB;
  margin: 0 0 20px 0;
  padding-top: 20px;
  clear: both;
}
@media (max-width: 767px) {
  /* line 176, ../sass/components/_article-filter.sass */
  .active-filter-display-mobile .dn-article img {
    display: none;
  }
}

/* line 2, ../sass/components/_article-detail.sass */
.article-detail .breadcrumbs {
  padding: 30px 0;
}
/* line 4, ../sass/components/_article-detail.sass */
.article-detail .breadcrumbs span {
  padding: 0 4px 0 7px;
}
/* line 6, ../sass/components/_article-detail.sass */
.article-detail .no-padding {
  padding: 0;
}
/* line 8, ../sass/components/_article-detail.sass */
.article-detail .article-title {
  margin-bottom: 10px;
}
/* line 11, ../sass/components/_article-detail.sass */
.article-detail .article-content > p:first-of-type:first-letter {
  float: left;
  font-size: 90px;
  padding: 25px 10px 25px 0;
  color: #293033;
}
/* line 16, ../sass/components/_article-detail.sass */
.article-detail .article-content h5 {
  margin-bottom: 10px;
  color: #293033;
}
/* line 19, ../sass/components/_article-detail.sass */
.article-detail .article-content blockquote {
  border-color: #ff6000;
  margin: 20px 0 20px 50px;
}
/* line 22, ../sass/components/_article-detail.sass */
.article-detail .article-content blockquote p {
  font-size: 18px;
  color: #63686b;
}
/* line 25, ../sass/components/_article-detail.sass */
.article-detail .share-article {
  cursor: pointer;
}
/* line 27, ../sass/components/_article-detail.sass */
.article-detail .article-featured-image {
  padding-bottom: 25px;
}
/* line 29, ../sass/components/_article-detail.sass */
.article-detail .share-social-menu {
  position: relative;
  padding-top: 5px;
  z-index: -1;
  opacity: 0;
  top: -20px;
  -webkit-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 1.25s;
  -moz-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 1.25s;
  -ms-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 1.25s;
  -o-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 1.25s;
  transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 1.25s;
}
/* line 36, ../sass/components/_article-detail.sass */
.article-detail .share-social-menu.activated {
  opacity: 1;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 0s;
  -moz-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 0s;
  -ms-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 0s;
  -o-transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 0s;
  transition: opacity 0.25s ease-in-out, top 0.5s ease-in-out, z-index 0s;
}
/* line 41, ../sass/components/_article-detail.sass */
.article-detail .share-social-menu ul {
  position: absolute;
  padding: 0 12px;
  background-color: #022a48;
  list-style: none;
  border-radius: 2px;
}
/* line 47, ../sass/components/_article-detail.sass */
.article-detail .share-social-menu ul:before {
  content: " ";
  width: 10px;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #022a48;
  border-left: 6px solid transparent;
  position: absolute;
  top: -10px;
  left: 37px;
  margin-left: -10px;
}
/* line 58, ../sass/components/_article-detail.sass */
.article-detail .share-social-menu ul li {
  color: #fff;
  float: left;
}
/* line 61, ../sass/components/_article-detail.sass */
.article-detail .share-social-menu ul span {
  display: block;
  padding: 10px;
  font-size: 30px;
}
/* line 65, ../sass/components/_article-detail.sass */
.article-detail .tag-button {
  color: #63686b;
  border: 1px solid #63686b;
  padding: 10px 20px;
  margin-right: 20px;
  margin-top: 0;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  /* line 65, ../sass/components/_article-detail.sass */
  .article-detail .tag-button {
    display: inline-block;
    margin-bottom: 20px;
  }
}
/* line 76, ../sass/components/_article-detail.sass */
.article-detail .tag-button:hover {
  color: #fff;
  background-color: #63686b;
}
/* line 79, ../sass/components/_article-detail.sass */
.article-detail .breadcrumbs {
  margin-left: 30px;
}
@media (max-width: 767px) {
  /* line 79, ../sass/components/_article-detail.sass */
  .article-detail .breadcrumbs {
    margin-left: 30px;
  }
}
/* line 83, ../sass/components/_article-detail.sass */
.article-detail .icon-share {
  font-size: 18px;
  padding-right: 7px;
  position: relative;
  top: 3px;
  font-weight: bold;
}

/* line 89, ../sass/components/_article-detail.sass */
.dn-article-detail {
  padding-bottom: 100px;
}
/* line 92, ../sass/components/_article-detail.sass */
.dn-article-detail .article-content img {
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 94, ../sass/components/_article-detail.sass */
  .dn-article-detail .article-featured-image {
    display: none;
  }
}

/* line 3, ../sass/components/_free-signage-logos.sass */
section.free-signage .grid .item {
  padding: 80px 0;
}
/* line 5, ../sass/components/_free-signage-logos.sass */
section.free-signage img {
  max-width: 100%;
}
/* line 8, ../sass/components/_free-signage-logos.sass */
section.free-signage .all-acceptance {
  padding-top: 0;
}
/* line 10, ../sass/components/_free-signage-logos.sass */
section.free-signage .all-acceptance .download {
  margin-bottom: 15px;
}
/* line 12, ../sass/components/_free-signage-logos.sass */
section.free-signage .all-acceptance .download h4 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 8, ../sass/components/_free-signage-logos.sass */
  section.free-signage .all-acceptance {
    padding-top: 40px;
  }
}
/* line 16, ../sass/components/_free-signage-logos.sass */
section.free-signage .materials {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  /* line 16, ../sass/components/_free-signage-logos.sass */
  section.free-signage .materials {
    padding: 50px 0 0;
  }
}
/* line 20, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content.intl {
  min-height: 1000px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/components/_free-signage-logos.sass */
  section.free-signage #materials .materials-content.intl {
    min-height: auto;
  }
}
/* line 24, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content {
  margin-bottom: 0;
  min-height: 1479px;
}
/* line 28, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content .section .hide-desktop {
  margin-bottom: -5px;
}
/* line 30, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content .section .hide-desktop h5 {
  padding: 0;
}
/* line 32, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content .section .hide-desktop h5 a {
  color: #63686b;
  font-family: "DiscoverSans-Light", sans-serif;
  font-weight: 300;
  padding: 20px 15px;
}
/* line 38, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content .section.toggled .hide-desktop h5 a {
  color: #293033;
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-weight: 700;
}
/* line 42, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content h5 {
  padding: 0 15px;
}
/* line 44, ../sass/components/_free-signage-logos.sass */
section.free-signage #materials .materials-content .image-wrap {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 24, ../sass/components/_free-signage-logos.sass */
  section.free-signage #materials .materials-content {
    min-height: auto;
  }
}
/* line 50, ../sass/components/_free-signage-logos.sass */
section.free-signage .section.toggled .hide-desktop {
  border-left: 4px solid #ff6000;
}
/* line 52, ../sass/components/_free-signage-logos.sass */
section.free-signage .section .hide-desktop {
  border-left: 4px solid #fff;
}
/* line 54, ../sass/components/_free-signage-logos.sass */
section.free-signage .section .download {
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 54, ../sass/components/_free-signage-logos.sass */
  section.free-signage .section .download {
    padding-right: 0;
  }
}
/* line 58, ../sass/components/_free-signage-logos.sass */
section.free-signage .section .container {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  /* line 58, ../sass/components/_free-signage-logos.sass */
  section.free-signage .section .container {
    padding-bottom: 0;
  }
}
/* line 63, ../sass/components/_free-signage-logos.sass */
section.free-signage #discover.section .container {
  padding-bottom: 0;
}
/* line 65, ../sass/components/_free-signage-logos.sass */
section.free-signage #discover.section .download {
  min-height: 290px;
}
@media (max-width: 1023px) {
  /* line 65, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download {
    min-height: 315px;
  }
}
@media (max-width: 767px) {
  /* line 65, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download {
    min-height: auto;
  }
  /* line 72, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download .copy-container p {
    margin-bottom: 0;
  }
  /* line 74, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download .copy-container p a {
    border-top: 1px solid #ccc;
    display: block;
    padding: 20px 0;
  }
  /* line 78, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download .copy-container p:last-child {
    margin-bottom: 20px;
  }
  /* line 80, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download .copy-container p:last-child a {
    border-bottom: 1px solid #ccc;
  }
  /* line 83, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download:last-child .copy-container p {
    margin-bottom: 0;
  }
  /* line 86, ../sass/components/_free-signage-logos.sass */
  section.free-signage #discover.section .download:last-child .copy-container p:last-child a {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  /* line 88, ../sass/components/_free-signage-logos.sass */
  section.free-signage .downloads-inner {
    padding: 20px 0;
  }
  /* line 91, ../sass/components/_free-signage-logos.sass */
  section.free-signage .downloads-inner h2 {
    margin-bottom: 20px;
  }
}
/* line 94, ../sass/components/_free-signage-logos.sass */
section.free-signage .drawer .toggle {
  cursor: default;
  padding: 0 15px;
}
/* line 97, ../sass/components/_free-signage-logos.sass */
section.free-signage .drawer .copy {
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 101, ../sass/components/_free-signage-logos.sass */
  section.free-signage .drawer:last-child .toggle {
    border-bottom: 1px solid #ccc;
  }
  /* line 103, ../sass/components/_free-signage-logos.sass */
  section.free-signage .drawer .toggle {
    border-top: 1px solid #ccc;
    cursor: pointer;
    padding: 20px 0;
  }
  /* line 107, ../sass/components/_free-signage-logos.sass */
  section.free-signage .drawer .toggle span {
    line-height: 28px;
    margin: 0 10px 0 0;
    position: static;
    transition: none;
    transform: none;
  }
  /* line 114, ../sass/components/_free-signage-logos.sass */
  section.free-signage .drawer .toggle.open span:before {
    content: "";
  }
  /* line 116, ../sass/components/_free-signage-logos.sass */
  section.free-signage .drawer .copy .inner-wrap {
    padding: 0;
  }
}

/* line 1, ../sass/components/_block.sass */
.block {
  padding: 100px 0;
}
/* line 3, ../sass/components/_block.sass */
.block.relative {
  position: relative;
}
/* line 5, ../sass/components/_block.sass */
.block.small-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 5, ../sass/components/_block.sass */
  .block.small-padding {
    padding: 50px 0;
  }
}
/* line 9, ../sass/components/_block.sass */
.block.small-padding-mobile {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 9, ../sass/components/_block.sass */
  .block.small-padding-mobile {
    padding: 50px 0;
  }
}
/* line 13, ../sass/components/_block.sass */
.block.smaller-padding {
  padding: 50px 0;
}
@media (max-width: 767px) {
  /* line 13, ../sass/components/_block.sass */
  .block.smaller-padding {
    padding: 25px 0;
  }
}
/* line 17, ../sass/components/_block.sass */
.block h1, .block h2, .block h3 {
  margin-bottom: 30px;
}
/* line 19, ../sass/components/_block.sass */
.block h1.small-padding, .block h2.small-padding, .block h3.small-padding {
  margin-bottom: 15px;
}
/* line 21, ../sass/components/_block.sass */
.block h1.no-margin, .block h2.no-margin, .block h3.no-margin {
  margin-bottom: 0;
}
/* line 23, ../sass/components/_block.sass */
.block h1.small-margin-bottom, .block h2.small-margin-bottom, .block h3.small-margin-bottom {
  margin-bottom: 20px;
}
/* line 25, ../sass/components/_block.sass */
.block h1.text-icon-large, .block h2.text-icon-large, .block h3.text-icon-large {
  font-family: "DiscoverSans-Light", sans-serif;
  font-size: 70px;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  color: #ff6000;
  letter-spacing: normal;
}
@media (max-width: 1023px) {
  /* line 25, ../sass/components/_block.sass */
  .block h1.text-icon-large, .block h2.text-icon-large, .block h3.text-icon-large {
    margin-bottom: 15px;
  }
}
/* line 35, ../sass/components/_block.sass */
.block h4, .block h5 {
  margin-bottom: 15px;
}
/* line 37, ../sass/components/_block.sass */
.block h4.small-margin, .block h5.small-margin {
  margin-bottom: 5px;
}
/* line 39, ../sass/components/_block.sass */
.block h4.no-margin, .block h5.no-margin {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 41, ../sass/components/_block.sass */
  .block h4.tablet-font, .block h5.tablet-font {
    font-size: 18px;
  }
}
/* line 44, ../sass/components/_block.sass */
.block p.text-icon-small-orange {
  font-family: "DiscoverSans-Light", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 5px 0;
  color: #ff6000;
  letter-spacing: normal;
}
/* line 53, ../sass/components/_block.sass */
.block p.text-icon-small-gray {
  color: #293033;
  font-family: "DiscoverSans-medium", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
}
/* line 59, ../sass/components/_block.sass */
.block .padding-bottom {
  padding-bottom: 30px;
}
/* line 61, ../sass/components/_block.sass */
.block .padding-bottom-15 {
  padding-bottom: 15px;
}
/* line 63, ../sass/components/_block.sass */
.block.padding-bottom-full {
  padding-top: 0;
  padding-bottom: 100px;
}
/* line 66, ../sass/components/_block.sass */
.container .block {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
/* line 70, ../sass/components/_block.sass */
.container .block.no-padding {
  margin-bottom: -5px;
}
/* line 72, ../sass/components/_block.sass */
.block.no-padding {
  padding: 0;
}
/* line 74, ../sass/components/_block.sass */
.block.no-padding-top {
  padding-top: 0;
}
/* line 76, ../sass/components/_block.sass */
.block.no-padding-bottom {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  /* line 78, ../sass/components/_block.sass */
  .block.no-padding-mobile {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 81, ../sass/components/_block.sass */
  .block .mobile-no-padding {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 84, ../sass/components/_block.sass */
  .block .mobile-no-margin {
    margin: 0;
  }
}
/* line 87, ../sass/components/_block.sass */
.block .wp-post-section-headline {
  padding-left: 15px;
}
@media (max-width: 767px) {
  /* line 87, ../sass/components/_block.sass */
  .block .wp-post-section-headline {
    padding-left: 30px;
  }
}
.block #lock-section {
    background-image: url(../img/grid/en-us/home8.jpg);
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .block #lock-section {
        background-image:url(../img/grid/en-us/home9.jpg);
        background-size: contain
    }
}

/* line 97, ../sass/components/_block.sass */
.block .image {
  padding: 0;
}
/* line 99, ../sass/components/_block.sass */
.block .image img {
  width: 100%;
}
/* line 101, ../sass/components/_block.sass */
.block .icon {
  font-size: 50px;
  line-height: 50px;
}
/* line 104, ../sass/components/_block.sass */
.block .icon.large-icon {
  font-size: 70px;
  line-height: 70px;
}
/* line 107, ../sass/components/_block.sass */
.block .icon.security-features .item .content {
  min-height: 250px;
}
@media (max-width: 767px) {
  /* line 101, ../sass/components/_block.sass */
  .block .icon {
    display: inline-block;
    min-height: 0;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/components/_block.sass */
  .block {
    padding: 50px 0;
  }
  /* line 115, ../sass/components/_block.sass */
  .block .content {
    float: none;
  }
}
/* line 117, ../sass/components/_block.sass */
.block .pulse-solutions {
  padding-left: 0;
}
@media (max-width: 767px) {
  /* line 119, ../sass/components/_block.sass */
  .block .bg-min-height.item.content {
    min-height: 340px;
  }
}
@media (max-width: 480px) {
  /* line 119, ../sass/components/_block.sass */
  .block .bg-min-height.item.content {
    min-height: 220px;
  }
}

/* line 2, ../sass/components/_map.sass */
.map .content {
  position: relative;
}
/* line 4, ../sass/components/_map.sass */
.map .content img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 4, ../sass/components/_map.sass */
  .map .content img {
    display: none;
  }
}
/* line 8, ../sass/components/_map.sass */
.map .content .info {
  display: inline-block;
}
/* line 10, ../sass/components/_map.sass */
.map .content .info-block {
  background: rgba(248, 248, 248, 0.7);
  border-top: 2px solid #ff6000;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  max-width: 220px;
  padding: 20px;
  position: absolute;
}
/* line 17, ../sass/components/_map.sass */
.map .content .info-block p {
  margin: 0;
}
/* line 19, ../sass/components/_map.sass */
.map .content .info-block.north-america {
  left: 10.33333%;
  top: 16.53418%;
}
/* line 22, ../sass/components/_map.sass */
.map .content .info-block.south-america {
  border-color: #ff6000;
  left: 20.75%;
  top: 63.75198%;
}
/* line 26, ../sass/components/_map.sass */
.map .content .info-block.emea {
  border-color: #ff6000;
  left: 46.16667%;
  top: 27.02702%;
}
/* line 30, ../sass/components/_map.sass */
.map .content .info-block.asia {
  border-color: #ff6000;
  left: 70.83333%;
  top: 28.45786%;
}
@media (max-width: 767px) {
  /* line 10, ../sass/components/_map.sass */
  .map .content .info-block {
    margin-bottom: 30px;
    max-width: 100%;
    position: static;
  }
}
/* line 38, ../sass/components/_map.sass */
.map .footer {
  margin-top: 15px;
}
/* line 40, ../sass/components/_map.sass */
.map .footer ul {
  padding: 0;
}
@media (max-width: 935px) {
  /* line 38, ../sass/components/_map.sass */
  .map .footer {
    margin-top: 70px;
  }
}
@media (max-width: 870px) {
  /* line 38, ../sass/components/_map.sass */
  .map .footer {
    padding-top: 40px;
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  /* line 38, ../sass/components/_map.sass */
  .map .footer {
    padding-top: 0;
    margin-top: 0;
  }
}

/* line 2, ../sass/components/_grid.sass */
.grid {
  display: block;
  width: 100%;
}
/* line 6, ../sass/components/_grid.sass */
.grid.four .item.filler-left {
  margin-left: 25%;
}
/* line 8, ../sass/components/_grid.sass */
.grid.four .item.filler-right {
  margin-right: 25%;
}
@media (max-width: 767px) {
  /* line 11, ../sass/components/_grid.sass */
  .grid.four .item.filler-left {
    margin-left: 0;
  }
  /* line 13, ../sass/components/_grid.sass */
  .grid.four .item.filler-right {
    margin-right: 0;
  }
}
/* line 16, ../sass/components/_grid.sass */
.grid.three .item.filler-left {
  margin-left: 33.33333%;
}
/* line 18, ../sass/components/_grid.sass */
.grid.three .item.filler-right {
  margin-right: 33.33333%;
}
@media (max-width: 767px) {
  /* line 21, ../sass/components/_grid.sass */
  .grid.three .item.filler-left {
    margin-left: 0;
  }
  /* line 23, ../sass/components/_grid.sass */
  .grid.three .item.filler-right {
    margin-right: 0;
  }
}
/* line 25, ../sass/components/_grid.sass */
.grid .fifth {
  width: 20%;
  float: left;
}
@media (max-width: 767px) {
  /* line 28, ../sass/components/_grid.sass */
  .grid .fifth.mobile-100w {
    display: inline-block;
    width: 100%;
  }
}
/* line 32, ../sass/components/_grid.sass */
.grid .sixth {
  width: 16%;
  float: left;
}
/* line 35, ../sass/components/_grid.sass */
.grid .seventh {
  width: 14.28%;
  float: left;
}
/* line 38, ../sass/components/_grid.sass */
.grid .eighth {
  width: 12.25%;
  float: left;
}
/* line 41, ../sass/components/_grid.sass */
.grid.video-grid {
  position: relative;
}
/* line 44, ../sass/components/_grid.sass */
.grid .item.inline {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 47, ../sass/components/_grid.sass */
  .grid .item.inline-mobile {
    display: inline-block;
    width: 100%;
  }
}
/* line 51, ../sass/components/_grid.sass */
.grid .item.left-border {
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  /* line 51, ../sass/components/_grid.sass */
  .grid .item.left-border {
    border-left: none;
  }
  /* line 55, ../sass/components/_grid.sass */
  .grid .item.left-border .content {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
  }
}
/* line 58, ../sass/components/_grid.sass */
.grid .item.large-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 58, ../sass/components/_grid.sass */
  .grid .item.large-padding {
    padding: 40px 0;
  }
}
/* line 62, ../sass/components/_grid.sass */
.grid .item.video-container {
  position: static;
}
/* line 64, ../sass/components/_grid.sass */
.grid .item.video-container.video-full {
  position: relative;
}
/* line 66, ../sass/components/_grid.sass */
.grid .item.video-container.video-full .video-youtube-b {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 62, ../sass/components/_grid.sass */
  .grid .item.video-container {
    display: block;
    padding-top: 15px;
    position: relative;
  }
  /* line 72, ../sass/components/_grid.sass */
  .grid .item.video-container .video-youtube-b {
    width: 100%;
  }
}
/* line 74, ../sass/components/_grid.sass */
.grid .item.max-height {
  max-height: 185px;
}
/* line 76, ../sass/components/_grid.sass */
.grid .item.min-height {
  min-height: 180px;
}
@media (max-width: 1023px) {
  /* line 76, ../sass/components/_grid.sass */
  .grid .item.min-height {
    min-height: 295px;
  }
}
@media (max-width: 767px) {
  /* line 76, ../sass/components/_grid.sass */
  .grid .item.min-height {
    min-height: 225px;
  }
}
/* line 82, ../sass/components/_grid.sass */
.grid .item .mobile-wrap {
  padding: 0;
}
/* line 84, ../sass/components/_grid.sass */
.grid .item .icon {
  margin-bottom: 15px;
  padding: 0;
}
/* line 87, ../sass/components/_grid.sass */
.grid .item .icon.margin-top {
  margin-top: 50px;
}
/* line 89, ../sass/components/_grid.sass */
.grid .item .icon span {
  font-size: 50px;
}
/* line 91, ../sass/components/_grid.sass */
.grid .item .icon span.small-icon {
  font-size: 30px;
  line-height: 30px;
}
/* line 94, ../sass/components/_grid.sass */
.grid .item .icon span.large-icon {
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 767px) {
  /* line 94, ../sass/components/_grid.sass */
  .grid .item .icon span.large-icon {
    font-size: 60px;
    line-height: 60px;
  }
}
/* line 100, ../sass/components/_grid.sass */
.grid .item .icon span.text-icon {
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 767px) {
  /* line 100, ../sass/components/_grid.sass */
  .grid .item .icon span.text-icon {
    font-size: 40px;
    line-height: 40px;
  }
}
/* line 106, ../sass/components/_grid.sass */
.grid .item .icon span.med-icon {
  font-size: 70px;
  line-height: 70px;
  padding: 0 15px;
  float: right;
}
/* line 111, ../sass/components/_grid.sass */
.grid .item .icon span.med-icon.orange {
  color: #ff6000;
}
@media (max-width: 767px) {
  /* line 106, ../sass/components/_grid.sass */
  .grid .item .icon span.med-icon {
    font-size: 50px;
    line-height: 50px;
    float: none;
  }
}
/* line 117, ../sass/components/_grid.sass */
.grid .item .icon span.med-icon.icon-test-card {
  font-size: 100px;
  height: 70px;
  width: 100px;
}
@media (max-width: 767px) {
  /* line 117, ../sass/components/_grid.sass */
  .grid .item .icon span.med-icon.icon-test-card {
    font-size: 70px;
  }
}
/* line 123, ../sass/components/_grid.sass */
.grid .item .arrow-lightbrown {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2eee3;
  position: absolute;
  top: 245px;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 123, ../sass/components/_grid.sass */
  .grid .item .arrow-lightbrown {
    border-top: 20px solid #f2eee3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 141, ../sass/components/_grid.sass */
.grid .item .arrow-lightergray {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f8f8f8;
  position: absolute;
  top: 245px;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 141, ../sass/components/_grid.sass */
  .grid .item .arrow-lightergray {
    border-top: 20px solid #f8f8f8;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 159, ../sass/components/_grid.sass */
.grid .item .arrow-lighter-gray-short {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f8f8f8;
  position: absolute;
  top: 125px;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 159, ../sass/components/_grid.sass */
  .grid .item .arrow-lighter-gray-short {
    border-top: 20px solid #f8f8f8;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 177, ../sass/components/_grid.sass */
.grid .item .arrow-blue {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1a587e;
  position: absolute;
  top: 320px;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 177, ../sass/components/_grid.sass */
  .grid .item .arrow-blue {
    border-top: 20px solid #1a587e;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 195, ../sass/components/_grid.sass */
.grid .item .arrow-lightblue {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f8f8f8;
  position: absolute;
  top: 160px;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 195, ../sass/components/_grid.sass */
  .grid .item .arrow-lightblue {
    border-top: 20px solid #f8f8f8;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 213, ../sass/components/_grid.sass */
.grid .item .arrow-lightblue-tall {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e7f4fa;
  position: absolute;
  top: 220px;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 213, ../sass/components/_grid.sass */
  .grid .item .arrow-lightblue-tall {
    border-top: 20px solid #e7f4fa;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 231, ../sass/components/_grid.sass */
.grid .item .arrow-orange-tall {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ff6000;
  position: absolute;
  top: 47%;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 231, ../sass/components/_grid.sass */
  .grid .item .arrow-orange-tall {
    border-top: 20px solid #ff6000;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 40px;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 249, ../sass/components/_grid.sass */
.grid .item .arrow-grayblue-tall {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #474e5b;
  position: absolute;
  top: 47%;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 249, ../sass/components/_grid.sass */
  .grid .item .arrow-grayblue-tall {
    border-top: 20px solid #474e5b;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 40px;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 267, ../sass/components/_grid.sass */
.grid .item .arrow-orange {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ff6000;
  position: absolute;
  top: 47%;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 267, ../sass/components/_grid.sass */
  .grid .item .arrow-orange {
    border-top: 20px solid #ff6000;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0px;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 285, ../sass/components/_grid.sass */
.grid .item .arrow-light-blue {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e7f4fa;
  position: absolute;
  top: 47%;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 285, ../sass/components/_grid.sass */
  .grid .item .arrow-light-blue {
    border-top: 20px solid #e7f4fa;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: relative;
    top: 0px;
    margin: -40px auto;
    padding: 0 0 40px;
  }
}
/* line 304, ../sass/components/_grid.sass */
.grid .item .content {
  min-height: 120px;
}
/* line 306, ../sass/components/_grid.sass */
.grid .item .content.min-height {
  min-height: 100px;
}
@media (max-width: 767px) {
  /* line 308, ../sass/components/_grid.sass */
  .grid .item .content.padding-vertical {
    padding: 50px 0;
  }
}
/* line 311, ../sass/components/_grid.sass */
.grid .item .content.large-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 311, ../sass/components/_grid.sass */
  .grid .item .content.large-padding {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  /* line 315, ../sass/components/_grid.sass */
  .grid .item .content.large-padding.no-padding-tablet {
    padding: 0;
  }
}
/* line 318, ../sass/components/_grid.sass */
.grid .item .content.no-margin {
  margin: 0;
}
/* line 320, ../sass/components/_grid.sass */
.grid .item .content.no-min-height {
  min-height: 0;
}
/* line 322, ../sass/components/_grid.sass */
.grid .item .content.inline {
  display: inline-block;
}
/* line 326, ../sass/components/_grid.sass */
.grid .item .content a.has-icon span {
  font-size: 40px;
}
/* line 328, ../sass/components/_grid.sass */
.grid .item .content.no-padding {
  padding: 0;
}
/* line 330, ../sass/components/_grid.sass */
.grid .item .content.pci-resources {
  min-height: 230px;
}
@media (max-width: 1023px) {
  /* line 330, ../sass/components/_grid.sass */
  .grid .item .content.pci-resources {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 330, ../sass/components/_grid.sass */
  .grid .item .content.pci-resources {
    display: inline-block;
    min-height: auto;
    padding-top: 15px;
  }
}
/* line 338, ../sass/components/_grid.sass */
.grid .item .content.video-youtube {
  bottom: 0;
  height: 100%;
  left: 50%;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
/* line 347, ../sass/components/_grid.sass */
.grid .item .content.video-youtube.large {
  height: 24vw;
}
/* line 349, ../sass/components/_grid.sass */
.grid .item .content.video-youtube-b {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
}
/* line 358, ../sass/components/_grid.sass */
.grid .item .content.video-youtube-b.large {
  height: 24vw;
}
/* line 360, ../sass/components/_grid.sass */
.grid .item .content.video-youtube-b.video-full {
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 349, ../sass/components/_grid.sass */
  .grid .item .content.video-youtube-b {
    left: 0;
    min-height: 240px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 349, ../sass/components/_grid.sass */
  .grid .item .content.video-youtube-b {
    min-height: 180px;
  }
}
@media (max-width: 1023px) {
  /* line 304, ../sass/components/_grid.sass */
  .grid .item .content {
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  /* line 304, ../sass/components/_grid.sass */
  .grid .item .content {
    margin-bottom: 15px;
    min-height: auto;
  }
  /* line 374, ../sass/components/_grid.sass */
  .grid .item .content.mobile-float {
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 376, ../sass/components/_grid.sass */
  .grid .item .content .no-mobile-transform {
    transform: none;
  }
}
/* line 379, ../sass/components/_grid.sass */
.grid .item .max-img {
  max-width: 220px;
}
@media (max-width: 767px) {
  /* line 382, ../sass/components/_grid.sass */
  .grid .item.wp-post .content {
    min-height: 0 !important;
  }
}
/* line 385, ../sass/components/_grid.sass */
.grid .item hr {
  height: 1px;
  background-color: #b2b3b5;
  border: 1px solid #b2b3b5;
  margin-top: 35px;
}
/* line 390, ../sass/components/_grid.sass */
.grid .item .divider {
  border-bottom: 1px solid #293033;
  margin-bottom: 15px;
  padding-top: 5px;
  width: 75px;
}
/* line 395, ../sass/components/_grid.sass */
.grid .item.item-xl {
  height: 730px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 395, ../sass/components/_grid.sass */
  .grid .item.item-xl {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 43, ../sass/components/_grid.sass */
  .grid .item {
    float: none;
    margin: 0 auto;
  }
  /* line 403, ../sass/components/_grid.sass */
  .grid .item .mobile-wrap {
    padding: inherit;
  }
}
/* line 405, ../sass/components/_grid.sass */
.grid .item .mobile-icon {
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 409, ../sass/components/_grid.sass */
.grid .item.no-padding {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 412, ../sass/components/_grid.sass */
  .grid .item.wp-post .border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 416, ../sass/components/_grid.sass */
.grid .item.wp-post .content {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 416, ../sass/components/_grid.sass */
  .grid .item.wp-post .content {
    margin: 0;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 421, ../sass/components/_grid.sass */
  .grid .item.wp-post h5 {
    margin-bottom: 0;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  /* line 425, ../sass/components/_grid.sass */
  .grid .item.wp-post .icon-arrow-right {
    top: 43%;
  }
}
/* line 428, ../sass/components/_grid.sass */
.grid .item .blue-arrow {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  padding-left: 10px;
}
@media (max-width: 767px) {
  /* line 435, ../sass/components/_grid.sass */
  .grid.mobile-carousel .item {
    float: left;
    margin: auto;
  }
  /* line 438, ../sass/components/_grid.sass */
  .grid.mobile-carousel .item img.mobile-padding {
    padding: 0 60px;
  }
  /* line 441, ../sass/components/_grid.sass */
  .grid.mobile-carousel .item .icon img {
    margin: 0 auto;
  }
  /* line 443, ../sass/components/_grid.sass */
  .grid.mobile-carousel .item .content {
    margin: 0;
  }
  /* line 445, ../sass/components/_grid.sass */
  .grid.mobile-carousel .item .content p {
    margin: 0;
  }
  /* line 447, ../sass/components/_grid.sass */
  .grid.mobile-carousel .filler-item {
    display: none;
  }
  /* line 449, ../sass/components/_grid.sass */
  .grid.mobile-carousel .carousel-prev, .grid.mobile-carousel .carousel-next {
    color: #474e5b;
    cursor: pointer;
    font-size: 40px;
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 2;
  }
  /* line 458, ../sass/components/_grid.sass */
  .grid.mobile-carousel .carousel-prev {
    left: 30px;
  }
  /* line 460, ../sass/components/_grid.sass */
  .grid.mobile-carousel .carousel-next {
    right: 30px;
  }
}

/* line 462, ../sass/components/_grid.sass */
.arrow-down-white {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 46%;
  padding: 0;
}

/* line 2, ../sass/components/_infographic.sass */
.infographic .radial-percentage, .infographic .mask, .infographic .fill {
  background-color: transparent;
  border-radius: 50%;
  height: 300px;
  width: 300px;
}
@media (max-width: 1023px) {
  /* line 2, ../sass/components/_infographic.sass */
  .infographic .radial-percentage, .infographic .mask, .infographic .fill {
    height: 250px;
    width: 250px;
  }
}
/* line 10, ../sass/components/_infographic.sass */
.infographic .radial-percentage, .infographic .fill {
  box-sizing: border-box;
}
/* line 12, ../sass/components/_infographic.sass */
.infographic .radial-percentage {
  border: 1px solid #cbcdcf;
}
/* line 14, ../sass/components/_infographic.sass */
.infographic .radial-percentage.orange {
  border-color: #ffdfcc;
}
/* line 16, ../sass/components/_infographic.sass */
.infographic .radial-percentage.orange .circle .mask .fill {
  border-color: #ff6000;
}
/* line 19, ../sass/components/_infographic.sass */
.infographic .radial-percentage .circle .mask {
  clip: rect(0px, 300px, 300px, 150px);
  overflow: hidden;
}
/* line 22, ../sass/components/_infographic.sass */
.infographic .radial-percentage .circle .mask .fill {
  border: 3px solid #022a48;
  clip: rect(0px, 150px, 300px, 0px);
}
@media (max-width: 1023px) {
  /* line 19, ../sass/components/_infographic.sass */
  .infographic .radial-percentage .circle .mask {
    clip: rect(0px, 250px, 250px, 125px);
  }
  /* line 27, ../sass/components/_infographic.sass */
  .infographic .radial-percentage .circle .mask .fill {
    clip: rect(0px, 125px, 250px, 0px);
  }
}
/* line 29, ../sass/components/_infographic.sass */
.infographic .radial-percentage .circle .mask, .infographic .radial-percentage .circle .fill {
  -webkit-backface-visibility: hidden;
  position: absolute;
  transition: -webkit-transform 2s linear;
  transition: -ms-transform 2s linear;
  transition: transform 2s linear;
}
/* line 35, ../sass/components/_infographic.sass */
.infographic .radial-percentage .number {
  bottom: 0;
  font-family: "DiscoverSans-Light", sans-serif;
  font-size: 95px;
  font-weight: 300;
  line-height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media (max-width: 1023px) {
  /* line 35, ../sass/components/_infographic.sass */
  .infographic .radial-percentage .number {
    line-height: 250px;
  }
}
/* line 48, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic {
  margin: 0 auto;
  padding: 30px;
}
/* line 51, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage {
  height: 250px;
  position: relative;
  width: 250px;
}
/* line 56, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .circle .mask {
  clip: rect(0px, 250px, 250px, 125px);
}
/* line 58, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .circle .mask .fill {
  clip: rect(0px, 125px, 250px, 0px);
}
/* line 60, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .mask, .chip-cards-emv .infographic .radial-percentage .fill {
  height: 250px;
  width: 250px;
}
/* line 63, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .number {
  line-height: 250px;
}
/* line 65, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .number .wrap {
  display: inline-block;
  vertical-align: middle;
}
/* line 68, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .number .text, .chip-cards-emv .infographic .radial-percentage .number .percent {
  line-height: 1px;
}
/* line 70, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .number .text {
  font-size: 24px;
}
/* line 72, ../sass/components/_infographic.sass */
.chip-cards-emv .infographic .radial-percentage .number .top {
  position: relative;
  top: 50px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/components/_infographic.sass */
  .infographic {
    height: 250px;
    position: relative;
    width: 100%;
  }
  /* line 79, ../sass/components/_infographic.sass */
  .chip-cards-emv .infographic {
    background-image: none !important;
  }
}

/* line 2, ../sass/components/_drawer.sass */
.drawer .toggle {
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
}
/* line 7, ../sass/components/_drawer.sass */
.drawer .toggle span {
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: -webkit-transform 0.25s linear;
  transition: -ms-transform 0.25s linear;
  transition: transform 0.25s linear;
}
/* line 16, ../sass/components/_drawer.sass */
.drawer .toggle span.small-icon {
  font-size: 7px;
  line-height: 7px;
}
/* line 20, ../sass/components/_drawer.sass */
.drawer .toggle.open span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  /* line 2, ../sass/components/_drawer.sass */
  .drawer .toggle {
    padding-right: 20px;
  }
  /* line 26, ../sass/components/_drawer.sass */
  section.free-signage .drawer .toggle {
    font-size: 15px;
  }
}
/* line 28, ../sass/components/_drawer.sass */
.drawer .copy {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
/* line 32, ../sass/components/_drawer.sass */
.drawer .copy .inner-wrap {
  padding-bottom: 10px;
}
/* line 34, ../sass/components/_drawer.sass */
.business-acquirers .drawer .copy .inner-wrap {
  display: inline-block;
  width: 100%;
}
/* line 38, ../sass/components/_drawer.sass */
.drawer.faq .toggle {
  padding: 30px 0;
}
/* line 40, ../sass/components/_drawer.sass */
.drawer.faq .copy.open {
  margin-bottom: 10px;
}
/* line 42, ../sass/components/_drawer.sass */
.drawer.bordered {
  border-top: 2px solid #e8e8e8;
}
/* line 44, ../sass/components/_drawer.sass */
.drawer.bordered:last-child {
  border-bottom: 2px solid #e8e8e8;
}
/* line 48, ../sass/components/_drawer.sass */
.drawer.mobile-only .toggle span {
  display: none;
}
@media (max-width: 767px) {
  /* line 48, ../sass/components/_drawer.sass */
  .drawer.mobile-only .toggle span {
    display: block;
  }
}
/* line 52, ../sass/components/_drawer.sass */
.drawer.mobile-only .copy {
  height: auto;
}
@media (max-width: 767px) {
  /* line 52, ../sass/components/_drawer.sass */
  .drawer.mobile-only .copy {
    height: 0;
  }
}

/* line 1, ../sass/components/_dropdown.sass */
.select-wrapper {
  position: relative;
  white-space: normal;
  width: 100%;
  z-index: 3;
}
/* line 5, ../sass/components/_dropdown.sass */
.select-wrapper.state-wrap, .select-wrapper.province-wrap {
  z-index: 2;
}

/* line 7, ../sass/components/_dropdown.sass */
.mod-select {
  padding: 0;
  position: relative;
  z-index: 1;
}
/* line 12, ../sass/components/_dropdown.sass */
.mod-select.collapsed .selected {
  background: ;
}
/* line 14, ../sass/components/_dropdown.sass */
.mod-select.collapsed .selected:after {
  content: "";
}
/* line 16, ../sass/components/_dropdown.sass */
.mod-select.collapsed .dropdown {
  border: none;
  height: 0;
}
/* line 19, ../sass/components/_dropdown.sass */
.mod-select .dropdown {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
  box-sizing: border-box;
  text-align: left;
  max-height: 200px;
  left: 0;
  list-style: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  padding: 0 !important;
  right: 0;
  top: 100%;
  z-index: 200;
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
/* line 36, ../sass/components/_dropdown.sass */
.mod-select .dropdown li {
  cursor: pointer;
  padding: 15px 10px;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
/* line 40, ../sass/components/_dropdown.sass */
.mod-select .dropdown li:first-child {
  display: none;
}
/* line 42, ../sass/components/_dropdown.sass */
.mod-select .dropdown li:hover {
  background: #313c97;
  color: #fff;
}
/* line 45, ../sass/components/_dropdown.sass */
.mod-select .dropdown li + li + li {
  border-top: 1px solid #dbdbdb;
}
/* line 47, ../sass/components/_dropdown.sass */
.mod-select .selected {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  color: #21213D;
  cursor: pointer;
  padding: 15px 15px;
  position: relative;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  z-index: 100;
}
/* line 56, ../sass/components/_dropdown.sass */
.mod-select .selected:after {
  
  content: "";
  float: right;
  font-family: "dnicons";
  font-size: 8px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 20px;
  speak: none;
  text-transform: none;
  vertical-align: middle;
}
/* line 69, ../sass/components/_dropdown.sass */
.mod-select + select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  bottom: 0;
  font-size: 16px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  /* line 85, ../sass/components/_dropdown.sass */
  .mod-select + select {
    z-index: 2;
  }
}

/* line 1, ../sass/components/_radio.sass */
.radio-label {
  cursor: pointer;
  margin-right: 30px;
}
/* line 4, ../sass/components/_radio.sass */
.radio-label input[type="radio"] {
  display: none;
}
/* line 6, ../sass/components/_radio.sass */
.radio-label .input-wrap {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
/* line 11, ../sass/components/_radio.sass */
.radio-label .input-wrap.checked:after {
  background: #ff6000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
/* line 24, ../sass/components/_radio.sass */
.radio-label .input-wrap:before {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/components/_radio.sass */
  .radio-label {
    display: block;
  }
  /* line 34, ../sass/components/_radio.sass */
  .radio-label.mobile-inline {
    display: inline-block;
  }
}

/* line 1, ../sass/components/_checkbox.sass */
label.checkbox-label {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
/* line 5, ../sass/components/_checkbox.sass */
label.checkbox-label.bottom-margin {
  margin-bottom: 20px;
}
/* line 7, ../sass/components/_checkbox.sass */
label.checkbox-label.top-margin {
  margin-top: 20px;
}
/* line 9, ../sass/components/_checkbox.sass */
label.checkbox-label .input-wrap {
  position: relative;
}
/* line 11, ../sass/components/_checkbox.sass */
label.checkbox-label input {
  margin-right: 15px;
  position: relative;
  width: auto;
}
/* line 15, ../sass/components/_checkbox.sass */
label.checkbox-label input:before {
  background-color:  #fff;
  border: 1px solid #dbdbdb;
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/* line 29, ../sass/components/_checkbox.sass */
label.checkbox-label input:checked:before {
  background-color: #2e4d58;
  border-color: #2e4d58;
}
/* line 32, ../sass/components/_checkbox.sass */
label.checkbox-label h4 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1, ../sass/components/_timeline.sass */
.timeline {
  overflow: hidden;
}
/* line 3, ../sass/components/_timeline.sass */
.timeline .group {
  display: inline-block;
  width: 100%;
}
/* line 8, ../sass/components/_timeline.sass */
.timeline .group .wrap:first-child .item:before {
  margin-top: 23px;
  top: 50%;
}
/* line 12, ../sass/components/_timeline.sass */
.timeline .group .wrap:last-child .item:before {
  margin-bottom: 10px;
  bottom: 50%;
}
@media (max-width: 767px) {
  /* line 16, ../sass/components/_timeline.sass */
  .timeline .group .wrap:first-child .item:before, .timeline .group .wrap:last-child .item:before {
    bottom: -20px;
    margin: auto;
    top: -40px;
  }
}
/* line 20, ../sass/components/_timeline.sass */
.timeline .item {
  margin: 20px 0;
  opacity: 1;
  position: relative;
  -webkit-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
/* line 25, ../sass/components/_timeline.sass */
.timeline .item.no-top {
  margin-top: 0;
}
/* line 27, ../sass/components/_timeline.sass */
.timeline .item.extra-padding {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  /* line 27, ../sass/components/_timeline.sass */
  .timeline .item.extra-padding {
    padding: 0;
  }
}
/* line 32, ../sass/components/_timeline.sass */
.timeline .item:before {
  background: #ff6000;
  bottom: 160%;
  content: "";
  position: absolute;
  top: -20px;
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  -ms-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  width: 5px;
}
/* line 40, ../sass/components/_timeline.sass */
.timeline .item.left {
  clear: left;
  float: left;
  text-align: right;
}
/* line 44, ../sass/components/_timeline.sass */
.timeline .item.left .item-wrap {
  left: -120px;
  margin-right: 25px;
  text-align: left;
}
/* line 48, ../sass/components/_timeline.sass */
.timeline .item.left .item-wrap:before {
  right: -16px;
}
/* line 50, ../sass/components/_timeline.sass */
.timeline .item.left .year {
  left: 100%;
  margin-left: 180px;
}
/* line 53, ../sass/components/_timeline.sass */
.timeline .item.left .year:before {
  left: 40px;
}
/* line 55, ../sass/components/_timeline.sass */
.timeline .item.left:before {
  right: -2px;
}
/* line 57, ../sass/components/_timeline.sass */
.timeline .item.right {
  clear: right;
  float: right;
}
/* line 60, ../sass/components/_timeline.sass */
.timeline .item.right .item-wrap {
  margin-left: 25px;
  right: -120px;
}
/* line 63, ../sass/components/_timeline.sass */
.timeline .item.right .item-wrap:before {
  left: -16px;
}
/* line 65, ../sass/components/_timeline.sass */
.timeline .item.right .year {
  margin-right: 180px;
  right: 100%;
}
/* line 68, ../sass/components/_timeline.sass */
.timeline .item.right .year:before {
  right: 41px;
}
/* line 70, ../sass/components/_timeline.sass */
.timeline .item.right:before {
  left: -3px;
}
/* line 73, ../sass/components/_timeline.sass */
.timeline .item.visible:before {
  bottom: -20px;
}
/* line 75, ../sass/components/_timeline.sass */
.timeline .item.visible .item-wrap {
  opacity: 1;
}
/* line 78, ../sass/components/_timeline.sass */
.timeline .item.visible.right .item-wrap {
  right: 0;
}
/* line 80, ../sass/components/_timeline.sass */
.timeline .item.visible.right .year:before {
  right: 33px;
}
/* line 83, ../sass/components/_timeline.sass */
.timeline .item.visible.left .item-wrap {
  left: 0;
}
/* line 85, ../sass/components/_timeline.sass */
.timeline .item.visible.left .year:before {
  left: 32px;
}
/* line 87, ../sass/components/_timeline.sass */
.timeline .item.visible .year {
  margin-left: 0;
  margin-right: 0;
}
/* line 90, ../sass/components/_timeline.sass */
.timeline .item.visible .year:before {
  height: 16px;
  margin-top: -8px;
  width: 16px;
}
/* line 94, ../sass/components/_timeline.sass */
.timeline .item .year {
  margin: -0.5em 0 0;
  padding: 0 85px;
  position: absolute;
  top: 50%;
  -webkit-transition: margin-left 0.8s ease-in-out, margin-right 0.8s ease-in-out;
  -moz-transition: margin-left 0.8s ease-in-out, margin-right 0.8s ease-in-out;
  -ms-transition: margin-left 0.8s ease-in-out, margin-right 0.8s ease-in-out;
  -o-transition: margin-left 0.8s ease-in-out, margin-right 0.8s ease-in-out;
  transition: margin-left 0.8s ease-in-out, margin-right 0.8s ease-in-out;
}
/* line 100, ../sass/components/_timeline.sass */
.timeline .item .year:before {
  background: #ff6000;
  border-radius: 50%;
  content: "";
  height: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: height 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, width 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, margin-top 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, right 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, left 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s;
  -moz-transition: height 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, width 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, margin-top 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, right 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, left 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s;
  -ms-transition: height 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, width 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, margin-top 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, right 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, left 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s;
  -o-transition: height 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, width 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, margin-top 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, right 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, left 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s;
  transition: height 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, width 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, margin-top 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, right 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s, left 0.35s cubic-bezier(0, 1, 0.8, 2) 0.8s;
  width: 0;
}
/* line 110, ../sass/components/_timeline.sass */
.timeline .item .year.has-image {
  bottom: 0;
  display: table;
  height: 100%;
  margin: auto;
  top: 0;
}
/* line 116, ../sass/components/_timeline.sass */
.timeline .item .year.has-image > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 119, ../sass/components/_timeline.sass */
.timeline .item .year.has-image > *.inline {
  display: inline-block;
  vertical-align: top;
}
/* line 122, ../sass/components/_timeline.sass */
.timeline .item .year.has-image .img-wrap {
  height: 0;
}
/* line 124, ../sass/components/_timeline.sass */
.timeline .item .year.has-image img {
  margin: 0 10px;
  margin-top: 50%;
  max-width: 275px;
  padding-top: 50%;
}
/* line 129, ../sass/components/_timeline.sass */
.timeline .item .year.has-image img.no-margin {
  margin-top: 0;
}
/* line 131, ../sass/components/_timeline.sass */
.timeline .item .year.has-image img.no-padding {
  padding-top: 0;
}
@media (max-width: 910px) {
  /* line 124, ../sass/components/_timeline.sass */
  .timeline .item .year.has-image img {
    max-width: 225px;
  }
}
/* line 135, ../sass/components/_timeline.sass */
.timeline .item .item-wrap {
  border-top: 2px solid #fdb70b;
  box-shadow: 2px 2px 5px rgba(66, 66, 66, 0.24);
  display: block;
  margin: 0 auto;
  max-width: 430px;
  opacity: 0;
  position: relative;
  -webkit-transition: right 0.8s ease-in-out, left 0.8s ease-in-out, opacity 1.4s ease-in-out;
  -moz-transition: right 0.8s ease-in-out, left 0.8s ease-in-out, opacity 1.4s ease-in-out;
  -ms-transition: right 0.8s ease-in-out, left 0.8s ease-in-out, opacity 1.4s ease-in-out;
  -o-transition: right 0.8s ease-in-out, left 0.8s ease-in-out, opacity 1.4s ease-in-out;
  transition: right 0.8s ease-in-out, left 0.8s ease-in-out, opacity 1.4s ease-in-out;
}
/* line 144, ../sass/components/_timeline.sass */
.timeline .item .item-wrap:before {
  background: #f8f8f8;
  box-shadow: 2px 2px 5px rgba(66, 66, 66, 0.24);
  content: "";
  height: 32px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 32px;
  z-index: 0;
}
/* line 156, ../sass/components/_timeline.sass */
.timeline .item .item-wrap.no-arrow:before {
  content: none;
}
/* line 158, ../sass/components/_timeline.sass */
.timeline .item .item-wrap.full-width {
  max-width: 100%;
}
/* line 160, ../sass/components/_timeline.sass */
.timeline .item .item-wrap .item-wrap-inner {
  background: #f8f8f8;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 20, ../sass/components/_timeline.sass */
  .timeline .item {
    margin: 70px 0 30px;
    padding: 0;
  }
  /* line 169, ../sass/components/_timeline.sass */
  .timeline .item.right .item-wrap, .timeline .item.left .item-wrap, .timeline .item.right.visible .item-wrap, .timeline .item.left.visible .item-wrap {
    left: 0;
    margin: 0 auto;
    opacity: 1;
    right: 0;
  }
  /* line 174, ../sass/components/_timeline.sass */
  .timeline .item.right .item-wrap:before, .timeline .item.left .item-wrap:before, .timeline .item.right.visible .item-wrap:before, .timeline .item.left.visible .item-wrap:before {
    display: none;
  }
  /* line 176, ../sass/components/_timeline.sass */
  .timeline .item.right .year, .timeline .item.left .year, .timeline .item.right.visible .year, .timeline .item.left.visible .year {
    left: 0;
    margin: auto;
    padding: 0;
    right: 0;
    text-align: center;
    top: -75px;
  }
  /* line 183, ../sass/components/_timeline.sass */
  body.history .timeline .item.right .year, body.history .timeline .item.left .year, body.history .timeline .item.right.visible .year, body.history .timeline .item.left.visible .year {
    top: -150px;
  }
  /* line 185, ../sass/components/_timeline.sass */
  .timeline .item.right .year:before, .timeline .item.left .year:before, .timeline .item.right.visible .year:before, .timeline .item.left.visible .year:before {
    left: 0;
    margin: auto;
    right: 0;
    top: 25px;
  }
  /* line 190, ../sass/components/_timeline.sass */
  .timeline .item.right .year.has-image, .timeline .item.left .year.has-image, .timeline .item.right.visible .year.has-image, .timeline .item.left.visible .year.has-image {
    display: block;
  }
  /* line 192, ../sass/components/_timeline.sass */
  .timeline .item.right .year.has-image > *, .timeline .item.left .year.has-image > *, .timeline .item.right.visible .year.has-image > *, .timeline .item.left.visible .year.has-image > * {
    display: block;
  }
  /* line 194, ../sass/components/_timeline.sass */
  .timeline .item.right .year.has-image img, .timeline .item.left .year.has-image img, .timeline .item.right.visible .year.has-image img, .timeline .item.left.visible .year.has-image img {
    display: none;
  }
  /* line 196, ../sass/components/_timeline.sass */
  .timeline .item.right:before, .timeline .item.left:before, .timeline .item.right.visible:before, .timeline .item.left.visible:before {
    bottom: -20px;
    left: 0;
    margin: auto;
    top: -40px;
    right: 0;
  }
}

/* line 1, ../sass/components/_merchant-modal.sass */
.merchant-modal {
  background: rgba(0, 0, 0, 0.5);
}
/* line 3, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner {
  background: #fff;
  padding: 0;
}
/* line 6, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .header, .merchant-modal .modal-inner .body, .merchant-modal .modal-inner .footer {
  padding: 30px;
}
/* line 8, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .header {
  background: #f8f8f8;
  border-bottom: 1px solid #dbdbdb;
  display: inline-block;
  width: 100%;
}
/* line 13, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .header a {
  color: #2477ab;
  font-size: 15px;
  opacity: 1;
  text-shadow: none;
}
/* line 18, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .header a .icon-plus {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
}
/* line 22, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .body {
  max-height: 60vh;
  overflow: auto;
}
/* line 25, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .body .results {
  display: table;
  width: 100%;
}
/* line 28, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .body .results .result {
  display: table-row;
}
/* line 30, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .body .results .result > div {
  display: table-cell;
  min-width: 110px;
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
/* line 35, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .body .results .result .merchant-title {
  min-width: 195px;
}
/* line 37, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .body .results .result label {
  font-weight: normal;
  margin-bottom: 0;
}
/* line 40, ../sass/components/_merchant-modal.sass */
.merchant-modal .modal-inner .footer {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 48, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .body {
    height: 100%;
    max-height: 100%;
  }
  /* line 51, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .body .results {
    padding-bottom: 75px;
  }
  /* line 53, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .body .results .result {
    display: block;
    margin-bottom: 10px;
  }
  /* line 56, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .body .results .result > div {
    display: block;
  }
  /* line 58, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .body .results .result .merchant-address, .merchant-modal .modal-inner .body .results .result .merchant-city, .merchant-modal .modal-inner .body .results .result .merchant-state, .merchant-modal .modal-inner .body .results .result .merchant-phone, .merchant-modal .modal-inner .body .results .result .merchant-zip {
    padding-left: 29px;
  }
  /* line 60, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .body .results.selected {
    padding-bottom: 135px;
  }
  /* line 62, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .footer {
    border: none;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
  }
  /* line 70, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .footer.show {
    display: block;
  }
  /* line 72, ../sass/components/_merchant-modal.sass */
  .merchant-modal .modal-inner .footer button {
    background: rgba(2, 42, 72, 0.9);
    border: none;
    color: #fff;
    max-width: 100%;
    width: 100%;
  }
}

/* line 1, ../sass/pages/_sitemap.sass */
.sitemap {
  margin-left: 50px;
}
/* line 3, ../sass/pages/_sitemap.sass */
.sitemap .content {
  margin-top: 25px;
}
/* line 5, ../sass/pages/_sitemap.sass */
.sitemap .title {
  margin-bottom: 25px;
}
/* line 7, ../sass/pages/_sitemap.sass */
.sitemap ul {
  display: block;
  padding-left: 35px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/pages/_sitemap.sass */
  .sitemap ul {
    padding-left: 10px;
  }
}
/* line 12, ../sass/pages/_sitemap.sass */
.sitemap ul li {
  display: block;
  position: relative;
  text-align: left;
  line-height: 28px;
}
/* line 17, ../sass/pages/_sitemap.sass */
.sitemap ul a.header-link {
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_sitemap.sass */
  .sitemap {
    margin-left: 0;
  }
}

/* line 2, ../sass/pages/_terms-of-use.sass */
.terms .content {
  margin-top: 25px;
}
/* line 4, ../sass/pages/_terms-of-use.sass */
.terms .title {
  margin-bottom: 25px;
}
/* line 6, ../sass/pages/_terms-of-use.sass */
.terms ul {
  display: block;
  padding-left: 35px;
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_terms-of-use.sass */
  .terms ul {
    padding-left: 10px;
  }
}
/* line 11, ../sass/pages/_terms-of-use.sass */
.terms ul li {
  display: block;
  position: relative;
  text-align: left;
  line-height: 28px;
}
/* line 16, ../sass/pages/_terms-of-use.sass */
.terms ul a.header-link {
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_terms-of-use.sass */
  .terms {
    margin-left: 0;
  }
}

/* line 3, ../sass/pages/_find-an-acquirer.sass */
.find-an-acquirer .acquirer-directory h2 {
  color: #ff6000;
  margin-bottom: 5px;
  margin-top: 25px;
}
/* line 7, ../sass/pages/_find-an-acquirer.sass */
.find-an-acquirer .acquirer-directory p {
  color: #63686b;
}
/* line 9, ../sass/pages/_find-an-acquirer.sass */
.find-an-acquirer .icon-bank {
  font-size: 65px;
  color: #1a587e;
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_find-an-acquirer.sass */
  .find-an-acquirer .marquee .content {
    padding: 20px 0;
  }
}

/* line 2, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .outer {
  display: table;
}
/* line 4, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .inner {
  display: table-cell;
  vertical-align: top;
}
/* line 7, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .expands {
  display: none;
}
/* line 9, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .expandable-container {
  border-bottom: 1px solid #dbdbdb;
}
/* line 11, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .expandable-container .icon-plus {
  float: right;
}
/* line 13, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .expandable-container .expandable-title {
  padding: 15px 0;
}
/* line 15, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .expandable-container:first-of-type {
  border-top: 1px solid #dbdbdb;
}
/* line 17, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .full-width {
  width: 100%;
}
/* line 19, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal h1.big {
  font-size: 90px;
  margin-bottom: 0;
  line-height: 90px;
  padding-right: 15px;
}
/* line 24, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .step {
  padding-bottom: 50px;
}
/* line 26, ../sass/pages/_test-your-terminal.sass */
.test-your-terminal .steps-container {
  display: inline;
  width: 100%;
}

/* line 3, ../sass/pages/_chip-acquirers.sass */
.business-acquirers .table-section .vertical-outer {
  border-bottom: 1px solid #dbdbdb;
}
/* line 5, ../sass/pages/_chip-acquirers.sass */
.business-acquirers .table-section .vertical-inner {
  vertical-align: top;
}
/* line 7, ../sass/pages/_chip-acquirers.sass */
.business-acquirers .table-section .vertical-inner p {
  padding: 15px 0 5px 0;
}
/* line 9, ../sass/pages/_chip-acquirers.sass */
.business-acquirers .table-section .table-data {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 13, ../sass/pages/_chip-acquirers.sass */
.business-acquirers .table-section .table-data:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2, ../sass/pages/_educational-materials.sass */
.educational-materials .icon-suppliers {
  font-size: 60px;
  display: block;
  padding-bottom: 20px;
}

/* line 7, ../sass/pages/_educational-materials.sass */
#materials .materials-nav {
  border-bottom: 1px solid #dbdbdb;
}
/* line 8, ../sass/pages/_educational-materials.sass */
#materials .materials-nav .vertical-outer {
  margin-bottom: -1px;
  padding-right: 20px;
}
/* line 12, ../sass/pages/_educational-materials.sass */
#materials .materials-nav li {
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
/* line 15, ../sass/pages/_educational-materials.sass */
#materials .materials-nav li:last-child {
  border-right: 1px solid #dbdbdb;
}
/* line 17, ../sass/pages/_educational-materials.sass */
#materials .materials-nav li a {
  color: #63686b;
  display: block;
  font-size: 18px;
  padding: 20px 0;
}
/* line 22, ../sass/pages/_educational-materials.sass */
#materials .materials-nav li.toggled {
  border-bottom: 1px solid #fff;
  border-top: 3px solid #ff6000;
}
/* line 25, ../sass/pages/_educational-materials.sass */
#materials .materials-nav li.toggled a {
  color: #293033;
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
}
@media (max-width: 767px) {
  /* line 7, ../sass/pages/_educational-materials.sass */
  #materials .materials-nav {
    display: none;
  }
}
/* line 30, ../sass/pages/_educational-materials.sass */
#materials .materials-content {
  display: inline-block;
  margin-bottom: 80px;
  min-height: 1600px;
  overflow: hidden;
  padding-top: 20px;
  transition: min-height 0.5s ease-in-out;
  width: 100%;
}
/* line 38, ../sass/pages/_educational-materials.sass */
#materials .materials-content > .inner-wrap {
  position: relative;
}
/* line 40, ../sass/pages/_educational-materials.sass */
#materials .materials-content .section {
  display: inline-block;
  left: -100%;
  position: absolute;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  width: 100%;
}
/* line 46, ../sass/pages/_educational-materials.sass */
#materials .materials-content .section.left {
  left: -100%;
}
/* line 48, ../sass/pages/_educational-materials.sass */
#materials .materials-content .section.right {
  left: 100%;
}
/* line 50, ../sass/pages/_educational-materials.sass */
#materials .materials-content .section.toggled {
  left: 0;
}
@media (max-width: 767px) {
  /* line 54, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section#general-emv-information h5, #materials .materials-content .section#employee-training-materials h5 {
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) {
  /* line 30, ../sass/pages/_educational-materials.sass */
  #materials .materials-content {
    margin-bottom: -10px;
    min-height: 1px;
    padding: 0;
  }
  /* line 60, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section {
    border-top: 1px solid #dbdbdb;
    position: static;
  }
  /* line 63, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 65, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section .hide-desktop {
    display: inline-block !important;
    width: 100%;
  }
  /* line 68, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section .hide-desktop h5 {
    cursor: pointer;
    margin: 0;
  }
  /* line 71, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section .hide-desktop h5 a {
    display: block;
    padding: 15px;
  }
  /* line 74, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section .hide-desktop .icon-plus {
    float: right;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  /* line 77, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section .downloads-outer {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -ms-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
  }
  /* line 85, ../sass/pages/_educational-materials.sass */
  #materials .materials-content .section.toggled .hide-desktop .icon-plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* line 92, ../sass/pages/_educational-materials.sass */
#materials h5 {
  margin-bottom: -15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 92, ../sass/pages/_educational-materials.sass */
  #materials h5 {
    margin: 0 auto;
    padding: 0 0 0 15px;
  }
}
/* line 98, ../sass/pages/_educational-materials.sass */
#materials .download {
  display: inline-block;
  float: left;
  margin-top: 30px;
}
/* line 102, ../sass/pages/_educational-materials.sass */
#materials .download .inner-wrap {
  border: 1px solid #dbdbdb;
}
/* line 104, ../sass/pages/_educational-materials.sass */
#materials .download .inner-wrap .image-container {
  padding: 15px 0;
}
/* line 106, ../sass/pages/_educational-materials.sass */
#materials .download .inner-wrap .image-container .image-wrap {
  line-height: 202px;
  min-height: 202px;
  vertical-align: middle;
}
/* line 110, ../sass/pages/_educational-materials.sass */
#materials .download .inner-wrap .copy-container {
  border-top: 1px solid #dbdbdb;
  padding: 15px;
}
/* line 113, ../sass/pages/_educational-materials.sass */
#materials .download .inner-wrap .copy-container p {
  min-height: 44px;
}
@media (max-width: 805px) {
  /* line 113, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap .copy-container p {
    min-height: 66px;
  }
}
/* line 117, ../sass/pages/_educational-materials.sass */
#materials .download .inner-wrap .copy-container a.order, #materials .download .inner-wrap .copy-container a.watch {
  float: right;
}
@media (max-width: 767px) {
  /* line 98, ../sass/pages/_educational-materials.sass */
  #materials .download {
    display: block;
    float: none;
    margin: 0 auto;
  }
  /* line 123, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap {
    border: none;
  }
  /* line 125, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap .image-container {
    display: none;
  }
  /* line 127, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap .copy-container {
    border: none;
  }
  /* line 129, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap .copy-container p {
    min-height: auto;
  }
  /* line 131, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap .copy-container a {
    display: block;
  }
  /* line 133, ../sass/pages/_educational-materials.sass */
  #materials .download .inner-wrap .copy-container a.order, #materials .download .inner-wrap .copy-container a.watch {
    float: none;
  }
}

/* line 1, ../sass/pages/_contact.sass */
body.contact-us {
  overflow-x: hidden;
}
/* line 4, ../sass/pages/_contact.sass */
body.contact-us .mod-select.section-select .selected {
  color: #21213D;
  font-family: DiscoverSans-Medium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  word-spacing: 3px;
}
/* line 9, ../sass/pages/_contact.sass */
body.contact-us .information {
  border-bottom: 1px solid #dbdbdb;
  min-height: 0px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: min-height 0.25s ease-in-out;
  -moz-transition: min-height 0.25s ease-in-out;
  -ms-transition: min-height 0.25s ease-in-out;
  -o-transition: min-height 0.25s ease-in-out;
  transition: min-height 0.25s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
/* line 17, ../sass/pages/_contact.sass */
body.contact-us .information.padding {
  padding: 100px 0;
}
/* line 19, ../sass/pages/_contact.sass */
body.contact-us .information.small-padding {
  padding: 50px 0;
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_contact.sass */
  body.contact-us .information.small-padding {
    padding: 25px 0;
  }
}
/* line 23, ../sass/pages/_contact.sass */
body.contact-us .information.ov {
  overflow: visible;
}
/* line 26, ../sass/pages/_contact.sass */
body.contact-us .information form .captcha {
  margin-top: 25px;
}
/* line 28, ../sass/pages/_contact.sass */
body.contact-us .information form .captcha img {
  width: 50%;
}
/* line 30, ../sass/pages/_contact.sass */
body.contact-us .information form h5 {
  margin-bottom: -15px;
  margin-top: 15px;
}
/* line 33, ../sass/pages/_contact.sass */
body.contact-us .information form h5.no-top-margin {
  margin-top: 0;
}
/* line 35, ../sass/pages/_contact.sass */
body.contact-us .information .inner-wrap {
  position: relative;
}
@media (max-width: 767px) {
  /* line 37, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles {
    margin-bottom: 30px;
  }
  /* line 40, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles .tab {
    border-top: 4px solid #fff;
    cursor: pointer;
    text-align: center;
  }
  /* line 44, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles .tab h4 {
    color: #63686b;
    font-family: "DiscoverSans-Medium", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
  }
  /* line 50, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles .tab.active {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 4px solid #ff6000;
    box-sizing: border-box;
  }
  /* line 55, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles .tab.active h4 {
    color: #293033;
    font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
    font-weight: 700;
  }
  /* line 59, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles .tab.active:after {
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  /* line 67, ../sass/pages/_contact.sass */
  body.contact-us .information .mobile-toggles:after {
    border-bottom: 1px solid #dbdbdb;
    bottom: 0;
    content: "";
    left: -32px;
    position: absolute;
    right: -32px;
  }
}
@media (max-width: 767px) {
  /* line 74, ../sass/pages/_contact.sass */
  body.contact-us .information .online, body.contact-us .information .by-phone {
    display: none;
  }
  /* line 77, ../sass/pages/_contact.sass */
  body.contact-us .information .online.active, body.contact-us .information .by-phone.active {
    display: block;
  }
}
/* line 79, ../sass/pages/_contact.sass */
body.contact-us .information .section {
  display: inline-block;
  float: left;
  left: -100%;
  position: relative;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  white-space: normal;
  width: 100%;
}
/* line 87, ../sass/pages/_contact.sass */
body.contact-us .information .section.left {
  left: -100%;
}
/* line 89, ../sass/pages/_contact.sass */
body.contact-us .information .section.right {
  left: 100%;
  position: absolute;
}
/* line 92, ../sass/pages/_contact.sass */
body.contact-us .information .section.toggled {
  left: 0;
}
/* line 94, ../sass/pages/_contact.sass */
body.contact-us .information .section .container {
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 94, ../sass/pages/_contact.sass */
  body.contact-us .information .section .container {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 98, ../sass/pages/_contact.sass */
  body.contact-us .information .section h3:before, body.contact-us .information .section h3:after {
    border: none;
  }
}
/* line 101, ../sass/pages/_contact.sass */
body.contact-us .information .contact-info {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 15px 20px;
  white-space: normal;
}
/* line 106, ../sass/pages/_contact.sass */
body.contact-us .information .contact-info p.no-margin {
  margin: 0;
}
/* line 109, ../sass/pages/_contact.sass */
body.contact-us .information .contact-info li a {
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 101, ../sass/pages/_contact.sass */
  body.contact-us .information .contact-info {
    margin-bottom: 15px;
  }
  /* line 113, ../sass/pages/_contact.sass */
  body.contact-us .information .contact-info.mobile-margin {
    margin-top: 30px;
  }
}
/* line 115, ../sass/pages/_contact.sass */
body.contact-us .information .drawer {
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  border-width: 1px;
}
/* line 119, ../sass/pages/_contact.sass */
body.contact-us .information .drawer:last-child {
  border-width: 1px;
}
/* line 121, ../sass/pages/_contact.sass */
body.contact-us .information .drawer .toggle {
  color: #1e71ac;
  font-size: 16px;
}
/* line 124, ../sass/pages/_contact.sass */
body.contact-us .information .drawer .copy {
  padding-left: 15px;
}
/* line 126, ../sass/pages/_contact.sass */
body.contact-us .information .drawers > p {
  line-height: 14px;
  margin-top: 15px;
}

/* line 3, ../sass/pages/_home.sass */
.home .icon-arrow-right-border:hover, .home .icon-arrow-right-border:focus {
  color: #af4c2d;
}
/* line 5, ../sass/pages/_home.sass */
.home .home-icon {
  height: 33px;
  width: 33px;
}
/* line 9, ../sass/pages/_home.sass */
.home .marquee .vertical-inner {
  vertical-align: top;
}
/* line 11, ../sass/pages/_home.sass */
.home .marquee .content {
  margin-top: 100px;
}
@media (max-width: 767px) {
  /* line 11, ../sass/pages/_home.sass */
  .home .marquee .content {
    height: 190px;
    margin-top: 60px;
    padding: 0;
  }
}

/* line 2, ../sass/pages/_leadership.sass */
section.leadership .row {
  margin: 0;
  position: relative;
}
/* line 5, ../sass/pages/_leadership.sass */
section.leadership .row.one .leader {
  width: 100%;
}
/* line 7, ../sass/pages/_leadership.sass */
section.leadership .row.two .leader {
  width: 50%;
}
/* line 9, ../sass/pages/_leadership.sass */
section.leadership .row.three .leader {
  width: 33.33333%;
}
/* line 13, ../sass/pages/_leadership.sass */
section.leadership .leaders.open .leader .info {
  opacity: 0.3;
}
/* line 15, ../sass/pages/_leadership.sass */
section.leadership .leaders.open .leader .info:hover {
  opacity: 1;
}
/* line 18, ../sass/pages/_leadership.sass */
section.leadership .leaders.open .leader.open .info {
  opacity: 1;
}
/* line 20, ../sass/pages/_leadership.sass */
section.leadership .leader {
  float: left;
  -webkit-transition: margin-bottom 0.5s ease-in-out;
  -moz-transition: margin-bottom 0.5s ease-in-out;
  -ms-transition: margin-bottom 0.5s ease-in-out;
  -o-transition: margin-bottom 0.5s ease-in-out;
  transition: margin-bottom 0.5s ease-in-out;
}
/* line 23, ../sass/pages/_leadership.sass */
section.leadership .leader .info {
  cursor: pointer;
  margin: 10px;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 28, ../sass/pages/_leadership.sass */
section.leadership .leader .info .hover {
  background: rgba(255, 96, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 38, ../sass/pages/_leadership.sass */
section.leadership .leader .info .hover h5, section.leadership .leader .info .hover p {
  margin: 0;
}
/* line 41, ../sass/pages/_leadership.sass */
section.leadership .leader .info:hover .hover {
  opacity: 1;
}
/* line 43, ../sass/pages/_leadership.sass */
section.leadership .leader .copy {
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  right: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
/* line 51, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .copy-wrap {
  display: inline-block;
  padding: 30px 0;
}
/* line 54, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 30px;
}
/* line 59, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .close span {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 62, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .left, section.leadership .leader .copy .right {
  float: left;
  width: 50%;
}
/* line 66, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .left h3, section.leadership .leader .copy .left .bordered {
  padding-right: 15px;
}
/* line 68, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .left h3 {
  margin: 0;
}
/* line 70, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .left .bordered {
  border-right: 1px solid #63686b;
}
/* line 72, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .right {
  padding-left: 15px;
}
/* line 74, ../sass/pages/_leadership.sass */
section.leadership .leader .copy .right .icon {
  margin-bottom: 5px;
}
/* line 78, ../sass/pages/_leadership.sass */
section.leadership .leader.open .info .hover {
  opacity: 0;
}
/* line 80, ../sass/pages/_leadership.sass */
section.leadership .leader.open .info:before {
  border-top: 5px solid #ff6000;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1280px) {
  /* line 90, ../sass/pages/_leadership.sass */
  section.leadership .leader .copy {
    padding: 0 15px;
  }
  /* line 92, ../sass/pages/_leadership.sass */
  section.leadership .leader .copy .close {
    right: 15px;
  }
}
@media (max-width: 640px) {
  /* line 97, ../sass/pages/_leadership.sass */
  section.leadership .leader .copy .left, section.leadership .leader .copy .right {
    width: 100%;
  }
  /* line 100, ../sass/pages/_leadership.sass */
  section.leadership .leader .copy .left h3, section.leadership .leader .copy .left .bordered {
    padding: 0;
  }
  /* line 102, ../sass/pages/_leadership.sass */
  section.leadership .leader .copy .left .bordered {
    border-right: none;
  }
  /* line 104, ../sass/pages/_leadership.sass */
  section.leadership .leader .copy .right {
    padding: 0;
  }
}

/* line 3, ../sass/pages/_search.sass */
section.search-results .filters .filter {
  padding-left: 0;
}
/* line 5, ../sass/pages/_search.sass */
section.search-results .filters .filter .dropdown {
  z-index: 101;
}
/* line 8, ../sass/pages/_search.sass */
section.search-results .filters .search-wrap input {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding-right: 25px;
}
/* line 14, ../sass/pages/_search.sass */
section.search-results .filters .search-wrap input::-webkit-input-placeholder {
  color: #293033;
}
/* line 16, ../sass/pages/_search.sass */
section.search-results .filters .search-wrap input::-moz-placeholder {
  color: #293033;
}
/* line 18, ../sass/pages/_search.sass */
section.search-results .filters .search-wrap input:-ms-input-placeholder {
  color: #293033;
}
/* line 20, ../sass/pages/_search.sass */
section.search-results .filters .search-wrap input:-moz-placeholder {
  color: #293033;
}
/* line 22, ../sass/pages/_search.sass */
section.search-results .filters .search-wrap button {
  background: none;
  border: none;
  bottom: 0;
  color: #2477ab;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 0;
}
@media (max-width: 767px) {
  /* line 33, ../sass/pages/_search.sass */
  section.search-results .filters form > .col-xs-12 {
    margin-top: 10px;
    padding: 0;
  }
}
/* line 37, ../sass/pages/_search.sass */
section.search-results .results .result {
  padding-bottom: 30px;
}
/* line 40, ../sass/pages/_search.sass */
section.search-results .results .result .tags li {
  padding-right: 10px;
}
/* line 42, ../sass/pages/_search.sass */
section.search-results .results .result .tags li:after {
  content: "|";
  padding-left: 10px;
}
/* line 46, ../sass/pages/_search.sass */
section.search-results .results .result .tags li:last-child:after {
  content: none;
}
/* line 49, ../sass/pages/_search.sass */
section.search-results .search-pagination .pagination-inner {
  display: inline-block;
}
/* line 51, ../sass/pages/_search.sass */
section.search-results .search-pagination .pagination-inner .links {
  padding-right: 15px;
  vertical-align: middle;
}
/* line 54, ../sass/pages/_search.sass */
section.search-results .search-pagination .pagination-inner .links li {
  padding: 10px 0;
}
/* line 56, ../sass/pages/_search.sass */
section.search-results .search-pagination .pagination-inner .links li a {
  border: 1px solid #2477ab;
  padding: 10px 15px;
}
/* line 60, ../sass/pages/_search.sass */
section.search-results .search-pagination .pagination-inner .links li:first-child a {
  border-right: none;
}
/* line 62, ../sass/pages/_search.sass */
section.search-results .dropdown {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}
/* line 67, ../sass/pages/_search.sass */
section.search-results .dropdown .select {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
/* line 75, ../sass/pages/_search.sass */
section.search-results .dropdown .select ul {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
  padding: 5px 0;
}
/* line 80, ../sass/pages/_search.sass */
section.search-results .dropdown .select ul li {
  padding: 5px 20px;
}
/* line 83, ../sass/pages/_search.sass */
section.search-results .dropdown .select ul li:last-child label.checkbox-label {
  margin-bottom: 0;
}
/* line 85, ../sass/pages/_search.sass */
section.search-results .dropdown .selected {
  background: #fff;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
/* line 91, ../sass/pages/_search.sass */
section.search-results .dropdown .selected .text:after {
  color: #b2b3b5;
  content: "";
  float: right;
  font-family: "dnicons";
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 20px;
  speak: none;
  text-transform: none;
  vertical-align: middle;
}
/* line 105, ../sass/pages/_search.sass */
section.search-results .dropdown.open .selected {
  background: #f8f8f8;
}
/* line 107, ../sass/pages/_search.sass */
section.search-results .dropdown.open .selected .text:after {
  content: "";
}
@media (max-width: 767px) {
  /* line 110, ../sass/pages/_search.sass */
  section.search-results .dropdown .selected {
    padding: 12px 20px;
  }
}

/* line 1, ../sass/_colors.sass */
.orange {
  color: #ec6b29;
}

/* line 3, ../sass/_colors.sass */
.light-blue {
  color: #e7f4fa;
}

/* line 5, ../sass/_colors.sass */
.blue {
  color: #1a587e;
}

/* line 7, ../sass/_colors.sass */
.dark-blue {
  color: #022a48;
}

/* line 9, ../sass/_colors.sass */
.gray-blue {
  color: #474e5b;
}

/* line 11, ../sass/_colors.sass */
.link-blue {
  color: #2477ab;
}

/* line 13, ../sass/_colors.sass */
.teal {
  color: #2e4d58;
}

/* line 15, ../sass/_colors.sass */
.lighter-gray {
  color: #f8f8f8;
}

/* line 17, ../sass/_colors.sass */
.light-gray {
  color: #63686b;
}

/* line 19, ../sass/_colors.sass */
.gray {
  color: #293033;
}

/* line 21, ../sass/_colors.sass */
.white {
  color: #fff;
}

/* line 23, ../sass/_colors.sass */
.black {
  color: #000;
}

/* line 25, ../sass/_colors.sass */
.yellow {
  color: #fdc52e;
}

/* line 27, ../sass/_colors.sass */
.marineblue {
  color: #0ba5b3;
}

/* line 29, ../sass/_colors.sass */
.light-brown {
  color: #f2eee3;
}

/* line 31, ../sass/_colors.sass */
.success {
  color: #078636;
}

/* line 34, ../sass/_colors.sass */
.bg-orange {
  background-color: #e65c00;
}

/* line 36, ../sass/_colors.sass */
.bg-light-blue {
  background-color: #e7f4fa;
}

/* line 38, ../sass/_colors.sass */
.bg-lighter-blue {
  background-color: #f5fcfc;
}

/* line 40, ../sass/_colors.sass */
.bg-blue {
  background-color: #1a587e;
}

/* line 42, ../sass/_colors.sass */
.bg-dark-blue {
  background-color: #022a48;
}

/* line 44, ../sass/_colors.sass */
.bg-gray-blue {
  background-color: #474e5b;
}

/* line 46, ../sass/_colors.sass */
.bg-link-blue {
  background-color: #2477ab;
}

/* line 48, ../sass/_colors.sass */
.bg-teal {
  background-color: #2e4d58;
}

/* line 50, ../sass/_colors.sass */
.bg-lighter-gray {
  background-color: #f8f8f8;
}

/* line 52, ../sass/_colors.sass */
.bg-light-gray {
  background-color: #63686b;
}

/* line 54, ../sass/_colors.sass */
.bg-gray {
  background-color: #293033;
}

/* line 56, ../sass/_colors.sass */
.bg-white {
  background-color: #fff;
}

/* line 58, ../sass/_colors.sass */
.bg-black {
  background-color: #000;
}

/* line 60, ../sass/_colors.sass */
.bg-yellow {
  background-color: #fdc52e;
}

/* line 62, ../sass/_colors.sass */
.bg-marineblue {
  background-color: #0ba5b3;
}

/* line 64, ../sass/_colors.sass */
.bg-light-brown {
  background-color: #f2eee3;
}

/* line 66, ../sass/_colors.sass */
.bg-cerulean {
  background-color: #17628a;
}
.error.error-pmail {
    display: block;
}
 section.error-page .access_error .text {
    font-size: 40px;
    line-height: 1;
}

.access-error-light-font {
    font-family: "DiscoverSans-Light",sans-serif;
    font-weight: 300;
}
section.error-page .access_error {
    color: rgba(41,48,51,0.2);
    text-align: right;
}
section.error-page .access_error .code {
    font-size: 122px;
    line-height: 1;
}

.select-wrapper.subject{
   z-index:2;
}

body.contact-us .mod-select.section-select-new .selected {
  color: #022a48;
  font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
  font-size: 15px;
  font-weight: 700;
  word-spacing: 3px;
}

/* line 9, ../sass/pages/_contact.sass */
body.contact-us .information-new {
  border-bottom: 1px solid #dbdbdb;
  min-height: 0px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: min-height 0.25s ease-in-out;
  -moz-transition: min-height 0.25s ease-in-out;
  -ms-transition: min-height 0.25s ease-in-out;
  -o-transition: min-height 0.25s ease-in-out;
  transition: min-height 0.25s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
/* line 17, ../sass/pages/_contact.sass */
body.contact-us .information-new.padding {
  padding: 100px 0;
}
/* line 19, ../sass/pages/_contact.sass */
body.contact-us .information-new.small-padding {
  padding: 50px 0;
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_contact.sass */
  body.contact-us .information-new.small-padding {
    padding: 25px 0;
  }
}
/* line 23, ../sass/pages/_contact.sass */
body.contact-us .information-new.ov {
  overflow: visible;
}
/* line 26, ../sass/pages/_contact.sass */
body.contact-us .information-new form .captcha {
  margin-top: 25px;
}
/* line 28, ../sass/pages/_contact.sass */
body.contact-us .information-new form .captcha img {
  width: 50%;
}
/* line 30, ../sass/pages/_contact.sass */
body.contact-us .information-new form h5 {
  margin-bottom: -15px;
  margin-top: 15px;
}
/* line 33, ../sass/pages/_contact.sass */
body.contact-us .information-new form h5.no-top-margin {
  margin-top: 0;
}
/* line 35, ../sass/pages/_contact.sass */
body.contact-us .information-new .inner-wrap {
  position: relative;
}
@media (max-width: 767px) {
  /* line 37, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles {
    margin-bottom: 30px;
  }
  /* line 40, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles .tab {
    border-top: 4px solid #fff;
    cursor: pointer;
    text-align: center;
  }
  /* line 44, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles .tab h4 {
    color: #63686b;
    font-family: "DiscoverSans-Medium", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
  }
  /* line 50, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles .tab.active {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 4px solid #ff6000;
    box-sizing: border-box;
  }
  /* line 55, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles .tab.active h4 {
    color: #293033;
    font-family: "DiscoverSans-Bold", Arial Bold, sans-serif;
    font-weight: 700;
  }
  /* line 59, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles .tab.active:after {
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  /* line 67, ../sass/pages/_contact.sass */
  body.contact-us .information-new .mobile-toggles:after {
    border-bottom: 1px solid #dbdbdb;
    bottom: 0;
    content: "";
    left: -32px;
    position: absolute;
    right: -32px;
  }
}
@media (max-width: 767px) {
  /* line 74, ../sass/pages/_contact.sass */
  body.contact-us .information-new .online, body.contact-us .information-new .by-phone {
    display: none;
  }
  /* line 77, ../sass/pages/_contact.sass */
  body.contact-us .information-new .online.active, body.contact-us .information-new .by-phone.active {
    display: block;
  }
}
/* line 79, ../sass/pages/_contact.sass */
body.contact-us .information-new .section {
  display: inline-block;
  float: left;
  left: -100%;
  position: relative;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
  white-space: normal;
  width: 100%;
}
/* line 87, ../sass/pages/_contact.sass */
body.contact-us .information-new .section.left {
  left: -100%;
}
/* line 89, ../sass/pages/_contact.sass */
body.contact-us .information-new .section.right {
  left: 100%;
  position: absolute;
}
/* line 92, ../sass/pages/_contact.sass */
body.contact-us .information-new .section.toggled {
  left: 0;
}
/* line 94, ../sass/pages/_contact.sass */
body.contact-us .information-new .section .container {
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 94, ../sass/pages/_contact.sass */
  body.contact-us .information-new .section .container {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 98, ../sass/pages/_contact.sass */
  body.contact-us .information-new .section h3:before, body.contact-us .information-new .section h3:after {
    border: none;
  }
}
/* line 101, ../sass/pages/_contact.sass */
body.contact-us .information-new .contact-info {
  background: #f8f8f8;
  border: 1px solid #dbdbdb;
  padding: 15px 20px;
  white-space: normal;
}
/* line 106, ../sass/pages/_contact.sass */
body.contact-us .information-new .contact-info p.no-margin {
  margin: 0;
}
/* line 109, ../sass/pages/_contact.sass */
body.contact-us .information-new .contact-info li a {
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 101, ../sass/pages/_contact.sass */
  body.contact-us .information-new .contact-info {
    margin-bottom: 15px;
  }
  /* line 113, ../sass/pages/_contact.sass */
  body.contact-us .information-new .contact-info.mobile-margin {
    margin-top: 30px;
  }
}
/* line 115, ../sass/pages/_contact.sass */
body.contact-us .information-new .drawer {
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  border-width: 1px;
}
/* line 119, ../sass/pages/_contact.sass */
body.contact-us .information-new .drawer:last-child {
  border-width: 1px;
}
/* line 121, ../sass/pages/_contact.sass */
body.contact-us .information-new .drawer .toggle {
  color: #2477ab;
  font-size: 16px;
}
/* line 124, ../sass/pages/_contact.sass */
body.contact-us .information-new .drawer .copy {
  padding-left: 15px;
}
/* line 126, ../sass/pages/_contact.sass */
body.contact-us .information-new .drawers > p {
  line-height: 14px;
  margin-top: 15px;
}

label{
  font-family: DiscoverSans-Bold, Arial Bold, sans-serif;
}

footer .footer-social  a .with-hover {
    display: none
}

footer .footer-social a:hover .with-hover {
    display: block
}

footer .footer-social a:hover .without-hover {
    display: none
}

.aem-margin {
    margin-left: 140px;
}

@media (max-width: 1024px) {
  .aem-margin {
    margin-left: 50px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .aem-margin {
    margin-left: 11px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1140px) {
   .error-block {
	max-width: 900px;
	padding: 50px;
  }
  .img-error {
    height: 95px;
	width: 95px;
	margin-left: auto;
	margin-right: auto;
  }
  .h1-error {
  text-align: center;
  margin-top: 20px!important;
  display: block;
  font-size: 24px!important;
  line-height: 29px!important;
  color: #23233f;
  margin-bottom: 40px;
  }
  .h4-error {
  text-align: center;
  font-size: 16px!important;
  line-height: 21px!important;
  font-family: DiscoverSans-Bold,Arial,sans-serif!important;
  margin-bottom: 15px;
  }
  .body-error {
  text-align: center;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #23233f;
  margin-bottom: 15px;
  }
}

@media screen and (min-width: 1141px) {
  .error-block {
	max-width: 900px;
	padding-left: 0px;
	padding-right: 0px;
  }
  .img-error {
    height: 110px;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
  }
  .h1-error {
  text-align: center;
  margin-top: 25px!important;
  display: block;
  font-size: 34px!important;
  line-height: 40px!important;
  color: #23233f;
  margin-bottom: 40px;
  }
  .h4-error {
  text-align: center;
  font-size: 27px!important;
  line-height: 31.5px!important;
  font-family: DiscoverSans-Bold,Arial,sans-serif!important;
  margin-bottom: 15px;
  }
  .body-error {
  text-align: center;
  font-size: 18px!important;
  line-height: 27px!important;
  color: #23233f;
  margin-bottom: 15px;
  }
 }

@media screen and (max-width: 767px) {
  .error-block {
	max-width: 900px;
	padding: 50px 25px;
  }
  .img-error {
    height: 95px;
	width: 95px;
	margin-left: auto;
	margin-right: auto;
  }
  .h1-error {
  text-align: center;
  margin-top: 25px!important;
  display: block;
  font-size: 24px!important;
  line-height: 29px!important;
  color: #23233f;
  margin-bottom: 40px;
  }
  .h4-error {
  text-align: center;
  font-size: 16px!important;
  line-height: 21px!important;
  font-family: DiscoverSans-Bold,Arial,sans-serif!important;
  margin-bottom: 15px;
  }
  .body-error {
  text-align: center;
  font-size: 16px!important;
  line-height: 24px!important;
  color: #23233f;
  margin-bottom: 15px;
  }
}

  a.error-underline:hover {
	text-decoration: underline;
}

  a.error-underline {
	color: #3c76a7;
}

  a.error-underline:visited {
	color: #7c3a7d;
}



