/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/* line 1, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.section-wrap {
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
  *zoom: 1;
  padding-top: 50px;
}
/* line 6, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.section-wrap:first-child {
  border-top: 0;
  padding-top: 0;
}

/* line 12, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--half-tablet .col {
  display: inline-block;
  font-size: 0;
  margin-left: 3.1%;
  vertical-align: top;
  width: 47.7%;
}
/* line 18, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--half-tablet .col.col--first-tablet {
  margin: 0;
}

/* line 23, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--wrap, .col--full-width {
  margin-bottom: 50px;
}
/* line 26, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--wrap .col-first, .col--wrap .col-third, .col--full-width .col-first, .col--full-width .col-third {
  margin-bottom: 30px;
}

/* line 32, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--border .col {
  border-top: dotted 1px #8f8f8f;
  padding-top: 30px;
}
/* line 35, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--border .col.col-first {
  border-top: none;
  padding-top: 0;
}

/* line 42, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--stacked .col--wrap {
  margin-bottom: 30px;
}

/* line 46, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col--with-image {
  overflow: hidden;
  padding-right: 0;
}

/* line 51, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.col-first, .col-first-tablet, .col--full-width {
  clear: both;
}

/* line 55, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.center {
  text-align: center;
}

/* line 59, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.component-margin {
  margin-bottom: 50px;
}

/* line 63, ../../../../workspace/assets/styles/components/structure/_structure-tablet.scss */
.component-container {
  margin-bottom: 20px;
}

@media only screen and (min-width: 959px) {
  /* line 1, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col {
    display: inline-block;
    font-size: 0;
    margin-left: 2.9%;
    vertical-align: top;
    width: 48.2%;
  }
  /* line 8, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--third-desktop .col.col--first-tablet {
    margin-left: 3.1%;
  }
  /* line 12, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col.col-first, .col--third-desktop .col.col--first-desktop {
    margin: 0;
  }
  /* line 17, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col.col-third, .col--third-desktop .col {
    margin-bottom: 0;
    padding-right: 0;
    width: 30%;
  }

  /* line 25, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--full-width {
    padding-right: 33%;
  }
  /* line 28, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--full-width.col--center {
    margin: 0 auto 50px;
    padding-right: 0;
    text-align: center;
    width: 66%;
  }

  /* line 37, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--border .col {
    border-top: none;
    border-left: dotted 1px #8f8f8f;
    margin-left: 3.5%;
    padding-left: 3.5%;
    padding-top: 0;
    width: 30.5%;
  }
  /* line 44, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--border .col.col-first {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 52, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--wrap.col--swapped {
    overflow: hidden;
  }
  /* line 54, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--wrap.col--swapped .col {
    margin-left: 0;
  }
  /* line 57, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .col--wrap.col--swapped .col-first {
    float: right;
    margin-left: 3.1%;
  }

  /* line 63, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .section-wrap {
    position: relative;
  }

  /* line 67, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .section--headline {
    padding-top: 27px;
  }

  /* line 71, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .left-align {
    float: left;
  }

  /* line 75, ../../../../workspace/assets/styles/components/structure/_structure-desktop.scss */
  .right-align {
    float: right;
  }
}
/* line 1, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button, .button--primary, .button--secondary {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 37px;
  height: 3.7rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  text-decoration: none;
}

/* line 11, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button--primary {
  background: #333366;
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
  padding: 0 38px;
}
/* line 21, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.no-touch .button--primary:hover, .no-touch .button--primary:focus {
background: #ededed;
color: #333366;
}

/* line 28, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button--secondary {
  color: #333366;
  text-align: left;
}

/* line 34, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button--primary + .button--secondary {

	border-radius: 5px;
	margin-left: 15px;
  margin-top: 30px;
  padding: 0 38px;
}

/* after paragraphs, need to adjust the button margin a little */
/* line 40, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
p + .button--primary,
p + .button--primary + .button--secondary,
.list + .button--primary,
.list + .button--primary + .button--secondary,
.button--primary + p {
  margin-top: 15px;
}

/* line 49, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button-cta-component {
  margin-bottom: 50px;
  text-align: center;
}
/* line 54, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button-cta-component.button-cta--button-only .button--primary {
  margin-top: 0;
}
/* line 59, ../../../../workspace/assets/styles/components/buttons/_buttons-tablet.scss */
.button-cta-component .cta-text {
  padding: 0 10%;
}

