/* was f1f1f1 */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

.ui-autocomplete-loading {
  background: white url("/img/ajax-loader.gif") right center no-repeat; }

* html .ui-autocomplete {
  width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 227px;
  background: #ffffff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #C8C8C8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .ui-menu .ui-menu {
    margin-top: -3px; }
  .ui-menu .ui-menu-item {
    display: block;
    padding: 10px;
    margin: 0;
    width: 100%; }
    .ui-menu .ui-menu-item a {
      text-decoration: none;
      display: block;
      padding: .2em .4em;
      line-height: 1.5;
      zoom: 1; }
    .ui-menu .ui-menu-item:hover {
      background: #009FC3;
      color: #ffffff;
      cursor: pointer; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size: 1.6rem;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  display: block;
  position: relative; }
  .selectboxit-container .selectboxit:after {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    background: #EDEDED url("/img/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px 9px;
    background-position: center center;
    border-left: 1px solid #C8C8C8;
    position: absolute;
    top: 0;
    right: 0; }

.selectboxit-container select {
  display: block;
  width: 100%; }

.selectboxit-container {
  width: 100%; }

.selectboxit-container .selectboxit {
  width: 100%; }

.selectboxit-container .selectboxit-open:after {
  content: "\f106"; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 37px;
  line-height: 37px;
  display: block; }

