/* TransUnion Variables      */
/* ------------------------- */
/* Pulls all Bootstrap Variables into Other SCSS Files */
/* 2014 Brand Colors         */
/* ------------------------- */
/* Bootstrap Variables for Brand Colors */
/* Bootstrap Defined Colors */
/* Scaffolding */
/* Settings for some of the most global styles */
/* Background color for `<body>`. */
/* Global text color on `<body>`. */
/* Global textual link color. */
/* Link hover color set via `darken()` function. */
/* Common border color for most containers, tables, underlines, etc. */
/* Components */
/* Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). */
/* Typography */
/* Font, line-height, and color for body text, headings, and more. */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Tables */
/* Customizes the `.table` component with basic values, each used across all table variations. */
/* Padding for `<th>`s and `<td>`s. */
/* Padding for cells in `.table-condensed`. */
/* Default background color used for all tables. */
/* Background color used for `.table-striped`. */
/* Background color used for `.table-hover`. */
/* Border color for table and cell borders. */
/* Buttons */
/* For each of Bootstrap's buttons, define text, background and border color. */
/* Button NAmes with Colors in stead of Descriptive Use */
/* Forms */
/* `<input>` background color */
/* `<input disabled>` background color */
/* Text color for `<input>`s */
/* `<input>` border color */
/* `<input>` border radius */
/* Border color for inputs on focus */
/* `<input readonly>` border color */
/* `<input disabled>` border color */
/* Placeholder text color */
/* Default `.form-control` height */
/* Large `.form-control` height */
/* Small `.form-control` height */
/* Background color for textual input addons */
/* Border color for textual input addons */
/* Dropdowns */
/* Dropdown menu container and contents. */
/* Background for the dropdown menu. */
/* Dropdown menu `border-color`. */
/* Dropdown menu `border-color` - for IE8 -. */
/* Divider color for between dropdown items. */
/* Dropdown link text color. */
/* Hover color for dropdown links. */
/* Hover background for dropdown links. */
/* Active dropdown menu item text color. */
/* Active dropdown menu item background color. */
/* Disabled dropdown menu item background color. */
/* Text color for headers within dropdown menus. */
/* Form states and alerts */
/* Define colors for form feedback states and, by default, alerts. */
/* Alerts  */
/* Define alert colors, border radius, and padding. */
/* Panels
/* Define panel colors, border radius, and padding. */
/* Border color for elements within panels */
/* Other Variables */
/* --------------- */
/* Layout */
/* imports Bootstrap's variables scss */
.well-section {
  padding: 20px 0;
  background-color: #eee; }

.well-section--arrow {
  position: relative; }
  .well-section--arrow::before {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 18px);
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 18px solid #fff;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    content: ''; }

@media (min-width: 768px) {
  .well-section {
    padding: 40px 0; }
  .well-section--arrow::before {
    left: calc(50% - 35px);
    border-top: 35px solid #fff;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent; } }

.tagged-content__grid {
  padding-top: 60px;
  border-top: 1px solid #ddd; }

.insight-event__body {
  padding-top: 100px;
  padding-bottom: 100px; }

.vh-spacer {
  display: block;
  height: 10px; }
  .vh-spacer.vh-spacer--2 {
    height: 20px; }
  .vh-spacer.vh-spacer--4 {
    height: 40px; }
  .vh-spacer.vh-spacer--6 {
    height: 60px; }
  .vh-spacer.vh-spacer--8 {
    height: 80px; }
  .vh-spacer.vh-spacer--10 {
    height: 100px; }

button.btn-plain {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-weight: bold; }
  button.btn-plain:active {
    box-shadow: none; }
  button.btn-plain:hover {
    border-bottom: 3px solid #fcd800;
    background: transparent; }

button.btn-filter {
  height: auto;
  padding: 2px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  font-weight: bold; }
  button.btn-filter:active {
    box-shadow: none; }
  button.btn-filter.active, button.btn-filter:hover {
    border-bottom-color: #005365;
    background: transparent;
    color: #005365;
    box-shadow: none;
    -webkit-box-shadow: none; }

.btn-primary.btn-primary--transparent {
  background-color: transparent; }

.btn-secondary.btn-secondary--transparent {
  background-color: transparent; }

.tui-blue-btn {
  background-color: #00a6ca;
  color: #000; }
  .tui-blue-btn:visited {
    color: #000; }
  .tui-blue-btn:hover {
    background-color: #00a6ca;
    color: #000; }
  .tui-blue-btn:focus {
    background-color: #00a6ca;
    color: #000; }

.btn-primary.btn-primary--reverse {
  background-color: #fff;
  font-size: 14px; }
  .btn-primary.btn-primary--reverse:active, .btn-primary.btn-primary--reverse:active:hover {
    border-color: #c4a800;
    background-color: #fff;
    color: #000;
    box-shadow: none; }

.btn-action {
  height: auto;
  border: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 600; }
  .btn-action:active {
    box-shadow: none; }
  .btn-action.active, .btn-action:hover {
    color: #00a6ca; }

.tui-orange-btn, .tui-orange-btn[disabled] {
  color: #000 !important; }

input.alt {
  border-color: #eee;
  background-color: #eee; }

.select-filter {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
  border: 0;
  border-radius: none;
  background-color: #ddd; }
  .select-filter select {
    width: 100%;
    opacity: 0; }

.select-filter__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  color: #005365;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .select-filter__label .fa {
    position: absolute;
    right: 10px; }

/*a:visited,
a:hover {
  color: inherit;
}*/
.article__subhead {
  margin-top: 20px;
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700; }

.block__attribute {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.insights-disclaimer {
  margin-bottom: 30px;
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px; }

.link--unstyled {
  color: #000;
  text-decoration: none; }

.link--title {
  color: #00a6ca;
  text-decoration: none; }

.link--block {
  display: block;
  color: #000;
  text-decoration: none; }

a.link--block:hover {
  color: inherit;
  text-decoration: none; }

.block__meta {
  color: #005365;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase; }

.block__meta--highlight {
  position: relative; }
  .block__meta--highlight::after {
    position: absolute;
    right: -3px;
    bottom: 3px;
    left: -3px;
    border-bottom: 3px solid #fcd800;
    content: ' ';
    z-index: -1; }

.blogPostLink {
  color: #005365; }

em.highlight {
  background: #fcd800;
  font-style: normal;
  text-transform: none;
  box-shadow: 0 0 0 2px #fcd800; }

.stamp-header {
  position: relative;
  margin: 30px 0;
  color: #fcd800;
  font-size: 34px;
  font-weight: 600;
  white-space: nowrap; }

.stamp-header__icon {
  position: relative;
  top: -20px;
  right: 0; }

@media (min-width: 768px) {
  .article__subhead {
    margin-bottom: 35px;
    font-size: 18px; }
  .block__meta {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }
  .insights-disclaimer {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px; } }

.text-module__content {
  margin-top: 20px; }
  .text-module__content ul {
    margin-top: 1em;
    margin-bottom: 1em; }
    .text-module__content ul li {
      margin-left: 30px;
      list-style: none !important; }
      .text-module__content ul li:before {
        content: "\2022";
        float: left;
        width: 15px;
        margin-top: 1px;
        margin-left: -15px;
        font-size: 22px;
        color: #00A6CA; }
  .text-module__content .text-module__text {
    margin: 0 0 20px;
    font-size: 16px; }
    .text-module__content .text-module__text > p {
      margin: 0 0 20px; }
    .text-module__content .text-module__text > h2 {
      font-weight: 700;
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 40px; }
    .text-module__content .text-module__text img {
      width: 100%; }
  .text-module__content .text-module__text--pullquote {
    display: block;
    width: 100%;
    margin: 40px 0;
    font-style: italic; }
    .text-module__content .text-module__text--pullquote::before, .text-module__content .text-module__text--pullquote::after {
      display: block;
      height: 2px;
      background-color: #fcd800;
      content: ''; }
    .text-module__content .text-module__text--pullquote::before {
      margin-bottom: 20px; }
    .text-module__content .text-module__text--pullquote::after {
      margin-top: 20px; }
    .text-module__content .text-module__text--pullquote span::before {
      content: '\201C'; }
    .text-module__content .text-module__text--pullquote span::after {
      content: '\201D'; }
  .text-module__content .text-module__text--small-pullquote {
    font-weight: 700; }
  .text-module__content .text-module__text--large-pullquote {
    font-weight: 700; }

@media (min-width: 768px) {
  .text-module__content .text-module__text {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 26px; }
    .text-module__content .text-module__text > p {
      margin: 0 0 40px; } }

@media (min-width: 992px) {
  .text-module__content .text-module__text--pullquote {
    margin: 30px 0; }
    .text-module__content .text-module__text--pullquote::before {
      margin-bottom: 30px; }
    .text-module__content .text-module__text--pullquote::after {
      margin-top: 30px; }
    .text-module__content .text-module__text--pullquote span {
      position: relative; }
      .text-module__content .text-module__text--pullquote span::before {
        position: absolute; }
  .text-module__content .text-module__text--small-pullquote {
    width: 280px;
    margin: 50px 120px 50px 0;
    float: left;
    font-size: 18px;
    line-height: 1.375em; }
    .text-module__content .text-module__text--small-pullquote span::before {
      left: -10px; }
  .text-module__content .text-module__text--large-pullquote {
    width: 486px;
    margin: 40px 80px 40px -10%;
    float: left;
    font-size: 34px;
    font-weight: 600;
    line-height: 1em; }
    .text-module__content .text-module__text--large-pullquote::before, .text-module__content .text-module__text--large-pullquote::after {
      width: 80px; }
    .text-module__content .text-module__text--large-pullquote span::before {
      left: -16px; } }

@media (min-width: 1200px) {
  .text-module__content .text-module__text--large-pullquote {
    margin-left: -26%; } }

.form-newsletter .form-group {
  margin: 0;
  text-align: center; }

.form-newsletter .error {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 5px;
  margin-top: -1px;
  color: #B50000;
  font-weight: normal; }

.form-newsletter__copy h2,
.form-newsletter__copy h5,
.form-newsletter__copy p {
  text-align: center; }

.form-newsletter__copy h2,
.form-newsletter__copy h5 {
  margin-top: 0;
  font-family: Intro, 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700; }

.form-newsletter__copy p {
  margin-bottom: 20px;
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.form-newsletter__icon {
  display: block;
  font-size: 45px;
  text-align: center; }

.form-newsletter__email {
  width: 100%; }

.form-newsletter button {
  display: inline-block;
  width: 120px;
  margin-top: 10px;
  text-align: left; }

.form-newsletter--success {
  display: none;
  position: relative;
  width: 40%;
  height: 100%;
  margin: 0 auto; }

.form-newsletter--success__message,
.form-newsletter--fail__message {
  display: none;
  text-align: center;
  opacity: 0;
  vertical-align: middle; }

@media (min-width: 768px) {
  .form-newsletter .form-group {
    text-align: left;
    position: relative; }
  .form-newsletter__copy {
    position: relative; }
    .form-newsletter__copy h2,
    .form-newsletter__copy h5,
    .form-newsletter__copy p {
      margin-left: 100px;
      text-align: left; }
    .form-newsletter__copy p {
      color: #000;
      font-size: 18px;
      font-weight: 300;
      text-transform: none; }
  .form-newsletter__icon {
    position: absolute;
    top: -17px;
    left: 0;
    font-size: 72px; }
  .form-newsletter__email {
    width: calc(100% - 120px);
    height: 36px;
    padding: 0 10px 0 0; }
  .form-newsletter button {
    margin-top: -7px;
    float: right;
    text-align: center; } }

@media (min-width: 1200px) {
  .form-newsletter button {
    margin-top: -12px; } }

.article-header__headline {
  padding: 40px 0 20px; }

.article-header__title {
  margin-top: 0;
  font-size: 22px;
  text-align: center; }

.article-header__meta {
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden; }

.article-header__meta-content {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
  .article-header__meta-content span {
    margin: 0 20px;
    color: #494949; }
  .article-header__meta-content a {
    text-decoration: none;
    white-space: nowrap; }
  .article-header__meta-content a:not(:last-child)::after {
    content: ','; }

.article-header__image {
  width: 100%; }

.article-header__desc-wrapper {
  border-bottom: 1px solid #ddd; }

.article-header__desc {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; }

.article-header.hero .article-header__image {
  height: 139px; }

@media (min-width: 768px) {
  .article-header {
    margin-bottom: 40px; }
  .article-header__headline {
    padding: 60px 0 40px; }
  .article-header__title {
    font-size: 32px;
    font-weight: 600; }
  .article-header__meta-content {
    width: 40%;
    float: left;
    font-size: 19px;
    font-weight: bold; }
    .article-header__meta-content a {
      white-space: normal; }
    .article-header__meta-content span {
      width: 50%;
      margin: 0;
      float: right; }
    .article-header__meta-content:first-child {
      width: 30%;
      text-align: left; }
    .article-header__meta-content:last-child {
      width: 30%;
      text-align: right; }
  .article-header__meta--2 .article-header__meta-content {
    text-align: left;
    font-size: 19px;
    font-weight: bold; }
    .article-header__meta--2 .article-header__meta-content:first-child {
      width: 40%; }
    .article-header__meta--2 .article-header__meta-content:last-child {
      width: 60%;
      text-align: right; }
  .article-header__desc-wrapper {
    border-bottom: 0; }
  .article-header__desc {
    margin: 40px 0 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 36px; } }

@media (min-width: 992px) {
  .article-header__title {
    font-size: 52px; } }

@media (min-width: 1200px) {
  .article-header__meta-content {
    width: 30%;
    float: left;
    font-size: 19px;
    font-weight: bold; }
    .article-header__meta-content span {
      width: 30%;
      margin: 0;
      float: none; }
      .article-header__meta-content span.article-header__date {
        float: left; }
    .article-header__meta-content:first-child {
      width: 40%;
      text-align: left; }
    .article-header__meta-content:last-child {
      width: 30%;
      text-align: right; } }

@media (min-width: 768px) {
  .article-header.hero .heroContent {
    margin-top: -250px; }
  .article-header.hero .article-header__image {
    height: 248px; } }

@media (min-width: 992px) {
  .article-header.hero .heroContent {
    margin-top: -350px; }
  .article-header.hero .article-header__image {
    height: 332px; } }

@media (min-width: 1200px) {
  .article-header.hero .heroContent {
    margin-top: -430px; }
  .article-header.hero .article-header__image {
    height: 425px; } }

.block-media__media img {
  width: 100%; }

.block-media__headline {
  margin-top: 0;
  font-weight: 500;
  line-height: 1em; }
  .block-media__headline::after {
    display: block;
    width: 80px;
    height: 6px;
    margin: 15px 0;
    background-color: #fcd800;
    content: ''; }

.block-media__excerpt {
  font-size: 16px;
  line-height: 1em; }

@media (min-width: 600px) {
  .block-media--article .block-media__media img {
    width: 100%; } }

.block-grid__media img {
  width: 100%; }

.block-grid__media + .block-grid__headline {
  margin-top: 10px; }

.block-grid__headline {
  font-weight: bold; }

.category-hero__text {
  text-align: center; }
  .category-hero__text h1 {
    font-size: 32px; }

.category-hero__hero-header-wrap-xs {
  text-align: center; }
  .category-hero__hero-header-wrap-xs h1 {
    margin: 0;
    margin-top: 21px;
    color: #000;
    font-size: 34px;
    font-weight: 500;
    text-align: center; }

.category-hero__hero-image-wrap {
  position: relative; }

.category-hero__hinter-arrow-down {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 47px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

@media (min-width: 768px) {
  .category-hero__text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 80px 40px 40px; }
    .category-hero__text h1 {
      color: #fff;
      font-size: 58px;
      font-weight: 500;
      text-align: center; }
    .category-hero__text p {
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      text-align: center; } }

@media (min-width: 1200px) {
  .category-hero__text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 160px 40px 40px; } }

.category-article__featured-articles {
  margin-top: 25px; }
  .category-article__featured-articles article {
    display: block; }
  .category-article__featured-articles img {
    width: 100%;
    margin: 0;
    vertical-align: top; }

.category-article__content {
  display: inline-block;
  padding-top: 1px;
  margin-left: 10px; }
  .category-article__content h2 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1; }
  .category-article__content h2::after {
    display: none; }
  .category-article__content p {
    display: none; }

.category-article__feature-primary {
  padding-bottom: 50px; }
  .category-article__feature-primary img {
    margin: 0; }

.category-article__feature-secondary div {
  margin: 0; }

@media all and (min-width: 768px) {
  .category-article__content h2 {
    font-size: 22px; } }

@media all and (min-width: 768px) {
  .category-article__featured-articles {
    margin-top: 50px; }
    .category-article__featured-articles img {
      width: 49%; }
  .category-article__content {
    width: 49%; }
    .category-article__content h2 {
      margin: 0;
      font-size: 26px; }
    .category-article__content h2::after {
      display: block;
      width: 80px;
      height: 6px;
      margin: 15px 0;
      background-color: #fcd800;
      content: ''; }
    .category-article__content p {
      display: block;
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 700;
      line-height: 28px; } }

@media all and (min-width: 1200px) {
  .category-article__feature-primary {
    min-width: 1200px; }
    .category-article__feature-primary img {
      position: relative;
      margin: 0 -592px 0 300px; }
  .category-article__feature-secondary div {
    margin: 0 -592px 0 300px; } }

.colored-block {
  position: relative;
  background-color: #fff; }
  .colored-block .text-article-list__item {
    margin: 0;
    padding-bottom: 0; }
    .colored-block .text-article-list__item span {
      margin-bottom: 0; }

.colored-block__header {
  margin: 0;
  padding: 18px;
  font-size: 34px;
  text-align: center; }

.colored-block__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500; }

.colored-block__header--blue {
  background-color: #00a6ca; }

.colored-block__header--dark-blue {
  background-color: #005365; }

.colored-block__header--blue-gray {
  background-color: #23527c; }

.colored-block__header--yellow {
  background-color: #fcd800; }

.colored-block__header--white {
  background-color: #fff; }

.colored-block__header--black {
  background-color: #000; }

.colored-block__header--orange {
  background-color: #F26E00; }

.colored-block__header--green {
  background-color: #00552A; }

.colored-block__header--light-green {
  background-color: #a8cd67; }

.colored-block__header--red {
  background-color: #B50000; }

.colored-block__header--dark-gray-1 {
  background-color: #494949; }

.colored-block__header--dark-gray-2 {
  background-color: #707070; }

.colored-block__header--med-gray-1 {
  background-color: #a9a9a9; }

.colored-block__header--med-gray-2 {
  background-color: #ddd; }

.colored-block__header--light-gray-1 {
  background-color: #eee; }

.colored-block__header--light-gray-2 {
  background-color: #f5f5f5; }

.colored-block__body {
  padding: 0 20px 20px; }

.colored-block__footer {
  padding: 0 20px 20px;
  text-align: center; }

@media (min-width: 768px) {
  .colored-block .text-article-list__item .block-grid {
    margin: 20px 0; }
  .colored-block .text-article-list__item a.block-grid-a {
    text-decoration: none; }
  .colored-block .text-article-list__item span {
    margin-bottom: 18px; }
  .colored-block__header {
    padding: 28px; }
  .colored-block__title {
    font-size: 30px; }
  .colored-block__body {
    padding: 20px 20px 80px; }
  .colored-block__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; } }

@media (min-width: 1200px) {
  .colored-block__title {
    font-size: 34px; } }

.grid-event-card {
  position: relative;
  max-width: 450px;
  background-color: #fff; }

.grid-event-card__date {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 10px 0;
  transform: translateX(-50%);
  background: #fff;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  -ms-transform: translateX(-50%); }

.grid-event-card__header {
  position: relative;
  height: 200px;
  background-color: #a9a9a9;
  text-align: center; }

.grid-event-card__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: .7; }

.grid-event-card__title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  color: #494949;
  font-size: 34px;
  line-height: 1em;
  text-transform: uppercase;
  -ms-transform: translateY(-50%); }

.grid-event-card__sub-title {
  font-size: 18px;
  font-weight: 700; }

.grid-event-card__desc {
  color: #494949;
  font-size: 18px; }

.grid-event-card__body {
  padding: 10px 30px;
  text-align: center; }

.grid-event-card__footer {
  padding: 10px 30px;
  text-align: center; }

.grid-event-card .btn-action {
  color: #00a6ca;
  font-size: 14px; }

.grid-event-card--large {
  max-width: 600px;
  background-color: #00a6ca; }
  .grid-event-card--large .grid-event-card__header {
    background-color: transparent; }
  .grid-event-card--large .grid-event-card__date {
    top: -1px; }
  .grid-event-card--large .grid-event-card__title {
    color: #000;
    font-size: 60px; }
  .grid-event-card--large .grid-event-card__body {
    padding: 10px 30px 60px; }
  .grid-event-card--large .grid-event-card__sub-title {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 300;
    line-height: 34px; }
  .grid-event-card--large .grid-event-card__logo {
    opacity: 1; }
  .grid-event-card--large .grid-event-card__desc {
    color: #000;
    font-weight: 700; }
  .grid-event-card--large .grid-event-card__footer {
    padding: 30px; }
  .grid-event-card--large:nth-child(even) {
    background-color: #fcd800; }
  .grid-event-card--large .btn-primary {
    border-color: #fff;
    background-color: #fff; }
    .grid-event-card--large .btn-primary:active {
      box-shadow: none; }
    .grid-event-card--large .btn-primary:active:focus {
      background-color: #fff;
      color: #000; }

.event-hero {
  margin-bottom: 35px; }

.event-hero__title {
  margin-top: 0;
  padding: 40px 0 20px;
  font-size: 22px;
  text-align: center; }

.event-hero__image {
  width: 100%; }

.event-hero__sub-info {
  margin-top: 35px; }

.event-hero__event-data {
  margin-bottom: 20px;
  overflow: hidden; }

.event-hero__logo-wrapper,
.event-hero__event-info {
  width: 50%;
  float: left; }

.event-hero__logo-wrapper {
  max-width: 380px; }

.event-hero__event-logo {
  max-width: 100%; }

.event-hero__event-info {
  padding: 0 0 0 20px; }

.event-hero__event-date,
.event-hero__event-location {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.event-hero__desc-wrapper {
  clear: both; }

.event-hero__desc {
  margin: 0;
  font-size: 16px; }

@media (min-width: 768px) {
  .event-hero__title {
    padding: 60px 0 40px;
    font-size: 32px;
    font-weight: 600; }
  .event-hero__event-data,
  .event-hero__desc-wrapper {
    display: table-cell;
    vertical-align: top; }
  .event-hero__event-data {
    width: 240px;
    margin-bottom: 0;
    padding: 0 60px 0 0;
    border-right: 1px solid #ddd; }
  .event-hero__logo-wrapper,
  .event-hero__event-info {
    width: auto;
    float: none; }
  .event-hero__logo-wrapper {
    margin-bottom: 20px; }
  .event-hero__event-info {
    padding: 0; }
  .event-hero__event-date,
  .event-hero__event-location {
    text-align: center; }
  .event-hero__desc-wrapper {
    padding: 0 0 0 60px; }
  .event-hero__desc {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px; } }

@media (min-width: 992px) {
  .event-hero__title {
    font-size: 50px; } }

.featured-product {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1; }

.featured-product__body {
  padding: 40px 15px 20px;
  background-color: #eee; }
  .featured-product__body .btn-secondary {
    color: #000; }

.featured-product__item {
  margin-bottom: 20px; }

.featured-product__item-title {
  display: none;
  font-size: 14px;
  font-weight: 700; }

.featured-product__media-desc,
.featured-product__item-desc {
  font-size: 14px;
  font-weight: 300; }

.featured-product__media-desc {
  margin: 0;
  font-weight: 600; }

.featured-product__cta {
  display: block;
  height: 54px;
  margin: 0 auto;
  padding-top: 11px;
  font-size: 18px;
  font-weight: 600; }
  .featured-product__cta:first-of-type {
    margin-bottom: 10px; }

.featured-product__media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%; }

.featured-product__media-content {
  position: absolute;
  bottom: 0;
  padding: 40px 15px 20px;
  color: #fff;
  z-index: 3; }

.featured-product__media-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600; }
  .featured-product__media-title::after {
    display: block;
    width: 80px;
    height: 4px;
    margin: 10px 0;
    background-color: #fcd800;
    content: ''; }

.featured-product__media-title--yellow::after {
  background-color: #fcd800; }

.featured-product__media-title--blue::after {
  background-color: #00a6ca; }

.featured-product__media-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.featured-product__media-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

@media (max-width: 767px) {
  .featured-product__cta {
    max-width: 300px; } }

@media (min-width: 768px) {
  .featured-product {
    margin-bottom: 50px; }
    .featured-product:nth-of-type(2n) .featured-product__body {
      float: left; }
    .featured-product:nth-of-type(2n) .featured-product__media {
      right: 0;
      left: 50%; }
    .featured-product:last-of-type {
      margin-bottom: 0; }
  .featured-product__body {
    display: table;
    width: 50%;
    min-height: 495px;
    float: right; }
    .featured-product__body .btn-secondary {
      color: #000; }
  .featured-product__body-content {
    display: table-cell;
    position: relative;
    padding-bottom: 118px; }
  .featured-product__body,
  .featured-product__media-content {
    padding: 50px; }
  .featured-product__media-title {
    font-size: 36px; }
    .featured-product__media-title::after {
      height: 6px;
      margin: 15px 0 25px; }
  .featured-product__item-title {
    display: block; }
  .featured-product__media-desc,
  .featured-product__item-desc {
    font-size: 26px;
    font-weight: 300;
    line-height: 36px; }
  .featured-product__cta-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .featured-product__cta {
    width: auto; }
  .featured-product__media {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 992px) {
  .featured-product__body-content {
    padding-bottom: 54px; }
  .featured-product__cta {
    display: inline-block; }
    .featured-product__cta:nth-child(1) {
      margin-bottom: 0;
      float: left; }
    .featured-product__cta:nth-child(2) {
      float: right; }
  .featured-product__cta.btn-primary,
  .featured-product__cta.btn-secondary {
    width: 44%; } }

.get-answers {
  margin-top: 20px;
  text-align: center; }

.get-answers__header {
  font-size: 24px;
  font-weight: 600; }

.get-answers__desc {
  font-size: 16px; }

.get-answers__highlight {
  background-color: #fcd800; }

.typeahead__container,
.get-answers__search {
  position: relative;
  margin-top: 60px; }

.typeahead__container.result .typeahead__result {
  display: block; }

.typeahead__container .typeahead__result {
  display: none; }

.typeahead__container.loading .typeahead__query::before, .typeahead__container.loading .typeahead__query::after {
  position: absolute;
  top: 50%;
  right: .55em;
  width: 21px;
  height: 21px;
  margin-top: -10.5px;
  transition: all 0s linear, opacity .2s ease;
  border-width: .1em;
  border-style: solid;
  border-radius: 500rem;
  content: '';
  z-index: 3;
  box-sizing: border-box; }

.typeahead__container.loading .typeahead__query::before {
  border-color: rgba(0, 0, 0, 0.35); }

.typeahead__container.loading .typeahead__query::after {
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
  animation: button-spin .6s linear;
  animation-iteration-count: infinite; }

@keyframes button-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.get-answers__icon {
  position: absolute;
  left: 0;
  color: #a9a9a9;
  font-size: 18px; }

input.get-answers__input {
  width: 100%;
  padding: 0 0 0 25px;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #00a6ca;
  border-left: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 300; }
  input.get-answers__input:focus::-webkit-input-placeholder {
    opacity: 0; }
  input.get-answers__input:focus:-ms-input-placeholder {
    opacity: 0; }
  input.get-answers__input:focus::placeholder {
    opacity: 0; }

.get-answers__typeahead {
  background-color: #fff;
  color: #a9a9a9;
  text-align: left;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.8); }

.typeahead__result {
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #a9a9a9;
  text-align: left;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.8);
  z-index: 1; }

.typeahead__item,
.get-answers__typeahead-item {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer; }
  .typeahead__item:last-child,
  .get-answers__typeahead-item:last-child {
    margin-bottom: 0; }
  .typeahead__item:hover,
  .get-answers__typeahead-item:hover {
    background-color: #fcd800; }
  .typeahead__item a,
  .get-answers__typeahead-item a {
    color: #a9a9a9;
    text-decoration: none; }
  .typeahead__item > a:focus,
  .typeahead__item.active > a,
  .get-answers__typeahead-item > a:focus,
  .get-answers__typeahead-item.active > a {
    background-color: #fcd800; }

.get-answers__results {
  margin-top: 40px;
  text-align: left; }

.get-answers__results--mb {
  margin-bottom: 120px; }

.get-answers__results-item {
  margin-bottom: 45px; }
  .get-answers__results-item:last-child {
    margin-bottom: 0; }

.get-answers__results-header {
  margin: 0;
  font-size: 16px;
  font-weight: 600; }

.get-answers__results-desc {
  font-size: 16px;
  font-weight: 300; }

.get-answers__results-more {
  margin-left: 10px;
  color: #00a6ca;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }

.get-answers__no-results,
.get-answers__clear {
  display: block; }

@media (min-width: 768px) {
  .get-answers {
    margin-top: 100px; }
  .get-answers__header {
    font-size: 34px;
    font-weight: 300; }
  .get-answers__desc {
    font-size: 18px; }
  .get-answers__icon {
    left: 30px;
    font-size: 54px; }
  input.get-answers__input {
    padding: 8px 0 12px 100px;
    font-size: 34px;
    line-height: normal; }
  .typeahead__result,
  .get-answers__typeahead {
    padding: 30px 100px 40px; }
  .typeahead__item,
  .get-answers__typeahead-item {
    margin-bottom: 35px;
    font-size: 28px; }
  .get-answers__results {
    margin-top: 60px;
    padding: 0 100px; }
  .get-answers__results-header {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 300; }
  .get-answers__results-desc {
    font-size: 18px;
    font-weight: 600; } }

.icon-block {
  display: inline-block;
  position: relative;
  max-width: 400px;
  margin: 100px 0 0;
  vertical-align: top; }

.icon-block__icon {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  text-align: center; }
  .icon-block__icon .fa {
    font-size: 80px; }

.icon-block__heading {
  text-transform: uppercase; }

.icon-block__body {
  padding: 0 10px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.icon-block-inline {
  position: relative;
  margin: 20px 0 0;
  padding: 0 10px 10px;
  text-align: center;
  vertical-align: top; }

.icon-block-inline__icon {
  vertical-align: middle; }
  .icon-block-inline__icon .fa {
    color: #00a6ca;
    font-size: 30px; }

.icon-block-inline__heading {
  display: inline-block;
  max-width: 60%;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle; }

.icon-block-inline__body {
  padding: 10px; }
  .icon-block-inline__body .block__meta {
    display: block; }

@media (min-width: 768px) {
  .icon-block-inline__icon {
    display: block;
    position: relative;
    height: 90px;
    text-align: center; }
    .icon-block-inline__icon .fa {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      color: #00a6ca;
      font-size: 60px; }
  .icon-block-inline__heading {
    max-width: none;
    font-size: 26px;
    font-weight: 300; } }

.lp-hero::after {
  display: block;
  clear: both;
  content: ''; }

.lp-hero__main {
  position: relative; }

.lp-hero__content {
  position: relative;
  padding: 80px 15px;
  color: #fff;
  z-index: 3; }
  .lp-hero__content h1 {
    margin-bottom: 26px;
    color: #fff; }
  .lp-hero__content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px; }

.lp-hero__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/landing-page/TU_LPHero_01.jpg") no-repeat top left;
  background-size: cover;
  z-index: 1; }

.lp-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: 2; }

.lp-hero__featured {
  padding: 35px 25px 35px 15px;
  background-color: #494949; }

.lp-hero__item {
  margin-bottom: 40px; }
  .lp-hero__item:last-child {
    margin-bottom: 0; }
  .lp-hero__item h2 {
    margin-top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
    .lp-hero__item h2 a {
      color: #fff;
      text-decoration: none; }
      .lp-hero__item h2 a:hover {
        text-decoration: underline; }
      .lp-hero__item h2 a:focus {
        outline: 1px solid #fff; }
  .lp-hero__item .block__meta {
    color: #eee; }

@media (min-width: 768px) {
  .lp-hero__content {
    padding: 80px 30px; }
  .lp-hero__featured {
    display: block;
    display: flex;
    padding: 35px 0; }
    .lp-hero__featured::after {
      display: block;
      clear: both;
      content: ''; }
  .lp-hero__item {
    flex: 0 0 33%;
    width: 33%;
    margin: 0;
    padding: 0 30px;
    float: left;
    border-right: 1px solid #707070; }
    .lp-hero__item:last-child {
      margin-right: 0;
      border: 0; } }

@media (min-width: 992px) {
  .lp-hero {
    position: relative;
    max-height: 730px; }
  .lp-hero__main {
    position: absolute;
    top: 0;
    right: 460px;
    bottom: 0;
    left: 0; }
  .lp-hero__content {
    display: block;
    position: absolute;
    top: 50%;
    height: auto;
    padding: 0 80px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .lp-hero__content h1 {
      font-size: 54px;
      font-weight: 500;
      text-align: left; }
    .lp-hero__content p {
      font-size: 34px;
      font-weight: 300;
      line-height: 40px; }
  .lp-hero__featured {
    display: block;
    width: 460px;
    padding: 40px 120px 40px 50px;
    float: right; }
  .lp-hero__item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 40px;
    float: none;
    border: 0; }
    .lp-hero__item::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 150px;
      height: 1px;
      background-color: #707070;
      content: ''; }
    .lp-hero__item:last-child {
      padding: 0;
      border: 0; }
      .lp-hero__item:last-child::after {
        content: none; }
    .lp-hero__item h2 {
      font-size: 26px; } }

@media (min-width: 1200px) {
  .lp-hero__content {
    padding: 0 170px; } }

.article-related {
  margin: 20px 0; }
  .article-related [class*='col-'] {
    position: relative;
    padding: 0; }

.article-related--bordered {
  margin: 40px 0;
  padding: 20px 0;
  text-align: center; }

.article-related__link {
  color: #005365;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

.article-related--preview {
  padding: 20px 0; }
  .article-related--preview .article-related__link {
    margin: 0 0 20px;
    font-size: 10px;
    line-height: 14px; }
  .article-related--preview .article-related__content {
    padding-top: 10px; }
    .article-related--preview .article-related__content .block-attribute {
      color: #005365;
      font-size: 10px;
      font-weight: 700;
      line-height: 1;
      text-decoration: none; }
  .article-related--preview .article-related__excerpt {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }

.article-related__image {
  width: 100%; }

@media (min-width: 768px) {
  .article-related--preview .article-related__link {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 16px; }
  .article-related--preview .article-related__content {
    padding-top: 10px;
    padding-right: 55px; }
    .article-related--preview .article-related__content .block-attribute {
      font-size: 14px; }
  .article-related--preview .article-related__excerpt {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; } }

.scroll-flip-wrapper {
  overflow: auto; }

.scroll-flip__column {
  max-width: 400px;
  margin: 0 auto; }

.scroll-flip-card {
  position: relative;
  width: 100%;
  padding-bottom: 100%; }

.card-front,
.card-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.card-front {
  display: none; }
  .card-front img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.card-back {
  padding: 0 2.2em; }

.card-back-align {
  display: table;
  height: 100%; }
  .card-back-align div {
    display: table-cell;
    vertical-align: middle; }
  .card-back-align h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600; }
  .card-back-align p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em; }

.card-front--blue {
  background-color: #00a6ca; }

.card-front--dark-blue {
  background-color: #005365; }

.card-front--blue-gray {
  background-color: #23527c; }

.card-front--yellow {
  background-color: #fcd800; }

.card-front--white {
  background-color: #fff; }

.card-front--black {
  background-color: #000; }

.card-front--orange {
  background-color: #F26E00; }

.card-front--green {
  background-color: #00552A; }

.card-front--light-green {
  background-color: #a8cd67; }

.card-front--red {
  background-color: #B50000; }

.card-front--dark-gray-1 {
  background-color: #494949; }

.card-front--dark-gray-2 {
  background-color: #707070; }

.card-front--med-gray-1 {
  background-color: #a9a9a9; }

.card-front--med-gray-2 {
  background-color: #ddd; }

.card-front--light-gray-1 {
  background-color: #eee; }

.card-front--light-gray-2 {
  background-color: #f5f5f5; }

.card-back--blue {
  background-color: #00a6ca; }

.card-back--dark-blue {
  background-color: #005365; }

.card-back--blue-gray {
  background-color: #23527c; }

.card-back--yellow {
  background-color: #fcd800; }

.card-back--white {
  background-color: #fff; }

.card-back--black {
  background-color: #000; }

.card-back--orange {
  background-color: #F26E00; }

.card-back--green {
  background-color: #00552A; }

.card-back--light-green {
  background-color: #a8cd67; }

.card-back--red {
  background-color: #B50000; }

.card-back--dark-gray-1 {
  background-color: #494949; }

.card-back--dark-gray-2 {
  background-color: #707070; }

.card-back--med-gray-1 {
  background-color: #a9a9a9; }

.card-back--med-gray-2 {
  background-color: #ddd; }

.card-back--light-gray-1 {
  background-color: #eee; }

.card-back--light-gray-2 {
  background-color: #f5f5f5; }

@media (min-width: 768px) {
  .scroll-flip__column {
    width: 33.333%;
    max-width: none;
    float: left; }
  .card-back {
    display: block;
    padding: 0 2em; }
  .card-back-align div {
    padding-top: 30%;
    vertical-align: top; }
  .card-front {
    display: block; } }

@media (min-width: 1200px) {
  .card-back {
    padding: 0 20px; }
  .card-back-align h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 500; }
  .card-back-align p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em; } }

.secondary-hero {
  position: relative;
  padding: 30px 20px;
  text-align: center; }

.secondary-hero__title {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #00a6ca;
  font-size: 22px;
  font-weight: 600; }
  .secondary-hero__title::after {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0 auto;
    content: ''; }
  .secondary-hero__title i {
    position: relative;
    top: -15px;
    right: 10px;
    width: 0;
    font-size: 30px; }

.secondary-hero__sub-title {
  display: block;
  margin: 0 auto 10px;
  color: inherit;
  font-size: 18px;
  font-weight: 300; }

.secondary-hero__description {
  display: block;
  margin: 0 auto 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 300; }

.secondary-hero--full-bleed {
  padding-bottom: 60px;
  color: #fff; }
  .secondary-hero--full-bleed .secondary-hero__title {
    color: #fff; }

.secondary-hero__btn {
  max-width: 85%;
  height: auto;
  margin-top: 40px;
  padding: 9px 30px 13px;
  font-size: 16px;
  font-weight: 400;
  white-space: normal; }

.secondary-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
  z-index: -1; }
  .secondary-hero__background::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: ' '; }

.secondary-hero__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17px; }
  .secondary-hero__arrow .arrow__right,
  .secondary-hero__arrow .arrow__left {
    position: absolute;
    top: 0;
    right: calc(50% + 17px);
    bottom: 0;
    left: 0;
    background: #fff; }
    .secondary-hero__arrow .arrow__right::before,
    .secondary-hero__arrow .arrow__left::before {
      display: block;
      position: absolute;
      top: 0;
      right: -17px;
      width: 0;
      height: 0;
      margin: 0 auto;
      border-right: 17px solid transparent;
      border-bottom: 17px solid #fff;
      content: ''; }
  .secondary-hero__arrow .arrow__right {
    right: 0;
    left: calc(50% + 17px); }
    .secondary-hero__arrow .arrow__right::before {
      right: auto;
      left: -17px;
      border-right: 0;
      border-left: 17px solid transparent; }

@media (min-width: 768px) {
  .secondary-hero {
    padding: 50px; }
  .secondary-hero--full-bleed {
    min-height: 500px; }
  .secondary-hero__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 55px; }
    .secondary-hero__title::after {
      height: 6px; }
    .secondary-hero__title i {
      top: -32px;
      right: 4px;
      font-size: inherit; }
  .secondary-hero__sub-title {
    font-size: 36px;
    line-height: 34px; }
  .secondary-hero__description {
    font-size: 28px;
    line-height: 38px; }
  .secondary-hero__btn {
    max-width: 100%;
    margin-top: 50px;
    padding: 15px 40px 19px;
    font-size: 18px; }
  .secondary-hero__arrow {
    height: 35px; }
    .secondary-hero__arrow .arrow__right,
    .secondary-hero__arrow .arrow__left {
      right: calc(50% + 35px); }
      .secondary-hero__arrow .arrow__right::before,
      .secondary-hero__arrow .arrow__left::before {
        right: -35px;
        border-right: 35px solid transparent;
        border-bottom: 35px solid #fff; }
    .secondary-hero__arrow .arrow__right {
      right: 0;
      left: calc(50% + 35px); }
      .secondary-hero__arrow .arrow__right::before {
        right: auto;
        left: -35px;
        border-right: 0;
        border-left: 35px solid transparent; } }

.simple-hero {
  padding: 30px 20px;
  text-align: center; }

.simple-hero__title {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  font-weight: 700; }
  .simple-hero__title::after {
    display: block;
    width: 80px;
    height: 6px;
    margin: 2px auto 0;
    content: ''; }

.simple-hero__sub-title {
  display: block;
  max-width: 800px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: 700; }

@media (min-width: 768px) {
  .simple-hero {
    padding: 50px; }
  .simple-hero__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 55px;
    font-weight: 700; }
  .simple-hero__sub-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 34px; } }

.description-article-list--one-tablet .description-article-list__item {
  display: none; }
  .description-article-list--one-tablet .description-article-list__item:first-of-type {
    display: block; }

.description-article-list__item {
  margin: 0;
  padding-bottom: 15px; }
  .description-article-list__item .block-grid__media {
    margin-right: -20px;
    margin-left: -20px; }
  .description-article-list__item .description-article__headline {
    padding-top: 10px;
    font-weight: bold; }

.description-article__description {
  display: none; }

@media (min-width: 768px) {
  .description-article-list__item .block-grid__media {
    margin-right: 0;
    margin-left: 0; }
  .description-article-list__item:first-of-type .description-article__headline {
    font-size: 26px;
    font-weight: 300;
    line-height: 1; }
  .description-article-list__item .block-grid__media,
  .description-article-list__item .description-article__text {
    width: 50%;
    float: left; }
  .description-article-list__item .description-article__text {
    padding-left: 20px; }
  .description-article-list__item
.block-grid .link--block {
    display: inline-block; }
  .description-article__description {
    display: block; } }

@media (min-width: 992px) {
  .description-article-list--one-tablet .description-article-list__item {
    display: block;
    margin: 20px 0 34px;
    padding-bottom: 15px;
    border-bottom: solid 1px #707070; }
    .description-article-list--one-tablet .description-article-list__item:first-of-type .description-article__headline {
      padding-top: 10px; }
    .description-article-list--one-tablet .description-article-list__item:last-of-type {
      border-bottom: 0; }
      .description-article-list--one-tablet .description-article-list__item:last-of-type .block-grid__media {
        display: none; }
    .description-article-list--one-tablet .description-article-list__item .block-grid__media,
    .description-article-list--one-tablet .description-article-list__item .description-article__text {
      width: 100%; }
    .description-article-list--one-tablet .description-article-list__item .description-article__text {
      padding-left: 0; }
  .description-article__description {
    display: none; } }

.text-article-list--one-mobile .text-article-list__item {
  display: none; }
  .text-article-list--one-mobile .text-article-list__item:first-of-type {
    display: block; }

.text-article-list__item {
  margin: 34px 0;
  padding-bottom: 15px; }
  .text-article-list__item .block-grid__media {
    margin-right: -20px;
    margin-left: -20px; }

@media (min-width: 768px) {
  .text-article-list--one-mobile .text-article-list__item {
    display: block; }
  .text-article-list__item {
    display: block;
    border-bottom: solid 1px #707070; }
    .text-article-list__item .block-grid__media {
      display: none; }
    .text-article-list__item:last-of-type {
      border-bottom: 0; } }

.content-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
  text-align: center; }
  .content-columns .icon-block {
    display: block;
    width: 50%;
    float: left; }
  .content-columns .icon-block:nth-child(2n+1) {
    clear: both; }
  .content-columns .icon-block__description {
    display: none; }

@media (min-width: 500px) {
  .content-columns .icon-block__description {
    display: block; } }

@media (min-width: 992px) {
  .content-columns {
    flex-wrap: nowrap; }
  .content-columns .icon-block {
    width: 25%; }
    .content-columns .icon-block:nth-child(2n+1) {
      clear: none; }
  .content-columns .icon-block__body {
    padding: 0 20px 30px; } }

.image-module {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

.image--tall {
  width: 42%; }

.image--square {
  width: 56.2%; }

.image--rectangle {
  width: 66.66666667%; }

.image--wide {
  width: 100%; }

.image-module__image {
  margin: 0 auto; }

.image-module img {
  width: 100%;
  margin-bottom: 10px; }

.image-module__caption {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .image--wide .image-module__caption {
    padding-left: 16px; } }

@media (min-width: 768px) {
  .image-module {
    margin-bottom: 40px; }
  .image-module__caption {
    font-size: 14px;
    font-weight: 700; } }

.category-faq {
  margin-top: 40px;
  margin-bottom: 60px; }

.category-faq__header {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; }

.category-faq__questions-header {
  margin-top: 20px;
  font-weight: 700; }

.category-faq__questions-item {
  margin-top: 20px;
  font-size: 16px; }

.category-faq__answers-wrapper {
  margin-top: 100px; }

.category-faq__answer-group {
  margin-bottom: 60px; }
  .category-faq__answer-group:last-child {
    margin-bottom: 0; }

.category-faq__answer,
.category-faq__answer-list {
  font-size: 16px;
  font-weight: 700; }

.category-faq__address--span {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  text-transform: uppercase; }

.category-faq__answer-list-item {
  margin-left: 25px;
  list-style-type: disc; }

@media (min-width: 768px) {
  .category-faq {
    margin-top: 100px;
    margin-bottom: 120px; }
  .category-faq__header {
    font-size: 26px;
    font-weight: 300;
    line-height: 1; }
  .category-faq__questions-header {
    margin-top: 40px;
    font-size: 12px;
    text-transform: uppercase; }
  .category-faq__questions-item {
    margin-top: 0; } }

.section-header {
  margin: 40px 0 20px;
  text-align: center; }

.section-header__title {
  display: block;
  max-width: 800px;
  margin: 0 auto 20px;
  color: inherit;
  font-size: 20px;
  font-weight: 700; }

.section-header__desc {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  color: inherit;
  font-size: 14px;
  font-weight: 500; }

.well-section .section-header {
  margin-top: 20px;
  color: #494949; }

@media (min-width: 768px) {
  .section-header {
    margin: 80px 0 50px; }
  .section-header__title {
    font-size: 34px;
    font-weight: 300; }
  .section-header__desc {
    font-size: 18px;
    font-weight: 700; }
  .well-section .section-header {
    margin-top: 40px; } }

.sme-profile__title {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.sme-profile__desc {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold; }

.sme-profile__social li {
  display: inline-block;
  padding-right: 10px; }

.sme-profile__social a {
  color: #00a6ca;
  font-size: 60px; }

@media (min-width: 768px) {
  .sme-profile__desc {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px; } }

.text-hero {
  padding: 100px;
  text-align: center; }

.text-hero__heading {
  display: inline-block;
  position: relative;
  color: #00a6ca;
  font-size: 55px;
  font-weight: 700; }
  .text-hero__heading::after {
    display: block;
    width: 80px;
    height: 6px;
    margin: 0 auto;
    background-color: #fcd800;
    content: ''; }

.text-hero__icon {
  position: absolute;
  top: -33px;
  right: -40px; }

.text-hero__description {
  display: inline-block;
  max-width: 60%;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px; }

.border--blue {
  border-top: 2px solid #00a6ca;
  border-bottom: 2px solid #00a6ca; }

.eyebrow-newsletter {
  margin: 20px 0; }

.eyebrow-newsletter .form-newsletter {
  position: relative;
  margin: 20px 0;
  padding: 0 35px 10px; }
  .eyebrow-newsletter .form-newsletter .form-newsletter__copy,
  .eyebrow-newsletter .form-newsletter .form-group {
    opacity: 1; }
  .eyebrow-newsletter .form-newsletter.submitted {
    overflow: hidden; }
  .eyebrow-newsletter .form-newsletter.success {
    padding: 0; }
    .eyebrow-newsletter .form-newsletter.success .form-newsletter__copy,
    .eyebrow-newsletter .form-newsletter.success .form-group {
      display: none; }
    .eyebrow-newsletter .form-newsletter.success .form-newsletter--success {
      display: table; }
  .eyebrow-newsletter .form-newsletter label.error {
    text-align: left; }

.cta-eyebrow {
  margin: 20px 0;
  padding: 20px 10px;
  text-align: left; }

.cta-eyebrow__text-holder {
  text-align: middle; }

.cta-eyebrow__btn-holder {
  text-align: center; }

.cta-eyebrow__text {
  font-size: 15px;
  margin: 8px 0;
  text-align: center;
  vertical-align: middle; }
  .cta-eyebrow__text .cta-eyebrow__text--strong {
    display: block;
    font-size: 17px;
    font-weight: 700; }

.cta-eyebrow__btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: auto; }

.ad-eyebrow {
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  overflow: hidden; }

.ad-eyebrow__col-wrap {
  display: none; }

.ad-eyebrow__slider-wrapper {
  width: 1230px;
  overflow: hidden; }

.ad-eyebrow__title {
  margin-top: 0;
  font-size: 22px;
  font-weight: 300; }

.ad-eyebrow__image {
  max-width: 100%; }

.ad-eyebrow__subtext {
  display: block;
  color: #707070;
  font-size: 8px; }

.ad-eyebrow__col {
  margin-right: 5px;
  margin-left: 5px;
  float: left; }
  .ad-eyebrow__col:first-child {
    margin-left: 0; }
  .ad-eyebrow__col:last-child {
    margin-right: 0; }

.ad-eyebrow__content {
  position: relative;
  width: 300px;
  height: 250px;
  padding: 20px;
  background-color: #eee; }
  .ad-eyebrow__content a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

.ad-eyebrow__header {
  display: table;
  width: 100%;
  height: 50px;
  margin: 0 0 20px; }

.ad-eyebrow__header-text {
  display: table-cell;
  vertical-align: bottom; }

.ad-eyebrow__text {
  font-size: 12px;
  line-height: 18px; }

.ad-eyebrow__content--spacer {
  background-color: #fff; }

.ad-eyebrow__slider-controls {
  width: 100%; }

.ad-eyebrow__control-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a9a9;
  cursor: pointer; }

.ad-eyebrow__control-item--active {
  background: #494949; }

.evergreen-eyebrow {
  margin: 40px 0;
  padding: 20px 10px;
  text-align: center; }

.evergreen-eyebrow__icon,
.evergreen-eyebrow__stat,
.evergreen-eyebrow__text {
  display: inline-block; }

.evergreen-eyebrow__icon {
  font-size: 60px; }

.evergreen-eyebrow__stat {
  font-size: 55px; }

.evergreen-eyebrow__text {
  margin: 20px 0 0;
  text-align: left; }
  .evergreen-eyebrow__text p.text--desc {
    margin: 0;
    font-weight: 700; }
  .evergreen-eyebrow__text p.text--source {
    margin: 0;
    font-size: 14px; }

.promotion-eyebrow {
  position: relative;
  min-height: 168px;
  margin: 20px 0; }
  .promotion-eyebrow .bar__left,
  .promotion-eyebrow .bar__right {
    width: 10px; }

.promotion-eyebrow-final {
  padding: 22px 0;
  text-align: center;
  opacity: 1; }
  .promotion-eyebrow-final a {
    padding: 9px 57px 12px 42px !important;
    color: #fff; }
  .promotion-eyebrow-final a span {
    line-height: 2.5em !important; }

.promotion-eyebrow-header {
  width: 100%; }
  .promotion-eyebrow-header h3 {
    max-width: 220px;
    margin: 0 auto 12px;
    color: #000;
    font-size: 26px;
    font-weight: 300; }

.promotion-eyebrow-initial {
  display: none; }

.promotion-eyebrow-initial__message {
  margin: 70px 14px 0;
  color: #000;
  font-size: 26px; }

.action-eyebrow {
  text-align: center;
  margin: 50px 0 100px; }
  .action-eyebrow h2 {
    font-size: 28px;
    font-weight: 700; }

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

.action-eyebrow__list li {
  display: inline-block;
  padding: 0 11px;
  text-align: center; }

.action-eyebrow__description {
  max-width: 230px;
  margin: 42px auto 5px;
  font-size: 16px;
  font-weight: 300; }

.action-eyebrow__btn {
  width: 100%;
  padding: 16px 0 34px; }

.file-download-eyebrow__list {
  margin: 60px 0;
  text-align: center;
  overflow: auto; }

.file-download-eyebrow__list li:only-child .file-download-eyebrow__text {
  display: inline;
  width: 100%; }

.file-download-eyebrow__list li:only-child .file-download-eyebrow__icon {
  display: inline; }

.file-download-eyebrow__list li:only-child {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block; }

.file-download-eyebrow__list li {
  display: block;
  padding: 0 0 21px;
  text-align: center; }

.file-download-eyebrow__link {
  color: #000;
  font-size: 18px;
  text-decoration: none; }
  .file-download-eyebrow__link.active, .file-download-eyebrow__link:hover, .file-download-eyebrow__link:focus {
    color: #000;
    text-decoration: none; }

.file-download-eyebrow__text {
  width: 220px;
  margin: 7px 0 0;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  font-weight: 100;
  line-height: 1.4; }

.file-download-eyebrow__text,
.file-download-eyebrow__icon {
  display: inline-block; }

.file-download-eyebrow__icon {
  margin-right: 19px;
  color: #00a6ca;
  font-size: 40px;
  vertical-align: middle; }

.file-download-eyebrow__icon--zip::before {
  content: '\f114'; }

.file-download-eyebrow__icon--ppt::before {
  content: '\f019'; }

.file-download-eyebrow__icon--video::before {
  content: '\f01d'; }

@media (max-width: 767px) {
  .full-width {
    margin-right: -16px;
    margin-left: -16px; }
    .full-width [class*='col-'] {
      padding: 0; } }

@media (min-width: 768px) {
  .eyebrow-newsletter {
    margin: 20px 0 40px; }
    .eyebrow-newsletter .form-newsletter {
      margin: 0;
      padding: 30px 60px; }
  .cta-eyebrow {
    margin: 20px 0 40px;
    padding: 40px 0;
    text-align: center; }
  .cta-eyebrow__text {
    font-size: 16px; }
    .cta-eyebrow__text .cta-eyebrow__text--strong {
      display: inline;
      font-size: 16px;
      line-height: 1; }
  .cta-eyebrow__btn {
    font-size: 14px; }
  .ad-eyebrow {
    margin: 20px 0 40px;
    padding: 60px 0; }
  .ad-eyebrow__title {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 600; }
  .ad-eyebrow__subtext {
    margin-top: 10px;
    font-size: 12px; }
  .ad-eyebrow__col-wrap {
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    -js-display: flex; }
  .ad-eyebrow__col-wrap--mobile {
    display: none; }
  .ad-eyebrow__col {
    margin-right: 30px;
    margin-left: 30px; }
    .ad-eyebrow__col:last-child {
      display: none; }
  .evergreen-eyebrow {
    margin: 90px 0;
    padding: 60px 0; }
  .evergreen-eyebrow__text {
    margin: 0 0 0 20px; }
  .promotion-eyebrow-header h3 {
    max-width: initial; }
  .promotion-eyebrow-final a {
    padding: 9px 77px 12px 62px !important; }
  .action-eyebrow__description {
    margin: 52px auto 20px;
    font-size: 18px; }
  .file-download-eyebrow__list li {
    width: 50%;
    margin: 20px 0 0;
    float: left; }
  .file-download-eyebrow__text {
    font-size: 18px;
    width: 180px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .ad-eyebrow__col:nth-child(2) {
    margin-right: 0; } }

@media all and (min-width: 1200px) {
  .ad-eyebrow__col:last-child {
    display: block; }
  .promotion-eyebrow .bar__left,
  .promotion-eyebrow .bar__right {
    display: none; }
  .promotion-eyebrow .bar__left {
    left: 50%; }
  .promotion-eyebrow .bar__right {
    right: 50%; }
  .promotion-eyebrow-final {
    display: none;
    opacity: 0; }
  .promotion-eyebrow-initial {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    width: 226px;
    max-width: 226px;
    height: 168px;
    margin: 0 auto;
    overflow: hidden; }
  .action-eyebrow h2 {
    font-size: 34px; }
  .action-eyebrow__btn {
    width: 330px;
    padding: 16px 0 34px; }
  .file-download-eyebrow__list li {
    width: auto;
    margin: 0 0 0 50px;
    padding: 0;
    display: inline-block;
    float: none; }
    .file-download-eyebrow__list li:first-of-type {
      margin: 0; } }

.bar {
  background: #fcd800; }

.bar__left,
.bar__right {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%; }

.bar__left {
  left: 0; }

.bar__right {
  right: 0; }

.bar__top,
.bar__bottom {
  position: absolute;
  width: 100%;
  height: 4px; }

.bar__top {
  top: 0; }

.bar__bottom {
  bottom: 0; }

@media (min-width: 768px) {
  .bar__left,
  .bar__right {
    width: 10px; }
  .bar__top,
  .bar__bottom {
    height: 10px; } }

.compare-chart {
  width: 100%;
  margin-bottom: 100px; }
  .compare-chart .cell-hidden {
    opacity: 0; }
  .compare-chart .btn-primary.btn-primary--reverse {
    border-color: #000; }

.compare-chart__header,
.compare-chart__footer,
.compare-chart__cell,
.compare-chart__cell-key {
  padding: 10px;
  border: 5px solid #eee;
  text-align: center;
  vertical-align: bottom; }

.compare-chart__header {
  padding: 15px 10px;
  border-bottom: 0;
  background-color: #eee;
  font-size: 34px;
  font-weight: 700;
  text-align: center; }
  .compare-chart__header.compare__a {
    border-color: #fcd800;
    background-color: #fcd800; }
  .compare-chart__header.compare__b {
    border-color: #00a6ca;
    background-color: #00a6ca; }

.compare-chart__footer {
  padding: 40px 10px;
  border-top: 0; }

.compare-chart__cell {
  border-top: 0;
  border-bottom: 0;
  text-align: center; }
  .compare-chart__cell i.fa {
    font-size: 24px; }

.compare-chart__footer,
.compare-chart__cell {
  width: 32%; }
  .compare-chart__footer.compare__a,
  .compare-chart__cell.compare__a {
    border-color: #fcd800; }
  .compare-chart__footer.compare__b,
  .compare-chart__cell.compare__b {
    border-color: #00a6ca; }

.compare-chart__cell-key {
  width: 32%;
  padding-left: 30px;
  border: 0;
  text-align: left; }

.compare-chart__spacer {
  width: 4%; }

.compare-chart__row:nth-child(odd) {
  background-color: #eee; }

@media (max-width: 991px) {
  .compare-chart {
    margin-bottom: 40px;
    border-right: 5px solid #00a6ca;
    border-left: 5px solid #fcd800; }
    .compare-chart thead tr {
      display: flex; }
    .compare-chart .cell-hidden {
      display: none; }
  .compare-chart__cell-key {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    padding: 5px;
    float: left;
    background-color: #eee;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
  .compare-chart__header,
  .compare-chart__cell,
  .compare-chart__footer {
    width: 50%;
    float: left; }
  .compare-chart__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .compare-chart__cell {
    float: left;
    border: 0; }
    .compare-chart__cell.compare__a {
      flex: 0 0 50%;
      background: url("../images/dots-vert.png") top right repeat-y; }
  .compare-chart__header {
    border: 0;
    font-size: 16px; }
  .compare-chart__footer {
    padding: 10px;
    border-right: 0;
    border-left: 0; }
    .compare-chart__footer.compare__a, .compare-chart__footer.compare__b {
      border-top: 2px solid #eee; }
    .compare-chart__footer .btn {
      height: auto;
      border: 0;
      background: transparent;
      color: #00a6ca; }
    .compare-chart__footer .btn::after {
      content: ' >'; }
  .compare-chart__spacer {
    display: none; }
  .compare-chart__row,
  .compare-chart__row:nth-child(odd) {
    background-color: #fff; } }

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

.filter-nav__item {
  display: inline-block;
  margin: 0 10px;
  float: none; }
  .filter-nav__item .btn {
    text-align: left;
    white-space: normal;
    vertical-align: top; }

.grid-filter h2 {
  color: #494949;
  text-align: center; }

.grid-filter--column h2 {
  text-align: left; }

.grid-filter--column .filter-nav {
  text-align: left; }

.grid-filter--column .filter-nav__item {
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  box-sizing: border-box; }

.grid-filter--column .filter-nav__item:first-child {
  width: 100%; }

.grid-filter__container .filter-nav {
  display: none;
  margin-bottom: 50px; }

.grid-filter__container .filter-nav-mobile {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .grid-filter__container .filter-nav {
    display: block; }
  .grid-filter__container .filter-nav-mobile {
    display: none; }
  .grid-filter--column.col-md-4 .filter-nav__item {
    width: 50%; }
  .grid-filter--column.col-md-8 .filter-nav__item {
    width: 33%; }
    .grid-filter--column.col-md-8 .filter-nav__item:first-child {
      width: 100%; } }

/*
@media( min-width: $bp-lg-min ) {
  .grid-filter--column {
    &.col-md-4 .filter-nav__item {
      width: 50%;
    }

    &.col-md-8 .filter-nav__item {
      width: 33%;

      &:first-child {
        width: 100%;
      }
    }
  }
}
*/
.checkerboard-grid {
  margin-bottom: 40px; }
  .checkerboard-grid::after {
    display: block;
    clear: both;
    content: ''; }

span.checkerboard-grid__item {
  display: none; }

.checkerboard-grid__item {
  margin: 0; }

.checkerboard-grid__footer {
  position: relative;
  text-align: center;
  padding: 0; }

.checkerboard-grid__footer .btn-action {
  width: 100%;
  height: 53px;
  background: transparent;
  color: #000; }
  .checkerboard-grid__footer .btn-action.active, .checkerboard-grid__footer .btn-action:hover {
    color: #000; }

div.checkerboard-grid__item:nth-of-type(3n+1) {
  background-color: #fcd800; }

div.checkerboard-grid__item:nth-of-type(3n+2) {
  background-color: #a9a9a9; }

div.checkerboard-grid__item:nth-of-type(3n+0) {
  background-color: #00a6ca; }

.checkerboard-grid__text {
  display: none; }

@media (min-width: 768px) {
  .checkerboard-grid {
    margin-bottom: 100px; }
  .checkerboard-grid__item {
    display: block;
    width: 33.333%;
    padding: 0;
    float: left;
    text-align: center; }
  span.checkerboard-grid__item {
    display: block; }
  div.checkerboard-grid__item:nth-child(odd),
  span.checkerboard-grid__item:nth-child(odd) {
    background-color: #fcd800; }
  div.checkerboard-grid__item:nth-child(even),
  span.checkerboard-grid__item:nth-child(even) {
    background-color: #00a6ca; }
  div.checkerboard-grid__item:nth-child(3n+1),
  span.checkerboard-grid__item:nth-child(3n+1) {
    clear: both; }
  div.checkerboard-grid__item:nth-child(5),
  span.checkerboard-grid__item:nth-child(5) {
    background-color: #fff; }
  .checkerboard-grid__body {
    position: relative;
    height: 0;
    padding-bottom: 100%; }
    .checkerboard-grid__body img {
      width: 100%;
      max-width: 100%; }
  .checkerboard-grid__title {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4; }
  .checkerboard-grid__text {
    display: block;
    padding: 50px 15px 20px;
    max-height: 200px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 14px; }
    .checkerboard-grid__text p {
      font-size: 14px; }
  .checkerboard-grid__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 0 35px; }
  .checkerboard-grid__footer .btn-action {
    width: auto;
    height: auto;
    background: #fff;
    font-size: 12px;
    color: #00a6ca; }
    .checkerboard-grid__footer .btn-action.active, .checkerboard-grid__footer .btn-action:hover {
      color: #00a6ca; } }

@media (min-width: 992px) {
  .checkerboard-grid__text {
    padding: 65px 15px 20px; }
    .checkerboard-grid__text p {
      font-size: 18px; }
  .checkerboard-grid__title {
    font-size: 18px; }
  .checkerboard-grid__footer {
    padding: 0 0 80px; }
  .checkerboard-grid__footer .btn-action {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .checkerboard-grid__text {
    padding: 100px 55px 55px;
    max-height: 260px; }
  .checkerboard-grid__footer .btn-action {
    font-size: 18px; } }

.event-grid {
  margin-bottom: 40px; }
  .event-grid .grid-event-card--large {
    max-width: 550px;
    margin: 16px auto; }

.event-grid__footer {
  margin-top: 40px;
  text-align: center; }

.upcoming-events .section-header {
  margin-top: 0; }

@media (min-width: 768px) {
  .event-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    .event-grid .grid-event-card--large {
      flex: 0 0 calc(50% - 16px);
      width: calc(50% - 16px);
      max-width: none;
      margin: 8px;
      float: left; }
      .event-grid .grid-event-card--large:nth-child(even) {
        background-color: #00a6ca; }
      .event-grid .grid-event-card--large:nth-child(4n-2), .event-grid .grid-event-card--large:nth-child(4n-1) {
        background-color: #fcd800; }
    .event-grid .grid-event-card__body {
      padding-bottom: 160px; }
    .event-grid .grid-event-card__footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 60px; } }

.no-flexbox .event-grid .grid-event-card--large:nth-of-type(2n+1) {
  clear: both; }

.event-image__row {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 40px; }
  .event-image__row::after {
    display: table;
    clear: both;
    content: ''; }

.event-image__item {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  float: left; }

.event-image__item--featured {
  order: -1;
  width: calc(100% - 10px);
  margin-bottom: 10px; }

.event-image__image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }

.event-image__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto; }

.event-image__footer {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
  overflow: hidden; }

@media (max-width: 767px) {
  .event-image__item:nth-child(5n+5) {
    width: 100%; }
  .event-image__row--featured .event-image__item:nth-child(5n+5) {
    width: calc(50% - 10px); }
  .event-image__row--featured .event-image__item:nth-child(5n+6) {
    width: 100%; } }

@media (min-width: 768px) {
  .event-image__row {
    display: block;
    padding-bottom: 100px; }
  .event-image__item {
    width: calc(33.33% - 10px); }
  .event-image__item--featured {
    width: calc(66.666% - 10px);
    margin-bottom: 0; }
    .event-image__item--featured .event-image__image-wrap {
      padding-bottom: calc(56.25% + 4px); }
    .event-image__item--featured .event-image__image {
      width: auto;
      height: 100%; }
  .event-image__footer {
    padding-top: 60px; } }

.credit-faq {
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: center; }

.credit-faq__item {
  margin-bottom: 10px;
  background-color: #fff; }
  .credit-faq__item:last-child {
    margin-bottom: 0; }

.credit-faq__header {
  font-weight: 600; }

.credit-faq__item-text {
  display: block;
  padding: 15px 15px 10px;
  color: #00a6ca;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .credit-faq {
    margin-bottom: 60px; }
  .credit-faq__header {
    margin: 0;
    font-size: 34px;
    font-weight: 300; }
  .credit-faq__questions {
    margin-top: 50px; }
  .credit-faq__item {
    display: inline-block;
    position: relative;
    width: calc(33% - 20px);
    height: 90px;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 20px;
    vertical-align: top; }
    .credit-faq__item:nth-child(1n+4) {
      margin-top: 20px; }
    .credit-faq__item:nth-child(3n+1) {
      margin-left: 0; }
  .credit-faq__item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 22px;
    -ms-transform: translateY(-50%); } }

@media (min-width: 992px) {
  .credit-faq__item-text {
    padding: 15px 30px 10px;
    font-size: 18px; } }

.staggered-grid::after {
  display: block;
  clear: both;
  content: ''; }

.staggered-grid .grid-event-card {
  display: block;
  margin: 0 auto 20px; }

.staggered-grid__footer {
  margin: 40px 0;
  text-align: center; }

@media (min-width: 768px) {
  .staggered-grid {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 16px;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    font-size: 0; }
    .staggered-grid .grid-event-card {
      display: inline-block;
      margin: 0 0 16px;
      vertical-align: top;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

@media (min-width: 992px) {
  .staggered-grid {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3; } }

.no-csscolumns .staggered-grid .grid-event-card {
  display: block;
  width: calc(33.333% - 20px);
  margin: 0 10px 10px;
  float: left; }

.article-list {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center; }

.article-list__title {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  text-align: center; }

.article-list__item-parent {
  margin-top: 40px;
  text-align: left; }

.article-list__item {
  margin-bottom: 40px; }
  .article-list__item:last-child {
    margin-bottom: 0; }

.article-list__headline {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center; }

.article-list__media {
  margin-bottom: 10px; }
  .article-list__media img {
    width: 100%;
    height: auto; }

.article-list__excerpt {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }

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

.article-list__btn {
  margin-top: 40px;
  padding-right: 45px;
  padding-left: 45px; }

@media (min-width: 768px) {
  .article-list {
    margin-top: 60px;
    margin-bottom: 120px; }
  .article-list__item-parent {
    margin-top: 60px; }
  .article-list__title {
    font-size: 34px; }
  .article-list__media {
    margin-bottom: 0; }
  .article-list__item {
    margin-bottom: 60px; }
  .article-list__headline {
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    text-align: left; }
    .article-list__headline::after {
      display: block;
      width: 80px;
      height: 4px;
      margin: 15px 0;
      background-color: #fcd800;
      content: ''; }
  .article-list__excerpt {
    font-size: 18px;
    line-height: 26px; }
  .article-list__btn {
    margin-top: 100px; } }

.grid-list__item .block-grid {
  padding-bottom: 40px; }
  .grid-list__item .block-grid .block__meta {
    color: #494949; }

.grid-list__foot {
  margin-bottom: 40px;
  text-align: center; }

.grid-list > .grid-list__item:nth-of-type(2n+1) {
  clear: both; }

@media (min-width: 992px) {
  .grid-list > .grid-list__item:nth-of-type(n) {
    clear: none; }
  .grid-list > .grid-list__item:nth-of-type(3n+1) {
    clear: both; } }

.grid-item-debug i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  opacity: .25; }

.grid-item-debug ul {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  opacity: .75; }

.grid-item-debug:hover ul {
  display: block; }
  .grid-item-debug:hover ul li {
    margin: 5px 0; }

.grid-list--text {
  margin-top: 60px; }
  .grid-list--text .text-article-list__item {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
    border: 0; }
    .grid-list--text .text-article-list__item .block-grid--text {
      position: relative; }
      .grid-list--text .text-article-list__item .block-grid--text::before {
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        height: 100%;
        border-left: 2px solid #00a6ca;
        content: ' '; }
    .grid-list--text .text-article-list__item a:hover {
      text-decoration: none; }
  .grid-list--text .grid-list__foot button {
    margin-top: 40px; }

@media (min-width: 768px) {
  .grid-list--text .text-article-list__item {
    margin: 0 0 60px; }
    .grid-list--text .text-article-list__item .block-grid {
      position: relative; }
      .grid-list--text .text-article-list__item .block-grid::before {
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        height: 100%;
        border-left: 2px solid #00a6ca;
        content: ' '; }
    .grid-list--text .text-article-list__item::after {
      display: block;
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #eee;
      content: ' '; }
    .grid-list--text .text-article-list__item:first-child::after {
      display: none; } }

@media (min-width: 992px) {
  .grid-list--text .text-article-list__item::after {
    top: -30px;
    left: -100px;
    width: calc(100% + 200px); } }

@media (max-width: 991px) {
  .grid-list > .grid-list__item:nth-child(9) {
    display: none; } }

.category-grid__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .category-grid__item > .colored-block {
    width: 100%; }

.category-grid__item:nth-child(2n+1) {
  clear: both; }

.category-grid--business .category-grid__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .category-grid--business .category-grid__item > .colored-block {
    width: 100%; }
  .category-grid--business .category-grid__item .colored-block__header {
    display: table;
    width: 100%; }
  .category-grid--business .category-grid__item .colored-block__title {
    display: table-cell;
    vertical-align: middle; }
  .category-grid--business .category-grid__item:nth-child(2n+1) {
    clear: none; }
  .category-grid--business .category-grid__item:nth-child(3n+1) {
    clear: both; }

@media (min-width: 768px) {
  .category-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px; }
  .category-grid__item {
    display: flex;
    width: 50%;
    margin: 0 0 20px;
    padding: 0 8px;
    float: left; } }

@media (min-width: 992px) {
  .category-grid--business {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px; }
    .category-grid--business .category-grid__item {
      width: 33.333%;
      margin: 0 0 20px;
      padding: 0 8px;
      float: left; }
      .category-grid--business .category-grid__item .colored-block__body {
        margin: 0;
        padding: 0 20px 80px; }
      .category-grid--business .category-grid__item .colored-block__header {
        display: table;
        width: 100%;
        height: 110px; } }

.feature-2 {
  display: table;
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1; }

.feature-2__media {
  position: relative;
  padding-bottom: 100%;
  background: #00a6ca; }

.feature-2__overlay-img {
  position: relative;
  z-index: 10; }

div.feature-2__overlay-img,
.feature-2__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; }

.feature-2__body {
  padding: 40px; }
  .feature-2__body > div {
    position: relative;
    z-index: 10; }

.feature-2::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 5px solid #fcd800;
  content: ' ';
  z-index: 5; }

.sme-band {
  margin-top: 40px; }

@media (max-width: 991px) {
  .sme-band .grid-list__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 767px) {
  .sme-band .grid-list__item:nth-child(n+3) {
    display: block; }
  .sme-band .block-grid__media {
    display: none; } }

.feature-2--sme-band {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .feature-2__media {
    display: table-cell;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden; }
  .feature-2__overlay-img.static-bottom {
    position: absolute;
    bottom: 0; }
  .feature-2__overlay-img.scale-bottom {
    position: absolute;
    bottom: 0;
    max-width: 80%; }
  .feature-2__body {
    display: table-cell;
    width: 50%;
    float: right; } }

@media (min-width: 992px) {
  .feature-2::after {
    top: 45px;
    right: 50px;
    bottom: 45px;
    left: 50px; }
  .feature-2__body {
    display: table-cell;
    width: 50%;
    padding: 120px 160px 120px 60px;
    float: right; } }

.feature-2--full-width .feature-2__media {
  padding-bottom: 100%; }

.feature-2--hero {
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .feature-2--full-width .feature-2__media {
    padding-bottom: 0; }
  .feature-2--full-width::before {
    display: block;
    padding-bottom: 50%;
    float: left;
    content: ''; }
  .feature-2--hero {
    margin: 0 auto 60px; } }

@media (min-width: 1200px) {
  .feature-2--hero .feature-2__overlay-img {
    left: auto;
    width: 600px; }
  .feature-2--hero .feature-2__body {
    position: relative;
    left: 50%;
    width: 600px;
    float: none; }
  .feature-2--hero::after {
    right: 0;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); } }

.longform__article {
  padding-top: 90px;
  z-index: 1; }
  .longform__article .longform__nav {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0; }
  .longform__article.js-longform--static {
    padding-top: 0; }

.longform__nav.js-longform--static {
  position: static; }
  .longform__nav.js-longform--static .longform__header,
  .longform__nav.js-longform--static .longform__index-toggle {
    display: none; }

.longform__nav {
  border-bottom: 1px solid #a9a9a9;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 4; }

.longform__mobile-label {
  display: none; }

.longform__nav-body {
  position: relative;
  padding-bottom: 42px; }
  .longform__nav-body .longform__index {
    height: 0;
    visibility: hidden;
    z-index: 2; }
  .longform__nav-body .longform__index--visible {
    height: auto;
    visibility: visible; }

.longform__header {
  margin: 0 200px 40px;
  padding-top: 20px;
  font-size: 26px;
  font-weight: 300;
  text-align: center; }

.longform__header + .longform__index--visible {
  margin-top: -30px; }

.longform__progress {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 26px;
  background-image: url("../images/articles/progress-bg-2x.png");
  background-repeat: repeat-x;
  background-size: 16px 26px;
  z-index: 1; }

.longform__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #00a6ca; }
  .longform__fill::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 32px;
    border-right: 2px solid #000;
    content: ''; }

.longform__index {
  text-align: center;
  white-space: nowrap;
  visibility: visible; }

.longform__index-item {
  display: inline-block;
  max-width: 250px;
  margin: 0 10px;
  padding: 5px 10px 3px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  vertical-align: top; }

.longform__index-item:hover,
.longform__index-item:active,
.longform__index-item--active {
  transition: background-color .25s;
  -webkit-transition: background-color .25s;
  background-color: #fcd800;
  color: #000;
  text-decoration: none; }

.longform__dot {
  position: absolute;
  top: 11px;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #000;
  opacity: 0;
  -ms-transform: translateX(-50%); }

.longform__tooltip {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  padding: 10px 10px 7px;
  transform: translateX(-50%);
  background-color: #fcd800;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  -ms-transform: translateX(-50%); }
  .longform__tooltip::before {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fcd800;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: ' ';
    -ms-transform: translateX(-50%); }

.longform__dot--visible,
.longform__tooltip--visible {
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  opacity: 1;
  pointer-events: normal; }

.longform__tooltip--visible {
  bottom: 30px; }

.longform__tooltip--right,
.longform__progress div:first-of-type .longform__tooltip {
  transform: translateX(0);
  -ms-transform: translateX(0); }
  .longform__tooltip--right::before,
  .longform__progress div:first-of-type .longform__tooltip::before {
    left: 0;
    transform: translateX(0);
    border-right: 14px solid transparent;
    border-left: 0;
    -ms-transform: translateX(0); }

.longform__tooltip--left,
.longform__progress div:last-of-type .longform__tooltip {
  transform: translateX(-100%); }
  .longform__tooltip--left::before,
  .longform__progress div:last-of-type .longform__tooltip::before {
    right: 0;
    left: auto;
    transform: translateX(0);
    border-right: 0;
    border-left: 14px solid transparent;
    -ms-transform: translateX(0); }

.longform__drawer {
  max-height: calc(100vh - 250px);
  padding: 40px;
  overflow-y: auto; }
  .longform__drawer .longform__index {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 120px;
    -moz-column-gap: 120px;
    -webkit-column-gap: 120px;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    column-rule: 1px solid #ddd;
    -moz-column-rule: 1px solid #ddd;
    -webkit-column-rule: 1px solid #ddd;
    white-space: normal; }
  .longform__drawer .longform__index-item {
    display: block;
    background: transparent;
    text-align: left;
    page-break-inside: avoid; }
  .longform__drawer .longform__index-item--active,
  .longform__drawer .longform__index-item:hover {
    background: transparent;
    color: #00a6ca; }

.no-csscolumns .longform__drawer .longform__index-item {
  width: auto;
  max-width: none; }

.longform__index-toggle {
  position: absolute;
  top: 8px;
  right: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  z-index: 10; }
  .longform__index-toggle i {
    font-size: 20px; }

.lf-bookmark {
  display: block;
  height: 0;
  overflow: hidden; }

@media (max-width: 991px) {
  .longform__article {
    padding-top: 51px; }
    .longform__article .longform__nav {
      position: fixed;
      top: 51px; }
  .longform__article.js-longform--static {
    padding-top: 51px; }
  .longform__header {
    margin: 10px 120px 20px 10px;
    padding-top: 0;
    font-size: 18px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .longform__tooltip {
    padding: 5px 10px 2px; }
  .longform__tooltip--visible {
    bottom: 20px; }
  .longform__index-toggle {
    top: -8px;
    right: 0;
    font-size: 12px; }
    .longform__index-toggle i {
      font-size: 14px; }
  .longform__drawer .longform__index {
    padding: 0; } }

@media (max-width: 767px) {
  .longform__header {
    display: none; }
  .longform__header + .longform__index {
    margin-top: 0; }
  .longform__mobile-label {
    display: block;
    position: absolute;
    top: 3px;
    left: 10px;
    width: calc(100% - 140px);
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .longform__progress {
    height: 8px; }
  .longform__fill::after {
    height: 11px;
    border-right: 2px solid #fcd800; }
  .longform__dot {
    top: 0;
    width: 2px;
    height: 8px;
    border-radius: 0; }
  .longform__drawer {
    position: fixed;
    top: 93px;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: none;
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll; }
  .longform__drawer .longform__index {
    padding: 0;
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto; }
  .longform__drawer .longform__index-item {
    margin: 0;
    padding: 10px 0; }
  .longform__tooltip {
    display: none; }
  .longform__index-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 3px 10px 25px;
    background: none;
    font-size: 10px;
    font-weight: 700;
    text-align: right; } }

.product-bundle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
  background: #eee;
  text-align: center; }
  .product-bundle::after {
    display: block;
    clear: both;
    content: ''; }

.product-bundle .icon-card {
  display: block;
  max-width: 400px;
  margin: 20px 40px; }

.product-bundle__footer {
  flex: 0 0 100%;
  padding-top: 40px; }

.icon-card {
  margin: 80px 40px 20px;
  text-align: center; }

.icon-card__heading {
  margin-bottom: 0;
  font-size: 20px; }

.icon-card__icon {
  display: table;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px; }
  .icon-card__icon .fa {
    display: table-cell;
    color: #fff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle; }
  .icon-card__icon .fa.smaller {
    position: relative;
    top: 4px; }

.icon-card__icon--blue {
  background-color: #00a6ca; }

.icon-card__icon--dark-blue {
  background-color: #005365; }

.icon-card__icon--blue-gray {
  background-color: #23527c; }

.icon-card__icon--yellow {
  background-color: #fcd800; }

.icon-card__icon--white {
  background-color: #fff; }

.icon-card__icon--black {
  background-color: #000; }

.icon-card__icon--orange {
  background-color: #F26E00; }

.icon-card__icon--green {
  background-color: #00552A; }

.icon-card__icon--light-green {
  background-color: #a8cd67; }

.icon-card__icon--red {
  background-color: #B50000; }

.icon-card__icon--dark-gray-1 {
  background-color: #494949; }

.icon-card__icon--dark-gray-2 {
  background-color: #707070; }

.icon-card__icon--med-gray-1 {
  background-color: #a9a9a9; }

.icon-card__icon--med-gray-2 {
  background-color: #ddd; }

.icon-card__icon--light-gray-1 {
  background-color: #eee; }

.icon-card__icon--light-gray-2 {
  background-color: #f5f5f5; }

@media (min-width: 768px) {
  .product-bundle .icon-card {
    display: block;
    flex: 0 0 280px;
    width: 280px;
    max-width: none;
    min-height: 280px;
    margin: 85px 30px 35px;
    float: left;
    vertical-align: bottom; }
    .product-bundle .icon-card::after {
      position: absolute;
      top: 50%;
      right: -14px;
      width: 0;
      color: #a9a9a9;
      font-size: 70px;
      font-weight: 300;
      content: '+'; }
    .product-bundle .icon-card:nth-child(2n+2)::after, .product-bundle .icon-card:last-child::after {
      visibility: hidden; }
  .icon-card {
    position: relative;
    width: 280px;
    background: #fff; }
  .icon-card__icon {
    display: table;
    position: absolute;
    top: -60px;
    left: 80px;
    width: 120px;
    height: 120px;
    border-radius: 60px; }
    .icon-card__icon i.fa {
      font-size: 80px; }
    .icon-card__icon i.fa.smaller {
      position: relative;
      top: 10px;
      font-size: 65px; }
  .icon-card__body {
    padding: 75px 20px 25px;
    text-align: center; }
    .icon-card__body p {
      font-size: 18px; }
  .icon-card__heading {
    color: #a9a9a9;
    font-size: 26px;
    font-weight: 300; } }

@media (min-width: 1024px) {
  .product-bundle {
    margin: 0 -38px;
    overflow-x: hidden; }
  .product-bundle .icon-card {
    margin-right: 30px;
    margin-left: 30px; }
    .product-bundle .icon-card:nth-child(n)::after {
      visibility: visible; }
    .product-bundle .icon-card:nth-child(3n+3)::after, .product-bundle .icon-card:last-child::after {
      visibility: hidden; }
  .product-bundle--4 {
    padding-right: 70px;
    padding-left: 70px; }
    .product-bundle--4 .icon-card:nth-child(n)::after {
      visibility: visible; }
    .product-bundle--4 .icon-card:nth-child(2n+2)::after, .product-bundle--4 .icon-card:last-child::after {
      visibility: hidden; } }

@media (min-width: 1200px) {
  .product-bundle {
    margin: 0; }
  .product-bundle .icon-card {
    margin-right: 35px;
    margin-left: 35px; }
    .product-bundle .icon-card::after {
      right: -18px; } }

.related-product {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #00a6ca;
  border-bottom: 1px solid #00a6ca;
  text-align: center; }
  .related-product .section-header {
    margin-top: 0; }
  .related-product .icon-block-inline {
    display: block; }

@media (min-width: 768px) {
  .related-product .icon-block-inline {
    width: 33%;
    float: left; } }

@media (max-width: 767px) {
  .related-product .icon-block-inline:last-child {
    display: none; } }

.gated-content {
  position: absolute;
  top: 1000px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 2000px;
  padding: 10px 20px;
  background-color: #eee;
  visibility: visible;
  z-index: 2; }
  .gated-content input[type='text'],
  .gated-content input[type='email'] {
    width: 100%;
    border: 0;
    border-bottom: 4px solid #00a6ca;
    font-size: 13px;
    text-indent: 10px;
    background: transparent; }
    .gated-content input[type='text'].error,
    .gated-content input[type='email'].error {
      border-bottom: 4px solid #B50000;
      background: transparent; }
  .gated-content.fix-gate {
    position: fixed;
    top: 0; }
  .gated-content label.error {
    background-color: transparent;
    color: #B50000;
    border: 0; }
  .gated-content label.error:before {
    display: none; }
  .gated-content label.error:after {
    display: none; }

.gated-content__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2em;
  text-align: center; }
  .gated-content__title::after {
    display: block;
    width: 80px;
    height: 6px;
    margin: 7px auto 0;
    background-color: #fcd800;
    content: ''; }

.gated-content__input-title {
  margin: 12px 0 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }

.gated-content__required {
  margin: 7px 0 10px;
  color: #707070;
  font-size: 12px;
  font-weight: 100; }

.block__meta--gated-content {
  display: block;
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: 1px; }

.gated-content__disclosure {
  color: #707070;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em; }

.gated-content-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2; }

@media all and (min-width: 600px) {
  .gated-content {
    padding: 50px 40px; }
    .gated-content input[type='text'],
    .gated-content input[type='email'] {
      font-size: 18px; }
  .gated-content__title {
    font-size: 32px; }
  .gated-content__input-title {
    margin: 40px 0 8px;
    font-size: 13px; }
  .gated-content__required {
    margin: 40px 0;
    font-size: 18px; }
  .block__meta--gated-content {
    display: block;
    margin: 19px 0;
    font-weight: 600;
    letter-spacing: 1px; }
  .gated-content__disclosure {
    font-size: 13px;
    line-height: inherit; } }

@media all and (min-width: 1200px) {
  .gated-content {
    position: fixed;
    top: 160px;
    width: 700px;
    min-height: 0;
    max-height: 700px;
    margin: 0 auto;
    padding: 30px 40px;
    overflow: scroll;
    visibility: hidden;
    z-index: 100;
    background-color: #fff; }
    .gated-content input[type='text'],
    .gated-content input[type='email'] {
      font-size: 18px; }
  .gated-content__title {
    font-size: 32px; } }

.sme-resume-module {
  margin-bottom: 50px; }

.sme-resume__block {
  width: 100%;
  padding-top: 30px; }

.sme-resume__title {
  display: inline-block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 30px 0 0;
  float: none;
  border-top: 2px solid #00a6ca;
  color: #707070;
  font-size: 18px;
  font-weight: 200;
  vertical-align: top; }

.sme-resume__body {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding: 0;
  float: none;
  border-top: 0;
  font-size: 14px;
  position: relative; }

.sme-resume__list {
  text-align: left; }

.sme-resume__list-item {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0 0;
  color: #707070;
  font-size: 14px;
  font-weight: 200;
  text-align: left; }
  .sme-resume__list-item:first-of-type {
    padding: 0; }
  .sme-resume__list-item:last-of-type {
    padding-bottom: 0; }

.sme-resume__degree {
  margin: 0;
  font-style: italic; }

.sme-resume__story-text {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  float: left;
  vertical-align: top; }

.sme-resume__story-image {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 12px;
  padding-top: 20px;
  position: relative;
  transform: none;
  -ms-transform: none; }
  .sme-resume__story-image img {
    max-width: 100%;
    width: auto; }
  .sme-resume__story-image p {
    padding-top: 5px; }

@media all and (min-width: 768px) {
  .sme-resume__block {
    padding-top: 50px; }
  .sme-resume__title {
    padding: 50px 0 10px;
    font-size: 28px; }
  .sme-resume__body {
    font-size: 16px; }
  .sme-resume__list-item {
    width: 49%;
    font-size: 18px; }
  .sme-resume__degree {
    margin: 0 0 10px;
    font-style: italic; }
  .sme-resume__story-text {
    width: 59%; }
  .sme-resume__story-image {
    width: 41%;
    font-size: 16px;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .sme-resume__story-image img {
      width: 100%; } }

@media all and (min-width: 992px) {
  .sme-resume__title {
    width: 30%;
    max-width: 300px;
    padding: 0;
    float: left;
    border-top: 0;
    font-size: 30px; }
  .sme-resume__body {
    width: 70%;
    margin-top: 12px;
    padding: 60px 0;
    float: left;
    border-top: 2px solid #00a6ca; }
  .sme-resume__list {
    text-align: center; }
  .sme-resume__list-item {
    display: block;
    width: 460px;
    padding-bottom: 51px;
    font-size: 26px; }
    .sme-resume__list-item:first-of-type {
      padding-bottom: 51px; }
  .sme-resume__story-image {
    font-size: 18px; } }

@media all and (min-width: 1200px) {
  .sme-resume__title {
    font-size: 34px; } }