/* line 1, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component {
  background-color: #f7f7f7;
  position: relative;
  padding: 30px 20px;
  margin-bottom: 50px;
}

/* line 8, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--toggle-button {
  background-color: #cccccc;
  background-image: url(../png/icon-arrow-white-med%402x.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 50%;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  -moz-transition: transform 250ms ease, background-color 250ms ease;
  -ms-transition: transform 250ms ease, background-color 250ms ease;
  -webkit-transition: transform 250ms ease, background-color 250ms ease;
  transition: transform 250ms ease, background-color 250ms ease;
  top: 15px;
}
/* line 22, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--toggle-button.open {
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 27, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  /* for initial display, independent of jquery */
}
/* line 35, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap:nth-child(2) .faq-component--answer, .faq-component--question-wrap.faq-component--question-wrap--second-child .faq-component--answer {
  display: block;
}
/* line 40, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap.faq-component--question-wrap--second-child {
  border-top: 1px solid #e1e1e1;
}
/* line 44, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap .closed-text {
  display: inline;
}
/* line 47, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap .opened-text {
  display: none;
}
/* line 53, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap.open .faq-component--toggle-button {
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 56, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap.open .closed-text {
  display: none;
}
/* line 59, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap.open .opened-text {
  display: inline;
}
/* line 62, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question-wrap.open .faq-component--answer {
  display: block;
}
/* line 68, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.no-touch .faq-component--question-wrap:hover, .no-touch .faq-component--question-wrap:focus {
  background-color: #f2f2f2;
}
/* line 71, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.no-touch .faq-component--question-wrap:hover .faq-component--toggle-button, .no-touch .faq-component--question-wrap:focus .faq-component--toggle-button {
  background-color: #9c9c9c;
  /* should be $shadow-gray? */
}

/* line 78, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question {
  padding: 20px 50px 20px 16px;
  cursor: pointer;
}
/* line 82, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
/* line 87, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--question:focus {
  text-decoration: underline;
}

/* line 92, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--answer {
  padding: 0px 15px;
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 98, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--answer-inner {
  padding: 0 35px 22px 0;
}

/* line 102, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0 120px 16px 15px;
}

/* line 108, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--see-all-link, .faq-component--collapse-all-link {
  color: #202020;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 100%;
  padding: 0 60px 0 20px;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  -webkit-tap-highlight-color: transparent;
}
/* line 123, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.no-touch .faq-component--see-all-link:hover, .no-touch .faq-component--collapse-all-link:hover {
  color: #333366;
}
/* line 128, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--see-all-link:focus, .faq-component--collapse-all-link:focus {
  text-decoration: underline;
}

/* line 133, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--collapse-all-link {
  display: none;
}

/* line 137, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--toggle-all-wrap {
  position: absolute;
  width: 160px;
  height: 50px;
  right: 10px;
  top: 18px;
  text-align: right;
}
/* line 146, ../../../../workspace/assets/styles/components/faq/_faq-tablet.scss */
.faq-component--toggle-all-wrap .faq-component--toggle-button {
  top: 12px;
  right: 20px;
  background-color: #333366;
}

@media only screen and (min-width: 959px) {
  /* line 1, ../../../../workspace/assets/styles/components/faq/_faq-desktop.scss */
  .faq-component--answer-inner {
    padding: 0 33% 22px 0;
  }
}
/* line 1, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component {
  background-color: #f7f7f7;
  position: relative;
  padding: 30px 20px;
  margin-bottom: 50px;
}

/* line 8, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--toggle-button {
  background-color: #cccccc;
  background-image: url(../png/icon-arrow-white-med%402x.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 50%;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  -moz-transition: transform 250ms ease, background-color 250ms ease;
  -ms-transition: transform 250ms ease, background-color 250ms ease;
  -webkit-transition: transform 250ms ease, background-color 250ms ease;
  transition: transform 250ms ease, background-color 250ms ease;
  top: 15px;
}
/* line 22, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--toggle-button.open {
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 27, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--left-col, .tips-component--right-col {
  width: 100%;
}
/* line 30, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--left-col .tips-component--tip-wrap, .tips-component--right-col .tips-component--tip-wrap {
  margin-left: 0;
}

/* line 37, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--left-col .tips-component--tip-wrap {
  /* for initial display, independent of jquery */
}
/* line 41, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--left-col .tips-component--tip-wrap:first-child .tips-component--tip-content {
  display: block;
}

/* line 49, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--right-col .tips-component--tip-wrap:first-child {
  border-top: 0;
}

/* line 54, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--clearfix {
  width: 100%;
  clear: both;
}

/* line 59, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
/* line 66, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap .closed-text {
  display: inline;
}
/* line 69, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap .opened-text {
  display: none;
}
/* line 75, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap.open .tips-component--toggle-button {
  -webkit-transform: rotate(180deg);
  -moz-transition: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 79, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap.open .closed-text {
  display: none;
}
/* line 82, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap.open .opened-text {
  display: inline;
}
/* line 88, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.no-touch .tips-component--tip-wrap:hover, .no-touch .tips-component--tip-wrap:focus {
  background-color: #f2f2f2;
}
/* line 91, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.no-touch .tips-component--tip-wrap:hover .tips-component--toggle-button, .no-touch .tips-component--tip-wrap:focus .tips-component--toggle-button {
  background-color: #9c9c9c;
  /* should be $shadow-gray? */
}
/* line 97, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-wrap:first-child {
  border-top: 1px solid #e1e1e1;
}

/* line 102, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-title {
  padding: 20px 50px 20px 16px;
}
/* line 105, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-title p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
/* line 110, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-title:focus {
  text-decoration: underline;
}

/* line 115, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--tip-content {
  padding: 0px 50px 22px 15px;
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 121, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0 120px 16px 15px;
}

/* line 127, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--see-all-link, .tips-component--collapse-all-link {
  color: #202020;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 100%;
  padding: 0 60px 0 20px;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  -webkit-tap-highlight-color: transparent;
}
/* line 142, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.no-touch .tips-component--see-all-link:hover, .no-touch .tips-component--collapse-all-link:hover {
  color: #33366;
}
/* line 147, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--see-all-link:focus, .tips-component--collapse-all-link:focus {
  text-decoration: underline;
}

/* line 152, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--collapse-all-link {
  display: none;
}

/* line 156, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--toggle-all-wrap {
  position: absolute;
  width: 160px;
  height: 50px;
  right: 10px;
  top: 18px;
  text-align: right;
}
/* line 165, ../../../../workspace/assets/styles/components/tips/_tips-tablet.scss */
.tips-component--toggle-all-wrap .tips-component--toggle-button {
  background-color: #333366;
  right: 20px;
  top: 12px;
}