.form--small-fields .selectboxit-container span, .form--small-fields .selectboxit-container .selectboxit-options a {
  height: 40px;
  line-height: 4rem; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  position: absolute;
  top: 0;
  left: 5px; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 99999;
  border-radius: 8px;
  text-align: left;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 48px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  display: none;
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #ffffff; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #ffffff; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #4A4A4A;
  background-color: #ffffff; }
  .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor:hover {
    background-color: #D7453E;
    color: #ffffff; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

@media screen and (min-width: 1180px) {
  .selectboxit-container .selectboxit:after {
    height: 37px;
    line-height: 37px; }
  .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 37px;
    line-height: 37px; }
  .selectboxit-arrow-container {
    width: 37px; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  /* to overcome selectBoxIt, which sets itself to 999999 */
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.terms-popup .mfp-content {
  max-height: 500px; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: white; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 800px !important; }

@media (max-width: 800px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100% !important; } }

.mfp-content h3 {
  font-size: 3.7rem;
  font-weight: 300;
  margin-bottom: 8px; }

.mfp-content .intro {
  margin-bottom: 20px; }

.mfp-content__inner {
  padding: 20px; }

@media (min-width: 640px) {
  .mfp-content__inner {
    padding: 20px 30px; } }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.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; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.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 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.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
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .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) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.ceus-table .table-data .c2, .ceus-table .table-data .c5 {
  color: #18A0C1; }

.ceus-table .table-row {
  color: #000000; }

@media screen and (max-width: 33.6875em) {
  .ceus-table .table-row,
  .ceus-table .table-cell {
    display: block;
    width: 100%;
    font-size: 1.6rem !important; }
  .ceus-table .table-heading {
    display: none; }
  .ceus-table .c1 {
    font-size: 1.4rem !important;
    padding: 0 0 0.25em 0 !important; }
  .ceus-table .c2 {
    font-weight: bold;
    padding: 0 0 0.25em 0 !important; }
  .ceus-table .c3, .ceus-table .c4 {
    padding: 0 !important; }
  .ceus-table .c5 {
    display: none; }
  .ceus-table .table-data {
    padding: 15px 10px; }
    .ceus-table .table-data:hover .c2 {
      text-decoration: underline; }
  .ceus-table .table-cell:first-child {
    padding-left: 0; }
  .ceus-table .table-cell:last-child {
    padding-right: 0; } }

@media screen and (min-width: 56.25em) {
  .ceus-table .c1 {
    width: 12%; }
  .ceus-table .c2 {
    width: 44%; }
  .ceus-table .c3 {
    width: 12%; }
  .ceus-table .c4 {
    width: 20%; }
  .ceus-table .c5 {
    width: 12%; } }

.account__columns::after {
  clear: both;
  content: "";
  display: table; }

.account__col {
  display: block;
  margin-bottom: 40px; }

.account__left .rounded-box {
  padding-bottom: 40px; }

.account .rounded-box {
  position: relative; }
  .account .rounded-box .form__required-notice {
    top: 10px;
    right: 15px; }

.account .form {
  margin-top: 25px; }

.account__heading {
  font-size: 3.2rem;
  line-height: 1.2; }

.account__options::after {
  clear: both;
  content: "";
  display: table; }

.account__option-icon {
  position: relative; }
  .account__option-icon .sprite {
    display: block;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all, 0.2s; }
  .account__option-icon svg {
    width: 60px;
    height: 60px; }
  .account__option-icon__label {
    display: block;
    color: black;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top: 5px;
    text-align: center; }

@media screen and (min-width: 56.25em) {
  .account__col {
    display: inline-block;
    float: left; }
  .account__left {
    width: 65.5%;
    margin-right: 3.5%; }
    .account__left .rounded-box {
      padding-bottom: 40px; }
  .account__right {
    width: 31%; } }

@media (max-width: 399px), (min-width: 680px) and (max-width: 725px), (min-width: 901px) and (max-width: 1059px) {
  .account__option-icon {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 5%; }
    .account__option-icon:nth-child(2n+2) {
      margin-right: 0; } }

@media (min-width: 400px) and (max-width: 679px), (min-width: 726px) and (max-width: 900px), (min-width: 1060px) {
  .account__option-icon {
    display: inline-block;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%; }
    .account__option-icon:nth-child(3n+3) {
      margin-right: 0; } }

.downloads .table-cell {
  line-height: 1.4 !important;
  padding-right: 20px !important; }

.downloads .icon-filetype svg {
  vertical-align: top;
  margin-top: -1px;
  margin-right: 2px;
  width: 24px !important;
  height: 24px !important; }

.downloads .icon-download svg {
  vertical-align: top;
  margin-right: 2px;
  width: 18px !important;
  height: 18px !important; }

.downloads .icon-info svg {
  vertical-align: top;
  margin-right: 2px;
  margin-top: 2px;
  width: 18px !important;
  height: 18px !important; }

.downloads .icon {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.downloads .link-text {
  display: inline-block; }

.webinar-downloads .table-heading {
  display: none; }

.webinar-downloads .download-meta {
  margin-top: 3px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #7B7B7B; }

.webinar-downloads .c1 {
  width: 100%; }
  .webinar-downloads .c1 .title-link {
    font-weight: bold;
    font-size: 1.6rem; }

.webinar-downloads .c2,
.webinar-downloads .c3,
.webinar-downloads .c4,
.webinar-downloads .c5 {
  display: none; }

@media screen and (min-width: 48em) {
  .webinar-downloads .table-heading {
    display: table-row; }
  .webinar-downloads .c1 {
    width: 53%; }
    .webinar-downloads .c1 .title-link {
      font-weight: normal; }
  .webinar-downloads .c2,
  .webinar-downloads .c3,
  .webinar-downloads .c4,
  .webinar-downloads .c5 {
    display: table-cell; }
  .webinar-downloads .c2 {
    width: 15%; }
  .webinar-downloads .c3 {
    width: 12%; }
  .webinar-downloads .c4 {
    width: 10%; }
  .webinar-downloads .c5 {
    width: 10%;
    white-space: nowrap; }
  .webinar-downloads .download-meta {
    display: None; } }

@media screen and (max-width: 47.9375em) {
  .user-downloads .table,
  .user-downloads .table-row,
  .user-downloads .table-cell {
    display: block;
    width: 100% !important;
    background: #ffffff;
    font-size: 1.6rem !important;
    line-height: 1.4 !important; }
  .user-downloads .table-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C8C8C8; }
    .user-downloads .table-row:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
    .user-downloads .table-row:nth-child(odd) {
      background: none !important; }
  .user-downloads .table-heading {
    display: none; }
  .user-downloads .c1 {
    padding-left: 0 !important; }
    .user-downloads .c1 .icon {
      display: none; }
    .user-downloads .c1 .icon-link {
      font-weight: 700; } }

.user-downloads .c1 {
  width: 25%; }

.user-downloads .c2 {
  width: 55%; }

.user-downloads .c3 {
  width: 10%; }

.user-downloads .c4 {
  width: 10%;
  white-space: nowrap; }

.manage-addresses__heading {
  margin-bottom: 20px; }

.manage-addresses .table-row {
  color: #000000; }

.manage-addresses .icon-link {
  color: #18A0C1;
  white-space: nowrap; }
  .manage-addresses .icon-link svg {
    vertical-align: top;
    margin-top: 2px; }

.manage-addresses__address {
  margin: 20px 0;
  padding: 20px 30px;
  background: #EDEDED; }
  .manage-addresses__address ul {
    list-style-type: none; }

.manage-contacts .table {
  margin-top: 25px; }
  .manage-contacts .table .icon-checkmark svg {
    width: 28px;
    height: 28px;
    color: #000000; }

#contacts-listing .c3,
#contacts-listing .c4 {
  text-align: center; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  font-size: 62.5%; }

*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit; }

body {
  font-size: 1.6rem;
  font-family: "museo-sans";
  font-weight: 300; }

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

a {
  text-decoration: none;
  color: #009FC3; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit;
  line-height: 1.1; }

h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em; }

p {
  line-height: 1.4; }

a.dark-link {
  color: #000000;
  text-decoration: none; }
  a.dark-link:hover {
    color: #000000;
    text-decoration: underline; }

a.blue-link {
  color: #18A0C1;
  text-decoration: none; }
  a.blue-link:hover {
    color: #006982;
    text-decoration: underline; }

.text p {
  margin: 0 0 1em; }
  .text p:last-of-type {
    margin-bottom: 0; }

.text ul {
  margin: 0 0 20px 30px; }
  .text ul li {
    line-height: 1.4em; }
  .text ul ul {
    margin-bottom: 0; }

.nowrap {
  white-space: nowrap; }

.wf-loading {
  opacity: 0; }

.button {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: 100px;
  text-transform: uppercase; }
  .button--full-width {
    width: 100%; }
  .button--gray {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #C8C8C8;
    color: #000000; }
    .button--gray:hover {
      background: #979797; }
  .button--blue {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #18A0C1;
    color: white; }
    .button--blue:hover {
      background: #006982; }
  .button--medium {
    padding: 9px 25px 7px 25px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    min-width: 160px; }
  .button--small {
    padding: 4px 30px;
    min-width: 110px;
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .button .icon-angle-left,
  .button .icon-angle-right {
    opacity: 0.6; }
    .button .icon-angle-left svg,
    .button .icon-angle-right svg {
      width: 10px;
      height: 10px; }
  .button.has-icon {
    position: relative; }
    .button.has-icon .button__label {
      position: relative;
      padding-left: 38px; }
    .button.has-icon .icon {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-45%);
      transform: translateY(-45%); }
      .button.has-icon .icon svg {
        width: 27px;
        height: 27px; }
  .button.has-icon.small-icon .icon svg {
    width: 16px;
    height: 16px; }
  .button.has-icon.small-icon .button__label {
    padding-left: 25px !important; }
  .button.disabled {
    color: #7B7B7B;
    background-color: #EDEDED;
    cursor: not-allowed; }
  .button .ajax-loading-img {
    display: none; }
  .button.loading {
    background: #EDEDED;
    color: #7B7B7B;
    cursor: wait; }
    .button.loading .ajax-loading-img {
      display: inline-block;
      vertical-align: top;
      margin: 2px 6px 0 0; }
  .button.no-models-selected {
    background: #EDEDED;
    color: #7B7B7B; }
  @media screen and (max-width: 47.9375em) {
    .button--mobile-small {
      min-width: auto;
      padding-left: 20px;
      padding-right: 20px; } }

.checkout-header .container {
  padding: 15px 20px;
  max-width: 1280px; }

.checkout-header__inner {
  padding-bottom: 15px;
  border-bottom: 1px solid #C8C8C8; }
  .checkout-header__inner::after {
    clear: both;
    content: "";
    display: table; }

.checkout-header__logo, .checkout-header__right {
  display: inline-block;
  width: 50%;
  float: left; }

.checkout-header__logo img {
  display: block;
  width: 80px;
  height: 80px; }

.checkout-header__right {
  text-align: right;
  position: relative;
  height: 73px; }

.checkout-header__title {
  display: block;
  font-size: 2.2rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px; }

.transition {
  transition: all, 0.2s; }

.float-right {
  float: right; }

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

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

.arrow-link__icon svg {
  width: 10px;
  height: 10px; }

.arrow-link:hover .arrow-link__text {
  text-decoration: underline; }

.icon-link .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }
  .icon-link .icon svg {
    width: 9px;
    height: 9px; }

.icon-link:hover {
  text-decoration: none;
  color: #006982; }
  .icon-link:hover svg {
    color: #006982; }
  .icon-link:hover .link-text {
    text-decoration: underline; }

.svg-sprite {
  display: none; }

.bold {
  font-weight: 700; }

.rounded-box {
  display: block;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
  padding: 20px; }
  @media screen and (max-width: 47.9375em) {
    .rounded-box--mobile-collapse {
      border-radius: 0;
      border-width: 0;
      padding: 0; } }

.hidden {
  display: none; }

.notice {
  padding: 20px 20px;
  position: relative; }
  .notice.has-icon {
    padding-left: 74px; }
  .notice .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .notice .icon svg {
      width: 40px;
      height: 40px; }
  .notice--purple {
    background: #ac8ead;
    color: white; }
    .notice--purple a {
      color: white;
      text-decoration: underline;
      transition: all, 0.2s; }
      .notice--purple a:hover {
        opacity: 0.65; }

.no-js-error {
  margin: 20px 0; }
  .no-js-error .container {
    padding: 0 20px;
    max-width: 1280px; }
  .no-js-error__box {
    background: #e71901;
    color: #ffffff;
    padding: 20px; }
    .no-js-error__box::after {
      clear: both;
      content: "";
      display: table; }
    .no-js-error__box a {
      text-decoration: underline;
      color: #ffffff; }

.swipe-notice .icon svg {
  width: 10px;
  height: 10px; }

@media screen and (max-width: 56.1875em) {
  .swipe-notice {
    font-size: 1.4rem;
    text-align: center;
    color: #7B7B7B;
    margin: 15px 0 25px 0; }
    .swipe-notice .icon:first-child {
      margin-right: 3px; }
    .swipe-notice .icon:last-child {
      margin-left: 3px; }
    .swipe-notice .icon svg {
      color: #7B7B7B; } }

@media screen and (min-width: 56.25em) {
  .swipe-notice {
    display: none; } }

hr.horizontal-line {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background: #C8C8C8;
  margin: 30px 0; }
  hr.horizontal-line--short {
    width: 40px; }

.secure-page {
  padding-bottom: 50px;
  min-height: 320px; }

.page-title-header {
  margin-top: 25px; }
  .page-title-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0; }

@media screen and (max-width: 33.6875em) {
  .medium-up {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  .large-up {
    display: none; } }

@media screen and (min-width: 48em) {
  .large-down {
    display: none; } }

@media screen and (max-width: 56.1875em) {
  .xlarge-up {
    display: none; } }

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.site-header {
  position: relative; }
  .site-header ul {
    list-style: none; }
  .site-header li {
    display: inline-block; }

.site-header__logo {
  background: #009FC3;
  text-align: center; }
  .site-header__logo img {
    width: 132px;
    height: 70px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .site-header__logo--desktop {
    display: none; }

.site-header__search-button {
  background: none;
  border: 0; }
  .site-header__search-button__label {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block; }
  .site-header__search-button__icon svg {
    color: #ffffff;
    vertical-align: top;
    margin-top: 12px;
    width: 20px;
    height: 20px; }
  .site-header__search-button--desktop {
    display: none; }
  .site-header__search-button--mobile {
    position: absolute;
    width: 59px;
    height: 44px;
    top: 4px;
    right: 0; }

.site-header__util-nav {
  background: #f2f2f2;
  padding: 10px 20px 0;
  font-size: 1.3rem;
  margin-right: 7px;
  text-align: center; }
  .site-header__util-nav li {
    padding-bottom: 10px; }
  .site-header__util-nav li + li {
    margin-left: 14px; }

@media screen and (max-width: 47.9375em) {
  .site-header__account-button {
    display: none; } }

@media screen and (min-width: 48em) {
  .site-header__account-button {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 1.3rem;
    border-radius: 12px;
    color: white;
    position: relative;
    vertical-align: top;
    margin: -3px 10px 0 0; }
    .site-header__account-button:hover {
      color: white;
      text-decoration: none; }
    .site-header__account-button.login {
      padding: 0 11px 0 34px; }
      .site-header__account-button.login svg {
        position: absolute;
        top: 50%;
        left: 11px;
        width: 17px;
        height: 14px;
        margin-top: -7px; }
    .site-header__account-button.logout {
      padding: 0 11px 0 30px; }
      .site-header__account-button.logout svg {
        position: absolute;
        top: 50%;
        left: 11px;
        width: 13px;
        height: 14px;
        margin-top: -7px; } }

.site-header__site-search-form {
  display: none;
  position: relative;
  padding: 10px 20px; }
  .site-header__site-search-form input[type="search"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #7B7B7B;
    -webkit-appearance: none;
    border-radius: 0; }
    .site-header__site-search-form input[type="search"]:focus {
      outline: #65C5D4 auto 2px; }
  .site-header__site-search-form input[type="submit"] {
    position: absolute;
    right: 24px;
    top: 12px;
    background: #ffffff;
    border: 0;
    color: #7B7B7B;
    font-size: 1.2rem; }

.site-header__main-nav {
  padding: 10px 20px;
  font-size: 1.8rem;
  text-transform: uppercase; }
  .site-header__main-nav li {
    display: block;
    text-align: center; }
    .site-header__main-nav li + li {
      margin-top: .25em; }
    .site-header__main-nav li.active {
      font-weight: 700; }
    .site-header__main-nav li.has-children:after {
      display: block;
      content: ''; }
  .site-header__main-nav a {
    display: block;
    color: #7B7B7B; }

.site-header__main-nav-links {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 15px; }

.site-header__cta {
  transition: all, 0.2s;
  padding: 5px 20px 15px; }
  .site-header__cta::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 0) and (max-width: 47.9375em) {
    .site-header__cta {
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto; }
      .site-header__cta::after {
        clear: both;
        content: "";
        display: table; }
      .site-header__cta > * {
        float: left;
        display: block;
        margin-right: 2.58065%;
        width: 48.70968%; }
        .site-header__cta > *:last-child {
          margin-right: 0; } }

.site-header__cta-inner {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797; }

.site-header__cta-caption {
  height: 35px;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  transition: all, 0.2s; }
  .site-header__cta-caption > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.site-header__cta-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-header__cta-button a {
    display: block;
    padding: .5em .67em;
    color: #ffffff;
    border-radius: 1000px;
    text-align: center;
    transition: all, 0.2s; }

.site-header__mobile-menu {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 49px;
  right: 0px;
  height: 44px;
  width: 59px;
  border: 0;
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="74" viewBox="0 0 90 74" version="1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M0 9C0 4 4 0 8 0L82 0C86 0 90 4 90 9 90 14 86 17 82 17L8 17C4 17 0 14 0 9L0 9ZM82 29L8 29C4 29 0 32 0 37 0 42 4 45 8 45L82 45C86 45 90 42 90 37 90 32 86 29 82 29L82 29ZM82 57L8 57C4 57 0 60 0 65 0 70 4 74 8 74L82 74C86 74 90 70 90 65 90 60 86 57 82 57L82 57Z" fill="#FFFFFF"/></g></svg>') no-repeat center center;
  background-size: auto 17px; }

.site-header__util-and-main {
  display: none;
  background-color: #ffffff; }

@media screen and (min-width: 48em) {
  .site-header {
    height: 130px; }
    .site-header .container {
      position: relative; }
    .site-header .site-header__logo {
      position: absolute;
      top: 9px;
      left: 20px;
      background: none;
      text-align: left; }
      .site-header .site-header__logo img {
        width: 112px;
        height: 112px;
        margin-top: 0;
        margin-bottom: 0; }
      .site-header .site-header__logo--desktop {
        display: block; }
      .site-header .site-header__logo--mobile {
        display: none; }
    .site-header .site-header__util-and-main {
      display: block !important; }
    .site-header .site-header__util-nav-area {
      position: absolute;
      top: 14px;
      right: 20px;
      transition: all, 0.2s; }
    .site-header .site-header__util-nav {
      padding: 0;
      background: none; }
      .site-header .site-header__util-nav a {
        color: #6C6C6C; }
    .site-header .site-header__search-button--desktop {
      display: inline-block;
      position: relative;
      top: 2px;
      padding-left: .35em; }
    .site-header .site-header__search-button--mobile {
      display: none; }
    .site-header .site-header__search-button__icon svg {
      color: #7B7B7B;
      vertical-align: top;
      margin-top: -1px;
      width: 16px;
      height: 16px; }
    .site-header .site-header__search-button__label {
      display: none; }
    .site-header .site-header__util-nav,
    .site-header .site-header__search {
      display: inline-block;
      vertical-align: top; }
    .site-header .site-header__main-nav {
      position: absolute;
      top: 62px;
      right: 20px;
      left: 155px;
      transition: all, 0.2s;
      padding: 24px 0 0;
      border-top: 1px solid #C8C8C8;
      font-size: 1.4rem; }
      .site-header .site-header__main-nav ul {
        padding: 0;
        border: 0; }
      .site-header .site-header__main-nav li {
        display: inline-block;
        text-align: left; }
        .site-header .site-header__main-nav li + li {
          margin-left: .67em; }
    .site-header .site-header__cta {
      position: absolute;
      top: 58px;
      right: 20px;
      transition: all, 0.2s;
      width: 27%;
      padding: 0; }
    .site-header .site-header__mobile-menu {
      display: none; }
    .site-header .site-header__cta-button {
      text-align: center; }
      .site-header .site-header__cta-button a {
        display: inline-block;
        padding: .33em 1em; } }

@media screen and (min-width: 830px) {
  .site-header .site-header__cta {
    top: 74px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    width: 34%; }
    .site-header .site-header__cta::after {
      clear: both;
      content: "";
      display: table; }
    .site-header .site-header__cta > * {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 48.70968%; }
      .site-header .site-header__cta > *:last-child {
        margin-right: 0; } }

@media screen and (min-width: 920px) {
  .site-header .site-header__main-nav-links li + li {
    margin-left: 1em; }
  .site-header .site-header__main-nav-links .has-children a:after {
    display: inline-block;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" version="1.1"><g fill="#65C5D4"><path d="M7 7.9C6.8 7.9 6.6 7.8 6.4 7.7L0.3 1.5C-0.1 1.2-0.1 0.7 0.3 0.4 0.6 0.1 1.1 0.1 1.4 0.4L7 5.9 12.6 0.4C12.9 0.1 13.4 0.1 13.7 0.4 14.1 0.7 14.1 1.2 13.7 1.5L7.6 7.7C7.4 7.8 7.2 7.9 7 7.9L7 7.9Z"/></g></svg>');
    width: 25px;
    height: 14px;
    margin-left: 5px; }
  .site-header .site-header__cta > * {
    text-align: right; }
    .site-header .site-header__cta > *:first-child {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 57.25806%; }
      .site-header .site-header__cta > *:first-child:last-child {
        margin-right: 0; }
    .site-header .site-header__cta > *:last-child {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 40.16129%; }
      .site-header .site-header__cta > *:last-child:last-child {
        margin-right: 0; }
  .site-header .site-header__cta-caption {
    height: 29px; } }

@media screen and (min-width: 1042px) {
  .site-header .site-header__cta {
    top: 86px; } }

@media screen and (min-width: 1260px) {
  .site-header .site-header__logo {
    left: 0px; }
  .site-header .site-header__util-nav-area,
  .site-header .site-header__cta,
  .site-header .site-header__main-nav {
    right: 0; } }

.second-level-nav {
  transition: all, 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 16px 20px 8px; }
  .second-level-nav .container {
    position: relative; }
  .second-level-nav ul {
    list-style: none;
    text-align: center;
    transition: all, 0.2s; }
    @media screen and (min-width: 48em) {
      .second-level-nav ul {
        text-align: left; } }
  .second-level-nav li {
    display: inline-block;
    position: relative;
    transition: all, 0.2s;
    margin-bottom: .5em; }
    .second-level-nav li + li {
      margin-left: 1.3em; }
    .second-level-nav li.hidden {
      display: none; }
    .second-level-nav li a:hover {
      text-decoration: underline; }
  .second-level-nav a {
    color: #ffffff; }
  @media screen and (min-width: 48em) {
    .second-level-nav {
      padding-top: 16px;
      padding-bottom: 12px; }
      .second-level-nav li {
        padding: 8px 0; } }
  .second-level-nav .active {
    font-weight: 700; }
    .second-level-nav .active a {
      color: #204047; }
      .second-level-nav .active a:hover {
        text-decoration: none !important; }
    @media screen and (min-width: 48em) {
      .second-level-nav .active {
        font-weight: 300;
        position: relative; }
        .second-level-nav .active:after {
          display: block;
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          border-radius: 100px;
          top: 1.75em;
          background-image: linear-gradient(270deg, rgba(113, 33, 119, 0.2) 0%, #712177 100%); } }
  .second-level-nav__button {
    display: none; }
  @media screen and (min-width: 56.25em) {
    .second-level-nav__button {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 1.6rem;
      margin-top: -17px;
      line-height: 34px;
      height: 34px;
      padding-left: 2em;
      padding-right: 2em;
      background: #6fbbcb; }
      .second-level-nav__button:hover {
        background: #ffffff;
        color: #6fbbcb; } }

/*
 * Sticky header
 */
body {
  padding-top: 130px; }
  @media (max-width: 768px) {
    body {
      padding-top: 104px; } }

.site-header {
  display: block;
  width: 100%;
  z-index: 5000;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0; }
  #salesforce-header .site-header {
    position: fixed;
    top: 0;
    right: auto;
    left: auto;
    width: 1240px; }
  @media screen and (min-width: 48em) {
    .site-header {
      height: 130px;
      transition: height, 0.2s; }
      .site-header .site-header__logo {
        transition: all, 0.2s; } }
  @media (max-width: 768px) {
    .site-header .site-header {
      height: 104px; }
    .site-header .site-header__util-nav {
      margin-right: 0; } }

@media screen and (min-width: 48em) {
  body.sticky-header {
    padding-top: 80px; }
    body.sticky-header.has-second-level-nav {
      padding-top: 120px; }
    body.sticky-header .site-header {
      height: 80px;
      width: 100%;
      box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.15); }
    body.sticky-header .site-header__logo {
      margin-top: -5px; }
      body.sticky-header .site-header__logo img {
        width: 70px;
        height: 70px; }
    body.sticky-header .site-header__util-nav-area {
      position: absolute;
      top: 10px;
      right: 20px; }
    body.sticky-header .site-header__main-nav {
      position: absolute;
      top: 36px;
      right: 20px;
      left: 120px;
      padding: 10px 0 0; }
    body.sticky-header .site-header__cta {
      position: absolute;
      top: 40px;
      right: 20px;
      width: 40%;
      padding: 0; }
    body.sticky-header .site-header__cta-caption {
      height: 35px; }
    body.sticky-header .site-header__cta-button {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 4px; }
      body.sticky-header .site-header__cta-button a {
        white-space: nowrap; }
    body.sticky-header .second-level-nav {
      position: fixed;
      top: 80px;
      left: 0;
      display: block;
      width: 100%;
      z-index: 5001;
      height: 40px;
      padding-top: 0;
      padding-bottom: 0; }
      body.sticky-header .second-level-nav li {
        margin-bottom: 0; }
      body.sticky-header .second-level-nav .active:after {
        top: 1.7em; } }

@media (min-width: 769px) and (max-width: 950px) {
  body.sticky-header .site-header__cta {
    max-width: 370px; }
  body.sticky-header .site-header__cta-caption {
    max-width: 160px; } }

@media (max-width: 768px) {
  body.sticky-header {
    padding-top: 60px; }
    body.sticky-header.has-second-level-nav {
      padding-top: 100px; }
    body.sticky-header .site-header {
      height: 60px !important;
      background: #009FC3; }
    body.sticky-header .site-header__logo {
      margin: 3px auto 0 auto; }
      body.sticky-header .site-header__logo img {
        width: 132px;
        height: 42px;
        margin: 5px 0; }
    body.sticky-header .site-header__mobile-menu {
      position: absolute;
      top: 3px;
      right: 33px; }
    body.sticky-header .site-header__main-nav-area {
      background: #ffffff; }
    body.sticky-header .second-level-nav {
      position: fixed;
      top: 60px;
      left: 0;
      display: block;
      width: 100%;
      z-index: 5000;
      height: auto;
      padding-top: 8px;
      padding-bottom: 8px; }
      body.sticky-header .second-level-nav ul, body.sticky-header .second-level-nav li {
        line-height: 2rem; }
      body.sticky-header .second-level-nav li {
        font-size: 1.6rem;
        margin-bottom: 0; }
      body.sticky-header .second-level-nav .active:after {
        top: 1.9em; } }

.site-support-nav {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 42px;
  right: 50%;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  margin-right: -120px;
  width: 240px;
  background: white;
  padding: 8px;
  text-align: left !important; }
  .site-support-nav a {
    display: block;
    width: 100%;
    color: #7B7B7B;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5px 8px; }
    .site-support-nav a:hover {
      background: #efefef;
      text-decoration: none;
      color: #000000; }
  .site-support-nav ul, .site-support-nav li {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
    width: 100%; }
  .site-support-nav ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .site-support-nav ul li a {
      padding-left: 15px !important; }
  .site-support-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background: transparant;
    position: absolute;
    top: -18px;
    left: 0; }
  @media (max-width: 550px) {
    .site-support-nav {
      width: calc(100vw - 40px);
      top: 100% !important;
      left: 13px;
      right: auto;
      text-align: left !important; } }
  @media (max-width: 767px) {
    .site-support-nav {
      top: 35px;
      right: -20px;
      margin-right: 0; }
      .site-support-nav:before {
        margin-right: -65px; } }

@media (min-width: 551px) {
  .second-level-nav.has-site-support-pages .site-support-node:hover {
    position: relative; }
    .second-level-nav.has-site-support-pages .site-support-node:hover:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent white transparent;
      position: absolute;
      right: 50%;
      bottom: -8px;
      margin-right: -10px; } }

.site-support-node:hover .site-support-nav {
  display: block; }
  .site-support-node:hover .site-support-nav a {
    text-decoration: none !important; }

@media (max-width: 550px) {
  .site-support-node:hover {
    position: inherit; }
    .site-support-node:hover:after {
      bottom: 0; } }

@media (max-width: 767px) {
  .site-support-node:hover:after {
    bottom: -16px; } }

.site-footer {
  padding: 0 20px 2em; }

.container--footer {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.33em;
  border-top: 1px solid #C8C8C8; }
  .container--footer::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 33.75em) {
  .site-footer__left,
  .site-footer__right {
    float: left;
    display: block;
    margin-right: 2.58065%;
    width: 48.70968%; }
    .site-footer__left:last-child,
    .site-footer__right:last-child {
      margin-right: 0; } }

.site-footer__left h2 {
  margin-bottom: .3em;
  color: #7a7a7a; }

.site-footer__left p {
  color: #727272;
  line-height: 1.1; }

.site-footer__right {
  margin-top: 1em; }
  @media screen and (min-width: 33.75em) {
    .site-footer__right {
      text-align: right; } }

.copyright {
  margin-top: 1em;
  color: #989696;
  font-style: italic; }

.designed-by {
  margin-top: 1.33em;
  font-size: 1.4rem; }

.site-footer__links, .site-footer__icons {
  vertical-align: top;
  display: inline-block;
  height: 32px;
  line-height: 1;
  list-style: none; }
  .site-footer__links li, .site-footer__icons li {
    height: 32px;
    line-height: 32px;
    display: inline-block; }
    .site-footer__links li + li, .site-footer__icons li + li {
      margin-left: .5em; }
  .site-footer__links img, .site-footer__links a, .site-footer__icons img, .site-footer__icons a {
    display: inline-block;
    height: 32px; }

.site-footer__links {
  margin-right: 2em; }

.form {
  position: relative; }
  .form--account-max-width {
    max-width: 560px; }
  .form__required-notice {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #7B7B7B; }
  .form .field-group {
    margin-bottom: 20px; }
    .form .field-group__col {
      margin-bottom: 20px; }
    .form .field-group .selectboxit-container .selectboxit:after {
      width: 45px;
      height: 45px; }
    .form .field-group .selectboxit-container span, .form .field-group .selectboxit-container .selectboxit-options a {
      height: 45px;
      line-height: 45px; }
    .form .field-group__checkbox label {
      font-size: 1.6rem; }
    .form .field-group__radio-line {
      display: block; }
      .form .field-group__radio-line label {
        font-size: 1.6rem; }
      .form .field-group__radio-line::after {
        clear: both;
        content: "";
        display: table; }
  .form__submit-row {
    height: 40px;
    margin-top: 40px;
    margin-bottom: 10px; }
  .form label {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 6px;
    position: relative; }
    .form label .forgot {
      float: right; }
  .form input[type="text"],
  .form input[type="password"] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    padding: 12px; }
    .form input[type="text"]:disabled,
    .form input[type="password"]:disabled {
      border-color: #EDEDED;
      background: #EDEDED; }
  .form .error-message,
  .form .flash {
    display: block;
    color: #e71901;
    padding-bottom: 20px !important; }
  .form__error {
    display: block;
    color: #e71901;
    margin-top: 8px; }
  .form .password-field-wrapper {
    display: block;
    position: relative; }
  .form .password-toggle {
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #C8C8C8;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all, 0.2s;
    cursor: pointer; }
    .form .password-toggle .icon {
      display: block;
      width: 30px;
      height: 30px;
      color: #6C6C6C;
      transition: all, 0.2s;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .form .password-toggle .icon svg {
        width: 30px;
        height: 30px; }
    .form .password-toggle .icon-hidden {
      display: none; }
    .form .password-toggle:hover {
      background: #18A0C1; }
      .form .password-toggle:hover .icon {
        color: white; }
  .form__pre-notice {
    margin-bottom: 15px; }
  .form__gray-field-notice {
    margin-top: 8px;
    color: #979797;
    font-size: 1.4rem; }
    .form__gray-field-notice .icon-exclamation svg {
      vertical-align: top;
      margin: -1px 3px 0 0;
      width: 16px;
      height: 16px; }
  .form .instructions {
    margin-top: -10px; }
  @media screen and (min-width: 48em) {
    .form .field-group--two-cols::after {
      clear: both;
      content: "";
      display: table; }
    .form .field-group--two-cols .field-group__col {
      display: inline-block;
      margin-bottom: 0;
      float: left;
      width: 48%;
      margin-right: 4%; }
      .form .field-group--two-cols .field-group__col:last-child {
        margin-right: 0; } }

.required-asterisk {
  display: block;
  width: 10px;
  height: 20px;
  color: #18A0C1;
  font-size: 2rem;
  line-height: 20px;
  position: absolute;
  top: 3px;
  left: -14px; }

.styled-radio-button,
.styled-checkbox {
  cusor: pointer;
  float: left;
  position: relative;
  margin-right: 15px; }
  .styled-radio-button input[type="radio"],
  .styled-radio-button input[type="checkbox"],
  .styled-checkbox input[type="radio"],
  .styled-checkbox input[type="checkbox"] {
    display: none; }
  .styled-radio-button label,
  .styled-checkbox label {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative; }
  .styled-radio-button .icon,
  .styled-checkbox .icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px; }
    .styled-radio-button .icon svg,
    .styled-checkbox .icon svg {
      width: 18px;
      height: 18px;
      color: white; }
  .styled-radio-button span::before,
  .styled-radio-button span::after,
  .styled-checkbox span::before,
  .styled-checkbox span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .styled-radio-button span.radio:hover,
  .styled-checkbox span.radio:hover {
    cursor: pointer; }
  .styled-radio-button span.radio::before,
  .styled-checkbox span.radio::before {
    left: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #7B7B7B;
    border-radius: 15px; }
  .styled-radio-button input[type="radio"]:checked + label span.radio:before,
  .styled-checkbox input[type="radio"]:checked + label span.radio:before {
    background-color: #18A0C1;
    border-color: #18A0C1; }
  .styled-radio-button input[type="radio"]:checked + label span.radio .icon,
  .styled-checkbox input[type="radio"]:checked + label span.radio .icon {
    display: block; }
  .styled-radio-button span.checkbox:hover,
  .styled-checkbox span.checkbox:hover {
    cursor: pointer; }
  .styled-radio-button span.checkbox::before,
  .styled-checkbox span.checkbox::before {
    left: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #7B7B7B; }
  .styled-radio-button input[type="checkbox"]:checked + label span.checkbox:before,
  .styled-checkbox input[type="checkbox"]:checked + label span.checkbox:before {
    background-color: #18A0C1;
    border-color: #18A0C1; }
  .styled-radio-button input[type="checkbox"]:checked + label span.checkbox .icon,
  .styled-checkbox input[type="checkbox"]:checked + label span.checkbox .icon {
    display: block; }

.styled-radio-button-label,
.styled-checkbox-label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-top: 4px; }

.ajax-form-errors {
  display: block;
  margin-bottom: 20px;
  color: #e71901;
  list-style-type: disc; }
  .ajax-form-errors > li {
    font-size: 1.6rem;
    line-height: 1.4; }
  .ajax-form-errors a {
    color: #e71901;
    text-decoration: underline; }

.form-info-box {
  display: none;
  background: #712177;
  padding: 8px 12px;
  font-size: 1.4rem;
  line-height: 1.4;
  height: auto;
  width: 220px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -110px;
  color: white;
  z-index: 100; }
  .form-info-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #712177 transparent;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px; }

.form-info-icon {
  display: inline-block;
  position: relative;
  height: 14px;
  vertical-align: top;
  margin-left: 4px;
  margin-top: 2px;
  color: #009FC3; }
  .form-info-icon:hover {
    color: #0088A9; }
  .form-info-icon svg {
    width: 14px;
    height: 14px; }
  .form-info-icon:hover .form-info-box {
    display: block; }

.blank-page {
  background: white;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.floating-box {
  max-width: 445px;
  height: auto;
  background: white;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.32); }
  .floating-box--wide {
    max-width: 800px; }
  .floating-box__header {
    background: #18A0C1; }
    .floating-box__header--center {
      text-align: center; }
    .floating-box__header svg {
      width: 172px;
      height: 100px; }
  .floating-box__body {
    padding: 23px 30px; }
  .floating-box__heading {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 20px; }
  .floating-box__footer {
    display: block;
    color: white;
    padding: 18px 25px;
    text-align: center; }
    .floating-box__footer__text {
      display: inline-block;
      position: relative;
      padding-left: 52px; }
      .floating-box__footer__text svg {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        left: 0; }
    .floating-box__footer:hover {
      background: #99769a; }
  .floating-box .no-account-box {
    display: block;
    background: #EDEDED;
    border-radius: 8px;
    padding: 15px 50px 15px 18px;
    margin-bottom: 30px;
    position: relative;
    color: #000000; }
    .floating-box .no-account-box:last-child {
      margin-bottom: 0; }
    .floating-box .no-account-box__right {
      display: block;
      width: 33px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: #C8C8C8;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
      .floating-box .no-account-box__right svg {
        width: 18px;
        height: 21px;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .floating-box .no-account-box__heading {
      font-size: 1.8rem;
      line-height: 2.2rem;
      margin-bottom: 8px;
      font-weight: 700; }
    .floating-box .no-account-box:hover {
      background: #DAF0F2; }
      .floating-box .no-account-box:hover .no-account-box__right {
        background: #18A0C1;
        color: #ffffff; }
  @media (max-height: 599px) {
    .floating-box {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-height: 600px) {
    .floating-box {
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

@media print {
  .hide-print {
    display: none; }
  body {
    padding-top: 0; } }

.print-layout {
  padding-top: 0; }
  @media screen {
    .print-layout .container {
      max-width: 950px !important; } }
  .print-layout .hide-print {
    display: none; }
  .print-layout .standard-page {
    padding-top: 0; }

.rounded-table {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #C8C8C8;
  border-radius: 8px; }
  .rounded-table thead td {
    background: #EDEDED;
    font-weight: 700;
    text-transform: uppercase; }
  .rounded-table td {
    padding: 15px 20px; }

.table {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .table .icon {
    color: #18A0C1;
    margin-left: 12px; }
    .table .icon svg {
      width: 16px;
      height: 16px;
      vertical-align: top; }
  .table .download-icon svg {
    width: 18px;
    height: 18px; }
  .table--lined-rows .table-cell {
    border-bottom: 1px solid #C8C8C8; }
  .table--odd-rows-striped .table-row:nth-child(odd) {
    background: #EDEDED; }
  .table--even-rows-striped .table-row:nth-child(even) {
    background: #EDEDED; }
  .table .table-cell {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 8px 5px; }
  .table--vertical-align-top .table-cell {
    vertical-align: top; }
  .table--vertical-align-middle .table-cell {
    vertical-align: middle; }
  .table .table-row .table-cell:first-child {
    padding-left: 8px; }
  .table .table-row .table-cell:last-child {
    padding-right: 8px; }
  .table .table-heading .table-cell {
    padding: 4px 5px; }
  .table--small {
    margin-bottom: 20px; }
    .table--small .table-cell {
      font-size: 1.3rem;
      padding: 8px 0; }
    .table--small .table-row .table-cell:first-child {
      padding-left: 8px; }
    .table--small .table-row .table-cell:last-child {
      padding-right: 8px; }
    .table--small .table-heading .table-cell {
      padding: 4px 0; }
  @media screen and (max-width: 47.9375em) {
    .table .table-cell {
      font-size: 1.4rem;
      padding-top: 5px;
      padding-bottom: 5px; } }

.table-row {
  display: table-row; }
  .table-row.clickable {
    cursor: pointer; }
    @media screen and (min-width: 48em) {
      .table-row.clickable:hover {
        color: white !important; }
        .table-row.clickable:hover .table-cell {
          background: #18A0C1; }
        .table-row.clickable:hover .icon,
        .table-row.clickable:hover .table-cell,
        .table-row.clickable:hover svg,
        .table-row.clickable:hover .link-text {
          color: white !important; }
      .table-row.clickable--light-blue:hover {
        background: #DAF0F2;
        color: #000000; }
        .table-row.clickable--light-blue:hover .icon {
          color: #18A0C1; } }

.table-heading {
  background: none !important; }
  .table-heading .table-cell {
    border-bottom: 1px solid #C8C8C8;
    color: #7B7B7B;
    text-transform: uppercase; }
    .table-heading .table-cell a {
      color: #000000;
      text-decoration: none; }
      .table-heading .table-cell a:hover {
        color: #000000;
        text-decoration: underline; }
    .table-heading .table-cell.ordered-by {
      color: #000000;
      font-weight: 700; }
      .table-heading .table-cell.ordered-by a {
        color: #000000; }
  .table-heading .icon-order-arrow svg {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 1px 0 0 2px; }
  .table-heading .table-row:hover {
    background: none !important;
    color: #7B7B7B !important; }

.table-cell {
  display: table-cell; }

.user-bar {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 17px 0; }
  .user-bar .container {
    padding: 0 20px;
    max-width: 1280px; }
  .user-bar a {
    color: white;
    text-decoration: none; }
  .user-bar__title {
    font-size: 2.6rem;
    line-height: 36px; }
  .user-bar__right {
    float: right; }
  .user-bar__nav {
    display: inline-block;
    line-height: 36px; }
    .user-bar__nav--has-cart {
      margin-right: 35px; }
    .user-bar__nav a,
    .user-bar__nav .org {
      margin-right: 20px; }
      .user-bar__nav a:last-child,
      .user-bar__nav .org:last-child {
        margin-right: 0; }
    .user-bar__nav .org {
      opacity: 0.75;
      font-style: italic; }
    .user-bar__nav a {
      text-decoration: none;
      cursor: pointer;
      display: inline-block; }
      .user-bar__nav a:hover {
        text-decoration: underline; }
      .user-bar__nav a.active {
        font-weight: 700;
        color: black; }
        .user-bar__nav a.active:hover {
          text-decoration: none !important; }
        @media screen and (min-width: 48em) {
          .user-bar__nav a.active {
            font-weight: 300;
            position: relative; }
            .user-bar__nav a.active:after {
              display: block;
              content: '';
              position: absolute;
              width: 100%;
              height: 2px;
              border-radius: 100px;
              top: 1.8em;
              background-image: linear-gradient(270deg, rgba(113, 33, 119, 0.2) 0%, #712177 100%); } }
  .user-bar__cart {
    display: inline-block;
    font-weight: 700; }
    .user-bar__cart__icon {
      position: relative;
      display: inline-block;
      width: 35px; }
    .user-bar__cart__num-items {
      position: absolute;
      top: -7px;
      left: 4px;
      font-size: 1.3rem;
      line-height: 1.3rem;
      letter-spacing: -1px;
      display: block;
      width: 30px;
      text-align: center; }
    .user-bar__cart .cart-icon svg {
      width: 35px;
      height: 30px;
      margin-top: -4px;
      vertical-align: top; }
    .user-bar__cart:hover .user-bar__cart__text {
      text-decoration: underline; }
  @media screen and (max-width: 47.9375em) {
    .user-bar .user-bar__title, .user-bar .user-bar__right {
      display: block; }
      .user-bar .user-bar__title::after, .user-bar .user-bar__right::after {
        clear: both;
        content: "";
        display: table; }
    .user-bar .user-bar__right {
      float: none;
      position: relative; }
    .user-bar .user-bar__nav {
      text-align: left; }
    .user-bar .user-bar__cart {
      position: absolute;
      top: 6px;
      right: 0; }
      .user-bar .user-bar__cart__text {
        display: none; } }
  @media screen and (max-width: 56.1875em) {
    .user-bar .user-bar__nav .org {
      display: none; } }

.section-header {
  font-weight: 100;
  margin: 0 auto 1em;
  color: #6C6C6C;
  font-size: 2.6rem;
  line-height: 3.64rem;
  /*
	@include media($large-up) {
			max-width: 66%;
	}
	*/ }
  .section-header--center {
    text-align: center; }
  .section-header h2 {
    line-height: 1.4; }

.colored-separator {
  margin-top: .3em;
  margin-bottom: 0;
  width: 100px;
  height: 2px;
  border: 0;
  border-radius: 100px; }
  .section-header--center .colored-separator {
    margin-left: auto;
    margin-right: auto; }

.learnmore a:after {
  position: relative;
  top: .09em;
  margin-left: 1em;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-386.000000, -1274.000000)" fill="#65C5D4"><g transform="translate(386.000000, 1274.000000)"><path d="M13.5 11.8C13.6 11.9 13.7 12 13.9 12 14 12 14.1 11.9 14.2 11.8L19.7 6.3C19.9 6.1 19.9 5.8 19.7 5.6L14.2 0.2C14-0.1 13.7-0.1 13.5 0.2 13.3 0.4 13.3 0.7 13.5 0.9L18.1 5.5 0.5 5.5C0.2 5.5 0 5.7 0 6 0 6.3 0.2 6.5 0.5 6.5L18 6.5 13.5 11.1C13.3 11.3 13.3 11.6 13.5 11.8L13.5 11.8Z"/></g></g></g></svg>'); }

.learnmore-btn a {
  display: inline-block;
  padding: .67em 1em;
  background: #65C5D4;
  color: #ffffff;
  border-radius: 100px; }

.page-banner {
  padding: 2em 20px;
  color: #ffffff;
  background-size: cover;
  background-position: center top; }
  .page-banner a {
    color: #ffffff; }
  .page-banner h1 {
    font-size: 1.5em; }
  .page-banner h2 {
    margin-top: 1em;
    font-size: 1.125em;
    line-height: 1.3; }
  .page-banner h1, .page-banner h2 {
    max-width: 600px; }
  @media screen and (min-width: 48em) {
    .page-banner {
      padding: 4em 20px; }
      .page-banner h1 {
        font-size: 4.4rem; }
      .page-banner h2 {
        font-size: 3.3rem; }
      .page-banner h1, .page-banner h2 {
        max-width: 700px; } }

.body-text {
  padding: 2em 20px; }
  .body-text--tight .container {
    max-width: 40em; }
  .body-text .container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
    .body-text .container::after {
      clear: both;
      content: "";
      display: table; }
  .body-text--search-results {
    padding: 3em 20px; }
    .body-text--search-results h1 {
      font-size: 2em;
      margin-bottom: .67em; }
    .body-text--search-results input {
      display: inline-block;
      height: 36px;
      line-height: 36px;
      box-sizing: border-box; }
    .body-text--search-results input[type="search"] {
      width: 60%;
      min-width: 100px;
      padding: 0 .75em;
      border: 1px solid #ccc;
      border-right: none;
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px; }
    .body-text--search-results input[type="submit"] {
      padding: 0 1.67em;
      color: #ffffff;
      background: #44a1b0;
      border: 0;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px; }

.search-result {
  font-size: 1.2em; }

.page-banner {
  position: relative;
  min-height: 300px; }
  .page-banner--small {
    min-height: 175px; }
  .page-banner--large {
    min-height: 400px; }
  .page-banner--extraLarge {
    min-height: 500px; }
  .page-banner .container {
    max-width: 1240px;
    padding: 0 20px; }
  .page-banner__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .page-banner__text {
    display: block;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .page-banner__text__inner {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ffffff;
      font-size: 1.6rem;
      line-height: 3rem; }
      .page-banner__text__inner h2 {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 300;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0; }
        .page-banner__text__inner h2.has-body-text {
          margin-bottom: 15px; }
    .page-banner__text__container {
      display: block;
      max-width: 1240px;
      padding-left: 21px;
      padding-right: 21px;
      margin-left: auto;
      margin-right: auto; }
  .page-banner--centered .page-banner__text {
    text-align: center; }
    .page-banner--centered .page-banner__text__body-text {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
    .page-banner--centered .page-banner__text__inner h2 {
      max-width: 800px; }
  .page-banner .hover-caption {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: opacity, 0.2s;
    z-index: 50;
    font-size: 1.3rem;
    line-height: 3rem;
    padding-left: 2em;
    padding-right: 2em;
    color: #ffffff;
    background: rgba(150, 150, 150, 0.4); }
  .page-banner:hover .hover-caption {
    opacity: 1; }
  @media screen and (min-width: 33.75em) {
    .page-banner {
      min-height: 300px; }
      .page-banner--small {
        min-height: 175px; }
      .page-banner--large {
        min-height: 400px; }
      .page-banner--extraLarge {
        min-height: 500px; }
      .page-banner__text__inner {
        font-size: 1.6rem;
        line-height: 3rem; }
        .page-banner__text__inner h2 {
          font-size: 3.8rem;
          line-height: 5rem; } }
  @media screen and (min-width: 56.25em) {
    .page-banner {
      min-height: 300px; }
      .page-banner--small {
        min-height: 175px; }
      .page-banner--large {
        min-height: 400px; }
      .page-banner--extraLarge {
        min-height: 500px; }
      .page-banner__text__inner {
        font-size: 1.8rem;
        line-height: 3.2rem; }
        .page-banner__text__inner h2 {
          font-size: 4.4rem;
          line-height: 6.15rem; } }

.pagination {
  display: block;
  text-align: center;
  margin: 0; }
  .pagination::after {
    clear: both;
    content: "";
    display: table; }
  .pagination a, .pagination span {
    display: inline-block;
    margin: 0 0.25em;
    padding: 0.5em 0.8em;
    color: #000000;
    font-size: 1.6rem;
    border: 1px solid #8ED3E5;
    text-decoration: none;
    border-radius: 100px; }
  .pagination .current {
    border: 1px solid #00C1D5;
    background-color: #00C1D5;
    position: relative;
    color: #ffffff !important; }
  .pagination a {
    background: #ffffff; }
    .pagination a:hover {
      background: #EDEDED;
      color: #000000; }
  .pagination--square a, .pagination--square span {
    border-radius: 0;
    border-color: #C8C8C8; }
    .pagination--square a:hover, .pagination--square span:hover {
      border-color: #18A0C1;
      background-color: #18A0C1;
      color: #ffffff; }
  .pagination--square .current {
    border-color: #000000;
    background-color: #000000; }
    .pagination--square .current:hover {
      border-color: #000000;
      background-color: #000000; }

.tabbed-content__tabs {
  margin-bottom: 30px;
  display: none; }
  .tabbed-content__tabs--forced {
    display: block !important; }
  .tabbed-content__tabs a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px; }
    .tabbed-content__tabs a .icon-angle-right svg {
      width: 15px;
      height: 12px; }
    .tabbed-content__tabs a.active {
      color: #000000;
      font-weight: 700; }

.tabbed-content__content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #C8C8C8; }

.tabbed-content__text {
  max-width: 975px; }

.tabbed-content__bottom-button {
  margin-top: 35px; }

@media screen and (min-width: 33.75em) {
  .tabbed-content__tabs {
    margin-bottom: 0; }
    .tabbed-content__tabs a {
      display: inline-block;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      margin-bottom: 0;
      margin-right: 0;
      background: #EDEDED;
      font-size: 1.6rem;
      line-height: 1.1;
      text-align: center;
      padding: 12px 20px;
      text-transform: uppercase;
      color: #7B7B7B;
      margin-left: 10px;
      position: relative;
      transition: all, 0.2s; }
      .tabbed-content__tabs a:hover {
        background: #979797;
        color: #ffffff; }
      .tabbed-content__tabs a.active {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000000;
        background: #ffffff;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #C8C8C8; }
        .tabbed-content__tabs a.active:hover {
          color: #000000;
          background: #ffffff; }
        .tabbed-content__tabs a.active:after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #ffffff;
          position: absolute;
          bottom: -1px;
          left: 0; }
      .tabbed-content__tabs a .icon-angle-right {
        display: none; }
  .tabbed-content__content {
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #C8C8C8;
    padding: 30px;
    min-height: 400px;
    margin-bottom: 40px;
    margin-top: 0; } }

@media screen and (min-width: 48em) {
  .tabbed-content__tabs a {
    margin-left: 20px;
    padding: 14px 28px; } }

@media screen and (min-width: 56.25em) {
  .tabbed-content__tabs a {
    margin-left: 25px;
    padding: 16px 30px; } }

@media (min-width: 1024px) {
  .tabbed-content__tabs a {
    min-width: 250px; } }

.article-boxes {
  margin: 0; }
  .article-boxes::after {
    clear: both;
    content: "";
    display: table; }
  .article-boxes__listing {
    margin: 0 0 30px 0; }
    .article-boxes__listing::after {
      clear: both;
      content: "";
      display: table; }
  .article-boxes__article {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: 220px;
    padding-right: 0;
    padding-left: 0; }
    .article-boxes__article__inner {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 12px; }
    .article-boxes__article__overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 12px;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 5; }
    .article-boxes__article__date {
      position: absolute;
      top: 20px;
      right: 34px;
      color: #C8C8C8;
      font-size: 1.4rem;
      line-height: 1.96rem;
      z-index: 10;
      font-style: italic; }
    .article-boxes__article h3 {
      position: absolute;
      top: 60px;
      left: 20px;
      font-size: 2.4rem;
      height: 3.12rem;
      padding-right: 20px;
      color: #ffffff;
      z-index: 10; }
  @media screen and (min-width: 33.75em) {
    .article-boxes {
      margin: 0 -10px 0 -10px; }
      .article-boxes__article {
        width: 50%;
        margin-bottom: 20px;
        height: 220px;
        padding-right: 10px;
        padding-left: 10px; } }
  @media screen and (min-width: 56.25em) {
    .article-boxes {
      margin: 0 -10px 0 -10px; }
      .article-boxes__article {
        width: 33.333333%;
        margin-bottom: 20px;
        height: 220px;
        padding-right: 10px;
        padding-left: 10px; } }

.call-to-action-block {
  background-image: radial-gradient(63% 109%, #9AD3DD 48%, #80C5D5 100%);
  padding-top: 50px;
  padding-bottom: 60px; }
  .call-to-action-block .container {
    padding: 0 20px; }
  .call-to-action-block__heading {
    font-size: 3.3rem;
    line-height: 4.62rem;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    max-width: 731px;
    margin-left: auto;
    margin-right: auto; }
  .call-to-action-block__body-text {
    display: block;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #ffffff;
    text-align: center;
    max-width: 731px;
    margin-left: auto;
    margin-right: auto; }
  .call-to-action-block__columns {
    margin-top: 30px; }
    .call-to-action-block__columns .call-to-action-block__column {
      display: block;
      margin-bottom: 50px; }
      .call-to-action-block__columns .call-to-action-block__column:last-child {
        margin-bottom: 0; }
  .call-to-action-block__column__heading {
    color: #ffffff;
    font-size: 2.6rem;
    margin-bottom: 6px; }
  .call-to-action-block__column__text {
    color: #ffffff; }
  .call-to-action-block__column__button {
    display: block;
    margin-top: 30px; }
    .call-to-action-block__column__button a {
      display: inline-block;
      width: auto;
      padding-left: 40px;
      padding-right: 40px;
      text-align: center;
      font-size: 1.4rem;
      line-height: 40px;
      background: #ffffff;
      border-radius: 100px;
      color: #00C1D5; }
      .call-to-action-block__column__button a:hover {
        background: #EDEDED; }
  .call-to-action-block .desktop-only {
    display: none !important; }
  @media screen and (min-width: 33.75em) {
    .call-to-action-block__columns {
      margin: 30px auto 0 auto;
      max-width: 812px; }
      .call-to-action-block__columns--1-cols .call-to-action-block__column {
        display: block;
        text-align: center; }
      .call-to-action-block__columns--2-cols {
        display: table; }
        .call-to-action-block__columns--2-cols .call-to-action-block__column {
          display: table-cell;
          position: relative;
          width: 50%;
          padding: 0 24px; } }

.page-block--backgroundBlock {
  background-size: cover; }
  @media screen and (min-width: 0) and (max-width: 33.6875em) {
    .page-block--backgroundBlock {
      background-image: none !important; } }

.bg-block {
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 20px; }
  .bg-block::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .bg-block {
      padding: 10em 30px; } }
  .bg-block--white-text .section-header h2 {
    color: #ffffff; }
  .bg-block--white-text .bg-block__text h2, .bg-block--white-text .bg-block__text p {
    color: #ffffff; }
  .bg-block__hover-caption {
    opacity: 0;
    transition: opacity, 0.2s;
    position: absolute;
    right: 0;
    bottom: 32px;
    font-size: 1.3rem;
    line-height: 3rem;
    padding-left: 2em;
    padding-right: 2em;
    background: rgba(150, 150, 150, 0.6); }
  .bg-block:hover .bg-block__hover-caption {
    opacity: 1; }

@media screen and (min-width: 33.75em) {
  .bg-block__content {
    float: left;
    display: block;
    margin-right: 2.58065%;
    width: 40.16129%; }
    .bg-block__content:last-child {
      margin-right: 0; }
    .bg-block__content:nth-child(2) {
      margin-left: 17.09677%; } }

@media screen and (min-width: 0) and (max-width: 33.6875em) {
  .bg-block__content + .bg-block__content {
    margin-top: 3em; } }

.bg-block__text h2 {
  font-weight: 100;
  font-size: 2.4rem;
  color: #0088A9;
  margin-bottom: 1em; }

.bg-block--text-image .bg-block__text {
  max-width: 360px; }

.bg-block__cta a {
  display: inline-block;
  margin-top: 2em;
  padding: 1em 2.33em;
  font-size: 1.4rem;
  color: #8ED3E5;
  background: #ffffff;
  border: 1px solid #8ED3E5;
  border-radius: 100px; }
  .bg-block__cta a:hover {
    background: #f1f1f1; }

.sidebyside-block {
  min-height: 300px;
  position: relative; }
  .sidebyside-block::after {
    clear: both;
    content: "";
    display: table; }
  .sidebyside-block .container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    .sidebyside-block .container::after {
      clear: both;
      content: "";
      display: table; }
  .sidebyside-block h2 {
    font-size: 3.2rem;
    margin-bottom: .5em; }
  .sidebyside-block p {
    font-size: 1.6rem;
    margin: 1em 0 0; }
    .sidebyside-block p:first-child {
      margin-top: 0; }
  .sidebyside-block--video {
    height: 450px; }
  .sidebyside-block__placeholder {
    display: block;
    width: 100%;
    height: 450px;
    position: relative; }
  .sidebyside-block__play-button {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .sidebyside-block__play-button .circle {
      display: block;
      position: relative;
      width: 140px;
      height: 140px;
      border-radius: 70px;
      margin-left: auto;
      margin-right: auto;
      background: rgba(255, 255, 255, 0.15);
      transition: background, 0.2s; }
      .sidebyside-block__play-button .circle .circle-inner {
        display: block;
        width: 45px;
        height: 60px;
        border-left: 45px solid rgba(255, 255, 255, 0.7);
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -30px;
        transition: background, 0.2s; }
      .sidebyside-block__play-button .circle:hover {
        background: rgba(255, 255, 255, 0.25); }
        .sidebyside-block__play-button .circle:hover .circle-inner {
          border-left: 45px solid white; }
  .sidebyside-block--stats .sidebyside-block__column {
    color: #7B7B7B; }
    .sidebyside-block--stats .sidebyside-block__column--left {
      padding-right: 40px;
      padding-left: 20px; }
    .sidebyside-block--stats .sidebyside-block__column--right {
      padding-left: 40px;
      padding-right: 20px; }
    .sidebyside-block--stats .sidebyside-block__column .sidebyside-block__stat {
      font-weight: 700;
      font-size: 6.6rem;
      line-height: 6.6rem;
      margin-top: 0;
      margin-bottom: 20px; }
    .sidebyside-block--stats .sidebyside-block__column .sidebyside-block__stat-description {
      margin-top: 0; }
      .sidebyside-block--stats .sidebyside-block__column .sidebyside-block__stat-description p {
        font-size: 3.3rem !important;
        line-height: 4.6rem !important; }
    .sidebyside-block--stats .sidebyside-block__column .sidebyside-block__stat-text {
      margin-top: 20px;
      font-size: 1.8rem;
      line-height: 3rem; }
  .sidebyside-block__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .sidebyside-block__background__left, .sidebyside-block__background__right {
      position: relative;
      height: 100%;
      float: left;
      display: block;
      width: 51.29032%;
      margin-right: 0; }
      .sidebyside-block__background__left:last-child, .sidebyside-block__background__right:last-child {
        width: 48.70968%; }
    .sidebyside-block__background__dark-overlay {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 5; }
    .sidebyside-block__background .hover-caption {
      opacity: 0;
      transition: opacity, 0.2s;
      z-index: 50;
      font-size: 1.3rem;
      line-height: 3rem;
      padding-left: 2em;
      padding-right: 2em;
      color: #ffffff;
      background: rgba(150, 150, 150, 0.6); }
    .sidebyside-block__background__left .hover-caption {
      position: absolute;
      bottom: 0;
      left: 0; }
    .sidebyside-block__background__right .hover-caption {
      position: absolute;
      right: 0;
      bottom: 0; }
  .sidebyside-block__text {
    padding-top: 60px;
    padding-bottom: 60px; }
  .sidebyside-block--image-text .sidebyside-block__text {
    padding-left: 40px;
    padding-right: 20px; }
  .sidebyside-block--text-image .sidebyside-block__text {
    padding-right: 40px;
    padding-left: 20px; }
  @media screen and (min-width: 769px) {
    .sidebyside-block__text, .sidebyside-block__placeholder {
      float: left;
      display: block;
      width: 51.29032%;
      margin-right: 0; }
      .sidebyside-block__text:last-child, .sidebyside-block__placeholder:last-child {
        width: 48.70968%; }
    .sidebyside-block__background__left, .sidebyside-block__background__right {
      position: relative;
      height: 100%;
      float: left;
      display: block;
      width: 51.29032%;
      margin-right: 0; }
      .sidebyside-block__background__left:last-child, .sidebyside-block__background__right:last-child {
        width: 48.70968%; }
    .sidebyside-block__mobile-image {
      display: none; } }
  @media screen and (max-width: 768px) {
    .sidebyside-block {
      min-height: auto; }
      .sidebyside-block__background, .sidebyside-block__placeholder {
        display: none; }
      .sidebyside-block--image-text .sidebyside-block__text {
        padding-left: 0;
        padding-right: 0; }
      .sidebyside-block--text-image .sidebyside-block__text {
        padding-right: 0;
        padding-left: 0; }
      .sidebyside-block__text {
        padding-top: 30px;
        padding-bottom: 30px; }
      .sidebyside-block__mobile-image {
        display: block;
        width: 100%;
        height: 350px;
        position: relative; }
      .sidebyside-block--stats .container {
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .sidebyside-block--stats .sidebyside-block__column {
        color: #7B7B7B; }
        .sidebyside-block--stats .sidebyside-block__column--left, .sidebyside-block--stats .sidebyside-block__column--right {
          padding: 50px 20px; }
      .sidebyside-block--video {
        height: auto; } }
  @media screen and (max-width: 540px) {
    .sidebyside-block__mobile-image {
      height: 275px; } }

.sidebyside-block:hover .hover-caption {
  opacity: 1; }

.page-block--backgroundBlockWStat {
  background-size: cover; }
  @media screen and (min-width: 0) and (max-width: 33.6875em) {
    .page-block--backgroundBlockWStat {
      background-image: none !important; } }

.background-block-with-stat .colored-separator {
  width: 40px; }

.background-block-with-stat .bg-block__cta a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #00C1D5; }

.background-block-with-stat .bg-block .bg-block__stat {
  font-weight: 700;
  margin-bottom: 4px;
  color: #712177; }

.background-block-with-stat .bg-block__stat-description {
  font-weight: 100;
  color: #6C6C6C; }

@media screen and (min-width: 33.75em) and (max-width: 47.9375em) {
  .background-block-with-stat .bg-block__stat {
    font-size: 4.2rem; } }

@media screen and (min-width: 48em) {
  .background-block-with-stat .bg-block .bg-block__stat {
    font-weight: 700;
    font-size: 6.6rem;
    line-height: 9.24rem; }
  .background-block-with-stat .bg-block__stat-description {
    font-size: 2.6rem;
    line-height: 3.64rem;
    max-width: 356px; }
  .background-block-with-stat .bg-block__stat-source {
    font-size: 1.4rem;
    line-height: 1.96rem;
    font-style: italic;
    color: #979797; } }

.bg-text-blocks {
  padding-top: 60px;
  padding-bottom: 167px; }
  .bg-text-blocks .container {
    padding: 0 20px; }
  .bg-text-blocks h2 {
    font-size: 3.3rem;
    line-height: 4.62rem; }
  .bg-text-blocks .section-header {
    margin-bottom: 44px; }
  .bg-text-blocks__column {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.26);
    padding: 40px 17px 80px 17px;
    text-align: center; }
    .bg-text-blocks__column h3 {
      color: #0088A9;
      font-size: 2.4rem;
      margin-bottom: 12px; }
  .bg-text-blocks__text {
    color: #7B7B7B;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 20px; }
  .bg-text-blocks__cta-button {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }
    .bg-text-blocks__cta-button a {
      display: block;
      width: 183px;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 1.6rem;
      line-height: 40px;
      background: #00C1D5;
      box-shadow: 0px 1px 0px 0px #301613;
      border-radius: 100px;
      color: #ffffff; }
      .bg-text-blocks__cta-button a:hover {
        background: #44a1b0; }
  .bg-text-blocks__columns .bg-text-blocks__column {
    text-align: center;
    margin-bottom: 18px; }
    .bg-text-blocks__columns .bg-text-blocks__column:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .bg-text-blocks__columns {
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      box-orient: horizontal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; }
      .bg-text-blocks__columns .bg-text-blocks__column {
        margin-bottom: 0; }
      .bg-text-blocks__columns .bg-text-blocks__column {
        text-align: left;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        flex: 1;
        -webkit-flex-basis: 48%;
                flex-basis: 48%;
        margin-right: 2%; }
        .bg-text-blocks__columns .bg-text-blocks__column:nth-child(1n), .bg-text-blocks__columns .bg-text-blocks__column:nth-child(2n) {
          margin-bottom: 18px; }
        .bg-text-blocks__columns .bg-text-blocks__column:nth-child(2n), .bg-text-blocks__columns .bg-text-blocks__column:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 71.25em) {
    .bg-text-blocks__columns {
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      box-orient: horizontal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-flex-flow: row wrap;
              flex-flow: row wrap; }
      .bg-text-blocks__columns .bg-text-blocks__column {
        margin-bottom: 0; }
      .bg-text-blocks__columns .bg-text-blocks__column {
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        flex: 1;
        margin-right: 18px; }
        .bg-text-blocks__columns .bg-text-blocks__column:nth-child(2n) {
          margin-right: 18px; }
        .bg-text-blocks__columns .bg-text-blocks__column:last-child {
          margin-right: 0; } }

.basic-rich-text {
  margin-bottom: 20px; }
  .basic-rich-text .container {
    padding: 0 20px !important; }
  .basic-rich-text__inner {
    max-width: 780px; }
  .basic-rich-text p {
    margin: 1em 0 0; }
    .basic-rich-text p:first-child {
      margin-top: 0; }
  .basic-rich-text h2 {
    font-size: 3.3rem;
    line-height: 4.62rem;
    margin-top: 1em;
    margin-bottom: 0.5em; }
    .basic-rich-text h2:first-child {
      margin-top: 0; }
  .basic-rich-text h3 {
    font-size: 2.4rem;
    line-height: 3.36rem;
    margin-top: 1em;
    margin-bottom: 0.5em; }
    .basic-rich-text h3:first-child {
      margin-top: 0; }
  .basic-rich-text ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 1em; }
    .basic-rich-text ul li {
      padding-left: 1.4em;
      text-indent: -0.7em;
      margin-bottom: 0.3em; }
      .basic-rich-text ul li:before {
        display: inline-block;
        content: "\002022";
        color: #87418C;
        margin-right: 2px; }
  .basic-rich-text ol {
    margin-top: 1em;
    margin-left: 1.4em; }
    .basic-rich-text ol li {
      margin-bottom: 0.3em; }

.contact-person {
  background-image: radial-gradient(63% 109%, #9AD3DD 48%, #80C5D5 100%);
  padding-top: 60px;
  padding-bottom: 49px; }
  .contact-person .container {
    padding: 0 20px; }
  .contact-person__heading {
    font-size: 3.3rem;
    line-height: 4.62rem;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
    max-width: 731px;
    margin-left: auto;
    margin-right: auto; }
  .contact-person__body-text {
    display: block;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #ffffff;
    text-align: center;
    max-width: 731px;
    margin-left: auto;
    margin-right: auto; }
  .contact-person__person {
    display: table;
    max-width: 446px;
    margin: 40px auto 0 auto; }
    .contact-person__person__headshot {
      display: table-cell;
      padding-top: 6px;
      width: 40px; }
      .contact-person__person__headshot img {
        width: 40px;
        height: 40px;
        border-radius: 20px; }
    .contact-person__person__details {
      display: table-cell;
      color: #ffffff;
      vertical-align: top;
      padding-left: 14px;
      font-size: 1.6rem;
      line-height: 2.24rem; }
      .contact-person__person__details__name {
        font-size: 1.8rem;
        line-height: 3.2rem; }
      .contact-person__person__details__position {
        margin-bottom: 20px; }
  .contact-person__cta-button {
    display: block;
    text-align: center;
    margin-top: 30px; }
    .contact-person__cta-button a {
      display: inline-block;
      width: auto;
      padding-left: 40px;
      padding-right: 40px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 1.4rem;
      line-height: 40px;
      background: #ffffff;
      border-radius: 100px;
      color: #00C1D5; }
      .contact-person__cta-button a:hover {
        background: #EDEDED; }

.events {
  padding-top: 60px;
  padding-bottom: 30px; }
  .events .container {
    padding: 0 20px; }

.event {
  padding-top: 58px;
  padding-bottom: 71px; }
  .event .container {
    padding: 0 20px; }
  .event__heading {
    font-size: 4.4rem;
    line-height: 5.72rem;
    margin-bottom: 21px;
    max-width: 812px; }
  .event__meta {
    margin-bottom: 30px; }
    .event__meta__date {
      font-size: 2.5rem;
      margin-bottom: 4px; }
    .event__meta__time {
      font-size: 1.6rem;
      color: #7B7B7B;
      margin-bottom: 20px; }
  .event__colored-separator {
    background-image: linear-gradient(270deg, rgba(113, 33, 119, 0.2) 0%, #712177 100%);
    margin-bottom: 40px; }

.heading .container {
  padding: 0 20px !important; }

.heading h2 {
  font-size: 2.6rem;
  line-height: 3.64rem;
  font-weight: 100;
  margin-bottom: 1px; }

.heading h3 {
  font-size: 2.4rem;
  line-height: 3.12;
  color: #0088A9; }

.heading__colored-separator {
  background-image: linear-gradient(270deg, rgba(113, 33, 119, 0.2) 0%, #712177 100%);
  margin-bottom: 20px; }

.horizontal-line {
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  border: 0; }

.image-block {
  margin: 0 0 40px 0; }
  .image-block .container {
    padding: 0 20px !important; }
  .image-block--full {
    display: block;
    max-width: 780px; }
    .image-block--full img {
      max-width: 100%;
      height: auto;
      border-radius: 12px; }
  .image-block--aligned {
    display: block;
    text-align: center; }
    .image-block--aligned img {
      border-radius: 12px; }
  .image-block--left-aligned {
    float: none;
    margin: 20px 0; }
  .image-block--right-aligned {
    float: none;
    margin: 20px 0; }
  .image-block__caption {
    font-style: italic;
    font-size: 1.4rem;
    color: #979797;
    text-align: center;
    margin-top: 0.4rem; }
  @media screen and (min-width: 48em) {
    .image-block--aligned {
      max-width: 50%; }
    .image-block--left-aligned {
      float: left;
      margin: 6px 40px 20px 0; }
    .image-block--right-aligned {
      float: right;
      margin: 6px 0 20px 40px; }
    .image-block__caption {
      text-align: left; } }

.page-block--image {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.image-block-wrapper {
  max-width: 780px;
  padding: 0 20px; }

.list-faq {
  padding-bottom: 30px; }
  .list-faq .container {
    padding: 0 20px; }
  .list-faq__list {
    list-style-type: none; }
  .list-faq__item {
    margin-bottom: 8px; }
  .list-faq__question {
    font-size: 1.8rem;
    line-height: 1.4; }
    .list-faq__question .icon {
      margin-left: 4px; }
      .list-faq__question .icon svg {
        width: 20px;
        height: 16px;
        vertical-align: top;
        margin-top: 4px; }
    .list-faq__question .icon-angle-up {
      display: none; }
    .list-faq__question.active .icon-angle-up {
      display: inline; }
    .list-faq__question.active .icon-angle-down {
      display: none; }
  .list-faq__answer {
    margin: 12px 0 30px 0; }

.faq-item .heading {
  margin-bottom: 15px; }

.logos {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: radial-gradient(63% 109%, #C8C8C8 48%, #979797 100%); }
  .logos .container {
    padding: 0 20px; }
  .logos__logo {
    text-align: center;
    background: #ffffff;
    text-align: center;
    position: relative;
    border-radius: 12px; }
    .logos__logo img {
      max-width: 100%;
      height: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media screen and (max-width: 550px) {
    .logos__wrapper--3-cols .logos__logo, .logos__wrapper--4-cols .logos__logo {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 100%;
      height: 200px;
      margin-bottom: 32px;
      padding-left: 32px;
      padding-right: 32px; }
      .logos__wrapper--3-cols .logos__logo:last-child, .logos__wrapper--4-cols .logos__logo:last-child {
        margin-right: 0; }
      .logos__wrapper--3-cols .logos__logo:nth-child(1n), .logos__wrapper--4-cols .logos__logo:nth-child(1n) {
        margin-right: 0; }
      .logos__wrapper--3-cols .logos__logo:nth-child(1n+1), .logos__wrapper--4-cols .logos__logo:nth-child(1n+1) {
        clear: left; }
      .logos__wrapper--3-cols .logos__logo img, .logos__wrapper--4-cols .logos__logo img {
        max-height: 140px; } }
  @media screen and (min-width: 551px) and (max-width: 800px) {
    .logos__wrapper--3-cols .logos__logo, .logos__wrapper--4-cols .logos__logo {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 48.70968%;
      height: 200px;
      margin-bottom: 32px;
      padding-left: 32px;
      padding-right: 32px; }
      .logos__wrapper--3-cols .logos__logo:last-child, .logos__wrapper--4-cols .logos__logo:last-child {
        margin-right: 0; }
      .logos__wrapper--3-cols .logos__logo:nth-child(2n), .logos__wrapper--4-cols .logos__logo:nth-child(2n) {
        margin-right: 0; }
      .logos__wrapper--3-cols .logos__logo:nth-child(2n+1), .logos__wrapper--4-cols .logos__logo:nth-child(2n+1) {
        clear: left; }
      .logos__wrapper--3-cols .logos__logo img, .logos__wrapper--4-cols .logos__logo img {
        max-height: 140px; } }
  @media screen and (min-width: 801px) {
    .logos__wrapper--3-cols .logos__logo {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 31.6129%;
      height: 200px;
      margin-bottom: 32px;
      padding-left: 32px;
      padding-right: 32px; }
      .logos__wrapper--3-cols .logos__logo:last-child {
        margin-right: 0; }
      .logos__wrapper--3-cols .logos__logo:nth-child(3n) {
        margin-right: 0; }
      .logos__wrapper--3-cols .logos__logo:nth-child(3n+1) {
        clear: left; }
      .logos__wrapper--3-cols .logos__logo img {
        max-height: 140px; }
    .logos__wrapper--4-cols .logos__logo {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 23.06452%;
      height: 175px;
      margin-bottom: 32px;
      padding-left: 24px;
      padding-right: 24px; }
      .logos__wrapper--4-cols .logos__logo:last-child {
        margin-right: 0; }
      .logos__wrapper--4-cols .logos__logo:nth-child(4n) {
        margin-right: 0; }
      .logos__wrapper--4-cols .logos__logo:nth-child(4n+1) {
        clear: left; }
      .logos__wrapper--4-cols .logos__logo img {
        max-height: 100px; } }

.news {
  padding-top: 60px;
  padding-bottom: 30px; }
  .news .container {
    padding: 0 20px; }
  .news__presskit {
    text-align: center;
    margin-bottom: 30px; }
    .news__presskit__text {
      font-size: 1.8rem;
      line-height: 40px;
      margin-bottom: 20px; }
    .news__presskit__cta-button a {
      display: inline-block;
      text-align: center;
      padding-left: 23px;
      padding-right: 23px;
      margin-left: 10px;
      font-size: 1.4rem;
      line-height: 40px;
      background: #ffffff;
      border: 1px solid #8ED3E5;
      border-radius: 100px;
      color: #00C1D5; }
      .news__presskit__cta-button a:hover {
        background: #EDEDED; }
  @media screen and (min-width: 48em) {
    .news__presskit {
      float: right;
      text-align: left;
      margin-bottom: 0; }
      .news__presskit__text {
        display: inline-block;
        margin-bottom: 0; }
      .news__presskit__cta-button a {
        display: inline-block; } }

.news-article {
  padding-top: 58px;
  padding-bottom: 71px; }
  .news-article .container {
    padding: 0 20px; }
  .news-article__heading {
    font-size: 4.4rem;
    line-height: 5.72rem;
    margin-bottom: 21px;
    max-width: 812px; }
  .news-article__meta {
    margin-bottom: 30px; }
    .news-article__meta__author-photo {
      float: left;
      margin-right: 20px; }
      .news-article__meta__author-photo img {
        border-radius: 100px; }
    .news-article__meta__author-name {
      font-size: 1.8rem;
      line-height: 1.9rem; }
    .news-article__meta__post-info {
      font-size: 1.6rem;
      line-height: 2.24rem;
      color: #7B7B7B; }
  .news-article__colored-separator {
    background-image: linear-gradient(270deg, rgba(113, 33, 119, 0.2) 0%, #712177 100%);
    margin-bottom: 40px; }

.people-listing {
  padding-top: 60px;
  padding-bottom: 60px; }
  .people-listing .container {
    padding: 0 20px; }
  .people-listing__person {
    max-width: 812px;
    margin-bottom: 20px; }
    .people-listing__person__image {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
      .people-listing__person__image img {
        margin-top: 6px;
        width: 200px;
        height: auto;
        border-radius: 12px; }
    .people-listing__person__details {
      display: block; }
    .people-listing__person__name {
      font-size: 2.6rem;
      margin-bottom: 4px; }
    .people-listing__person__position {
      font-size: 1.8rem;
      font-style: italic;
      margin-bottom: 12px;
      color: #7B7B7B; }
    .people-listing__person__bio {
      font-size: 1.6rem;
      line-height: 2.4rem; }
  @media screen and (min-width: 33.75em) {
    .people-listing__person {
      display: table;
      margin-bottom: 30px; }
      .people-listing__person__image {
        display: table-cell;
        vertical-align: top;
        width: 175px;
        margin-bottom: 0; }
        .people-listing__person__image img {
          margin-right: 25px;
          width: 150px;
          height: auto;
          border-radius: 12px; }
      .people-listing__person__details {
        display: table-cell;
        vertical-align: top; } }
  @media screen and (min-width: 48em) {
    .people-listing__person {
      display: table;
      margin-bottom: 30px; }
      .people-listing__person__image {
        display: table-cell;
        vertical-align: top;
        width: 230px;
        margin-bottom: 0; }
        .people-listing__person__image img {
          margin-right: 30px;
          width: 200px;
          height: auto;
          border-radius: 12px; }
      .people-listing__person__details {
        display: table-cell;
        vertical-align: top; } }

.rounded-image-blocks {
  margin: 4em 0; }
  .rounded-image-blocks .container {
    padding: 0 20px; }
  .rounded-image-blocks img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 12px; }
  .rounded-image-blocks__spacer {
    display: block;
    height: 35px; }
    .rounded-image-blocks__spacer::after {
      clear: both;
      content: "";
      display: table; }

.rounded-image-block {
  text-align: center; }
  .rounded-image-block > a {
    display: block; }
  .rounded-image-block h3 {
    font-size: 2.4rem;
    margin-bottom: 16px; }
    .rounded-image-block h3 a {
      color: #0088A9; }
  .rounded-image-block + .rounded-image-block {
    margin-top: 60px; }
  .rounded-image-block .learnmore, .rounded-image-block .learnmore-btn {
    margin-top: 16px; }
  @media screen and (min-width: 33.75em) {
    .rounded-image-block {
      float: left;
      display: block;
      margin-right: 2.58065%;
      width: 31.6129%; }
      .rounded-image-block:last-child {
        margin-right: 0; }
      .rounded-image-block + .rounded-image-block {
        margin-top: 0; } }
  .rounded-image-block--icon img {
    height: auto;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0; }
    @media screen and (min-width: 56.25em) {
      .rounded-image-block--icon img {
        height: auto;
        width: 80px; } }
  .rounded-image-block__image {
    display: block;
    position: relative; }
    .rounded-image-block__image img {
      display: block;
      z-index: 5; }
    .rounded-image-block__image__hover-caption {
      opacity: 0;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      transition: opacity, 0.2s;
      z-index: 50;
      font-size: 1.3rem;
      line-height: 2rem;
      padding: 0.5em 2em;
      color: #ffffff;
      background: rgba(150, 150, 150, 0.6);
      -webkit-border-bottom-right-radius: 12px;
      -webkit-border-bottom-left-radius: 12px;
      -moz-border-radius-bottomright: 12px;
      -moz-border-radius-bottomleft: 12px;
      border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px; }
    .rounded-image-block__image:hover .hover-caption {
      opacity: 1; }

.quote {
  background-image: radial-gradient(63% 109%, #87418C 48%, #712177 100%);
  padding-top: 60px;
  padding-bottom: 60px; }
  .quote .container {
    padding: 0 20px; }
  .quote blockquote {
    font-weight: 100;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 3.5rem; }
  .quote__person {
    display: table;
    height: 80px;
    max-width: 446px;
    margin: 20px auto 0 auto; }
    .quote__person__headshot {
      display: table-cell;
      width: 80px; }
      .quote__person__headshot img {
        width: 80px;
        height: 80px;
        border-radius: 40px; }
    .quote__person__name {
      display: table-cell;
      vertical-align: middle;
      height: 80px;
      padding-left: 9px;
      color: #ffffff;
      font-size: 1.6rem;
      line-height: 2.24rem; }
  .quote__source-text {
    margin-top: 30px;
    color: #ffffff;
    text-align: center; }
  @media screen and (min-width: 48em) {
    .quote blockquote {
      font-size: 3.3rem;
      line-height: 4.62rem; } }

.spacer--height-10 {
  height: 10px; }

.spacer--height-20 {
  height: 20px; }

.spacer--height-30 {
  height: 30px; }

.spacer--height-40 {
  height: 40px; }

.spacer--height-50 {
  height: 50px; }

.spacer--height-60 {
  height: 60px; }

.spacer--height-70 {
  height: 70px; }

.spacer--height-80 {
  height: 80px; }

.spacer--height-90 {
  height: 90px; }

.spacer--height-100 {
  height: 100px; }

.stat-columns {
  padding-top: 60px;
  padding-bottom: 56px; }
  .stat-columns .container {
    padding: 0 20px; }
  .stat-columns--featured {
    background-image: radial-gradient(63% 109%, #9AD3DD 48%, #80C5D5 100%); }
    .stat-columns--featured .section-header {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 58px; }
      .stat-columns--featured .section-header h2 {
        color: #ffffff;
        font-size: 3.3rem;
        line-height: 4.62rem; }
  .stat-columns__column {
    text-align: center; }
  .stat-columns__stat {
    margin-bottom: 0;
    color: #7F3B84;
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -0.2rem; }
  .stat-columns__description {
    color: #6C6C6C;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 100; }
  .stat-columns__source {
    margin-top: 12px;
    color: #6C6C6C;
    font-size: 1.4rem;
    line-height: 1.96rem;
    font-weight: 100;
    font-style: italic; }
  .stat-columns--featured .stat-columns__stat,
  .stat-columns--featured .stat-columns__description,
  .stat-columns--featured .stat-columns__source {
    color: #ffffff; }
  .stat-columns--featured .stat-columns__description {
    font-size: 3.3rem;
    line-height: 4.6rem; }
  .stat-columns .bg-block__cta {
    margin-top: 69px;
    text-align: center; }
  .stat-columns__columns .stat-columns__column {
    display: block;
    margin-bottom: 2.5em; }
  @media screen and (min-width: 56.25em) {
    .stat-columns__stat {
      margin-bottom: 20px;
      font-size: 6.6rem; }
    .stat-columns__description {
      font-size: 2.6rem;
      line-height: 3.6rem; }
    .stat-columns__columns {
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto; }
      .stat-columns__columns .stat-columns__column {
        margin-bottom: 0; }
      .stat-columns__columns::after {
        clear: both;
        content: "";
        display: table; }
      .stat-columns__columns--1-cols .stat-columns__column {
        width: 100%; }
      .stat-columns__columns--2-cols .stat-columns__column {
        float: left;
        display: block;
        margin-right: 2.58065%;
        width: 48.70968%; }
        .stat-columns__columns--2-cols .stat-columns__column:last-child {
          margin-right: 0; }
        .stat-columns__columns--2-cols .stat-columns__column:nth-child(2n) {
          margin-right: 0; }
        .stat-columns__columns--2-cols .stat-columns__column:nth-child(2n+1) {
          clear: left; }
      .stat-columns__columns--3-cols .stat-columns__column {
        float: left;
        display: block;
        margin-right: 2.58065%;
        width: 31.6129%; }
        .stat-columns__columns--3-cols .stat-columns__column:last-child {
          margin-right: 0; }
        .stat-columns__columns--3-cols .stat-columns__column:nth-child(3n) {
          margin-right: 0; }
        .stat-columns__columns--3-cols .stat-columns__column:nth-child(3n+1) {
          clear: left; } }

.homepage-hero {
  position: relative; }
  .homepage-hero picture, .homepage-hero img {
    display: block;
    width: 100%; }
  .homepage-hero .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); }
  .homepage-hero h2 {
    /* @include font-smoothing(on);
		 @include weight-bold;
		 */
    font-weight: 300;
    margin-bottom: .67em;
    font-size: 3.3rem;
    line-height: 4.6rem; }
  .homepage-hero p {
    font-size: 1.4rem;
    line-height: 1.4; }

.homepage-hero__video-play-btn {
  padding-top: 1em;
  text-align: center; }
  .homepage-hero__video-play-btn button {
    background: none;
    border: 0;
    width: 80px; }
  .homepage-hero__video-play-btn span {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    font-style: italic; }

@media screen and (min-width: 600px) {
  .homepage-hero__overlay-text,
  .homepage-hero__video-play-btn {
    float: left;
    display: block;
    margin-right: 2.58065%;
    width: 48.70968%; }
    .homepage-hero__overlay-text:last-child,
    .homepage-hero__video-play-btn:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .homepage-hero__overlay-text h2 {
    font-size: 2.8rem; }
  .homepage-hero__overlay-text p {
    font-size: 1.8rem; } }

@media screen and (min-width: 800px) {
  .homepage-hero__overlay-text h2 {
    font-size: 3.4rem; }
  .homepage-hero__overlay-text p {
    font-size: 2.1rem; } }

@media screen and (min-width: 1000px) {
  .homepage-hero__overlay-text h2 {
    font-size: 4.4rem; }
  .homepage-hero__overlay-text p {
    font-size: 2.4rem; } }

@media screen and (min-width: 600px) {
  .homepage-hero__video-play-btn button {
    width: 140px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .homepage-hero__video-play-btn span {
    font-size: 1.8rem; } }

.contact__intro-text {
  margin-bottom: .67em; }

.form__section__submit-group input {
  background: #44a1b0;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  border-radius: 100px;
  padding: .5em 1.33em; }

.form label.error {
  color: #f00; }

.form input.error {
  border: 1px solid #f00 !important; }

.form__section {
  margin-bottom: 24px; }
  .form__section select {
    max-width: 100%; }
  .form__section__field-group {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .form__section__field-group:last-child {
      margin-bottom: 0; }
    .form__section__field-group--two-cols {
      width: 100%; }
    .form__section__field-group__column {
      display: inline-block;
      vertical-align: top;
      width: 49%; }
      .form__section__field-group__column:first-child {
        padding-right: 2%; }
    .form__section__field-group .heading {
      display: none; }
    .form__section__field-group .input {
      display: block;
      width: 100%; }
    .form__section__field-group input[type="text"],
    .form__section__field-group input[type="email"],
    .form__section__field-group textarea {
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 6px 8px; }
      .form__section__field-group input[type="text"].has-error,
      .form__section__field-group input[type="email"].has-error,
      .form__section__field-group textarea.has-error {
        box-shadow: 0px 0px 11px 0px rgba(209, 45, 45, 0.75); }
    .form__section__field-group input[type="text"],
    .form__section__field-group input[type="email"] {
      margin-bottom: 4px; }
    .form__section__field-group textarea {
      margin-top: 10px;
      resize: none; }
    .form__section__field-group ul.errors {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .form__section__field-group ul.errors li {
        color: #bb2d2d;
        font-size: 0.8em;
        line-height: 1.1em; }
  .form__section__errors {
    color: #ce2626;
    margin: 0.5em 0; }
  .form__section__submit-group .button {
    margin: 0 !important; }
  .form__section--full-width {
    max-width: 100%; }
  .form__section--min-width {
    max-width: 575px; }

.dashboard {
  padding-top: 42px;
  padding-bottom: 120px; }
  .dashboard .container {
    padding: 0 20px;
    max-width: 1280px; }
  .dashboard__col > div {
    margin-bottom: 42px; }
    .dashboard__col > div:last-child {
      margin-bottom: 0; }
  .dashboard__columns::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 679px) {
    .dashboard__col {
      display: block;
      margin-bottom: 42px; } }
  @media (min-width: 680px) and (max-width: 900px) {
    .dashboard__two-thirds-col, .dashboard__col {
      display: inline-block;
      float: left;
      width: 47.5%;
      margin-right: 5%;
      margin-bottom: 42px; }
      .dashboard__two-thirds-col:nth-child(2n+2), .dashboard__col:nth-child(2n+2) {
        margin-right: 0; }
    .dashboard__two-thirds-col .dashboard__col {
      width: 100%;
      margin-right: 0;
      display: block;
      float: none; } }
  @media (min-width: 901px) {
    .dashboard__col {
      display: inline-block;
      float: left;
      width: 31%;
      margin-right: 3.5%; }
      .dashboard__col:last-child {
        margin-right: 0; }
    .dashboard__two-thirds-col {
      display: inline-block;
      float: left;
      width: 65.5%;
      margin-right: 3.5%; }
      .dashboard__two-thirds-col .dashboard__col {
        width: 47.5%;
        margin-right: 5%; }
        .dashboard__two-thirds-col .dashboard__col:last-child {
          margin-right: 0; } }

.dashboard-welcome {
  margin-bottom: 42px; }
  .dashboard-welcome .text::after {
    clear: both;
    content: "";
    display: table; }
  .dashboard-welcome__footer {
    padding: 15px 20px;
    background: #eee;
    font-size: 1.4rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    .dashboard-welcome__footer a {
      color: #000000;
      text-decoration: none; }
      .dashboard-welcome__footer a:hover {
        text-decoration: underline; }
    @media (max-width: 479px) {
      .dashboard-welcome__footer__row {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #C8C8C8; }
        .dashboard-welcome__footer__row:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
        .dashboard-welcome__footer__row span {
          display: block; }
          .dashboard-welcome__footer__row span:first-child {
            font-weight: bold;
            margin-bottom: 4px; }
          .dashboard-welcome__footer__row span:last-child strong {
            font-weight: normal; } }
    @media (min-width: 480px) {
      .dashboard-welcome__footer__rows {
        display: table; }
      .dashboard-welcome__footer__row {
        display: table-row; }
        .dashboard-welcome__footer__row span {
          display: table-cell;
          padding-top: 2px;
          padding-bottom: 2px; }
          .dashboard-welcome__footer__row span:first-child {
            padding-right: 25px; } }

.dashboard-box {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px; }
  .dashboard-box:last-child {
    margin-bottom: 0; }
  .dashboard-box__header {
    padding: 14px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    .dashboard-box__header h3 {
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 700;
      margin: 0; }
  .dashboard-box__body {
    padding: 20px; }
  .dashboard-box__tabs {
    border-bottom: 1px solid black;
    margin-bottom: 20px; }
    .dashboard-box__tabs::after {
      clear: both;
      content: "";
      display: table; }
    .dashboard-box__tabs--two-tabs .dashboard-box__tab {
      float: left;
      width: 48%;
      margin-right: 4%; }
      .dashboard-box__tabs--two-tabs .dashboard-box__tab:last-child {
        margin-right: 0; }
  .dashboard-box__tab {
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 8px 0;
    background: #EDEDED;
    color: #7B7B7B;
    text-transform: uppercase;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .dashboard-box__tab:hover {
      background: #7B7B7B;
      color: white; }
    .dashboard-box__tab.active {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 700;
      color: white !important; }
    .dashboard-box__tab .num {
      opacity: 0.5; }
  .dashboard-box__button {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center; }
  .dashboard-box .forum-posts__title {
    color: #000000;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3; }
  .dashboard-box .forum-posts__meta {
    margin-top: 4px;
    color: #7B7B7B; }
  .dashboard-box .forum-posts .table-row:hover .forum-posts__title,
  .dashboard-box .forum-posts .table-row:hover .forum-posts__meta {
    color: #ffffff !important; }
  .dashboard-box__faq-link {
    font-size: 1.4rem;
    color: #000000;
    font-weight: 700; }
    .dashboard-box__faq-link:hover {
      text-decoration: none !important; }
  .dashboard-box__orders .table-row {
    color: #000000; }
  @media (max-width: 410px), (min-width: 680px) and (max-width: 768px), (min-width: 901px) and (max-width: 1120px) {
    .dashboard-box__orders .c2 {
      display: none; } }

.dashboard-ceus-listing .table {
  margin-bottom: 0; }

.dashboard-ceus-listing .c1 {
  width: 35%; }

.dashboard-ceus-listing .c2 {
  width: 65%;
  white-space: nowrap; }

.dashboard-ceus-listing a.table-row {
  color: #000000; }
  .dashboard-ceus-listing a.table-row:hover {
    color: #ffffff; }

.dashboard-ceus-listing .c3 {
  width: 5%; }

@media (max-width: 410px), (min-width: 680px) and (max-width: 768px), (min-width: 901px) and (max-width: 1120px) {
  .dashboard-ceus-listing .c1 {
    display: none; } }

.dashboard-downloads-listing .c1 {
  width: 70%; }

.dashboard-downloads-listing .c2 {
  width: 15%;
  white-space: nowrap; }

.dashboard-downloads-listing a.table-row {
  color: #000000; }
  .dashboard-downloads-listing a.table-row:hover {
    color: #ffffff; }

.dashboard-downloads-listing .c3 {
  width: 15%; }

.dashboard__columns > .dashboard__col > div[data-set="resources"] {
  display: none; }

.dashboard__columns > .dashboard__col > div[data-set="centering-counts"] {
  display: block; }

.dashboard__columns > .dashboard__two-thirds-col > .dashboard__col > div[data-set="centering-counts"] {
  display: none; }

.dashboard__columns > .dashboard__two-thirds-col > .dashboard__col > div[data-set="resources"] {
  display: block; }

@media (min-width: 680px) {
  .dashboard__columns > .dashboard__col > div[data-set="centering-counts"] {
    display: none; }
  .dashboard__columns > .dashboard__two-thirds-col > .dashboard__col > div[data-set="resources"] {
    display: none; }
  .dashboard__columns > .dashboard__col > div[data-set="resources"] {
    display: block; }
  .dashboard__columns > .dashboard__two-thirds-col > .dashboard__col > div[data-set="centering-counts"] {
    display: block; } }

.cart__nav::after {
  clear: both;
  content: "";
  display: table; }

.cart__nav .button {
  margin-left: 20px;
  margin-bottom: 15px; }
  .cart__nav .button.no-left-margin {
    margin-left: 0; }

.cart__nav form {
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.cart__container {
  margin-top: 10px;
  margin-bottom: 30px; }

.cart__table::after {
  clear: both;
  content: "";
  display: table; }

.cart .c1 {
  width: 38%; }

.cart .c2 {
  width: 13%; }

.cart .c3 {
  width: 13%;
  text-align: right; }

.cart .c4 {
  width: 13%; }

.cart .c5 {
  width: 13%;
  text-align: right; }

.cart .c6 {
  width: 10%; }

.cart__list-heading {
  width: 100%;
  border-bottom: 1px solid #C8C8C8; }
  .cart__list-heading::after {
    clear: both;
    content: "";
    display: table; }
  .cart__list-heading__cell {
    display: inline-block;
    float: left;
    color: #7B7B7B;
    text-transform: uppercase;
    padding: 0 15px 8px 15px; }

.cart__item {
  position: relative;
  min-height: 130px;
  padding: 15px 0;
  border-bottom: 1px solid #C8C8C8; }
  .cart__item::after {
    clear: both;
    content: "";
    display: table; }
  .cart__item__image {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0px;
    display: block;
    width: 100px;
    height: 100px; }
    .cart__item__image img {
      border: 1px solid #C8C8C8;
      border-radius: 8px; }
  .cart__item__data {
    display: block; }
  .cart__item__cell {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 0 15px; }
    .cart__item__cell.c1 {
      padding-left: 120px; }
    .cart__item__cell.top-padding {
      padding-top: 0.5em; }
  .cart__item__image {
    width: 100px; }
  .cart__item__title-details {
    margin-top: 5px;
    line-height: 1.4; }
    .cart__item__title-details .value {
      font-weight: 700; }
    .cart__item__title-details .icon-map-marker svg {
      vertical-align: middle;
      margin-top: -3px;
      color: #7B7B7B;
      width: 20px;
      height: 30px; }

.cart__price__details {
  margin-top: 4px;
  color: #7B7B7B;
  font-size: 1.4rem; }

.cart__qty {
  width: 75px;
  position: relative; }
  .cart__qty input {
    width: 58px;
    height: 34px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #C8C8C8;
    padding: 0 10px; }
    .cart__qty input::-webkit-inner-spin-button, .cart__qty input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .cart__qty input:disabled {
      background: #EDEDED;
      border-color: #EDEDED;
      border-radius: 4px;
      width: 75px; }
  .cart__qty input[type=number] {
    -moz-appearance: textfield; }
  .cart__qty__buttons {
    position: absolute;
    width: 17px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #C8C8C8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .cart__qty__buttons button {
      display: block;
      width: 16px;
      height: 16px;
      background: #EDEDED; }
      .cart__qty__buttons button svg {
        width: 10px;
        height: 8px;
        margin: 3px;
        color: #7B7B7B; }
      .cart__qty__buttons button:hover {
        background: #DAF0F2; }
        .cart__qty__buttons button:hover svg {
          color: #18A0C1; }
  .cart__qty__up {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    border-top-right-radius: 3px;
    border-style: solid;
    border-color: #C8C8C8;
    border-width: 0 0 1px 0; }
  .cart__qty__down {
    position: absolute;
    top: 16px;
    right: 0;
    border-bottom-right-radius: 3px;
    border: 0; }
  .cart__qty__stock-message {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #6C6C6C;
    margin-top: 8px; }

.cart__remove-button {
  border: 0;
  float: right;
  background: none;
  color: #18A0C1;
  white-space: nowrap; }
  .cart__remove-button svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 6px;
    float: left; }
  .cart__remove-button:hover {
    color: #006982; }
    .cart__remove-button:hover .label {
      text-decoration: underline; }

.cart__workshop-participants {
  margin-top: 20px;
  padding-left: 120px; }
  .cart__workshop-participants::after {
    clear: both;
    content: "";
    display: table; }

.cart .no-results {
  margin: 30px 0; }

.cart__inventory-message {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 12px; }

@media screen and (max-width: 33.6875em) {
  .cart__nav .button {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-left: 0; }
  .cart__nav .empty-cart-button {
    margin-top: 30px; }
    .cart__nav .empty-cart-button::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 47.9375em) {
  .cart__nav:first-of-type .checkout-button {
    display: none; }
  .cart__nav:last-of-type .keep-shopping-button {
    display: none; }
  .cart__nav:last-of-type .empty-cart-button {
    margin-left: 0; } }

@media screen and (max-width: 56.1875em) {
  .cart__container {
    max-width: 100%;
    overflow-x: scroll; }
  .cart__table {
    min-width: 800px; }
  .cart__remove-button .label {
    display: none; }
  .cart .c1 {
    width: 48%; }
  .cart .c3 {
    width: 15%; }
  .cart .c4 {
    width: 15%; }
  .cart .c5 {
    width: 15%; }
  .cart .c6 {
    width: 7%; }
  .cart .c2 {
    display: none; }
  .cart__item__image {
    width: 70px;
    height: 70px; }
    .cart__item__image img {
      border-radius: 6px; }
  .cart__item__cell.c1 {
    padding-left: 90px; } }

@media screen and (min-width: 56.25em) {
  .cart__item__mobile-language {
    display: none; } }

.coupon-heading {
  margin-top: 15px; }

.coupon-form {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px; }
  .coupon-form__coupon-field {
    width: 200px !important;
    margin-right: 10px; }

body.checkout-page {
  padding-top: 0 !important; }
  body.checkout-page .store-page {
    padding-top: 30px; }
  body.checkout-page .edit {
    white-space: nowrap; }
    body.checkout-page .edit .icon svg {
      width: 14px;
      height: 14px;
      vertical-align: top;
      margin: 1px 3px 0 0; }
    body.checkout-page .edit:hover {
      color: #006982; }
      body.checkout-page .edit:hover .label {
        text-decoration: underline; }

.checkout-addresses .address-fieldset {
  margin-bottom: 30px; }
  .checkout-addresses .address-fieldset h3 {
    margin-bottom: 15px; }
  .checkout-addresses .address-fieldset .edit {
    color: #18A0C1;
    text-decoration: none; }
    .checkout-addresses .address-fieldset .edit:hover {
      color: #006982;
      text-decoration: underline; }
  .checkout-addresses .address-fieldset .styled-radio-button-label {
    font-size: 1.8rem;
    font-weight: 700; }
  .checkout-addresses .address-fieldset .edit {
    float: right;
    z-index: 100; }
    .checkout-addresses .address-fieldset .edit .icon svg {
      width: 14px;
      height: 14px;
      vertical-align: top;
      margin: 1px 3px 0 0; }
    .checkout-addresses .address-fieldset .edit:hover {
      color: #006982; }
      .checkout-addresses .address-fieldset .edit:hover .label {
        text-decoration: underline; }

.checkout-addresses .address-select {
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-addresses .address-select .body {
    padding: 30px 10px 10px 45px; }
  .checkout-addresses .address-select .radio {
    margin-right: 90px;
    z-index: 99; }

.checkout-addresses .address-data {
  list-style-type: none;
  display: block;
  margin-left: 45px; }
  .checkout-addresses .address-data > li {
    display: block;
    font-weight: 300;
    font-size: 1.6rem; }
  .checkout-addresses .address-data strong {
    font-size: 1.8rem; }

.checkout-addresses__use-same-address {
  float: left;
  width: 300px;
  padding: 0 0 20px 26px; }

.checkout-shipping__columns {
  margin: 15px 0; }
  .checkout-shipping__columns::after {
    clear: both;
    content: "";
    display: table; }

.checkout-shipping__col {
  display: block;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-shipping__col__top-half, .checkout-shipping__col__bottom-half {
    height: 50%;
    line-height: 1.4; }
  .checkout-shipping__col__bottom-half {
    border-top: 1px solid #C8C8C8;
    padding-top: 20px; }
    .checkout-shipping__col__bottom-half .number {
      font-size: 1.4rem;
      color: #7B7B7B; }
      .checkout-shipping__col__bottom-half .number--with-image {
        line-height: 30px; }
      .checkout-shipping__col__bottom-half .number img {
        vertical-align: top;
        width: auto;
        height: 30px;
        margin-right: 10px; }

.checkout-shipping__heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px; }
  .checkout-shipping__heading .edit {
    font-weight: 300;
    float: right;
    font-size: 1.6rem; }

.checkout-shipping .address-data {
  list-style-type: none;
  display: block;
  background: #EDEDED;
  padding: 10px;
  border-radius: 8px; }
  .checkout-shipping .address-data li {
    display: block;
    line-height: 1.4; }

.checkout-shipping .shipping-select {
  margin-bottom: 12px; }
  .checkout-shipping .shipping-select::after {
    clear: both;
    content: "";
    display: table; }
  .checkout-shipping .shipping-select:last-child {
    margin-bottom: 0; }
  .checkout-shipping .shipping-select__label, .checkout-shipping .shipping-select__price {
    vertical-align: top; }
  .checkout-shipping .shipping-select .styled-radio-button-label {
    width: calc(100% - 45px); }
  .checkout-shipping .shipping-select__price {
    float: right; }

@media screen and (min-width: 56.25em) {
  .checkout-shipping__columns {
    padding: 0; }
  .checkout-shipping__col {
    display: inline-block;
    float: left;
    width: 31%;
    margin-right: 3.5%; }
    .checkout-shipping__col:last-child {
      margin-right: 0; }
    .checkout-shipping__col__bottom-half {
      padding-bottom: 30px; } }

.checkout-payment h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1; }

.checkout-payment__error-message {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e71901;
  margin-bottom: 20px; }

.checkout-payment__columns {
  margin: 15px 0 0 0; }
  .checkout-payment__columns::after {
    clear: both;
    content: "";
    display: table; }

.checkout-payment__col {
  display: block;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
  padding: 20px;
  margin-bottom: 20px;
  position: relative; }
  .checkout-payment__col .form__required-notice {
    top: 15px;
    right: 20px; }

.checkout-payment__heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px; }

.checkout-payment .form::after {
  clear: both;
  content: "";
  display: table; }

.checkout-payment .form__submit-row {
  margin-top: 20px; }

.checkout-payment .form__purchase-order__error, .checkout-payment .form__purchase-order-number__error {
  display: none; }

.checkout-payment .form__terms {
  margin-top: 30px; }
  .checkout-payment .form__terms__error {
    display: none; }
  .checkout-payment .form__terms label {
    font-size: 1.6rem; }

@media screen and (min-width: 56.25em) {
  .checkout-payment__col {
    display: inline-block;
    float: left; }
  .checkout-payment__left {
    width: 31%;
    margin-right: 3.5%; }
  .checkout-payment__right {
    width: 65.5%;
    padding-bottom: 30px; }
    .checkout-payment__right .form {
      max-width: 510px; } }

.order-summary__row {
  margin-bottom: 20px; }
  .order-summary__row::after {
    clear: both;
    content: "";
    display: table; }

.order-summary__label, .order-summary__value {
  display: inline-block;
  float: left; }

.order-summary__label {
  width: 67%;
  margin-right: 3%;
  font-weight: 700; }
  .order-summary__label__desc {
    margin-top: 6px;
    font-weight: 300;
    font-size: 1.4rem; }

.order-summary__value {
  width: 30%;
  text-align: right; }

.terms-pop__content {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 20px; }

.checkout-nav {
  margin: 40px 0 50px 0; }
  .checkout-nav::after {
    clear: both;
    content: "";
    display: table; }
  .checkout-nav--num-steps-5 .s1 {
    left: 0; }
  .checkout-nav--num-steps-5 .s2 {
    left: 25%; }
  .checkout-nav--num-steps-5 .s3 {
    left: 50%; }
  .checkout-nav--num-steps-5 .s4 {
    left: 75%; }
  .checkout-nav--num-steps-5 .s5 {
    left: 100%; }
  .checkout-nav--num-steps-4 .s1 {
    left: 0; }
  .checkout-nav--num-steps-4 .s2 {
    left: 33%; }
  .checkout-nav--num-steps-4 .s3 {
    left: 66%; }
  .checkout-nav--num-steps-4 .s4 {
    left: 100%; }
  .checkout-nav__bar {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    height: 25px;
    background: #EDEDED;
    position: relative; }
  .checkout-nav__inner-bar {
    height: 15px;
    background: #AB79AD;
    position: absolute;
    top: 5px;
    left: 0; }
  .checkout-nav__step {
    position: absolute;
    display: block;
    top: -10px;
    width: 45px;
    height: 45px;
    margin-left: -22px; }
    .checkout-nav__step:hover .checkout-nav__circle {
      background: #955297; }
    .checkout-nav__step:hover .checkout-nav__label.active {
      text-decoration: underline; }
  .checkout-nav__label {
    display: block;
    width: 150px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -75px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #000000; }
    .checkout-nav__label__mobile-text {
      display: none; }
  .checkout-nav__circle {
    display: block;
    width: 35px;
    height: 35px;
    background: #AB79AD;
    border-radius: 30px;
    position: absolute;
    top: 5px;
    left: 5px; }
  .checkout-nav .inactive .checkout-nav__circle {
    display: none; }
  .checkout-nav .current-step .checkout-nav__circle {
    background: #955297; }
  .checkout-nav .current-step .checkout-nav__outer-circle {
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0; }
  .checkout-nav__outer-circles {
    z-index: -1; }
  .checkout-nav__outer-circle {
    position: absolute;
    display: block;
    top: -10px;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    background: #EDEDED;
    border-radius: 30px; }
  @media screen and (max-width: 33.6875em) {
    .checkout-nav {
      margin: 15px 0 40px 0; }
      .checkout-nav__label {
        top: -20px;
        font-size: 1.4rem; }
        .checkout-nav__label.has-mobile-label .checkout-nav__label__text {
          display: none; }
        .checkout-nav__label.has-mobile-label .checkout-nav__label__mobile-text {
          display: block; }
      .checkout-nav__bar {
        height: 20px; }
      .checkout-nav__inner-bar {
        height: 12px;
        top: 4px; }
      .checkout-nav__step {
        width: 36px;
        height: 36px;
        top: -8px;
        margin-left: -18px; }
      .checkout-nav__circle {
        display: block;
        width: 28px;
        height: 28px;
        top: 4px;
        left: 4px; }
      .checkout-nav .previous-step .checkout-nav__inner-circle:after {
        height: 12px;
        top: 8px; }
      .checkout-nav .previous-step.s2 .checkout-nav__circle:before, .checkout-nav .previous-step.s3 .checkout-nav__circle:before, .checkout-nav .previous-step.s4 .checkout-nav__circle:before, .checkout-nav .previous-step.s5 .checkout-nav__circle:before {
        height: 12px;
        top: 8px; }
      .checkout-nav__outer-circle {
        top: -8px;
        width: 36px;
        height: 36px;
        margin-left: -18px; } }
  @media (min-width: 540px) and (max-width: 1140px) {
    .checkout-nav__step.s1 .checkout-nav__label {
      left: 0;
      margin-left: 0;
      text-align: left; }
    .checkout-nav__step.s5 .checkout-nav__label {
      left: auto;
      right: 0;
      margin-left: 0;
      text-align: right; } }

.store {
  padding-top: 42px;
  padding-bottom: 120px; }
  .store .container {
    padding: 0 20px;
    max-width: 1280px; }

.no-results {
  display: block;
  text-align: center;
  padding: 40px 20px;
  color: #000000;
  background: #EDEDED;
  border-radius: 8px; }
  .no-results h3 {
    margin-bottom: 20px;
    font-size: 2.5rem; }
  .no-results.hidden {
    display: none; }

.no-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.bottom-radius {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.store-page {
  padding-top: 40px;
  padding-bottom: 120px; }
  .store-page .container {
    padding: 0 20px;
    max-width: 1280px; }
  .store-page h3 {
    font-size: 2.6rem;
    line-height: 3.6rem; }
  .store-page .intro-text {
    margin-bottom: 30px; }

.loading-opacity {
  opacity: 0.4; }

.standard-page {
  padding-top: 42px;
  padding-bottom: 120px; }
  .standard-page .container {
    padding: 0 20px;
    max-width: 1280px; }

.filter-block {
  margin-bottom: 15px; }
  .filter-block::after {
    clear: both;
    content: "";
    display: table; }
  .filter-block__dropdown {
    display: inline-block;
    margin-right: 20px;
    width: 240px;
    margin-bottom: 10px; }

.filter-reset-button {
  display: inline-block;
  line-height: 35px;
  margin-left: 10px; }
  .filter-reset-button .icon svg {
    width: 20px;
    height: 35px;
    vertical-align: top;
    margin-right: 4px; }
  .filter-reset-button:hover {
    color: #0088A9;
    text-decoration: none; }
    .filter-reset-button:hover .label {
      text-decoration: underline; }

.store-home__columns::after {
  clear: both;
  content: "";
  display: table; }

@media (max-width: 400px) {
  .store-home .products-listing .single-product {
    display: block;
    margin-bottom: 35px; } }

@media (min-width: 768px) and (max-width: 900px) {
  .store-home .products-listing .single-product {
    display: inline-block;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 35px; }
    .store-home .products-listing .single-product:nth-child(3n+3) {
      margin-right: 0; } }

@media (min-width: 401px) and (max-width: 767px), (min-width: 901px) {
  .store-home .products-listing .single-product {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 35px; }
    .store-home .products-listing .single-product:nth-child(2n+2) {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .store-home__col {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%; }
    .store-home__col:last-child {
      margin-right: 0; } }

.store-home-block {
  margin-bottom: 40px; }
  .store-home-block__heading h3 {
    font-size: 2.6rem;
    line-height: 3rem; }
  .store-home-block__list {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0; }
    .store-home-block__list a {
      display: block;
      color: black;
      background: #EDEDED;
      border-radius: 8px;
      margin-bottom: 20px;
      padding: 15px 20px;
      position: relative; }
      .store-home-block__list a::after {
        clear: both;
        content: "";
        display: table; }
    .store-home-block__list .icon {
      display: inline-block;
      width: 22px;
      text-align: center; }
    .store-home-block__list .map-marker-icon svg {
      width: 16px;
      height: 20px;
      color: #7B7B7B;
      vertical-align: top;
      margin-top: -3px; }
    .store-home-block__list .clock-icon svg {
      width: 16px;
      height: 20px;
      color: #7B7B7B;
      vertical-align: top;
      margin-top: -2px;
      margin-right: 2px; }
    .store-home-block__list .line-1 {
      display: block;
      margin-bottom: 6px;
      font-weight: 700; }
    .store-home-block__list .line-2 {
      display: block;
      font-size: 1.3rem; }
    .store-home-block__list .icon-line {
      position: relative;
      padding-left: 21px; }
      .store-home-block__list .icon-line .icon {
        position: absolute;
        top: 0;
        left: -2px; }
    .store-home-block__list .arrow {
      display: none; }
    .store-home-block__list a:hover {
      background: #DAF0F2; }
      .store-home-block__list a:hover .icon svg {
        color: #18A0C1; }
      .store-home-block__list a:hover .arrow {
        display: block;
        width: 33px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #18A0C1;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
        .store-home-block__list a:hover .arrow .angle-right-icon svg {
          color: white;
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 18px;
          height: 18px; }
  .store-home-block__button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px; }
  @media (max-width: 419px) {
    .store-home-block__list a {
      padding: 10px 15px; }
    .store-home-block__list__left, .store-home-block__list__right {
      display: block;
      padding-right: 45px; }
    .store-home-block__list__left {
      margin-bottom: 12px; } }
  @media (min-width: 420px) {
    .store-home-block__list__left, .store-home-block__list__right {
      display: inline-block;
      float: left; }
    .store-home-block__list__left {
      width: 35%;
      padding-right: 5%; }
    .store-home-block__list__right {
      width: 65%;
      padding-right: 50px; } }

.order-completed__heading {
  font-size: 4.8rem;
  font-weight: 700; }

.order-details-top {
  margin-top: 30px; }
  .order-details-top__buttons {
    display: block;
    margin-bottom: 20px; }
    .order-details-top__buttons .button {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
  .order-details-top h2 {
    font-size: 3.2rem; }
  .order-details-top__columns {
    margin-top: 20px; }
    .order-details-top__columns::after {
      clear: both;
      content: "";
      display: table; }
  .order-details-top__date, .order-details-top__number {
    display: block;
    font-weight: 700;
    margin-bottom: 10px; }
    .order-details-top__date:last-child, .order-details-top__number:last-child {
      margin-bottom: 0; }
  .order-details-top .print-logo {
    display: none; }
  @media (min-width: 540px) {
    .order-details-top__buttons {
      display: block;
      margin-bottom: 20px; }
      .order-details-top__buttons::after {
        clear: both;
        content: "";
        display: table; }
      .order-details-top__buttons .button {
        display: inline-block;
        width: 48%;
        float: left;
        margin-left: 4%; }
        .order-details-top__buttons .button:first-child {
          margin-left: 0 !important; } }
  @media (min-width: 768px) {
    .order-details-top__buttons {
      float: right; }
      .order-details-top__buttons .button {
        margin-left: 20px;
        width: auto; }
    .order-details-top__date, .order-details-top__number {
      display: inline-block;
      float: left;
      width: 47%;
      margin-bottom: 0;
      margin-right: 6%; }
      .order-details-top__date:last-child, .order-details-top__number:last-child {
        margin-right: 0; } }
  @media (min-width: 1140px) {
    .order-details-top__date, .order-details-top__number {
      width: 22.375%;
      margin-right: 3.5%; } }

.order-details-columns::after {
  clear: both;
  content: "";
  display: table; }

.order-details-columns__col {
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.4; }
  .order-details-columns__col h5 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-left: -20px;
    margin-bottom: 15px; }
  .order-details-columns__col .address-data {
    list-style-type: none; }
    .order-details-columns__col .address-data li {
      line-height: 1.4; }
  .order-details-columns__col .date-paid {
    font-size: 1.4rem;
    margin-top: 8px; }
  .order-details-columns__col .tracking-numbers__row {
    margin-bottom: 0.4em; }
    .order-details-columns__col .tracking-numbers__row:last-child {
      margin-bottom: 0; }
  .order-details-columns__col .order-summary {
    line-height: 1.1; }
    .order-details-columns__col .order-summary__label {
      font-weight: 300; }
    .order-details-columns__col .order-summary__total {
      font-weight: 700; }
      .order-details-columns__col .order-summary__total .order-summary__label {
        font-weight: 700; }

.order-details-columns .horizontal-line {
  margin: 15px 0; }

@media (min-width: 768px) {
  .order-details-columns__col {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 35px; }
    .order-details-columns__col:nth-child(2n+2) {
      margin-right: 0; } }

@media (min-width: 1140px) {
  .order-details-columns__col {
    margin-bottom: 0;
    width: 22.375%;
    margin-right: 3.5%;
    padding-left: 0; }
    .order-details-columns__col h5 {
      margin-left: 0; }
    .order-details-columns__col:last-child {
      margin-right: 0; } }

.track-link {
  vertical-align: top;
  margin-left: 10px; }
  .track-link a {
    display: inline-block;
    background: #18A0C1;
    color: white;
    font-size: 1.2rem;
    line-height: 1.1;
    padding: 6px 12px;
    border-radius: 20px; }
    .track-link a:hover {
      background: #006982; }

.order-details {
  margin-bottom: 40px; }
  .order-details__table.no-images .c1 {
    padding-left: 20px; }
  .order-details td {
    vertical-align: top; }
  .order-details .c0 {
    width: 5%; }
  .order-details .c1 {
    width: 43%; }
    .order-details .c1--no-image {
      padding-left: 20px; }
  .order-details .c2 {
    width: 13%; }
  .order-details .c3 {
    width: 13%;
    text-align: right; }
  .order-details .c4 {
    width: 15%;
    text-align: center; }
  .order-details .c5 {
    width: 11%;
    text-align: right; }
  .order-details .c0 img {
    width: 70px;
    height: 70px;
    max-width: 70px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    display: block;
    margin: 0; }
  .order-details tbody .c1 {
    padding-left: 0; }
  .order-details .c4 {
    white-space: nowrap; }
    .order-details .c4 .edit {
      margin-left: 10px; }
  .order-details__item-row.line-above td {
    border-top: 1px solid #C8C8C8; }
    .order-details__item-row.line-above td.c0, .order-details__item-row.line-above td.c5 {
      position: relative; }
      .order-details__item-row.line-above td.c0:before, .order-details__item-row.line-above td.c5:before {
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background: white;
        position: absolute;
        top: -1px; }
    .order-details__item-row.line-above td.c0:before {
      left: 0; }
    .order-details__item-row.line-above td.c5:before {
      right: 0; }
  .order-details__total-row td {
    background: #EDEDED;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.4; }
    .order-details__total-row td.c4 {
      width: 87%;
      text-align: right;
      font-weight: 700; }
    .order-details__total-row td.c5 {
      text-align: right; }
  .order-details__total-row.first td {
    padding-top: 20px; }
  .order-details__total-row.last td {
    padding-bottom: 20px; }
  .order-details__total-row__desc {
    font-weight: 300;
    font-size: 1.4rem; }
  .order-details__participants {
    display: table;
    position: relative;
    width: 100%;
    background: #EDEDED;
    border-radius: 8px;
    padding: 10px 20px; }
    .order-details__participants::after {
      clear: both;
      content: "";
      display: table; }
    .order-details__participants .participants-heading,
    .order-details__participants .participant-row {
      display: table-row; }
    .order-details__participants .col {
      display: table-cell;
      padding: 8px 10px; }
    .order-details__participants .d1 {
      width: 25%;
      padding-left: 0; }
    .order-details__participants .d2 {
      width: 25%; }
    .order-details__participants .d3 {
      width: 25%; }
    .order-details__participants .d4 {
      width: 25%;
      padding-right: 0;
      text-align: right; }
    .order-details__participants .participants-heading .col {
      font-weight: 700;
      text-transform: uppercase;
      border-bottom: 1px solid #C8C8C8; }
    .order-details__participants .participants-heading .d4 {
      color: #7B7B7B;
      font-weight: 300;
      text-transform: none;
      font-size: 1.4rem; }
  @media (min-width: 768px) {
    .order-details .c0 img {
      width: 100px;
      height: 100px;
      max-width: 100px; } }
  .order-details .email-print-only {
    display: none; }

@media (min-width: 900px) {
  .order-details__table {
    min-width: 800px; }
  .order-details__container {
    max-width: 100%;
    overflow-x: scroll; } }

@media print {
  .print-layout .order-details {
    font-size: 0.85em; } }

.print-layout .email-print-only {
  display: block;
  font-size: 14px; }

.print-layout .order-details__participants .d2 {
  display: none; }

.print-layout .print-logo {
  display: block !important;
  margin-top: 12px;
  width: 145px;
  height: 78px;
  float: right; }

.print-layout .horizontal-line {
  display: block;
  margin: 0;
  height: 30px;
  background: none; }

.print-layout .order-details-top__date, .print-layout .order-details-top__number {
  width: auto;
  display: block;
  float: none; }

.print-layout .order-details-top__date {
  margin-bottom: 12px; }

.print-layout .order-details-columns::after {
  clear: both;
  content: "";
  display: table; }

.print-layout .order-details-columns__col {
  display: inline-block !important;
  width: 48% !important;
  margin-bottom: 30px;
  float: left !important; }
  .print-layout .order-details-columns__col:first-child {
    margin-right: 4%; }

.order-history .order-details-top {
  margin-top: 15px; }

.order-history .table {
  margin-bottom: 0; }
  .order-history .table .c1 {
    width: 13%; }
  .order-history .table .c2 {
    width: 13%; }
  .order-history .table .c3 {
    width: 15%; }
  .order-history .table .c4 {
    width: 30%; }
  .order-history .table .c5 {
    width: 8%;
    text-align: right; }
  .order-history .table .c6 {
    width: 8%;
    text-align: center; }
  .order-history .table .c7 {
    width: 8%;
    text-align: right;
    white-space: nowrap; }
    .order-history .table .c7 .icon {
      vertical-align: top;
      margin-top: 3px; }

.order-history .table-cell {
  padding: 10px 8px !important;
  font-size: 1.6rem;
  line-height: 1.5; }

.order-history .items-summary {
  display: table; }
  .order-history .items-summary__row {
    display: table-row; }
  .order-history .items-summary__num {
    display: table-cell;
    padding-right: 8px;
    font-size: 1.4rem; }
  .order-history .items-summary__item {
    display: table-cell;
    font-size: 1.4rem; }

.order-history .table-footer-notice {
  display: block;
  width: 100%;
  background: #ac8ead;
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: center; }
  .order-history .table-footer-notice__inner {
    display: table;
    margin: 0 auto; }
  .order-history .table-footer-notice__col {
    display: table-cell;
    vertical-align: middle; }
  .order-history .table-footer-notice a {
    color: #ffffff;
    text-decoration: underline; }
  .order-history .table-footer-notice .icon-exclamation {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    height: 40px;
    overflow: hidden; }
    .order-history .table-footer-notice .icon-exclamation svg {
      margin: 0;
      width: 40px;
      height: 40px; }

.order-history .pagination {
  margin-top: 30px; }

@media screen and (max-width: 56.1875em) {
  .order-history__container {
    max-width: 100%;
    overflow-x: scroll; }
  .order-history .table {
    min-width: 800px; } }

.participants-select .validation-error {
  background-color: #f68a8e; }

.participants-select .c1 {
  width: 35%; }

.participants-select .c2 {
  width: 40%; }

.participants-select .c3 {
  width: 15%;
  text-align: right; }

.participants-select .c4 {
  width: 10%;
  white-space: nowrap; }

.participants-select td {
  vertical-align: middle; }

.participants-select__item-row td {
  padding: 10px 20px;
  border-bottom: 1px solid #C8C8C8; }

.participants-select__dropdown-container {
  width: 100%; }

.participants-select__remove-button svg {
  vertical-align: top;
  width: 18px;
  height: 18px; }

.participants-select__add-row td {
  padding-bottom: 0; }

.participants-select__add-columns::after {
  clear: both;
  content: "";
  display: table; }

.participants-select__add-columns__left, .participants-select__add-columns__right {
  display: inline-block;
  float: left;
  width: 50%; }

.participants-select__add-columns__right {
  text-align: right; }
  .participants-select__add-columns__right label {
    display: inline-block; }
  .participants-select__add-columns__right label,
  .participants-select__add-columns__right .add-contact-button {
    margin-bottom: 15px; }

.participants-select__add-columns__left .button {
  vertical-align: top; }

.participants-select__no-more-places {
  margin-bottom: 15px; }

.participants-select .add-contact-button {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
  margin-left: 10px; }
  .participants-select .add-contact-button .icon svg {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 2px 2px 0 0; }

.participants-select .add-participant-input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  padding: 9px 30px 9px 9px; }
  .participants-select .add-participant-input.has-results {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .participants-select .add-participant-input.user-selected {
    font-style: italic; }

.participants-select .select-container {
  display: inline-block;
  position: relative;
  width: 250px;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 15px; }
  .participants-select .select-container__loading-icon {
    display: none;
    position: absolute;
    top: 11px;
    right: 10px; }

.participants-select .add-participant-button {
  margin-bottom: 15px; }

.participants-select__ajax-results {
  display: none;
  z-index: 1000;
  position: relative; }
  .participants-select__ajax-results ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C8C8C8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 240px;
    overflow-y: auto; }
    .participants-select__ajax-results ul > li {
      display: block;
      background: #ffffff;
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 5px 10px;
      border-bottom: 1px solid #eee; }
      .participants-select__ajax-results ul > li.already-used {
        color: #7B7B7B;
        font-style: italic;
        background: #efefef; }
      .participants-select__ajax-results ul > li .message {
        font-size: 1.4rem;
        line-height: 1.6;
        opacity: 0.8; }
      .participants-select__ajax-results ul > li:last-child {
        border-bottom: 0; }
      .participants-select__ajax-results ul > li:hover {
        background: #009FC3;
        color: #ffffff;
        cursor: pointer; }
        .participants-select__ajax-results ul > li:hover.already-used {
          color: #7B7B7B;
          background: #efefef;
          cursor: not-allowed; }

@media screen and (max-width: 56.1875em) {
  .participants-select__container.allow-horizontal-scrolling {
    max-width: 100%;
    overflow-x: scroll; }
    .participants-select__container.allow-horizontal-scrolling .participants-select {
      min-width: 800px;
      margin-bottom: 20px; } }

.add-self {
  position: relative; }

.add-self-button {
  display: inline-block;
  margin-top: -28px;
  float: right;
  border: 0;
  font-size: 1.4rem;
  background: none; }
  .add-self-button.not-registered {
    color: #18A0C1; }
    .add-self-button.not-registered:hover {
      text-decoration: underline; }
  .add-self-button.already-registered {
    color: #7B7B7B;
    font-style: italic; }

.product {
  padding-top: 40px;
  padding-bottom: 120px; }
  .product .container {
    padding: 0 20px;
    max-width: 1280px; }
  .product .back-link {
    margin-bottom: 10px; }
    .product .back-link a {
      text-transform: uppercase; }
  .product__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 40px; }
  .product__columns {
    margin-bottom: 30px; }
    .product__columns::after {
      clear: both;
      content: "";
      display: table; }
  .product__col {
    margin-bottom: 20px; }
  .product__images__main-image {
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    text-align: center;
    overflow: hidden; }
    .product__images__main-image--placeholder {
      padding: 30px; }
    .product__images__main-image img {
      display: block;
      margin: 0 auto; }
  .product__images__thumbnails {
    display: block;
    margin: 0 -10px;
    width: calc(100% + 20px); }
    .product__images__thumbnails::after {
      clear: both;
      content: "";
      display: table; }
  .product__images__thumbnail {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    overflow: hidden; }
    .product__images__thumbnail img {
      margin: 0 auto; }
  .product__images__thumbnails-container {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 50;
    margin-top: 20px; }
    .product__images__thumbnails-container::after {
      clear: both;
      content: "";
      display: table; }
  .product__images__thumbnails-nav svg {
    width: 24px;
    height: 32px;
    color: #333333; }
  .product__images__thumbnails-nav__prev, .product__images__thumbnails-nav__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .product__images__thumbnails-nav__prev:hover svg, .product__images__thumbnails-nav__next:hover svg {
      color: #18A0C1; }
  .product__images__thumbnails-nav__prev {
    left: -40px; }
  .product__images__thumbnails-nav__next {
    right: -40px; }
  .product__out-of-stock {
    font-weight: 700;
    margin-bottom: 20px; }
  .product__description {
    margin-bottom: 20px; }
  .product__additional-information {
    margin-top: 20px;
    display: block;
    position: relative;
    top: -220px;
    visibility: hidden; }
  .product__details {
    margin: 0 0 20px 30px; }
  .product__price {
    margin-bottom: 25px; }
  .product__variants-wrapper {
    margin-bottom: 40px; }
  .product__variants {
    max-width: 300px; }
    .product__variants::after {
      clear: both;
      content: "";
      display: table; }
    .product__variants label,
    .product__variants .select-container {
      display: inline-block;
      float: left; }
    .product__variants label {
      width: 33%;
      line-height: 37px; }
    .product__variants .select-container {
      width: 66%; }
    .product__variants__error {
      color: #e71901;
      display: none;
      padding-top: 12px; }
  .product__not-logged-in-buttons {
    margin-top: 30px; }
    .product__not-logged-in-buttons .button {
      margin-right: 20px;
      margin-bottom: 10px; }
      .product__not-logged-in-buttons .button:last-child {
        margin-right: 0; }
  .product__details-box {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    background: #EDEDED;
    border-radius: 8px;
    padding: 20px; }
    .product__details-box__label, .product__details-box__value {
      display: block;
      vertical-align: top;
      font-size: 1.6rem;
      line-height: 1.4; }
    .product__details-box__label {
      font-weight: 700;
      padding: 0 0 5px 0;
      width: 100%; }
    .product__details-box__value {
      width: 100%;
      padding: 0 0 20px 0; }
      .product__details-box__value .icon svg {
        vertical-align: top;
        margin: 1px 2px 0 0;
        width: 16px;
        height: 16px; }
    .product__details-box__row {
      display: block; }
  .product__sample-button {
    display: block;
    margin-bottom: 25px; }
    .product__sample-button .button {
      padding: 7px 25px; }
  @media screen and (max-width: 33.6875em) {
    .product__details-box {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
      border-radius: 0; } }
  @media screen and (min-width: 33.75em) {
    .product__details-box {
      display: table; }
      .product__details-box__label, .product__details-box__value {
        display: table-cell;
        padding: 0 25px 20px 0;
        vertical-align: top; }
      .product__details-box__label {
        font-weight: 700;
        width: 15%; }
      .product__details-box__value {
        width: 85%; }
        .product__details-box__value .icon svg {
          vertical-align: top;
          margin: 1px 2px 0 0;
          width: 16px;
          height: 16px; }
      .product__details-box__row {
        display: table-row; }
        .product__details-box__row:last-child .product__details-box__label,
        .product__details-box__row:last-child .product__details-box__value {
          padding-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .product .product__images__main-image--placeholder {
      display: none; } }
  @media screen and (min-width: 48em) {
    .product__col {
      margin-bottom: 0;
      display: inline-block;
      float: left;
      width: 47%;
      margin-right: 6%; }
      .product__col:last-child {
        margin-right: 0; } }

.products .horizontal-line {
  margin-bottom: 40px; }

.products__filter {
  margin-top: 20px;
  margin-bottom: 40px; }
  .products__filter::after {
    clear: both;
    content: "";
    display: table; }

.products__dropdown {
  margin-bottom: 15px; }

.products .products-listing__list::after {
  clear: both;
  content: "";
  display: table; }

.products__results {
  text-align: right;
  color: #7B7B7B;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 9px 0; }

.products__related {
  margin-top: 30px; }
  .products__related__heading {
    font-size: 3rem;
    line-height: 1.2; }

@media (max-width: 639px) {
  .products__toggle-filter {
    margin-top: 12px;
    margin-bottom: 12px; }
    .products__toggle-filter::after {
      clear: both;
      content: "";
      display: table; }
    .products__toggle-filter .icon {
      vertical-align: middle; }
      .products__toggle-filter .icon svg {
        width: 13px;
        height: 13px; }
  .products__filter {
    display: none; } }

@media (min-width: 640px) {
  .products__toggle-filter {
    display: none; }
  .products__dropdown {
    display: inline-block;
    float: left;
    width: 25%;
    margin-right: 3%;
    margin-bottom: 0; }
    .products__dropdown:last-child {
      margin-right: 0; } }

@media (max-width: 949px) {
  .products__results {
    margin-top: 12px; } }

@media (max-width: 479px) {
  .products .products-listing .single-product {
    display: block;
    margin-bottom: 25px; } }

@media (min-width: 480px) and (max-width: 749px) {
  .products .products-listing .single-product {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px; }
    .products .products-listing .single-product:nth-child(2n+2) {
      margin-right: 0; } }

@media (min-width: 750px) and (max-width: 949px) {
  .products .products-listing .single-product {
    display: inline-block;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 28px; }
    .products .products-listing .single-product:nth-child(3n+3) {
      margin-right: 0; } }

@media (min-width: 950px) {
  .products__dropdowns, .products__results {
    display: inline-block;
    float: left; }
  .products__dropdowns {
    width: 65%; }
  .products__results {
    width: 35%; }
  .products .products-listing .single-product {
    display: inline-block;
    float: left;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 35px; }
    .products .products-listing .single-product:nth-child(4n+4) {
      margin-right: 0; } }

.products-listing {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-listing::after {
    clear: both;
    content: "";
    display: table; }
  .products-listing--two-cols .single-product {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 35px; }
    .products-listing--two-cols .single-product:nth-child(2n+2) {
      margin-right: 0; }

.single-product {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  color: black; }
  .single-product__image-container {
    position: relative;
    padding: 10px 10px 40px 10px; }
    .single-product__image-container:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #C8C8C8;
      border-radius: 8px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 50; }
  .single-product__meta {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EDEDED;
    padding: 0 14px;
    z-index: 49; }
  .single-product__price {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 36px; }
  .single-product__image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 48; }
  .single-product__details {
    margin-top: 15px;
    padding: 0 10px;
    text-align: center; }
    .single-product__details .title {
      font-weight: 700; }
    .single-product__details .teaser {
      display: block;
      margin-top: 6px;
      color: #7B7B7B;
      font-size: 1.3rem;
      line-height: 1.8rem; }
  .single-product:hover {
    color: black;
    text-decoration: none; }
    .single-product:hover .single-product__image-container:after {
      border-color: #18A0C1; }
    .single-product:hover .single-product__meta {
      background: #DAF0F2; }
    .single-product:hover .cart-icon {
      color: #18A0C1; }
  .single-product .cart-icon {
    border: 0;
    display: block;
    background: none !important;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 8px;
    z-index: 51;
    width: 46px;
    height: 36px;
    color: black; }
    .single-product .cart-icon svg {
      width: 22px;
      height: 22px; }
    .single-product .cart-icon:hover {
      color: white;
      background: #18A0C1 !important; }

.webinar__info-container {
  max-width: 975px;
  margin-bottom: 40px; }

.webinars .table .c1 {
  width: 25%; }

.webinars .table .c2 {
  width: 45%; }

.webinars .table .c3 {
  width: 10%; }

.webinars .table .c4 {
  width: 20%; }

.webinars .table .c1,
.webinars .table .c2,
.webinars .table .c3 {
  padding-right: 15px; }

.webinars .table .c4 .button {
  white-space: nowrap; }

@media screen and (max-width: 47.9375em) {
  .webinars .table {
    display: block;
    width: 100%; }
  .webinars .table-cell {
    display: block;
    width: 100% !important;
    padding: 0;
    margin: 0; }
  .webinars .c1,
  .webinars .c2,
  .webinars .c3,
  .webinars .c4 {
    width: 100%;
    padding-left: 0 !important;
    padding-bottom: 8px;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.4; }
  .webinars .webinar-date {
    font-weight: 700;
    margin-bottom: 4px; }
  .webinars .webinar-time {
    font-size: 1.6rem; }
  .webinars .c4 .register-button-container {
    max-width: 225px;
    margin: 10px auto 0 auto; }
  .webinars .c4 .button {
    width: 100%; }
  .webinars .table-row {
    display: block;
    padding: 15px 0 !important;
    border-bottom: 1px solid #EDEDED; }
    .webinars .table-row:last-child {
      border-bottom: 0; }
    .webinars .table-row:nth-child(odd) {
      background: none; }
  .webinars .table-heading {
    display: none; } }

.workshop-types::after {
  clear: both;
  content: "";
  display: table; }

.workshop-type {
  display: block;
  margin-bottom: 35px;
  padding: 20px;
  background: #EDEDED;
  border-radius: 8px; }
  .workshop-type__heading {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 10px; }
  .workshop-type__summary, .workshop-type__meta {
    font-size: 1.6rem;
    line-height: 1.5; }
    .workshop-type__summary p, .workshop-type__meta p {
      margin-bottom: 4px; }
  .workshop-type__summary {
    margin-bottom: 20px; }
  .workshop-type__buttons {
    margin: 20px auto 10px auto;
    max-width: 450px; }
    .workshop-type__buttons::after {
      clear: both;
      content: "";
      display: table; }
    .workshop-type__buttons a {
      display: inline-block;
      background: #7B7B7B;
      border-radius: 20px;
      color: white;
      padding: 6px 20px;
      text-align: center;
      text-transform: uppercase;
      float: left;
      width: 47%;
      margin-right: 6%;
      transition: background, 0.2s; }
      .workshop-type__buttons a:nth-child(2n+2) {
        margin-right: 0; }
      .workshop-type__buttons a:hover {
        background: #6C6C6C; }
      .workshop-type__buttons a.blue {
        background: #18A0C1; }
        .workshop-type__buttons a.blue:hover {
          background: #006982; }
  @media screen and (min-width: 48em) {
    .workshop-type {
      display: inline-block;
      float: left;
      width: 47%;
      margin-right: 6%;
      margin-bottom: 35px; }
      .workshop-type:nth-child(2n+2) {
        margin-right: 0; } }
  @media screen and (min-width: 71.25em) {
    .workshop-type {
      display: inline-block;
      float: left;
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 40px; }
      .workshop-type:nth-child(2n+2) {
        margin-right: 3.5%; }
      .workshop-type:nth-child(3n+3) {
        margin-right: 0; } }

.workshops-listing {
  margin-bottom: 40px; }
  .workshops-listing .c1 {
    width: 15%; }
  .workshops-listing .c2 {
    width: 20%; }
  .workshops-listing .c3 {
    width: 35%; }
  .workshops-listing .c4 {
    width: 15%; }
  .workshops-listing .c5 {
    width: 15%;
    text-align: right !important; }
    .workshops-listing .c5 .button {
      white-space: nowrap; }
  .workshops-listing .c1,
  .workshops-listing .c2,
  .workshops-listing .c3,
  .workshops-listing .c4 {
    padding-right: 15px; }
  .workshops-listing .products__filter {
    margin-top: 0; }
  .workshops-listing__location {
    position: relative;
    padding-left: 24px; }
    .workshops-listing__location .icon {
      position: absolute;
      top: 0;
      left: 0;
      margin: -3px 0 0 0;
      color: #7B7B7B; }
      .workshops-listing__location .icon svg {
        width: 20px;
        height: 30px; }
  .workshops-listing .site-workshop-label {
    display: inline-block;
    text-align: center;
    background: #e7e7e7;
    padding: 4px 15px;
    border-radius: 100px;
    font-size: 1.2rem;
    margin-right: 12px;
    text-transform: uppercase; }
  .workshops-listing__status {
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 10px; }
    .workshops-listing__status--open {
      background: #B8E986;
      color: #000000; }
    .workshops-listing__status--filled {
      background: #D62137;
      color: #ffffff; }
  .workshops-listing .register-button-container {
    max-width: 160px; }
    .workshops-listing .register-button-container .button {
      padding-left: 10px;
      padding-right: 10px; }
    .workshops-listing .register-button-container .spots-left {
      display: block;
      margin-top: 8px;
      text-align: center;
      padding: 0 !important;
      font-size: 1.4rem;
      color: #7B7B7B; }
      .workshops-listing .register-button-container .spots-left .icon {
        margin: 0;
        padding: 0; }
      .workshops-listing .register-button-container .spots-left svg {
        color: #7B7B7B;
        width: 14px;
        height: 14px;
        margin: 1px 2px 0 0;
        vertical-align: top; }
  @media screen and (max-width: 47.9375em) {
    .workshops-listing .table {
      display: block;
      width: 100%; }
    .workshops-listing .table-cell {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0; }
    .workshops-listing .c1,
    .workshops-listing .c2,
    .workshops-listing .c3,
    .workshops-listing .c5 {
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0;
      padding-bottom: 8px;
      font-size: 1.6rem; }
    .workshops-listing .c2 {
      padding-top: 6px;
      font-size: 1.4rem; }
    .workshops-listing .c4 {
      display: none; }
    .workshops-listing .c5 .register-button-container {
      max-width: 225px;
      margin: 10px auto 0 auto; }
    .workshops-listing .c5 .button {
      width: 100%; }
    .workshops-listing .table-row {
      display: block;
      padding: 15px 0 !important;
      border-bottom: 1px solid #EDEDED; }
      .workshops-listing .table-row:last-child {
        border-bottom: 0; }
      .workshops-listing .table-row:nth-child(odd) {
        background: none; }
    .workshops-listing .table-heading {
      display: none; }
    .workshops-listing__mobile-status {
      float: right;
      margin-top: -4px; } }
  @media screen and (min-width: 48em) {
    .workshops-listing__mobile-status {
      display: none; } }