@media only screen and (min-width: 959px) {
  /* line 1, ../../../../workspace/assets/styles/components/tips/_tips-desktop.scss */
  .tips-component--left-col, .tips-component--right-col {
    width: 50%;
    float: left;
  }

  /* line 7, ../../../../workspace/assets/styles/components/tips/_tips-desktop.scss */
  .tips-component--left-col .tips-component--tip-wrap {
    margin-right: 10px;
  }

  /* line 13, ../../../../workspace/assets/styles/components/tips/_tips-desktop.scss */
  .tips-component--right-col .tips-component--tip-wrap {
    margin-left: 10px;
  }
  /* line 16, ../../../../workspace/assets/styles/components/tips/_tips-desktop.scss */
  .tips-component--right-col .tips-component--tip-wrap:first-child {
    border-top: 1px solid #e1e1e1;
  }
}
/* line 1, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table {
  margin-bottom: 50px;
}
/* line 5, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table table {
  table-layout: fixed;
  width: 100%;
}
/* line 12, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table thead th {
  background-color: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
}
/* line 17, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table thead th:first-child {
  border-left: 1px solid #e8e8e8;
  background-color: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec));
  background-image: -moz-linear-gradient(top, #f4f4f4, #ececec);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #ececec);
  background-image: linear-gradient(to bottom, #f4f4f4, #ececec);
}
/* line 25, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table th, .regular-table td {
  color: #202020;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 15px 5px;
  text-align: center;
}
/* line 34, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table th {
  background-color: #f7f7f7;
  font-family: "HelveticaNeueW02-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 37, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table th a {
  text-decoration: none;
}
/* line 43, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
/* line 46, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table tbody th {
  border-left: 1px solid #e8e8e8;
}
/* line 49, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table tbody td {
  border-right: 1px solid #e8e8e8;
}
/* line 56, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--no-header-row thead th:first-child {
  background-color: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
}
/* line 62, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--no-header-row tbody td {
  border-left: 1px solid #e8e8e8;
}
/* line 68, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded {
  border-top: solid 1px #dadada;
}
/* line 72, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead th,
.regular-table.regular-table--embedded thead td,
.regular-table.regular-table--embedded tbody th,
.regular-table.regular-table--embedded tbody td {
  background: none;
  border-left: solid 1px #dadada;
  border-right: none;
  text-align: left;
  padding: 15px;
}
/* line 79, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead th:first-child,
.regular-table.regular-table--embedded thead td:first-child,
.regular-table.regular-table--embedded tbody th:first-child,
.regular-table.regular-table--embedded tbody td:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 84, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead tr,
.regular-table.regular-table--embedded tbody tr {
  border-bottom: solid 1px #dadada;
}
/* line 89, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead th {
  border-bottom: solid 1px #dadada;
}

/* line 1, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table {
  margin-bottom: 50px;
  position: relative;
}
/* line 5, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table td, .scalable-table th {
  color: #202020;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
}
/* line 11, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table td {
  border: 1px solid #e8e8e8;
  padding: 30px 20px;
  text-align: center;
}
/* line 17, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table th {
  text-align: center;
  font-family: "HelveticaNeueW02-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 23, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table tr:last-child td, .scalable-table tr:last-child th {
  border-bottom: 0;
}
/* line 28, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-wrap {
  position: relative;
}
/* line 31, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-wrap:after {
  box-shadow: -5px 0 12px -6px rgba(2, 3, 3, 0.3);
  content: " ";
  height: 99%;
  position: absolute;
  right: -20px;
  top: 2px;
  width: 20px;
  z-index: 1;
}
/* line 44, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.no-touch .scalable-table .scalable-table-wrap:hover .scalable-table-arrows .scalable-table-arrow.visible {
  opacity: 1;
}
/* line 51, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-header-column {
  position: relative;
}
/* line 54, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-header-column th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
}
/* line 60, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-header-column tr:first-child th {
  background-color: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec));
  background-image: -moz-linear-gradient(top, #f4f4f4, #ececec);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #ececec);
  background-image: linear-gradient(to bottom, #f4f4f4, #ececec);
  border-bottom: 1px solid #d9d9d9;
}
/* line 66, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-header-column:after {
  box-shadow: 5px 0 12px -6px rgba(2, 3, 3, 0.3);
  content: " ";
  height: 99%;
  position: absolute;
  right: 1px;
  top: 2px;
  width: 20px;
  z-index: 1;
}
/* line 78, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-scrolling-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
}
/* line 84, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-scrolling-container th {
  background-color: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 20px;
}
/* line 94, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-arrows .scalable-table-arrow {
  background: transparent url(../png/icon-arrow-cursor-sb.png) no-repeat 0 0;
  height: 32px;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  position: absolute;
  width: 20px;
}
/* line 101, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-arrows .scalable-table-arrow.visible {
  filter: none;
  opacity: .5;
}
/* line 106, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-arrows .scalable-table-arrow:focus.visible {
  filter: none;
  opacity: 1;
}
/* line 112, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-arrows .scalable-table-right-arrow {
  filter: alpha(opacity=0);
  opacity: 0;
  right: 20px;
  top: 53%;
}
/* line 118, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-arrows .scalable-table-left-arrow {
  background-position: 0 -32px;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 20px;
  top: 53%;
}
/* line 125, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.touch .scalable-table .scalable-table-arrows {
  visibility: hidden;
}
/* line 130, ../../../../workspace/assets/styles/components/scalable-table/_scalable-table-tablet.scss */
.scalable-table .scalable-table-content tr th:first-child, .scalable-table .scalable-table-content tr td:first-child {
  border-left: 0;
}

/* line 3, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs {
  margin-bottom: 50px;
  position: relative;
}

/* line 8, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 0;
}
/* line 15, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title .horizontal-tabs--tab-link {
  background-color: #f2f2f2;
  background-size: 100%;
  color: #333366;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 31, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.no-touch .horizontal-tabs--tab-link:hover, .no-touch .horizontal-tabs--tab-link:focus {
  background: #ececec;
  color: #606060;
}

/* line 36, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title--one-of-two {
  width: 50%;
  left: 0;
}

/* line 37, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title--two-of-two {
  width: 50%;
  left: 50%;
}

/* line 38, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title--one-of-three {
  width: 33.33%;
  left: 0;
}

/* line 39, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title--two-of-three {
  width: 33.33%;
  left: 33.33%;
}

/* line 40, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-title--three-of-three {
  width: 33.33%;
  left: 66.66%;
}

/* line 43, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-content {
  display: none;
  margin-top: 60px;
  padding-top: 30px;
  width: 100%;
}

/* line 50, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.horizontal-tabs--tab-content-inner {
  display: block;
  margin-bottom: 30px;
}

/* line 57, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.active .horizontal-tabs--tab-title .horizontal-tabs--tab-link {
  background: #333366;
  
  color: #fff;
}
/* line 63, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-tablet.scss */
.active .horizontal-tabs--tab-content {
  display: inline-block;
}

@media only screen and (min-width: 959px) {
  /* line 1, ../../../../workspace/assets/styles/components/horizontal-tabs/_horizontal-tabs-desktop.scss */
  .horizontal-tabs--tab-content-inner {
    padding-right: 33%;
  }
}
/* line 4, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs {
  background-color: #f7f7f7;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
}
/* line 10, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs .vertical-tabs--wrap {
  position: relative;
}
/* line 12, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs .vertical-tabs--wrap > ol > li {
  margin-bottom: -3px;
}
/* line 15, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs .vertical-tabs--wrap > ol > li:first-child {
  border-top: 1px solid #e2e2e2;
}
/* line 20, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs .vertical-tabs--header {
  padding-left: 19px;
}

/* line 25, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--tab-title {
  display: inline-block;
  width: 100%;
}
/* line 29, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--tab-title .vertical-tabs--tab-link {
  border-bottom: 1px solid #e2e2e2;
  color: #333366;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 54px;
  line-height: 54px;
  margin-right: -36px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 47, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.no-touch .vertical-tabs--tab-link:hover, .no-touch .vertical-tabs--tab-link:focus {
  background: #ececec;
  color: #333366;
}

/* line 52, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--tab-content {
  border-bottom: 1px solid #e2e2e2;
  display: none;
  overflow: hidden;
  padding: 20px;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
/* line 59, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--tab-content img {
  margin-bottom: 12px;
}
/* line 63, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--tab-content .button--primary {
  margin-bottom: 30px;
}
/* line 65, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--tab-content .button--primary + .button--secondary {
  margin-top: -25px;
  margin-bottom: 30px;
}

/* line 76, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--wrap .active .vertical-tabs--tab-title .vertical-tabs--tab-link {
  background-color: #333366;
  color: #fff;
  padding-right: 36px;
}
/* line 81, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--wrap .active .vertical-tabs--tab-title .vertical-tabs--tab-link:after {
  background: transparent url(../png/icon-arrow-white-med%402x.png) no-repeat center center;
  background-size: 50%;
  content: " ";
  height: 26px;
  width: 26px;
  position: absolute;
  right: 10px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 13px;
}
/* line 94, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-tablet.scss */
.vertical-tabs--wrap .active .vertical-tabs--tab-content {
  display: block;
}

@media only screen and (min-width: 959px) {
  /* line 3, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs {
    overflow: hidden;
  }
  /* line 7, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs .vertical-tabs--wrap > ol > li:first-child {
    border-top: 0;
  }
  /* line 10, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs .vertical-tabs--wrap > ol > li:first-child .vertical-tabs--tab-link {
    border-top: 1px solid #e2e2e2;
  }
  /* line 15, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs .vertical-tabs--wrap > ol:after {
    background: -webkit-radial-gradient(0% 50%, 15px 45%, #ccc 0%, #f7f7f7 100%);
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
  }

  /* line 28, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs--tab-title {
    padding-right: 25px;
    width: 50%;
  }

  /* line 33, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs--tab-content {
    border-bottom: 0;
    left: 50%;
    margin: 0 25px 25px;
    position: absolute;
    top: 0;
    width: 50%;
  }

  /* line 44, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs--wrap .active .vertical-tabs--tab-content {
    padding: 0 50px 0 0;
    display: inline-block;
  }
  /* line 50, ../../../../workspace/assets/styles/components/vertical-tabs/_vertical-tabs-desktop.scss */
  .vertical-tabs--wrap .active .vertical-tabs--tab-title .vertical-tabs--tab-link:after {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
/* line 1, ../../../../workspace/assets/styles/components/learn-more/_learn-more-tablet.scss */
.learn-more-component > .col {
  margin-bottom: 50px;
}

/* line 5, ../../../../workspace/assets/styles/components/learn-more/_learn-more-tablet.scss */
.learn-more {
  position: relative;
}

/* line 9, ../../../../workspace/assets/styles/components/learn-more/_learn-more-tablet.scss */
.learn-more--content {
  background-color: #f7f7f7;
  position: relative;
  padding: 30px 0 0 30px;
}
/* line 14, ../../../../workspace/assets/styles/components/learn-more/_learn-more-tablet.scss */
.learn-more--content:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  content: "";
  height: 0;
  left: 25px;
  position: absolute;
  top: -10px;
  width: 0;
}
/* line 26, ../../../../workspace/assets/styles/components/learn-more/_learn-more-tablet.scss */
.learn-more--content:after {
  content: '';
  clear: both;
}
/* line 31, ../../../../workspace/assets/styles/components/learn-more/_learn-more-tablet.scss */
.learn-more--content .learn-more--content-inner {
  padding: 0 30px 30px 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 959px) {
  /* line 3, ../../../../workspace/assets/styles/components/learn-more/_learn-more-desktop.scss */
  .col-second .learn-more--content:before {
    margin-left: 50%;
  }
  /* line 7, ../../../../workspace/assets/styles/components/learn-more/_learn-more-desktop.scss */
  .learn-more--content .learn-more--content-inner {
    padding: 0 50% 40px 0;
  }

  /* line 12, ../../../../workspace/assets/styles/components/learn-more/_learn-more-desktop.scss */
  .learn-more {
    position: relative;
    width: 207.33%;
  }
  /* line 15, ../../../../workspace/assets/styles/components/learn-more/_learn-more-desktop.scss */
  .col-second .learn-more {
    left: -107.33%;
  }
}
/* line 2, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component {
  position: relative;
  margin-bottom: 50px;
}
/* line 6, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--link {
  display: block;
  text-decoration: none;
}
/* line 10, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--image {
  display: block;
}
/* line 13, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--header {
  padding: 37px 25px;
  background: #333366;
}
/* line 16, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--header .landing-hero-component--title {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 33px;
  line-height: 3.3rem;
}
/* line 21, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--header .landing-hero-component--title sup {
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: super;
}
/* line 26, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--header .landing-hero-component--cta {
  color: #fff;
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 30, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-tablet.scss */
.landing-hero-component .landing-hero-component--header .landing-hero-component--cta:after {
  background-color: transparent;
  background-image: url(../png/icons%402x-sb.png);
  background-position: 0px 0px;
  background-size: 71px 154px;
  width: 13px;
  height: 8px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  content: '';
  display: inline-block;
  left: 3px;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 959px) {
  /* line 2, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-desktop.scss */
  .landing-hero-component .landing-hero-component--header {
    opacity: .93;
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
  }
  /* line 8, ../../../../workspace/assets/styles/components/landing-hero/_landing-hero-desktop.scss */
  .landing-hero-component .landing-hero-component--header .landing-hero-component--title {
    min-height: 65px;
  }
}
/* grey bar component */
/* line 2, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.grey-bar-component {
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333366;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  width: 100%;
  padding: 10px;
}
/* line 13, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.grey-bar-component .grey-bar-component--link {
  display: block;
  text-decoration: none;
}
/* line 19, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.grey-bar-component .grey-bar-component--text:after {
  display: block;
  background-color: transparent;
  background-image: url(../png/icons%402x-sb.png);
  background-position: -4px -12px;
  background-size: 71px 149px;
  width: 18px;
  height: 16px;
  content: "";
  margin: 17px auto;
}
/* line 27, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.grey-bar-component .grey-bar-component--cta {
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 30, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.grey-bar-component .grey-bar-component--cta:after {
  background: url(../png/icon-arrow-blue-med%402x-sb.png) no-repeat 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transition: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: -6px;
  position: relative;
  top: 6px;
  width: 20px;
}

/* icon cta component */
/* line 47, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--link {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  max-width: 145px;
}
/* line 53, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--link:hover .icon-cta--image {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* line 58, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--image-wrap {
  min-height: 70px;
}
/* line 61, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--image {
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 0 auto;
  display: block;
}
/* line 66, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--label {
  margin: 20px 0 50px;
  text-align: center;
  color: #333366;
}
.icon-cta--link:hover .icon-cta--label {
  color: #606060;
}

/* line 72, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--stamp .icon-cta--image {
  width: 68px;
}
/* line 76, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--supplies .icon-cta--image {
  width: 68px;
}
/* line 81, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--calculate .icon-cta--image {
  width: 55px;
}
/* line 85, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--pickup .icon-cta--image {
  width: 61px;
}
/* line 89, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--zip .icon-cta--image {
  width: 66px;
}
/* line 93, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.component--icon-cta-group .icon-cta--locations .icon-cta--image {
  width: 52px;
}

/* track your package tool */
/* line 100, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.track-package--tool {
  border-top: 4px solid #e51e2b;
  box-shadow: 0 1px 2px rgba(1, 2, 2, 0.2);
  background-color: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
  margin: 40px 0 50px;
  padding: 30px 4.5%;
}
/* line 107, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.track-package--tool .track-package--heading {
  color: #333366;
  padding-right: 20px;
}
/* line 114, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.track-package--tool .track-package--input-wrap .input--wrap {
  width: 100%;
}
/* line 118, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.track-package--tool .track-package--input-wrap .input--field {
  padding-right: 30px;
  width: 95%;
}
/* line 123, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.track-package--tool .track-package--input-wrap .input--search {
  background-color: transparent;
  background-image: url(../png/icons%402x-sb.png);
  background-position: 0px -52px;
  background-size: 71px 154px;
  width: 26px;
  height: 27px;
  position: absolute;
  right: 6px;
  text-indent: -9999px;
  top: 6px;
}
/* line 129, ../../../../workspace/assets/styles/_mixins.scss */
.track-package--tool .track-package--input-wrap .input--search:focus {
  outline: 1px solid #0a8efb;
  overflow: hidden;
}

/* alert component */
/* line 136, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.section-wrap .alert-component {
  background: #fff;
  padding: 0;
  margin-bottom: 50px;
}
/* line 141, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.section-wrap .alert-component:before {
  background: transparent url(../png/alert-sprite%402x.png) 0 0 no-repeat;
  background-size: 18px;
  height: 19px;
  width: 18px;
}
/* line 148, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.section-wrap .alert-component .alert--link {
  color: #e51e2b;
}
/* line 152, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.no-touch .section-wrap .alert-component .alert--link:hover {
  color: #202020;
}

/* header link component */
/* line 162, ../../../../workspace/assets/styles/components/widgets/_widgets-tablet.scss */
.header-link-component:after {
  content: '';
  clear: both;
  display: block;
}

@media only screen and (min-width: 959px) {
  /* grey bar component */
  /* line 4, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .grey-bar-component {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background-color: #f2f2f2;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
    background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
    background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0;
  }
  /* line 13, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .grey-bar-component .grey-bar-component--text {
    display: inline-block;
    margin-right: 30px;
  }
  /* line 16, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .grey-bar-component .grey-bar-component--text:after {
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
    top: 6px;
  }
  /* line 24, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .grey-bar-component .grey-bar-component--cta {
    display: inline-block;
  }

  /* icon cta component */
  /* line 30, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .component--icon-cta-group {
    margin: 0 50px;
  }

  /* track your package tool */
  /* line 35, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .track-package--tool {
    overflow: hidden;
  }
  /* line 38, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .track-package--tool .track-package--heading {
    float: left;
    margin-bottom: 10px;
    padding-top: 6px;
  }
  /* line 44, ../../../../workspace/assets/styles/components/widgets/_widgets-desktop.scss */
  .track-package--tool .track-package--input-wrap {
    overflow: hidden;
  }
}
/* line 1, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component {
  text-align: center;
}
/* line 4, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component .benefits-component--image {
  margin-bottom: 30px;
  max-width: 295px;
  /* allows us to use optimized images at twice the width */
}
/* line 9, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component .benefits-component--link {
  color: #202020;
  display: block;
  text-decoration: none;
}
/* line 15, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component .benefits-component--title {
  font-family: "HelveticaNeueW02-77BdCn 694069", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 24, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component.benefits-component--with-icon .col-third {
  padding-bottom: 16px;
  position: relative;
}
/* line 27, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component.benefits-component--with-icon .col-third:after {
  background-color: transparent;
  background-image: url(../png/icons%402x-sb.png);
  background-position: 0px -12px;
  background-size: 71px 154px;
  width: 22px;
  height: 17px;
  content: "";
  left: 50%;
  margin-left: -9px;
  position: absolute;
}
/* line 37, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component.benefits-component--with-image, .benefits-component.benefits-component--with-button {
  position: relative;
}
/* line 40, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component.benefits-component--with-image .benefits-component--title, .benefits-component.benefits-component--with-button .benefits-component--title {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 43, ../../../../workspace/assets/styles/components/benefits/_benefits-tablet.scss */
.benefits-component.benefits-component--with-image .button--primary, .benefits-component.benefits-component--with-button .button--primary {
  margin-top: 8px;
}

@media only screen and (min-width: 959px) {
  /* line 4, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-icon {
    display: table;
  }
  /* line 6, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-icon .col-third {
    display: table-cell;
    padding-left: 3.1%;
  }
  /* line 9, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-icon .col-third:after {
    position: absolute;
    bottom: 0;
    left: 53.1%;
    margin-left: 0;
  }
  /* line 16, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-icon .col-first {
    padding-left: 0;
  }
  /* line 18, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-icon .col-first:after {
    left: 50%;
    margin-left: -9px;
  }
  /* line 25, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-image {
    font-size: 0;
  }
  /* line 27, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-image .col-third {
    width: 31.3%;
  }
  /* line 30, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-image .benefits-component--image {
    width: 100%;
  }
  /* line 35, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button {
    display: table;
  }
  /* line 37, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button .col-third {
    display: table-cell;
    padding-left: 3.1%;
    padding-bottom: 46px;
  }
  /* line 41, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button .col-third .button-wrapper {
    width: 30%;
  }
  /* line 45, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button .col-first {
    padding-left: 0;
  }
  /* line 47, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button .col-first .button-wrapper {
    width: 33.1%;
  }
  /* line 51, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button .button-wrapper {
    position: absolute;
    bottom: 0;
  }
  /* line 55, ../../../../workspace/assets/styles/components/benefits/_benefits-desktop.scss */
  .benefits-component.benefits-component--with-button .button--primary {
    margin-top: 0;
  }
}
/* line 1, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--section {
  position: relative;
  /* addresses a weird bug with IE9 and iframe positioning */
}
/* line 4, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--section .video--poster {
  left: 0;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  visibility: visible;
  -moz-transition: visibility 0s 1s, opacity 500ms linear;
  -ms-transition: visibility 0s 1s, opacity 500ms linear;
  -webkit-transition: visibility 0s 1s, opacity 500ms linear;
  transition: visibility 0s 1s, opacity 500ms linear;
  z-index: 2;
}
/* line 14, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--section .video--poster.fade-out {
  visibility: hidden;
  opacity: 0;
}
/* line 23, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--section.video--open .video--player .yt-video {
  position: absolute;
}

/* line 30, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--player {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
/* line 37, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--player .yt-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 46, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--play-button {
  display: block;
}
/* line 49, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.video--play-button .video--play-circle {
  background-color: transparent;
  background-image: url(../png/icons%402x-sb.png);
  background-position: 0px -83px;
  background-size: 71px 154px;
  width: 71px;
  height: 71px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  text-indent: -9999px;
  top: 0;
}
/* line 63, ../../../../workspace/assets/styles/components/video/_video-tablet.scss */
.no-touch .video--play-button:hover .video--play-circle {
  opacity: .83;
}

/* line 1, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.ordered-list.legal-disclaimers {
  color: #202020;
  font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 50px;
  padding-right: 20%;
}
/* line 8, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.ordered-list.legal-disclaimers > li {
  margin-bottom: 12px;
}

/* line 13, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.legal-disclaimers--link {
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  top: -2px;
}

/* line 21, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.legal-disclaimers--definition {
  color: #202020;
  display: inline;
  text-decoration: none;
}

/* line 27, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.legal-disclaimers--back-link {
  display: inline-block;
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
/* line 32, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.legal-disclaimers--back-link:after {
  background: url(../png/icon-arrow-blue-med%402x-sb.png) no-repeat 0 0;
  background-size: 50%;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  width: 20px;
}

/* line 45, ../../../../workspace/assets/styles/components/legal-disclaimers/_legal-disclaimers-tablet.scss */
.inline-legal {
  margin-top: 30px;
}

/* Magnific Popup CSS */
/* line 78, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

/* line 95, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 107, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 122, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 133, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 140, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 150, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 157, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 161, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 167, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 174, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 179, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 190, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 209, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 220, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 230, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 232, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 240, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 247, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 254, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #292929 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #292929 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525252), color-stop(100%, #292929));
  background: #292929 -moz-linear-gradient(top, #525252, #292929);
  background: #292929 -webkit-linear-gradient(top, #525252, #292929);
  background: #292929 linear-gradient(to bottom, #525252, #292929);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 268, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 276, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 40px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 297, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 310, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 316, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
}

/* line 326, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

/* line 337, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 350, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 353, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 360, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 376, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 384, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 393, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 396, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 401, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 408, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 410, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 415, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 426, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 429, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 434, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 438, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 443, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background: #000;
}

/* Main image in popup */
/* line 463, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 478, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}
/* line 480, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background: #444;
}
/* line 494, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 500, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 504, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 512, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 521, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 528, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 541, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 546, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 552, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 556, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 561, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 571, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 575, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 579, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 599, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 603, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 607, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 611, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 623, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 626, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 633, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 636, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 639, ../../../../workspace/assets/styles/components/lightbox/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 3, ../../../../workspace/assets/styles/components/lightbox/_lightbox-tablet.scss */
.lightbox-component--arrow {
  max-width: 100%;
  position: relative;
  display: block;
  float: left;
}
/* line 9, ../../../../workspace/assets/styles/components/lightbox/_lightbox-tablet.scss */
.lightbox-component--arrow .lightbox-component-icon {
  display: none;
}
/* line 14, ../../../../workspace/assets/styles/components/lightbox/_lightbox-tablet.scss */
.lightbox-component--arrow:after {
  content: ' ';
  display: block;
  font-size: 28px;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 40px;
  bottom: 0;
  right: 0;
  position: absolute;
  line-height: 35px;
  background-image: url(../png/icon-search-white%402x.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #333366;
  background-size: 50%;
}
/* line 33, ../../../../workspace/assets/styles/components/lightbox/_lightbox-tablet.scss */
.no-touch .lightbox-component--arrow:hover:after, .no-touch .lightbox-component--arrow:focus:after, .no-touch .lightbox-component--arrow:visited:after {
  background-color: #002850;
}

/* line 41, ../../../../workspace/assets/styles/components/lightbox/_lightbox-tablet.scss */
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

/* line 45, ../../../../workspace/assets/styles/components/lightbox/_lightbox-tablet.scss */
.rgba .mfp-bg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
}


/* test fix for horizontal tabs */
a.horizontal-tabs--tab-link {
}
li.active a.horizontal-tabs--tab-link {
                font-size: 1.4rem;
                font-size: 14px;

  }
  .horizontal-tabs--tab-title .horizontal-tabs--tab-link {
                font-size: 1.5rem;
                font-size: 15px;
                font-family:"HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

