﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

.communitypage .page-header__hero .help .help-icon, .search-bar--main-menu form.search #search-form, .search-bar--main-menu form.search .search-form, .main-menu__menu-list__menu-item .label a, .main-menu__menu-list__menu-item.back-btn, .community .button, .questions .button {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}

.center {
  text-align: center;
}

.display-none {
  display: none;
}

.screen-read {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .mobile-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .desktop-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .desktop-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mobile-none-home-image {
    display: none;
  }
  .mobile-none-image {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .desktop-none-home-image {
    display: none;
  }
  .desktop-none-image {
    display: none;
  }
}

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

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

@media screen and (max-width: 1024px) {
  #responsive-listener {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #responsive-listener {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  #responsive-listener {
    display: block;
  }
}

.communitypage .page-header__hero .help .help-icon, .search-bar--main-menu form.search #search-form, .search-bar--main-menu form.search .search-form, .main-menu__menu-list__menu-item .label a, .main-menu__menu-list__menu-item.back-btn, .community .button, .questions .button {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

* {
  box-sizing: border-box;
}

.column {
  display: block;
  height: 100%;
  width: 100%;
}

.row::before, .row::after {
  content: '';
  display: table;
}
.row::after {
  clear: both;
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .row {
    padding: 0 53px;
  }
}
.row .row {
  padding: 0;
}
.row .column-container {
  margin-left: -22.5px;
  margin-right: -22.5px;
  /* margin-bottom: 50px; NJN #197136 */
}
.row.four-col .column {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 481px) {
  .row.four-col .column {
    min-height:100px;
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .row.four-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (min-width: 961px) {
  .row.four-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 25%;
    float: left;
  }
}
.row.three-col .column {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 769px) {
  .row.three-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 961px) {
  .row.three-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
.row.two-col .column {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 769px) {
  .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
    width: 49.5%;
  }
}
@media only screen and (min-width: 1025px) {
  .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
    width: 49.5%;
  }
}
.row.one-third-col .column:first-child {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 769px) {
  .row.one-third-col .column:first-child {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
.row.one-third-col .column:last-child {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 769px) {
  .row.one-third-col .column:last-child {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 66.66667%;
    float: left;
  }
}

html, body {
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1024px;
  position: relative;
}
.row::before, .row::after {
  content: '';
  display: table;
}
.row::after {
  clear: both;
}

    .row .featured-boxes {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px;
    }
    .row.dark-gray {
      background-color:#333333;
      max-width:100%;
    }
    .row.light-gray {
      background-color:#efefef;
      max-width:100%;
    }
    .row.blue {
      background-color:#2e8bc9;
      max-width:100%;
    }
    .row.orange {
      background-color:#ff6600;
      max-width:100%;
    }

@media only screen and (max-width: 1024px) {
  .row {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 960px) {
  .row {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .row {
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

.main {
  padding-top: 50px;
}
    .homepage .main {
      padding-top: 0px;
    }

.content h1#page-title {
  font-size: 1.75em;
  color: #333 !important;
}
.content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.content p {
  line-height: 1.7em;
}
.content ul, .content ol {
  max-width: 100%;
}
.content ul > li, .content ol > li {
  max-width: 800px;
  margin-bottom: 1em;
  font-size: .8em;
}
.content ul.metadata {
  border-top: 1px solid #bebebe;
  padding-top: 30px;
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  color: #999;
  clear: both;
}
.content ol.featured {
 font-weight: 600;
 line-height: 1.25em;
 font-size: 1.25em;
}
.content ol.featured p {
 line-height: 1.7em;
 font-weight: normal;
}
.content ul > li.when, .content ol > li.when {
  list-style-type: none;
  font-size: 1.5rem !important;
}
.content ul.date-loc {
  padding-left: 0;
}
.content ul.metadata {
  border-top: 1px solid #bebebe;
  padding-top: 30px;
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  color: #999;
  clear: both;
}
.content ul.metadata li.label {
  font-weight: 700;
  margin-bottom: .5em !important;
}
.content .detail a.pdf[target="_blank"] {
  display: inline-block;
  font-size: .9em;
  font-weight: 700;
  color: white;
  background: #ff6600;
  border: none;
  padding: 5px 20px;
}
.content .detail a.pdf[target="_blank"]:hover, .content .detail a.pdf[target="_blank"]:focus {
  color: white;
  text-decoration: none;
}
.content .login-required {
  max-width: 800px;
  margin: 40px auto;
  padding: 10px 20px 50px;
  border: 1px solid #bebebe;
}

@media only screen and (max-width: 1024px) {
  .breadcrumb {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .breadcrumb {
    margin-bottom: 110px;
  }
  .breadcrumb::before, .breadcrumb::after {
    content: '';
    display: table;
  }
  .breadcrumb::after {
    clear: both;
  }
  .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .breadcrumb ul li {
    float: left;
  }
  .breadcrumb ul li a {
    color: #fff;
    font-size: .85em;
    margin-right: 5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  }
  .breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
    text-decoration: underline;
    cursor: pointer;
  }
  .breadcrumb ul li a:after {
    content: "\00BB";
    margin-left: 5px;
    text-decoration: none !important;
  }
  .breadcrumb ul li:last-child a:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .no-hero .breadcrumb, .short-header .breadcrumb {
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 1025px) {
  .articles .breadcrumb ul li a {
    color: white;
  }
/*
  .articles .breadcrumb ul li:last-child a {
    color: white;
  }
*/
}

.dark-text .breadcrumb ul li a {
  color: #333;
  text-shadow: none;
}

@media only screen and (max-width: 1024px) {
  body.favorite:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  body.favorite:after {
    content: "";
    background: url(/images/favorite.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}

@media only screen and (max-width: 1024px) {
  body.favorite .page-header:after {
    content: "";
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    background: url(/images/favorite-mobile.svg) no-repeat center center;
    position: absolute;
    top: 50px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1025px) {
  body.favorite .page-header:after {
    display: none;
  }
}

.sign-in__link li:last-child a {
  position: relative;
}
.sign-in__link li:last-child a:after {
  content: "";
  background: url(/images/icon-favorite.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 10px;
}

.page-footer {
  background: #242424;
  margin-top: 30px;
}
.homepage .page-footer {
  margin-top: 0;
}
.page-footer::before, .page-footer::after {
  content: '';
  display: table;
}
.page-footer::after {
  clear: both;
}
.page-footer__social {
  background: #525252;
  text-align: center;
  padding: 25px 0;
}
.page-footer__social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background-size: 100%;
  margin: 0 5px;
  cursor: pointer;
}
.page-footer__social a:hover, .page-footer__social a:focus {
  background-color: #bebebe;
}
.page-footer__social .social-twitter {
  background: url(/images/icon-social-twitter.svg) no-repeat center center #8f8f8f;
}
.page-footer__social .social-facebook {
  background: url(/images/icon-social-facebook.svg) no-repeat center center #8f8f8f;
}
.page-footer__social .social-linkedin {
  background: url(/images/icon-social-linkedin.svg) no-repeat center center #8f8f8f;
}
.page-footer__links {
  margin: 75px 0;
}
.page-footer__links .row.four-col .column {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media screen and (min-width: 320px) {
  .page-footer__links .row.four-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 481px) {
  .page-footer__links .row.four-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .page-footer__links .row.four-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (min-width: 961px) {
  .page-footer__links .row.four-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 25%;
    float: left;
  }
}
.page-footer__links p {
  font-size: .75em;
  line-height: 1.25em;
  color: #929292;
}
.page-footer__links ul {
  margin: 0 0 15px;
  padding: .5em 0 .5em 10px;
  list-style-type: none;
  border-left: 1px solid #4f4f4f;
}
@media only screen and (min-width: 1025px) {
  .page-footer__links ul {
    padding: 1em 0 1em 10px;
  }
}
.page-footer__links a {
  color: white;
  font-size: .9em;
  line-height: 1.25em;
  margin-bottom: 10px;
  display: inline-block;
}
.page-footer__links a:hover, .page-footer__links a:focus {
  color: white;
}
@media only screen and (max-width: 1024px) {
  .page-footer__copyright {
    width: 100% !important;
  }
}

.page-header {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .page-header {
    overflow: hidden;
  }
}
.page-header .row {
  height: 100%;
  z-index: 20;
}
.page-header__head {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  background-color: #ff6600;
  box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}
@media only screen and (max-width: 1024px) {
  .page-header__head {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-header__head {
    height: 115px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -webkit-transform 0.2s;
    -o-transition: -webkit-transform 0.2s;
    -ms-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.page-header__hero {
  position: relative;
  z-index: 10;
  background-color: #525252;
  background-image: url('/css/images/site-banner.gif');
}
@media only screen and (max-width: 1024px) {
  .page-header__hero {
    margin-top: 50px;
    min-height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-header__hero {
    min-height: 480px;
    margin-top: 115px;
  }
}
.page-header__hero h1 {
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .page-header__hero h1 {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .page-header__hero h1 {
    margin-top: 150px;
    max-width: 50%;
    font-size: 2.25em;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  }
}
.homepage .page-header__hero {
  z-index: 0;
  min-height: 200px;
}
@media only screen and (min-width: 769px) {
  .homepage .page-header__hero {
    padding-top: 100px;
    min-height: 400px;
  }
  /* Align left */
  .homepage .page-header__hero .row .column.align-left {
    text-align:left;
  }
  .homepage .page-header__hero .row .column.align-left .homepage-accolades {
    margin-top:20px;
  }
  /* Align center */
  .homepage .page-header__hero .row .column.align-center {
    text-align:center;
  }
  .homepage .page-header__hero .row .column.align-center .homepage-accolades {
    margin:20px auto;
  }
  /* Align right */
  .homepage .page-header__hero .row .column.align-right {
    text-align:right;
  }
  .homepage .page-header__hero .row .column.align-right .homepage-accolades {
    margin-top:20px;
  }
  /* float to the right */
  .homepage .page-header__hero .row.two-col .column.float-right {
    float:right;
  }
  .homepage .page-header__hero .row.two-col .column .homepage-accolades {
    max-width:100%;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage .page-header__hero {
    padding-top: 130px;
    min-height: 520px;
    /*&:after {
        content:"";
        position:absolute;
        bottom:-35px;
        height:35px;
        background:$dark-gray;
        width:100%;
    }*/
  }
}
@media only screen and (min-width: 769px) {
  .homepage .page-header__hero img.title {
    position: relative;
  }
}
.homepage .page-header__hero h2 {
  color: white;
  font-weight: 400;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px;
  font-size: 1.75em;
  line-height: 1.25em;
}
@media only screen and (min-width: 769px) {
  .homepage .page-header__hero h2 {
    background: transparent;
    padding: 0;
    font-size: 2.5em;
    line-height: 1.35em;
    display: block;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  }
}
.homepage .page-header__hero p.footnote {
  color: white;
  font-weight: 400;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 20px;
  font-size: 0.75em;
  line-height: 1.25em;
}
@media only screen and (min-width: 769px) {
  .homepage .page-header__hero p.footnote {
    background: transparent;
    padding: 0;
    font-size: 0.75em;
    line-height: 1.25em;
    display: block;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 769px) {
  .homepage .page-header__hero .button {
    position: relative;
    margin: 14px 0;
  }
}
.homepage .page-header__hero.small-text h2 {
  font-size: 1.25em;
}
@media only screen and (min-width: 1025px) {
  .homepage .page-header__hero.small-text h2 {
    font-size: 1.35em;
  }
}
.homepage .page-header__hero.medium-text h2 {
  font-size: 1.5em;
}
@media only screen and (min-width: 1025px) {
  .homepage .page-header__hero.medium-text h2 {
    font-size: 1.75em;
  }
}
.homepage .page-header__hero.large-text h2 {
  font-size: 1.75em;
}
@media only screen and (min-width: 1025px) {
  .homepage .page-header__hero.large-text h2 {
    font-size: 2.5em;
  }
}
.communitypage .page-header__hero {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1025px) {
  .communitypage .page-header__hero {
    min-height: 180px;
  }
}
.communitypage .page-header__hero h1 {
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .communitypage .page-header__hero h1 {
    background: rgba(0, 0, 0, 0.45);
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .communitypage .page-header__hero h1 {
    display: block;
    font-size: 2.25em;
    line-height: 1.35em;
    margin-top: 100px;
    text-shadow: 0;
  }
}
.communitypage .page-header__hero .help {
  bottom: 1rem;
  color: white;
  display: block;
  font-size: 1.25rem;
  position: absolute;
  right: 20px;
  top: 70px;
}
@media only screen and (min-width: 1025px) {
  .communitypage .page-header__hero .help {
    top: 110px;
  }
}
.communitypage .page-header__hero .help a {
  color: #ff6600;
}
.communitypage .page-header__hero .help .help-icon {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #bebebe;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 2.5rem;
  line-height: 1.85;
  margin: 0 0 0 10px;
  position: relative;
  text-align: center;
  top: 0rem;
  width: 2.5rem;
}
.communitypage .page-header__hero .help .help-icon:hover {
  background: #ff6600;
}
.articles .page-header__hero h1 {
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .articles .page-header__hero h1 {
    background: rgba(0, 0, 0, 0.45);
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .articles .page-header__hero h1 {
    display: block;
    font-size: 2.25em;
    line-height: 1.35em;
    margin-top: 100px;
    text-shadow: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contactpage .page-header__hero, .no-hero .page-header__hero, .short-header .page-header__hero, .communitypage .page-header__hero {
    min-height: 180px;
  }
}
.contactpage .page-header__hero h1, .no-hero .page-header__hero h1, .short-header .page-header__hero h1, .communitypage .page-header__hero h1 {
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .contactpage .page-header__hero h1, .no-hero .page-header__hero h1, .short-header .page-header__hero h1, .communitypage .page-header__hero h1 {
    background: rgba(0, 0, 0, 0.45);
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .contactpage .page-header__hero h1, .no-hero .page-header__hero h1, .short-header .page-header__hero h1, .communitypage .page-header__hero h1 {
    display: block;
    font-size: 2.25em;
    line-height: 1.35em;
    margin-top: 100px;
    text-shadow: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .no-hero .page-header__hero {
    min-height: 0 !important;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .page-id-articlepage .page-header__hero, .page-1872-basicpage .page-header__hero {
    min-height: 350px;
  }
}
.page-header__hero.dark-text h1, .page-header__hero.dark-text h2, .page-header__hero.dark-text h3, .page-header__hero.dark-text h4, .page-header__hero.dark-text h5, .page-header__hero.dark-text h6, .page-header__hero.dark-text p {
  color: #333;
  text-shadow: none;
}

@media only screen and (min-width: 1025px) {
  .header-squish .page-header__head {
    -webkit-transform: translate(0, -55px);
    -moz-transform: translate(0, -55px);
    -o-transform: translate(0, -55px);
    -ms-transform: translate(0, -55px);
    transform: translate(0, -55px);
  }
  .header-squish .page-header__head #logo {
    -webkit-transform: translate3d(0, 5px, 0) scale3d(0.75, 0.75, 1);
    -moz-transform: translate3d(0, 5px, 0) scale3d(0.75, 0.75, 1);
    -o-transform: translate3d(0, 5px, 0) scale3d(0.75, 0.75, 1);
    -ms-transform: translate3d(0, 5px, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, 5px, 0) scale3d(0.75, 0.75, 1);
  }
  .header-squish .page-header__head nav.navigation-main > ul > li > a {
    padding: 12px 15px 11px;
  }
}

#logo {
  display: inline-block;
  background: url(/images/fiserv-logo-white.svg) no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1024px) {
  #logo {
    width: 60px;
    height: 30px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  #logo {
    width: 90px;
    height: 45px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -webkit-transform 0.2s;
    -o-transition: -webkit-transform 0.2s;
    -ms-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: 0 bottom;
        -ms-transform-origin: 0 bottom;
            transform-origin: 0 bottom;
  }
}
#logo h1 {
  margin: 0;
  height: 100%;
  width: 100%;
}
#logo h1 a {
  display: block;
  text-indent: -999em;
  height: 100%;
  width: 100%;
}

#logo a {
  display: block;
  text-indent: -999em;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .page-id-homepage .page-header__hero {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .page-id-homepage .page-header__hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .page-id-basicpage .page-header__hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .page-id-basicpage .page-header__hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .articles .page-header__hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  .articles .page-header__hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.page-id-communitypage .page-header__hero {
  background: url("/images/noise_lines.png") repeat;
}

.intl-notification {
  background: #2e8bc9;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  min-height: 50px;
}
.intl-notification .row {
  display: block;
}
.intl-notification p {
  margin: 14px 0;
  color: #fff;
  font-size: .9rem;
  line-height: 1.35em;
  padding-right: 20px;
}
.intl-notification p span {
  margin: 0;
}
.intl-notification a#close-alert-desktop {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  line-height: 13px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .intl-notification a#close-alert-desktop {
    right: 50px;
  }
}
@media screen and (min-width: 1190px) {
  .intl-notification a#close-alert-desktop {
    right: 0;
  }
}
.intl-notification + .page-header {
  top: 50px;
}
.intl-notification + .page-header .page-header__head {
  top: 50px;
}
.intl-notification ~ .main {
  padding-top: 100px;
}

.navigation {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  nav.navigation-main {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  nav.navigation-main {
    float: right;
    margin-right: 40px;
  }
  nav.navigation-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
  }
  nav.navigation-main ul > li {
    float: left;
  }
  nav.navigation-main ul > li a {
    display: block;
    color: white;
    padding: 12px 15px 17px;
  }
  nav.navigation-main ul > li:after {
    content: "";
    position: absolute;
    background: #c65000;
    width: 1px;
    top: 0;
    bottom: 15px;
  }
  nav.navigation-main ul > li:first-child:after {
    display: none;
  }
  nav.navigation-main ul > li:focus ul.dropdown, nav.navigation-main ul > li:hover ul.dropdown {
    display: block;
    font-size: 1em;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  nav.navigation-main ul > li:focus ul.dropdown.twoColumn, nav.navigation-main ul > li:focus ul.dropdown.solutions-dropdown, nav.navigation-main ul > li:hover ul.dropdown.twoColumn, nav.navigation-main ul > li:hover ul.dropdown.solutions-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  nav.navigation-main ul > li:focus ul.dropdown.scrollable, nav.navigation-main ul > li:hover ul.dropdown.scrollable {
    overflow-y: scroll;
  }
  nav.navigation-main ul > li:focus a, nav.navigation-main ul > li:hover a {
    background: white;
    text-decoration: none;
    color: #666;
  }
  nav.navigation-main ul > li:focus a:focus, nav.navigation-main ul > li:focus a:hover, nav.navigation-main ul > li:hover a:focus, nav.navigation-main ul > li:hover a:hover {
    color: #333;
  }
  nav.navigation-main ul > li:focus:after, nav.navigation-main ul > li:hover:after {
    display: none;
  }
  nav.navigation-main ul > li:focus + li:after, nav.navigation-main ul > li:hover + li:after {
    display: none;
  }
  nav.navigation-main ul.dropdown {
    position: absolute;
    background: white;
    display: none;
    padding: 20px 0;
  }
  nav.navigation-main ul.dropdown li {
    width: 100%;
  }
  nav.navigation-main ul.dropdown li a {
    color: #666;
    min-width: 280px;
    padding: 13px 15px 13px 30px;
    line-height: 1.35em;
  }
  nav.navigation-main ul.dropdown li a:focus, nav.navigation-main ul.dropdown li a:hover {
    background: #e9e9e9;
  }
  nav.navigation-main ul.dropdown li:after {
    display: none;
  }
  nav.navigation-main ul.dropdown.twoColumn {
    width: 500px;
    right: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav.navigation-main ul.dropdown.twoColumn:focus, nav.navigation-main ul.dropdown.twoColumn:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  nav.navigation-main ul.dropdown.twoColumn::before, nav.navigation-main ul.dropdown.twoColumn::after {
    content: '';
    display: table;
  }
  nav.navigation-main ul.dropdown.twoColumn::after {
    clear: both;
  }
  nav.navigation-main ul.dropdown.twoColumn li {
    float: left;
    width: 50%;
    vertical-align: top;
  }
  nav.navigation-main ul.dropdown.twoColumn li a {
    min-width: 200px;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown {
    left: 0;
    padding: 20px 20px 20px 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown:focus, nav.navigation-main ul.dropdown.solutions-dropdown:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li {
    width: 33.32%;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li a {
    padding: 13px 15px;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li ul {
    border-left: 1px solid #ccc;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul {
    margin-bottom: 20px;
    padding-left: 30px;
    overflow: hidden;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li {
    display: block;
    width: 100%;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li:last-child {
    margin-top: 10px;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li:last-child a {
    color: #666;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li:last-child a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    background: url(/images/icon-right-arrow-orange.svg) no-repeat center center;
    background-size: 100%;
    margin-top: 10px;
    margin-left: 10px;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li a {
    padding: 0;
    color: #2e8bc9;
    display: inline;
  }
  nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li a:hover, nav.navigation-main ul.dropdown.solutions-dropdown > li > ul li a:focus {
    background: transparent;
    text-decoration: underline;
  }
}

.search-bar--main-menu {
  background: #ff6600;
  padding: 10px;
}

.search-bar--main-menu form.search {
  background: #ff7d26;
  display: block;
  position: relative;
}
.search-bar--main-menu form.search #search-form, .search-bar--main-menu form.search .search-form {
  background: transparent;
  border: none;
  color: #fff;
  height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  vertical-align: middle;
  width: 100%;
}
.search-bar--main-menu form.search #search-form:focus, .search-bar--main-menu form.search .search-form:focus {
  outline: none;
  border: 1px solid #ff8e42;
}
.search-bar--main-menu form.search #search-form::-webkit-input-placeholder, .search-bar--main-menu form.search .search-form::-webkit-input-placeholder {
  color: #fff;
}
.search-bar--main-menu form.search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: url("/images/icon-search.svg") no-repeat center center #ff7d26;
  background-size: 60%;
  text-indent: -999em;
}
.search-bar--main-menu form.search input[type=submit]:focus {
  outline: none;
  background: transparent;
}

@media only screen and (max-width: 1024px) {
  form.search {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  form.search {
    float: right;
    position: relative;
  }
  form.search input#search-form, form.search input.search-form {
    background-color: #ff7d26;
    color: #fff;
    width: 165px;
    height: 40px;
    border: none;
    padding: 0 40px 0 8px;
    border-radius:0 !important;
    margin-bottom:0 !important;
  }
  form.search input#search-form:focus, form.search input.search-form:focus {
    outline: none;
    border: 1px solid #ff8e42;
  }
  form.search input#search-form:focus + input[type="submit"], form.search input.search-form:focus + input[type="submit"] {
    background-color: #ff8e42;
  }
  form.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -999em;
    height: 40px;
    width: 40px;
    padding: 0;
    border: none;
    background: url("/images/icon-search.svg") no-repeat center center #ff7d26;
    background-size: 50%;
    cursor: pointer;
  }
  form.search input[type="submit"]:focus, form.search input[type="submit"]:hover {
    background-color: #ff8e42;
  }
}

@media only screen and (max-width: 1024px) {
  nav.navigation-secondary {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  nav.navigation-secondary ul.secondary > li a {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1025px) {
  nav.navigation-secondary {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(240, 240, 240, 0.75);
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  nav.navigation-secondary ul.secondary {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style-type: none;
    font-size: 0.85em;
    line-height: 1.25em;
    border-left: 1px solid white;
  }
  nav.navigation-secondary ul.secondary > li {
    float: left;
    width: 20%;
    height: 100%;
    display: table;
  }
  nav.navigation-secondary ul.secondary > li.active > a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ff6600;
  }
  nav.navigation-secondary ul.secondary > li.has-children > a:before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    background: url("/images/icon-down-arrow-black.svg") no-repeat center center;
    width: 100%;
    height: 4px;
    pointer-events: none;
  }
  nav.navigation-secondary ul.secondary > li > a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 100%;
    padding: 0 5px;
    color: #333;
    text-align: center;
    border-right: 1px solid white;
  }
  nav.navigation-secondary ul.secondary > li:focus .dropdown, nav.navigation-secondary ul.secondary > li:hover .dropdown {
    display: block;
  }
  nav.navigation-secondary ul.secondary > li:focus .dropdown .scrollable, nav.navigation-secondary ul.secondary > li:hover .dropdown .scrollable {
    overflow-y: scroll;
  }
  nav.navigation-secondary ul.secondary > li:focus > a, nav.navigation-secondary ul.secondary > li:hover > a {
    text-decoration: none;
    background: #ff6600;
    color: white;
    border-right: none;
  }
  nav.navigation-secondary ul.secondary > li:focus > a:before, nav.navigation-secondary ul.secondary > li:hover > a:before {
    background: url("/images/icon-down-arrow-white.svg") no-repeat center center;
  }
  nav.navigation-secondary .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    max-width: 100%;
  }
  nav.navigation-secondary .dropdown p {
    position: relative;
    z-index: 20;
    background: #ff6600;
    color: #fff;
    margin: 0;
    padding: 20px 25px;
  }
  nav.navigation-secondary .dropdown ul {
    position: relative;
    z-index: 10;
    background: white;
    border: 1px solid #ff6600;
    list-style-type: none;
    padding: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav.navigation-secondary .dropdown ul:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    width: 10px;
    right: 1px;
    background: #fff;
  }
  nav.navigation-secondary .dropdown ul li {
    position: relative;
    display: inline-block;
    width: 24%;
    min-height: 60px;
  }
  nav.navigation-secondary .dropdown ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 400%;
    background: #bebebe;
  }
  nav.navigation-secondary .dropdown ul li:nth-child(-n+4):after {
    display: none;
  }
  nav.navigation-secondary .dropdown ul li.active a {
    opacity: 0.5;
  }
  nav.navigation-secondary .dropdown ul li a {
    display: inline-block;
    margin: 15px;
    vertical-align: top;
    font-size: 0.9em;
    color: #333;
  }
  nav.navigation-secondary .dropdown ul li a:after {
    content: "\00BB";
    color: #ff6600;
    margin-left: 3px;
  }
}

@media only screen and (min-width: 1025px) {
  .sticky nav.navigation-secondary {
    position: fixed;
    top: 60px;
    background-color: rgba(240, 240, 240, 0.95);
  }
  .sticky nav.navigation-secondary ul.secondary > li:focus > a,
  .sticky nav.navigation-secondary ul.secondary > li:hover > a {
    border-top: 1px solid #ff7d26;
  }
}

nav.navigation-page {
  background: #dfdede;
  margin: 30px 0;
  padding: 20px 0;
  position: relative;
}
nav.navigation-page:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: -webkit-linear-gradient(#cccaca, #dfdede);
  background: linear-gradient(#cccaca, #dfdede);
  height: 50px;
}
nav.navigation-page ul.column-container {
  padding: 0;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
nav.navigation-page li.column {
  height: auto;
  position: relative;
  margin-bottom: 1px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
nav.navigation-page li.column:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background: white;
  top: 0;
  right: 10px;
  left: 10px;
  bottom: 0;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media only screen and (min-width: 481px) {
  nav.navigation-page li.column {
    margin-bottom: 20px;
  }
}
nav.navigation-page li.column a {
  display: block;
  position: relative;
  height: 100%;
  color: #333;
  padding: 10px 20px;
  font-size: 0.9em;
}
@media only screen and (min-width: 481px) {
  nav.navigation-page li.column a {
    min-height: 85px;
    padding: 20px;
  }
}
nav.navigation-page li.column a:after {
  content: "\00BB";
  margin-left: 5px;
  text-decoration: none !important;
  color: #ff6600;
}
nav.navigation-page li.column:focus:before, nav.navigation-page li.column:hover:before {
  background-color: #2e8bc9;
}
nav.navigation-page li.column:focus a, nav.navigation-page li.column:hover a {
  color: white;
}
nav.navigation-page li.column:focus a:after, nav.navigation-page li.column:hover a:after {
  color: white;
}
nav.navigation-page li.column.active a {
  background-color: #2e8bc9;
  color: white;
  box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.175);
}
nav.navigation-page li.column.active a:after {
  color: white;
}
nav.navigation-page li.column.child a {
  background: #ccc;
}
nav.navigation-page li.column.sub-child a {
  background: #aaa;
}
nav.navigation-page li.column.child.active a {
  background-color: #2e8bc9;
}
nav.navigation-page a {
  color: #333;
}

.mobile-nav__button {
  width: 40px;
  height: 26px;
  position: absolute;
  top: 12px;
  right: 20px;
  margin: 0;
  cursor: pointer;
}
.mobile-nav__button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav__button span:nth-child(1) {
  top: 0;
}
.mobile-nav__button span:nth-child(2),
.mobile-nav__button span:nth-child(3) {
  top: 42%;
}
.mobile-nav__button span:nth-child(4) {
  bottom: 0;
}
.mobile-nav__button.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.mobile-nav__button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__button.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

@media only screen and (max-width: 1024px) {
  html {
    position: relative;
    height: 100%;
  }

  body {
    position: relative;
    height: 100%;
  }

  .page-wrapper {
    position: relative;
    z-index: 10;
    background: white;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.page-fade {
  visibility: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media only screen and (max-width: 1024px) {
  .mobile-nav-open .page-wrapper {
    -webkit-transform: translate3d(-400px, 0, 0);
            transform: translate3d(-400px, 0, 0);
    box-shadow: 2px 0 rgba(0, 0, 0, 0.25);
  }
  .mobile-nav-open .page-fade {
    visibility: visible;
    opacity: 0.75;
  }
}

/*#top-nav-con {
    @include mobile {
        position:fixed;
        width:300px;
        height:100%;
        overflow-y:scroll;
        z-index:1;
        right:0;
        top:0;
        background:$dark-gray;
        .header {
            width: 100%;
            background: black;
            height: 70px;
            a.backBtn {
                background: black;
                width: 70px;
                position: absolute;
                right: 0;
                top: 110px;
                z-index: 1;
            }
            ul {
                margin: 0;
                padding: 0;
                list-style-type:none;
                a {
                    width: 50%;
                    text-align: center;
                }
            }
            a {
                float: left;
                background: #9f9f9f;
                color: white;
                text-decoration: none;
                height: 35px;
                line-height: 35px;
                padding: 0 10px 0 10px;
                border-right: 1px solid #414141;
                text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
            }
            #utility {
                float: left;
                width: 100%;
                padding: 0px;
                height: 35px;
                border-top: 1px solid #333;
                #cse-search-box {
                    position:relative;
                    width:100%;
                    float:left;
                    input {
                        float:right;
                        background:none;
                    }
                    #searchBN {
                        position: absolute;
                        top: 0px;
                        right: 0;
                        float: none;
                        z-index: 100;
                    }
                }
            }
            #locationSelectdd {
                float: left;
                margin-top: 0px;
                border-radius: 0px;
                width: 100%;
                height: 35px;
                display: none; // temporary
            }
            .easyDropdown {
                .selected, .li {
                    display: block;
                    line-height: 1;
                    color: #FF6600;
                    padding: 6px 12px 6px 25px;
                    overflow: hidden;
                    white-space: nowrap;
                }
                .selected {
                    &:after {
                        content: '';
                        position: absolute;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        width: 60px;
                        border-radius: 0 2px 2px 0;
                    }
                }
                .carat {
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    margin-top: -4px;
                    border: 5px solid transparent;
                    border-top: 8px solid #999999;
                }
            }
        }
        .breadcrumb {
            width: 100%;
            position: absolute;
            text-align: right;
            top: 70px;
            min-height: 40px;
            padding: 10px;
            line-height: 1.6em;
            float: left;
            background: black;
            text-wrap: none;
            a {
                color: #efefef;
                font-size: 14px;
                padding-bottom: 2px;
                text-decoration: none;
                font-weight: 700;
                margin-right: 5px;
                display: block;
                position: absolute;
                top: 10px;
                left: 10px;
            }
        }
        .nav-wrapper {
            height: 100%;
            height: calc(100% - 110px);
            float: left;
            top: 146px;
            position: absolute;
            padding-bottom: 0;
            #top-nav, .mobile-side-menu {
                position: relative;
                z-index: 100000;
                padding: 0;
                border-left: solid 1px #CCCCCC;
                margin-top: 15px;
                height: auto;
                float: left;

                width: 300px;
                height: 100%;
                display: block;
                padding: 0px;
                border: none;
                margin-top: 0px;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
                ul {
                    list-style-type:none;
                }
                li {
                    float: none;
                    width: 100%;
                    border: none;
                    position: relative;
                    float: left;
                    font-size: 12px;
                    list-style:none;
                    color: #FF6600;
                    //border-top: solid 1px #FFFFFF;
                    //border-right: solid 1px #BBBBBB;
                    a {
                        background: none;
                        color: #e1e1e1;
                        font-size: 16px;
                        //font-weight: bold;
                        border-bottom: 1px solid black;
                        padding: 7px 25px 7px 10px;
                        width: 100%;
                        margin: 0px !important;

                        float: left;
                        //padding: 3px 8px 0;
                        //color: #FF6600;
                        text-decoration: none;
                        //background-color: #FFFFFF;
                        &:after {
                            float: right;
                            content:"";
                            //content: "\f054";
                            //font-family: 'FontAwesome';
                            background:url(/images/icon-right-arrow-orange.svg) no-repeat center center;
                            background-size:4px 7px;
                            padding-left: 8px;
                            width: 30px;
                            height: 20px;
                            //top: 50%;
                            //vertical-align: middle;
                            //box-sizing: border-box;
                            //-moz-box-sizing: border-box;
                            //-webkit-transform: translateY(-50%);
                            right: 0px;
                            position: absolute;
                            border-left: 1px solid grey;
                        }
                    }
                }
                .connector {
                    display:none;
                }
                .sub-nav {
                    display:none;
                }
            }
        }
    }
    @include desktop {
        display:none;
    }
}*/
.main-menu {
  width: 100%;
  max-width: 400px;
  top: 0;
  right: 0;
  position: fixed;
  height: 50px;
  z-index: 1;
  pointer-events: none;
}
.main-menu__holder {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
  float: right;
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.main-menu__services {
  top: 0;
  right: 0;
  width: 100%;
  background: #666;
  height: 50px;
  z-index: 1000;
  display: none;
}
.main-menu__services ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.main-menu__services ul li {
  display: block;
  text-align: center;
  height: 100%;
  padding: 10px;
  width: calc(100% / 2);
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 30px;
}
.main-menu__services ul li:last-child {
  border-right: none;
}
.main-menu__services ul li a {
  color: white;
}
.main-menu__menu-list {
  width: 100%;
  float: right;
  display: block;
  background: #333;
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out 0.3s;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out 0.3s, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate3d(0, 0, 0) scale(0.9, 0.9);
          transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  position: absolute;
  right: 0;
  bottom:0;
  top:148px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width:481px) {
  .main-menu__menu-list {
    top:110px;
  }
}
.main-menu__menu-list__menu-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}
.main-menu__menu-list__menu-item .label {
  font-size: 1em;
  font-weight: normal;
  width: 80%;
}
.main-menu__menu-list__menu-item .label a {
  pointer-events: none;
  color: #e1e1e1;
}
.main-menu__menu-list__menu-item .icon {
  display: none;
}
.main-menu__menu-list__menu-item:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 17px 10px;
  background-size: 15px;
  background-image: url(/images/arrow-right.svg);
  display: block;
  right: 0;
  top: 50%;
  width: 50px;
  height: 43px;
  line-height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #e3e3e3;
  text-align: center;
  opacity: .75;
}
.main-menu__menu-list__menu-item:hover .label a {
  color: #ff6600;
}
.main-menu__menu-list__menu-item.loading:after {
  content: "";
  background-image: url("/images/ajax-loader-nav.gif");
  background-repeat: no-repeat;
  background-position: 16px;
}
.main-menu__menu-list__menu-item.no-children:after {
  display: none;
}
.main-menu__menu-list__menu-item.heading {
  background: #666;
  color: #184a82;
  border-bottom: 1px solid #e3e3e3;
}
.main-menu__menu-list__menu-item.heading .label {
  font-weight: bold;
  text-transform: uppercase;
}
.main-menu__menu-list__menu-item.back-btn {
  background: #ff6600;
  color: white;
}
.main-menu__menu-list__menu-item.back-btn:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: 17px 10px;
  background-size: 15px;
  background-image: url(/images/arrow-left.svg);
  display: block;
  right: 0;
  top: 50%;
  width: 50px;
  height: 43px;
  line-height: 45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #e3e3e3;
  text-align: center;
  opacity: .75;
}
.main-menu__menu-list__menu-item.back-btn:hover {
  background: #ff751a;
}
.main-menu__menu-list__menu-item.back-btn:hover .label a {
  color: white;
}
.main-menu--open {
  height: 100%;
  bottom: 0;
  pointer-events: auto;
}
.main-menu--open .main-menu__services {
  display: block;
}
.main-menu--open .main-menu__holder {
  opacity: 1;
}
.main-menu--open .main-menu__menu-list.open {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
          transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.3s ease-out 0s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out 0s;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out 0s, -webkit-transform 0.4s ease-out;
}
.main-menu--open .main-menu__menu-list.open.hide {
  -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.3s ease-out 0s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out 0s;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out 0s, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
  pointer-events: none;
}
.main-menu--open .main-menu__menu-list.open:before {
  opacity: 1;
}
.main-menu--open .main-menu__mobile-btn .bars {
  background-color: transparent;
}
.main-menu--open .main-menu__mobile-btn .bars:after, .main-menu--open .main-menu__mobile-btn .bars:before {
  top: 0;
  background-color: #0AAAF3;
}
.main-menu--open .main-menu__mobile-btn .bars:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-menu--open .main-menu__mobile-btn .bars:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-menu--closing:before {
  background: transparent;
}
.main-menu--closing .main-menu__top-bar {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}
.main-menu--closing .main-menu__menu-list {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
}
.main-menu--closing .main-menu__holder {
  opacity: 0;
}
.main-menu--closing .main-menu__services {
  display: none;
}
.main-menu--closing .main-menu__mobile-btn .bars {
  background: white;
}
.main-menu--closing .main-menu__mobile-btn .bars:after, .main-menu--closing .main-menu__mobile-btn .bars:before {
  background-color: white;
}
.main-menu--closing .main-menu__mobile-btn .bars:before {
  top: -8px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.main-menu--closing .main-menu__mobile-btn .bars:after {
  top: auto;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  bottom: -8px;
}

.close-menu {
  background: #222;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
  cursor: pointer;
  border-bottom: 1px solid #888;
  padding: 5px 0;
}
.close-menu:before {
  content: "X";
  padding-right: 5px;
}
@media (max-width: 480px) {
  .close-menu {
    display: block;
  }
}

.sign-in__link {
  background: #333;
}
.sign-in__link a {
  color: white;
  padding: 5px 14px;
  height: 35px;
  display: block;
}
.sign-in__link a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  margin-left: 7px;
  top: 16px;
}
.sign-in__link a:hover, .sign-in__link a:focus {
  text-decoration: none;
  color: white;
  background: #666;
}
.sign-in__link--open:after {
  background: url(/images/icon-right-arrow-orange.svg) no-repeat center center;
  background-size: 100%;
}
.sign-in__link ul li.lastLogin {
    color: #fff;
    border-top: 0;
    padding: 0 14px 5px 14px;
    height: auto;
    display: block;
}
@media only screen and (max-width: 1024px) {
  .sign-in__link--dropdown {
    position: relative;
  }
}
.sign-in__link--dropdown:after {
  width: 7px !important;
  height: 4px !important;
  background: url(/images/icon-down-arrow-orange.svg) no-repeat center center;
  background-size: 100%;
}
.sign-in__link ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sign-in__link ul li {
  border-top: 1px solid #666;
}
.sign-in__link ul li:last-child a {
  background: #242424;
}
@media only screen and (max-width: 1024px) {
  .sign-in__link {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .sign-in__link {
    width: 250px;
    position: absolute;
    z-index: 10;
    right: 0;
    font-size: .7em;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .sign-in__link ul:hover, .sign-in__link ul:focus {
    display: block;
  }
  .sign-in__link--dropdown:hover + ul, .sign-in__link--dropdown:focus + ul {
    display: block;
  }
}
.sign-in__fade, .disclaimer__fade {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sign-in__modal, .disclaimer__modal {
  display: none;
  background: white;
  position: fixed;
  z-index: 40;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .sign-in__modal {
    top: 60px;
    width: 80%;
    padding: 20px 20px;
    font-size: .85em;
  }
}
@media only screen and (max-width: 1200px) {
  .disclaimer__modal {
    top: 50px;
    width: 80%;
    padding: 20px 20px;
    font-size: .85em;
  }
}
@media screen and (max-width: 480px) {
  .sign-in__modal, .disclaimer__modal {
    top: 20px;
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .sign-in__modal {
    width: 480px;
    top: 200px;
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 1201px) {
  .disclaimer__modal {
    width: 900px;
    top: 50px;
    padding: 20px 60px;
  }
}
.sign-in__modal h2, .disclaimer__modal h2 {
  color: #ff6600;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .sign-in__modal h2, .disclaimer__modal h2 {
    font-size: 1.2em;
  }
}
.sign-in__modal p, .disclaimer__modal p {
  font-size: .85em;
}
@media only screen and (max-width: 1024px) {
  .sign-in__modal p, .disclaimer__modal p {
    margin: 0;
  }
}
.sign-in__modal #loginFailMessage {
  font-size: .85em;
  color: #ff6600;
}
.sign-in__modal .rememberMe {
  text-align: left;
  vertical-align: center;
  display: block;
  margin: 10px 0;
  font-size: .85em;
}
.sign-in__modal .rememberMe input {
  margin-right: 5px;
}
.sign-in__modal input#userEmail, .sign-in__modal input#userPassword {
  display: block;
  width: 100%;
  border: 2px solid #999;
  padding: 5px 10px;
  margin-top: 1em;
}
.sign-in__modal input.button {
  width: 100%;
  margin-bottom: 10px;
}
.sign-in__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .85em;
}
.sign-in__close, .disclaimer__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .85em;
}
.disclaimer__modal .window {
    margin-bottom: 30px;
    max-height: 350px;
    overflow-y: scroll;
}
.disclaimer__modal .intro, .disclaimer__modal p {
    text-align:left;
}

.terms-conditions__modal {
  display: none;
  background: white;
  position: fixed;
  z-index: 40;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  padding: 20px 60px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .terms-conditions__modal {
    width: 480px;
  }
}
.terms-conditions__modal h2 {
  color: #ff6600;
  font-weight: 400;
}
.terms-conditions__modal p {
  font-size: .85em;
}
.terms-conditions__modal input#userEmail, .terms-conditions__modal input#userPassword {
  display: block;
  width: 100%;
  border: 2px solid #999;
  padding: 5px 10px;
  margin-top: 1em;
}
.terms-conditions__modal input.button {
  width: 100%;
  margin-bottom: 10px;
}
.terms-conditions__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .85em;
}
.sign-in-open .sign-in__fade, .disclaimer-open .disclaimer__fade {
  visibility: visible;
  opacity: .75;
}
.sign-in-open .sign-in__modal, .disclaimer-open .disclaimer__modal {
  display: block;
}
.terms-conditions-open .terms-conditions__fade {
  visibility: visible;
  opacity: .75;
}
.terms-conditions-open .terms-conditions__modal {
  display: block;
}

.header-squish .sign-in__link {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

@media only screen and (max-width: 1024px) {
  .sign-in__link.sign-in-mobile {
    display: block;
  }
}
.sign-in__link.sign-in-mobile.sign-in-mobile-open ul {
  display: block;
}

body {
  font: normal 16px/1.45em Arial, Verdana, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
}

.intro p {
  font-size: 1.35em;
  line-height: 1.35em;
  color: #ff6600;
}
@media only screen and (max-width:768px) {
  .intro p {
    font-size: 1.2em;
  }
}

p {
  margin: 0 0 1em;
}
p.intro {
  font-size: 1.35em;
  line-height: 1.35em;
  max-width: 800px;
  color: #ff6600;
}

.eventpage p.intro {
  max-width: 100%;
}

a {
  color: #2e8bc9;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0b78bf;
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #bebebe;
  /* margin: 2em 0; NJN */
  margin: 1em 0;
}

div.hr {
  border-top: 1px solid #bebebe;
  height: 0;
  margin: 2em 0;
}

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.25em;
}

.content h3 {
  font-weight: 600;
}

h2 {
  font-size: 1.7em;
}

h2.orange {
  color: #ff6600;
}

@media only screen and (max-width:768px) {
  h2 {
    font-size:1.3em;
  }
}

p.callout {
  font-size: 1.35em;
  line-height: 1.35em;
  max-width: 600px;
  font-family: Georgia, serif;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 40px;
  background: url(/images/pullquote.jpg) no-repeat left 10px;
}

p.footnote {
  font-size: .85em;
  color: #999;
}

.button {
  display: inline-block !important;
  font-size: .9em;
  font-family: Arial, Verdana, sans-serif !important;
  font-weight: 700;
  color: white !important;
  background: #ff6600;
  border: none;
  padding: 5px 20px;
}
.button:hover, .button:focus {
  color: white;
  text-decoration: none;
}

.button-black {
  background: #333;
}
.button-black:hover, .button-black:focus {
  background: #666;
}

.button-blue {
  background: #2e8bc9;
}
.button-blue:hover, .button-blue:focus {
  background: #52a2d8;
}

.button-green {
  background: #5a9235;
}
.button-green:hover, .button-green:focus {
  background: #71b743;
}

.button-arrow {
  position: relative;
  padding-right: 30px;
}
.button-arrow:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  margin-left: 7px;
  top: 16px;
  background: url(/images/icon-right-arrow-orange.svg) no-repeat center center;
  background-size: 100%;
}

form {
  max-width: 600px;
  margin: 0 auto;
}
form.contactForm {
  max-width: 100%;
}
form .half-width::before, form .half-width::after {
  content: '';
  display: table;
}
form .half-width::after {
  clear: both;
}
@media only screen and (min-width: 481px) {
  form .half-left {
    width: 50%;
    float: left;
  }
  form .half-left input {
    width: 90%;
  }
}
@media only screen and (min-width: 481px) {
  form .half-right {
    width: 50%;
    float: right;
  }
}
form label {
  font-size: 1rem;
}
form label .asterisk {
  font-size: 1.25em;
}
form label.error {
  color: #d24331;
  margin: -14px 0 14px 0;
  display: block;
}
form span#errorLabel, form .result-error p {
  color: #d24331;
}
form a#btnCancel, form a#lnkResetPassword {
  margin-bottom: 10px;
}

#aspnetform {
  max-width: none;
}
#aspnetform .nested-form {
  max-width: 600px;
  margin: 0 auto;
}

input, select, textarea, button {
  font-size: 16px;
}

input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  display: block;
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 1em;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 2px 1px #2e8bc9;
}
input[type="text"].error,
input[type="password"].error,
textarea.error {
  outline: none;
  border: 2px solid #d24331;
}

textarea {
  min-height: 150px;
  max-width: 600px;
}

input[type="checkbox"], input[type="radio"] {
  margin: 5px;
}

fieldset {
  margin-bottom: 1em;
  border-radius: 4px;
}
fieldset.actions {
  margin: 0;
  border: none;
  padding: 0;
}
fieldset legend {
  font-size: .85em;
}

select {
  padding: 10px 10px;
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 18px;
  font-family: inherit;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
  background: url(/images/icon-down-chevron.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 5px center;
}
select:focus {
  outline: none;
  box-shadow: 0 0 2px 1px #2e8bc9;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  display: inline-block;
  font-size: 1em;
  color: white;
  background: #ff6600;
  border: none;
  padding: 5px 20px;
  font-weight: 700;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #c65000;
}

input[type="reset"] {
  display: inline-block;
  font-size: 1em;
  color: white;
  background: #2e8bc9;
  border: none;
  padding: 5px 20px;
  font-weight: 700;
}
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #0b78bf;
}

.page-footer form select {
  width: auto;
  font-size: .85em;
  color: #fff;
  border: none;
  padding: 5px 25px 5px 0;
  background: url(/images/icon-down-arrow-orange.svg) no-repeat;
  background-size: 12px 12px;
  background-position: right 5px center;
}
.page-footer form select option {
  color: black;
}

.alert-box, .success-box {
  border-radius: 4px;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 20px 20px 40px;
}
.alert-box h2, .success-box h2 {
  font-size: 1.5em;
  margin: 10px 0 0;
}
.alert-box ul, .success-box ul {
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}
.alert-box ul li, .success-box ul li {
  margin: 0;
}
.alert-box p, .success-box p {
  margin-top: 1em;
  font-size: .85em;
}

.alert-box {
  border: 1px solid #d24331;
  background: url(/images/icon-error.svg) no-repeat;
  background-size: 25px 25px;
  background-position: left 8px top 30px;
}
.alert-box h2 {
  color: #d24331;
}

.success-box {
  border: 1px solid #8db200;
  background: url(/images/icon-success.svg) no-repeat;
  background-size: 25px 25px;
  background-position: left 8px top 30px;
}
.success-box h2 {
  color: #8db200;
}

.form-confirmation {
  display: none;
  margin: 0 auto;
  max-width: 600px;
  padding: 0.35em 0.625em 0.75em;

}

/* <form> tag with .contactForm */
.contactForm .dropdown {
  cursor: pointer;
  padding: 8px 10px;
  position: relative;
  z-index: 1px;
  padding: 10px 10px;
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 18px;
  font-family: inherit;
  color: #0a0a0a;
  background-color: #fefefe;
  padding-right: 1.5rem;
  background: url(/images/icon-down-chevron.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 5px center;
}
.contactForm ul li div.number {
  float: left;
  padding: 0px 10px 0px 0px;
}

.inside .contactForm ul li div.text {
  float: left;
  width: 95%;
}
.contactForm .dropdown a {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

.contactForm .dropdown ul {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  display: none;
  left: -1px;
  /* -1 for the border */
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 39px;
  width: 100%;
  z-index: 5;
}
.contactForm .dropdown li {
  list-style: none;
  margin: 0;
  padding: 8px 0px 8px 10px;
  width: 98%;
}

.contactForm .dropdown li.selected {
  display: none;
}

.contactForm .dropdown li:hover {
  background-color: #e9e9e9;
  color: #333;
}

.contactForm .dropdown.open {
  border: 2px solid #c7c7c7;
  color: #333;
}

.contactForm .dropdown.open ul {
  border: 1px solid #c7c7c7;
  color: #333;
}
.contactForm fieldset {
  border: none;
  margin-bottom: 0px;
}
.contactForm label {
  display: inline-block;
  float: left;
  height: 25px;
}
.contactForm label.error {
  margin: -14px 0 0 0;
  width:100%;
}
.contactForm .leftForm {
  float: left;
  height: 270px;
  width: 47%;
}
.contactForm .rightForm {
  float: right;
  height: 270px;
  width: 47%;
}
@media screen and (max-width: 700px) {
  .contactForm .leftForm, .contactForm .rightForm {
    float: none;
    width: inherit;
  }
}
.contactForm .submitForm {
  float: right;
  margin-top: 30px;
  width: 100%;
}
.contactForm input[type='submit'] {
  float:right;
}
.contactForm input[type='text'] {
  display: inline-block;
  float: left;
  height: 30px;
  padding: 6px 10px;
}
.contactForm textarea {
  display: inline-block;
  float: left;
  height: 172px;
}

/* Silverpop .lpform form */
.lpform {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height:480px;
}
.lpformSP {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height:520px;
}
.shortform-s {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height: 560px;
    width: 330px;
}
.shortform-m {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height: 740px;
    width: 330px;
}
.shortform-l {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    height: 810px;
    width: 330px;
}

/* <form> tag with .NewForm */
.NewForm .dropdown {
  cursor: pointer;
  padding: 8px 10px;
  position: relative;
  z-index: 1px;
  padding: 10px 10px;
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 18px;
  font-family: inherit;
  color: #0a0a0a;
  background-color: #fefefe;
  padding-right: 1.5rem;
  background: url(/images/icon-down-chevron.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 5px center;
}

.NewForm .fullWidth .dropdown,
.NewForm .leftHalfWidth .dropdown,
.NewForm .rightHalfWidth .dropdown {
  width: 100%;
}

.NewForm .fullWidth .selectbox_header {
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  margin-right: 10px;
}

.NewForm .fullWidth .selectbox_env {
  width: 100%;
}

.NewForm ul li div.number {
  float: left;
  padding: 0px 10px 0px 0px;
}

.inside .NewForm ul li div.text {
  float: left;
  width: 95%;
}

.NewForm .dropdown input {
  left: -11px;
  margin: 0px;
  padding: 8px;
  position: relative;
  top: -23px;
}

.NewForm .dropdown a {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}

.NewForm .dropdown ul {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  display: none;
  left: -1px;
  /* -1 for the border */
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 39px;
  width: 100%;
  z-index: 5;
}

.NewForm .dropdown li {
  list-style: none;
  margin: 0;
  padding: 8px 0px 8px 10px;
  width: 98%;
}

.NewForm .dropdown li.selected {
  display: none;
}

.NewForm .dropdown li:hover {
  background-color: #e9e9e9;
  color: #333;
}

.NewForm .dropdown.open {
  border: 2px solid #c7c7c7;
  color: #333;
}

.NewForm .dropdown.open ul {
  border: 1px solid #c7c7c7;
  color: #333;
}

.hide {
  display: none;
  visibility: hidden;
}

/* End of .NewForm Changes */
img.img-full {
  min-width: 100%;
  margin: 20px 0;
}
img.left, .video-left #player, #player.video-left {
  float: left;
  margin: 10px 30px 20px 0;
}
.video-left #player, #player.video-left, .video-right #player, #player.video-right {
  width:100%;
  max-width:50%;
  border-top: 1px solid #151B17;
  border-bottom: 1px solid #151B17;
}
.webcastDetail.video-left + div.hr, .webcastDetail.video-right + div.hr, .webcastDetail.video-center + div.hr {
  display:none;
}
.webcastDetail.video-full.light-gray {
    background-color:#e5e5e5;
    padding-bottom: 40px;
    padding-top: 40px;
}
.webcastDetail.video-full.dark-gray {
    background-color:#333333;
    padding-bottom: 40px;
    padding-top: 40px;
}
.webcastDetail.video-full.blue {
    background-color:#2e8bc9;
    padding-bottom: 40px;
    padding-top: 40px;
}
.webcastDetail.video-full.orange {
    background-color:#ff6600;
    padding-bottom: 40px;
    padding-top: 40px;
}

.webcastDetail.video-full #player, #player.webcastDetail.video-full  {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

img.left + figcaption {
  float:left;
  margin-top:0;
  margin-bottom:10px;
  margin-right:30px;
}
figure img {
  margin-bottom:0 !important;
}
.content figure {
  margin:1em 0;
}
figcaption {
  font-size: 1rem;
  max-width:720px;
  margin-top:0;
  clear:both;
  background:#eee;
  padding:12px 20px;
  line-height:1.5rem;
}
@media only screen and (max-width: 1024px) {
  img.left, .video-left #player, #player.video-left  {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  img.left, .video-left #player, #player.video-left  {
    width: 70%;
    float: none;
    margin: 20px auto;
    max-width: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  img.left, .video-left #player, #player.video-left  {
    width: 100%;
  }
}
img.right, .video-right #player, #player.video-right {
  float: right;
  margin: 10px 0 20px 30px;
}
img.right + figcaption {
  text-align:right;
  float:right;
  margin-top:0;
  margin-bottom:10px;
  margin-left:30px;
}
@media only screen and (max-width: 1024px) {
  img.right, .video-right #player, #player.video-right {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  img.right, .video-right #player, #player.video-right {
    width: 70%;
    float: none;
    margin: 20px auto;
    max-width: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  img.right, .video-right #player, #player.video-right {
    width: 100%;
  }
}
img.img-center, .video-center #player, #player.video-center {
  margin: 20px auto;
  display: block;
  text-align: center;
}
img.img-center + figcaption {
  margin-top:-10px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (max-width: 768px) {
  img.img-small {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  img.img-small-screen {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  img.img-small-screen {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  img.img-large-screen {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  img.img-large-screen {
    display: block !important;
  }
}

span.img-full img {
  min-width: 100%;
  margin: 20px 0;
}
span.left img {
  float: left;
  margin: 10px 30px 20px 0;
}
@media only screen and (max-width: 1024px) {
  span.left img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  span.left img {
    width: 70%;
    float: none;
    margin: 20px auto;
    max-width: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  span.left img {
    width: 100%;
  }
}
span.right img {
  float: right;
  margin: 10px 0 20px 30px;
}
@media only screen and (max-width: 1024px) {
  span.right img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  span.right img {
    width: 70%;
    float: none;
    margin: 20px auto;
    max-width: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  span.right img {
    width: 100%;
  }
}
span.img-center img {
  margin: 20px auto;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  span.img-small img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  span.img-small-screen img {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  span.img-small-screen img {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  span.img-large-screen img {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  span.img-large-screen img {
    display: block !important;
  }
}

.interactive-content.interactive-left {
  float: left;
  margin: 10px 30px 20px 0;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .interactive-content.interactive-left {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .interactive-content.interactive-left {
    width: 70%;
    float: none;
    margin: 20px auto;
    max-width: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .interactive-content.interactive-left {
    width: 100%;
  }
}
.interactive-content.interactive-right {
  float: right;
  margin: 10px 0 20px 30px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .interactive-content.interactive-right {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .interactive-content.interactive-right {
    width: 70%;
    float: none;
    margin: 20px auto;
    max-width: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .interactive-content.interactive-right {
    width: 100%;
  }
}
.interactive-content.interactive-right-sidebar {
  float: right;
  margin: 10px 0 20px 30px;
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .interactive-content.interactive-right-sidebar {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .interactive-content.interactive-right-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .interactive-content.interactive-right-sidebar {
    width: 100%;
  }
}

table {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  /*margin: 1em 0 2em;*/
  font-size: .85em;
}
table caption {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.25em;
}
table tbody {
  border-bottom: 2px solid #e1e1e1;
}
table tbody tr:hover, table tbody tr:focus {
  background-color: #f3f3f3;
}
table td, table th {
  padding: 12px;
  text-align: left;
  line-height: 1.25em;
}
table td {
 /* border-top: 2px solid #e1e1e1; */
}
table thead tr th {
  color: #888;
}

.table-direction {
  font-size: .85em;
}

@media only screen and (max-width: 1024px) {
  .table-responsive, .dataTables_wrapper {
    background: #f3f3f3;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive table td, .table-responsive table th, .dataTables_wrapper table td, .dataTables_wrapper table th {
    min-width: 120px;
  }
  .table-responsive caption, .dataTables_wrapper caption {
    padding: 0.5em;
  }

  .table-responsive > table, .dataTables_wrapper > table {
    table-layout: auto;
    margin-bottom: 0;
  }

  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td,
  .dataTables_wrapper > table > thead > tr > th,
  .dataTables_wrapper > table > tbody > tr > th,
  .dataTables_wrapper > table > tfoot > tr > th,
  .dataTables_wrapper > table > thead > tr > td,
  .dataTables_wrapper > table > tbody > tr > td,
  .dataTables_wrapper > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.dataTables_wrapper {
  margin-bottom: 50px;
}
.dataTables_wrapper::before, .dataTables_wrapper::after {
  content: '';
  display: table;
}
.dataTables_wrapper::after {
  clear: both;
}
.dataTables_wrapper table {
  position: relative;
  margin-top: 120px;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .dataTables_wrapper table {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .dataTables_wrapper table {
    margin-top: 100px;
  }
}
.dataTables_wrapper table:after {
  content: "";
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e1e1;
}
.dataTables_wrapper table table {
  margin-top: 0 !important;
}
.dataTables_wrapper table table tbody, .dataTables_wrapper table table td {
  border: 0;
}
.dataTables_wrapper table th {
  position: relative;
}
.dataTables_wrapper table th.sorting:after {
  content: url(/images/icon-sort.svg);
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.dataTables_wrapper table th.sorting_asc:after {
  content: url(/images/icon-sort-asc.svg);
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.dataTables_wrapper table th.sorting_desc:after {
  content: url(/images/icon-sort-desc.svg);
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.dataTables_length {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .dataTables_length {
    margin-right: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .dataTables_length {
    float: none;
    display: block;
    margin-left: 12px;
    margin-right: auto;
  }
}
.dataTables_length label {
  width: 250px;
  display: block;
  color: transparent;
  position: relative;
  white-space: nowrap;
}
.dataTables_length label select {
  float: left;
  margin-bottom: .5em;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .dataTables_length label select {
    margin-bottom: 0;
  }
}

.dataTables_filter {
  width: 250px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .dataTables_filter {
    margin-left: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .dataTables_filter {
    display: block;
  }
  .dataTables_filter label {
    color: transparent;
  }
}
.dataTables_filter input {
  background: url(/images/icon-search-gray.svg) no-repeat #fff;
  background-size: 30px 30px;
  background-position: right 5px center;
  margin-bottom: .5em;
}

.dataTables_info {
  font-size: .85em;
  display: block;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .dataTables_info {
    margin-left: 12px;
  }
}
@media screen and (max-width: 600px) {
  .dataTables_info {
    float: none;
    display: block;
  }
}

.dataTables_paginate {
  display: block;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .dataTables_paginate {
    margin-right: 12px;
  }
}
@media screen and (max-width: 600px) {
  .dataTables_paginate {
    float: none;
    display: block;
    margin-top: 20px;
  }
}
.dataTables_paginate a {
  color: #2e8bc9;
  font-size: .85em;
  background: #f9f9f9;
  padding: 10px 20px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.dataTables_paginate a.paginate_disabled_previous, .dataTables_paginate a.paginate_disabled_next {
  color: #888;
}

@media only screen and (max-width: 1024px) {
  .homepage-accolades {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .homepage-accolades {
    position: relative;
    max-width: 50%;
    padding-bottom: 30px;
    margin-right:0;
    margin-left:auto;
    clear:both;
    text-align:right;
    padding-right:32.5px;
  }
}

.homepage-accolades img {
  border: 3px solid #ff6600;
}
@media only screen and (min-width: 1025px) {
  .homepage-accolades img {
    width: auto;
    margin-left: 5px;
    width: 22%;
  }
}

.homepage-footer-accolades {
  background: #ff6600;
  padding: 20px 0;
}
.homepage-footer-accolades .row {
  text-align: center;
}
.homepage-footer-accolades .row img {
  padding: 10px 14px;
  max-width: 120px;
}
.homepage-footer-accolades .row p {
  margin-bottom: 0 !important;
}

/*.homepage-accolades {
    display:none;
    @media only screen and (min-width:769px){
        display:block;
        position:absolute;
        right:0;
        -webkit-transform:translate(0,-80%);
        -moz-transform:translate(0,-80%);
        -o-transform:translate(0,-80%);
        -ms-transform:translate(0,-80%);
        transform:translate(0,-80%);
    }
    @include desktop {
        -webkit-transform:translate(0,-60%);
        -moz-transform:translate(0,-60%);
        -o-transform:translate(0,-60%);
        -ms-transform:translate(0,-60%);
        transform:translate(0,-60%);
    }
    img {
        border:6px solid $orange;
        @media only screen and (min-width:769px){
            width:40%;
        }
        @include desktop {
            width:auto;
            margin-left:5px;
        }
    }
}*/
@media only screen and (max-width: 1024px) {
  .addthis-smartlayers-desktop {
    display: none;
  }
}

body.basicpage > div.addthis-smartlayers {
    display: none;
}

.articles-list .column {
  display: none;
}
.articles-list .column-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.articles-list .column-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 2px;
  background: white;
}
.articles-list .row.three-col .column {
  height: auto;
  border-right: 1px solid #bebebe;
  position: relative;
}
@media screen and (min-width: 620px) {
  .articles-list .row.three-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 961px) {
  .articles-list .row.three-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
.articles-list .row.three-col .column.articles-list__featured {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 961px) {
  .articles-list .row.three-col .column.articles-list__featured {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 66.66667%;
    float: left;
  }
}
.articles-list .row.three-col .column.articles-list__featured .articles-list__image {
  height: 160px;
}
@media only screen and (min-width: 481px) {
  .articles-list .row.three-col .column.articles-list__featured .articles-list__image {
    height: 220px;
  }
}
@media screen and (min-width: 620px) {
  .articles-list .row.three-col .column.articles-list__featured .articles-list__image {
    height: 250px;
  }
}
@media only screen and (min-width: 769px) {
  .articles-list .row.three-col .column.articles-list__featured .articles-list__image {
    height: 320px;
  }
}
@media only screen and (min-width: 961px) {
  .articles-list .row.three-col .column.articles-list__featured .articles-list__image {
    height: 250px;
  }
}
.articles-list .row.three-col .column.articles-list__featured .articles-list__image:after {
  content: "Featured";
  color: #fff;
  font-size: .9em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 60px 8px 16px;
  min-width: 33%;
  display: block;
}
.articles-list .row.three-col .column h3 {
  margin-bottom: 20px;
}
.articles-list .row.three-col .column a {
  display: block;
  color: #333;
}
.articles-list .row.three-col .column a::before, .articles-list .row.three-col .column a::after {
  content: '';
  display: table;
}
.articles-list .row.three-col .column a::after {
  clear: both;
}
.articles-list .row.three-col .column a:hover, .articles-list .row.three-col .column a:focus {
  color: #ff6600;
  text-decoration: none;
}
.articles-list .row.three-col .column p {
  position: relative;
  font-size: .85em;
}
.articles-list .row.three-col .column span.article-date {
  color: #999;
}
@media only screen and (max-width: 1024px) {
  .articles-list .row.three-col .column {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .articles-list .row.three-col .column {
    margin-top: 40px;
  }
}
.articles-list__image {
  height: 160px;
  position: relative;
  overflow: hidden;
}
.articles-list__image img {
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.articles-list__image img:hover, .articles-list__image img:focus {
  opacity: .75;
}
.articles-list .show-more {
  text-align: center;
  border-top: 1px solid #bebebe;
}
.articles-list .show-more a:before {
  content: "";
  position: relative;
  z-index: 3;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(/images/icon-down-chevron.svg) no-repeat center center #fff;
  background-size: 80%;
  border-radius: 20px;
  border: 1px solid #ff6600;
}
.articles-list .show-more a:after {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.articles-list .show-more a {
  position: relative;
  display: inline-block;
  top: -20px;
  font-size: 1.15em;
  color: #333;
}
.articles-list .show-more a:hover, .articles-list .show-more a:focus {
  color: #ff6600;
}

form.articles-filter {
  position: absolute;
  top: 20px;
  right: 0;
  width: 400px;
  text-align: right;
}
@media screen and (max-width: 1140px) and (min-width: 1025px) {
  form.articles-filter {
    right: 53px;
  }
}
@media only screen and (max-width: 1024px) {
  form.articles-filter {
    right: 50px;
  }
}
@media only screen and (max-width: 960px) {
  form.articles-filter {
    right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  form.articles-filter {
    width: 160px;
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    margin: 0;
  }
}
form.articles-filter label {
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  form.articles-filter label {
    margin-right: 0;
  }
}
form.articles-filter select {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  form.articles-filter select {
    width: 100%;
  }
}

.articles h2.article-title {
  color: #ff6600;
  font-family: Georgia, serif;
  max-width: 800px;
  font-size: 1.75em;
}

.articles .row.three-col .column a {
  font-family: Arial, sans-serif;
}

.article-info {
  margin-bottom: 30px;
  margin-top: -18px;
}
.article-info::before, .article-info::after {
  content: '';
  display: table;
}
.article-info::after {
  clear: both;
}
.article-info .article-date {
  display: inline-block;
  float: left;
  width: 60px;
  text-align: left;
  margin-right: 10px;
}
.article-info .article-date .article-month {
  text-transform: uppercase;
  display: block;
  font-size: 1.25em;
}
.article-info .article-date .article-day {
  display: block;
  font-size: 2em;
  margin-top: 7px;
}
.article-info .article-portrait {
  float: left;
  margin-right: 20px;
}
.article-info .article-portrait img {
  max-width: 75px;
  max-height: 75px;
}
.article-info .article-author {
  float: left;
  margin-top: 8px;
}
.article-info .article-author .article-author__name {
  display: block;
}
.article-info .article-author .article-author__title {
  display: block;
  font-size: .85em;
  color: #666;
}

.articles-footer {
  background: #242424;
  color: white;
  padding: 20px 0 30px;
  position: relative;
  top: 30px;
}
.articles-footer p {
  color: #bebebe;
  font-size: 1.15em;
}
.articles-footer a {
  color: #ff6600;
}
.articles-footer p.articles-footer__contact {
  font-size: .85em;
}

.callout-banner {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  background: #242424;
}
.callout-banner::before, .callout-banner::after {
  content: '';
  display: table;
}
.callout-banner::after {
  clear: both;
}
@media only screen and (min-width: 481px) {
  .callout-banner {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .callout-banner {
    min-height: 400px;
  }
}
@media only screen and (max-width: 960px) {
  .callout-banner .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 66.66667%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .callout-banner .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 83.33333%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .callout-banner .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 100%;
    float: left;
  }
}
.callout-banner img {
  position: absolute;
  display: block;
  max-width: none;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 481px) {
  .callout-banner img {
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .callout-banner img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 960px) {
  .callout-banner blockquote {
    margin: 20px auto;
  }
}
.callout-banner blockquote p {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 960px) {
  .callout-banner blockquote p {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1025px) {
  .callout-banner blockquote p {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .callout-banner.small-text blockquote p {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .callout-banner.medium-text blockquote p {
    font-size: 1.35em;
  }
}
@media only screen and (min-width: 1025px) {
  .callout-banner.large-text blockquote p {
    font-size: 1.65em;
  }
}
.callout-banner.dark-text h1, .callout-banner.dark-text h2, .callout-banner.dark-text h3, .callout-banner.dark-text h4, .callout-banner.dark-text h5, .callout-banner.dark-text h6, .callout-banner.dark-text p {
  color: #333;
  text-shadow: none;
}

.communitypage .intro {
  margin-bottom: 3rem;
}
.communitypage.communitypage-landing nav.navigation-page {
  margin-bottom: 0;
}
.communitypage.communitypage-landing .featured-news {
  margin-bottom: 30px;
}
.communitypage.communitypage-landing .featured-news hr:last-child {
  display: none;
}
.communitypage img.reveal {
  width: 16px;
  height: 16px;
  max-width: none !important;
}
.communitypage .navigation .search {
  visibility: hidden;
}

.communitypage .updated-date {
  color: #999;
}
.communitypage .username {
    /*display: none !important;
    visibility: hidden !important;*/
}

.community {
  border-top: 1px solid #bebebe;
  padding-top: 22.5px;
  margin-top: -22.5px;
}
.community .button {
  padding: 10px 20px;
  margin: 30px 0 10px;
}
.community .button span {
  opacity: .75;
  margin-left: .75rem;
}

.community-column-container {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.community-column-container::before, .community-column-container::after {
  content: '';
  display: table;
}
.community-column-container::after {
  clear: both;
}
.community-column-container .column {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  height: auto;
}
.community-column-container .column:first-child .community {
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .community-column-container .column:nth-child(2) .community {
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  .community-column-container .column:nth-child(odd) {
    border-right: 1px solid #bebebe;
  }
}

.community--orange .community-header {
  color: #ff6600;
}
.community--orange .button {
  background: #ff6600;
  color: white;
}
.community--orange .button:hover {
  background: rgba(255, 102, 0, 0.85);
}

.community--blue .community-header {
  color: #2e8bc9;
}
.community--blue .button {
  background: #2e8bc9;
  color: white;
}
.community--blue .button:hover {
  background: rgba(46, 139, 201, 0.85);
}

.community--gray .community-header {
  color: #666;
}
.community--gray .button {
  background: #666;
  color: white;
}
.community--gray .button:hover {
  background: rgba(102, 102, 102, 0.85);
}

.community--navy .community-header {
  color: #184a82;
}
.community--navy .button {
  background: #184a82;
  color: white;
}
.community--navy .button:hover {
  background: rgba(24, 74, 130, 0.85);
}

.community-header {
  color: white;
  padding: 0;
}

.community-content {
  color: #333;
}
.community-content p {
  font-size: 1.125rem;
}

.community-header-title {
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: .25rem;
}

.community-header-update {
  font-size: .875rem;
  margin-bottom: .5rem;
}

.community-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (min-width: 481px) {
  .community-stats {
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.community-stat {
  border-bottom: 1px solid #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.community-stat:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 481px) {
  .community-stat {
    border-bottom: 0;
    border-right: 1px solid #333;
  }
  .community-stat:last-child {
    border-right: 0;
  }
  .community-stat:first-child .community-stat-content {
    padding-left: 0;
  }
}

.community-stat-content {
  padding: .5rem 0;
}
@media only screen and (min-width: 481px) {
  .community-stat-content {
    padding: .75rem 1rem;
  }
}

.community-stat-content-title {
  font-size: .875rem;
  line-height: 1.25em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.community-stat-content-value {
  font-size: 1.5rem;
}

.contact-info {
  background: #dfdede;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-info {
    max-width: 600px;
    margin: 0 auto;
  }
}
.contact-info h3 {
  font-weight: 700;
}

.contact-info-sales {
  background: #2e8bc9;
  padding: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact-info-sales {
    max-width: 600px;
    margin: 0 auto;
  }
}
.contact-info-sales h3 {
  font-weight: 700;
}

.contactpage .row.two-col .column:first-child {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 769px) {
  .contactpage .row.two-col .column:first-child {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
.contactpage .row.two-col .column:last-child {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .contactpage .row.two-col .column:last-child {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 41.66667%;
    float: left;
    float: right;
    margin-top: 0;
  }
}

.documents {
  margin-bottom: 30px;
}
.documents .column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.documents .column {
  height: auto;
  border-right: 1px solid #bebebe;
  margin-bottom: 30px;
}
.documents .column:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .documents .column:nth-child(even) {
    border-right: none;
  }
}
.documents .column > a {
  position: absolute;
  bottom: 0;
}
.documents p a {
  color: #333;
  font-weight: 400;
  font-size: 1em;
  display: block;
  margin-bottom: 40px;
}
.documents p a:after {
  display: none;
}
.documents > a {
  color: #ff6600;
  font-weight: 700;
  font-size: .85em;
  /*&:after {
      content:"\00BB";
      margin-left: 5px;
      text-decoration: none !important;
  }*/
}

.event-list .column-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.event-list .column-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: white;
  z-index: 10;
}
.event-list .column-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 2px;
  background: white;
}
.event-list .row.two-col {
  /*p {
      position:absolute;
      bottom:0;
      font-size:.85em;
  }*/
}
.event-list .row.two-col .column {
  height: auto;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
@media screen and (min-width: 620px) {
  .event-list .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
.event-list .row.two-col h2 {
  margin-bottom: 10px;
}
.event-list .row.two-col h2 a {
  display: block;
  margin-bottom: 0px;
  color: #333;
}
.event-list .row.two-col h2 a::before, .event-list .row.two-col h2 a::after {
  content: '';
  display: table;
}
.event-list .row.two-col h2 a::after {
  clear: both;
}
.event-list .row.two-col h2 a:hover, .event-list .row.two-col h2 a:focus {
  color: #ff6600;
  text-decoration: none;
}
.event-list .row.two-col a {
  display: block;
  margin-bottom: 40px;
}
.event-list .row.two-col p.event-details {
  color: #999;
  text-transform: uppercase;
  font-size: .9em;
}
.event-list .row.two-col p.event-description {
  font-size: .85em;
}
@media only screen and (max-width: 1024px) {
  .event-list .row.two-col {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .event-list .row.two-col {
    margin-top: 40px;
  }
}

.featured-banner {
  overflow: hidden;
  position: relative;
  background: #242424;
}
.featured-banner::before, .featured-banner::after {
  content: '';
  display: table;
}
.featured-banner::after {
  clear: both;
}
@media only screen and (min-width: 481px) {
  .featured-banner {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .featured-banner {
    height: 490px;
  }
}
.featured-banner img {
  position: absolute;
  display: block;
  height: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 481px) {
  .featured-banner img {
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .featured-banner img {
    width: 100%;
    height: auto;
  }
}
.featured-banner__container {
  display: inline-block;
  margin-top: 40px;
}
.featured-banner__container h1, .featured-banner__container h2, .featured-banner__container h3, .featured-banner__container h4, .featured-banner__container h5, .featured-banner__container h6, .featured-banner__container p {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 769px) {
  .featured-banner__container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .featured-banner__container {
    margin-top: 100px;
  }
}
.featured-banner__category {
  font-size: .85em;
}
.featured-banner__title {
  line-height: 1.25em;
  margin: 0;
}
.featured-banner__description {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: .85em;
  line-height: 1.35em !important;
}
.featured-banner .button {
  margin: 1em 0;
}
.featured-banner blockquote {
  background: white;
  margin: 40px 0;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .featured-banner blockquote {
    margin: 100px 0 0 0;
  }
}
.featured-banner blockquote:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid white;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.featured-banner blockquote p {
  margin-bottom: .5em;
}
.featured-banner blockquote cite {
  color: #ff6600;
  font-style: normal;
  font-size: .9em;
}
.featured-banner.dark-text h1, .featured-banner.dark-text h2, .featured-banner.dark-text h3, .featured-banner.dark-text h4, .featured-banner.dark-text h5, .featured-banner.dark-text h6, .featured-banner.dark-text p {
  color: #333;
  text-shadow: none;
}
.featured-banner.semi-transparent .featured-banner__container {
  background: rgba(30, 30, 30, 0.8);
  margin-top: 0;
  padding: 20px;
  border-left: 13px solid #ff6600;
}
.featured-banner.semi-transparent .featured-banner__container.no-border {
  border-left: 0 !important;
}
.featured-banner.semi-transparent.dark-text .featured-banner__container {
  background: rgba(255, 255, 255, 0.8);
}

.content .featured-banner {
  margin: 30px 0 0;
}

.featured-boxes .column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.featured-boxes .column {
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*&:before {
      content:"";
      position:absolute;
      pointer-events:none;
      border:1px solid $light-gray;
      top:0;
      bottom:0;
      left:22.5px;
      right:22.5px;
  }*/
}
.featured-boxes .column .feature-boxes__wrapper {
  display: block;
  height: 100%;
}
.featured-boxes .column a::before, .featured-boxes .column a::after {
  /* content: ''; NJN */
  /* display: table; NJN */
}
.featured-boxes .column a::after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .featured-boxes .column {
    /* margin-top: 30px; */
  }
}
@media only screen and (min-width: 1025px) {
  .featured-boxes .column {
    /* margin-top: 40px; */
  }
}
@media screen and (min-width: 620px) {
  .four-col .featured-boxes .column, .three-col .featured-boxes .column, .two-col .featured-boxes .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .four-col .featured-boxes .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (min-width: 961px) {
  .four-col .featured-boxes .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 25%;
    float: left;
  }
}
@media only screen and (min-width: 961px) {
  .three-col .featured-boxes .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 33.33333%;
    float: left;
  }
}
.featured-boxes h2 {
  margin: 0 0 30px 0; /* NJN #197136 */
}
  .dark-gray .featured-boxes h2, .blue .featured-boxes h2 {
    color: #fff;
  }

.featured-boxes h2.orange {
  color: #ff6600;
}
.featured-boxes__image {
  position: relative;
  overflow: hidden;
}
.featured-boxes__image img {
  width: 100%;
  display: block;
  opacity: 1;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  transform:translate(0,-50%);
  -webkit-transition:opacity 0.2s;
  -moz-transition:opacity 0.2s;
  -o-transition:opacity 0.2s;
  -ms-transition:opacity 0.2s;
  transition:opacity 0.2s;*/
}

/* CUSTOM IMAGE SIZE FOR ICONS ON HOMEPAGE */
@media only screen and (max-width:960px) {
  .homepage .main .row.three-col:nth-child(3) .featured-boxes .featured-boxes__image img {
    width:50%;
    margin:0 auto;
  }
}
.featured-boxes__image img:hover, .featured-boxes__image img:focus {
  opacity: .75;
}
.featured-boxes__title {
  font-size: 1.35em;
  margin: 20px 0;
  color: #333;
  font-weight: 400 !important;
}
.featured-boxes__title.centered {
  text-align: center;
}
.featured-boxes__title.centered a {
  color: #333;
}
    .dark-gray .featured-boxes__title, .blue .featured-boxes__title {
      color: #fff;
    }
    
.featured-boxes__description {
  color: #333;
  font-size: .85em;
  line-height: 1.35em !important;
}
    .dark-gray .featured-boxes__description, .blue .featured-boxes__description {
      color: #fff;
    }
    
.featured-boxes__link {
  margin: 20px 0;
  font-size: .85em;
  font-weight: 700;
}
  .featured-boxes__link a {
    background: #2e8bc9;
    color: white !important;
    display: inline-block !important;
    font-size: .9em;
    font-family: Arial, Verdana, sans-serif !important;
    font-weight: 700;
    border: none;
    padding: 5px 20px;
  }
    .orange .featured-boxes__link a, .blue .featured-boxes__link a  {
      color: white !important;
      background: #333333;
    }

.fast-forward {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 20px;
}
.fast-forward:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 2px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #ff6600;
}
.fast-forward:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 17px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #ff6600;
}

.featured-news {
  background: #2e8bc9;
  color: white;
  position: relative;
}
.featured-news.events {
  background: #666;
}
.featured-news.events hr {
  border-top: 1px solid #b3b3b3;
}
.featured-news::before, .featured-news::after {
  content: '';
  display: table;
}
.featured-news::after {
  clear: both;
}
.featured-news hr {
  border-top: 1px solid #97c5e4;
  margin: .35em 0;
}
@media only screen and (max-width: 768px) {
  .featured-news hr {
    margin: 0;
  }
}
.featured-news a {
  color: white;
}
.featured-news a:hover, .featured-news a:focus {
  color: white;
}
.featured-news__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .featured-news__title {
    left: 53px;
  }
}
@media only screen and (max-width: 1024px) {
  .featured-news__title {
    left: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .featured-news__title {
    left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .featured-news__title {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.featured-news__title h2 {
  margin-bottom: .25em;
  line-height: 0.5em;
}
.featured-news__stocks {
  font-size: .9em;
}
.featured-news__stocks small {
  font-size: .65em;
  vertical-align: top;
}
.featured-news__articles {
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (max-width: 768px) {
  .featured-news__articles {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #97c5e4;
    border-bottom: 1px solid #97c5e4;
  }
}
@media only screen and (max-width: 768px) {
  .events .featured-news__articles {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }
}
.featured-news__articles h3 {
  font-size: .85em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .featured-news__articles h3 {
    padding: .5em 0;
  }
}
.featured-news__link {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  margin-top: 35px;
  padding-right: 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .featured-news__link {
    right: 53px;
  }
}
@media only screen and (max-width: 1024px) {
  .featured-news__link {
    right: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .featured-news__link {
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .featured-news__link {
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.featured-news__link a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  background: url(/images/icon-right-arrow-white.svg) no-repeat center center;
  background-size: 4px 7px;
}
@media only screen and (max-width: 768px) {
  .featured-news__link a:after {
    right: auto;
    margin-left: 14px;
  }
}
.featured-news__link a:hover:after, .featured-news__link a:focus:after {
  background-color: #97c5e4;
}

.questions {
  margin: 30px 0;
  padding: 2rem;
  background: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media only screen and (max-width: 768px) {
  .questions {
    display: block;
  }
}
.questions .button {
  /*span{
      color: $orange;
  }*/
}
.questions .button:hover {
  background: #c65000;
}

.questions-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .questions-image img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

.questions-content {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .questions-content {
    margin-left: 0;
  }
}

.questions-content-title {
  font-size: 1.75rem;
  margin-top: 0;
  display: block;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/images/slick.eot");
  src: url("/images/slick.eot?#iefix") format("embedded-opentype"), url("/images/slick.woff") format("woff"), url("/images/slick.ttf") format("truetype"), url("/images/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media screen and (max-width: 699px) {
  .slick-prev,
  .slick-next {
    top: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 70px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 35px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1025px) {
  .slick-prev:before,
  .slick-next:before {
    width: 40px;
    height: 70px;
  }
}

.slick-prev {
  left: 0px;
}
@media only screen and (min-width: 481px) {
  .slick-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: -70px;
  }
}
@media screen and (min-width: 1140px) {
  .slick-prev {
    left: -80px;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  background: url(/images/icon-slider-left.svg) no-repeat center center;
  background-size: 100%;
}

.slick-next {
  right: 0px;
}
@media only screen and (min-width: 481px) {
  .slick-next {
    right: -20px;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    right: -70px;
  }
}
@media screen and (min-width: 1140px) {
  .slick-next {
    right: -80px;
  }
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  background: url(/images/icon-slider-right.svg) no-repeat center center;
  background-size: 100%;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  background-color: #bebebe;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #bebebe;
}
.slick-dots li.slick-active button {
  background-color: #666;
}

/* Slider */
.slider-container {
  margin: 30px 0;
}
.slider-container .row.two-col .column {
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
p.slider-label {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .075rem;
  margin-bottom: -15px;
}
@media screen and (min-width: 700px) {
  .slider-container .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .slider-container .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .slider-container .row.two-col .column {
    position: relative;
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 699px) {
  .slider-module {
    border-bottom: 1px solid #bebebe;
  }
  .slider-module:after {
    content: "Swipe left or right for more";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: .85em;
    color: #bebebe;
    font-style: oblique;
  }
}
@media screen and (max-width: 699px) {
  .slider-module.no-caption:after {
    content: "";
  }
}
.slider-module .column:first-child {
  border-right: 1px solid #bebebe;
}
@media only screen and (max-width: 768px) {
  .slider-module .column:first-child {
    border-right: none;
  }
}
.slider-module h3 {
  color: #ff6600;
  font-size: 1.5em;
  line-height: 1.25em;
}
@media screen and (min-width: 700px) {
  .slider-module h3 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 769px) {
  .slider-module h3 {
    font-size: 1.5em;
  }
}
.slider-module a {
  font-size: .85em;
  font-weight: 700;
  /*&:after {
      content:"\00BB";
      margin-left: 5px;
      text-decoration: none !important;
  }*/
}

@media only screen and (max-width: 1024px) {
  .row .column-container.slick-slide {
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

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

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

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

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

.webcastDetail {
  margin-bottom: 1em;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font: normal 10pt/1.25em Calibri, Arial, Verdana, sans-serif;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  .content p a[href]:after, .content h1 a[href]:after, .content h2 a[href]:after, .content h3 a[href]:after, .content h4 a[href]:after, .content h5 a[href]:after, .content h6 a[href]:after {
    content: " (" attr(href) ")";
    page-break-inside: avoid;
  }

  /*
  * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    padding: 10px 20px;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
    background-color: #d73d39 !important;
  }

  thead tr th {
    color: #fff !important;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  p, li, img, h1, h2, h3, h4, h5, h6 {
    position: relative !important;
    page-break-inside: avoid !important;
    display: block;
    max-width: 100% !important;
  }

  tbody tr:nth-child(odd) {
    background-color: #f3f4f5 !important;
  }

  td {
    page-break-inside: avoid;
  }

  .page-header__head {
    position: relative;
  }

  #logo {
    width: 80px;
    height: 40px;
    display: block;
    position: relative;
  }
  #logo:after {
    content: url(/images/fiserv-logo-black.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .navigation, .search, .breadcrumb, .navigation-secondary, .img-small-screen, .navigation-page, .sign-in__link, #player, video-js, .page-footer, #top-nav-con, .questions-image, .navigation-page:before, .callout-banner img, .featured-banner img, .interactive-content, .slick-next, .slick-prev, .show-more, .help {
    display: none !important;
  }

  ul {
    list-style-type: disc;
  }

  .content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .content ul li {
    display: list-item;
  }

  .content p a[href]:after, .content h1 a[href]:after, .content h2 a[href]:after, .content h3 a[href]:after, .content h4 a[href]:after, .content h5 a[href]:after, .content h6 a[href]:after {
    content: " (" attr(href) ")";
    page-break-inside: avoid;
  }

  .main {
    padding-top: 0px;
  }

  .img-right, .img-left {
    max-width: 50% !important;
  }

  .slick-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slider-module .column {
    border: 0 !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .questions {
    padding: 0;
  }

  .row .column-container {
    margin-bottom: 30px;
  }

  .row.two-col .column {
    width: 50%;
  }

  .row.three-col .column {
    width: 33%;
  }

  .featured-boxes__image img, .articles-list__image img {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
  margin-bottom: 0 !important;
  padding: 0.25em !important;
  }
  .gsc-result .gs-title {
  height: auto !important;
  }
}

.content blockquote.quote {
  margin:40px 0;
  position:relative;
  padding:15.88% 0;
}
.content blockquote.quote p {
  max-width:90%;
  font-size:1.75rem;
  line-height:2.5rem;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:10;
}
.content blockquote.quote p.cite {
  font-size:1rem;
  text-align:right;
}

.content blockquote.quote:before {
  content: "";
  position: absolute;
  z-index:5;
  top: 0;
  left: 0;
  width: 20%;
  padding-top: 15.88%;
  background: url(/images/orange-quote-small.svg) no-repeat center center;
  background-size: 100%;
}
.content blockquote.quote:after {
  content: "";
  position: absolute;
  z-index:5;
  bottom: 0;
  right: 0;
  width: 20%;
  padding-top: 15.88%;
  background: url(/images/orange-quote-small.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
  .content blockquote.quote {
    padding:0;
    clear:both;
  }
  .content blockquote.quote p {
    max-width:75%;
  }
  .content blockquote.quote p.cite {
    font-size:1.75rem;
  }

  .content blockquote.quote:before {
    top: 0;
    left: 0;
    width: 10%;
    padding-top: 7.94%;
  }
  .content blockquote.quote:after {
    bottom: 0;
    right: 0;
    width: 10%;
    padding-top: 7.94%;
  }
}

.content blockquote.quote.blue {
  background:#2E8BC9;
  color:#fff;
}
.content blockquote.quote.blue p a {
  color:#fff;
  text-decoration:underline;
}
.content blockquote.quote.grey {
  background:#f0f0f0;
  color:#676867;
}
.content blockquote.quote.blue p a {
  color:#fff;
  text-decoration:underline;
}
.content blockquote.quote.blue:before,
.content blockquote.quote.blue:after {
  background: url(/images/blue-quote-small.svg) no-repeat center center;
  background-size: 100%;
}
.content blockquote.quote.grey:before,
.content blockquote.quote.grey:after {
  background: url(/images/grey-quote-small.svg) no-repeat center center;
  background-size: 100%;
}

@media only screen and (min-width: 769px) {
  .content blockquote.quote.blue:before,
  .content blockquote.quote.blue:after {
    background: url(/images/blue-quote.svg) no-repeat center center;
    background-size: 100%;
  }
  .content blockquote.quote.grey:before,
  .content blockquote.quote.grey:after {
    background: url(/images/grey-quote.svg) no-repeat center center;
    background-size: 100%;
  }
  .content blockquote.quote.grey p.cite {
    font-size:1.15rem;
  }
}
@media only screen and (max-width: 768px) {
  .content blockquote.quote p.cite {
    margin-bottom:0;
  }
  .content blockquote.quote.blue,
  .content blockquote.quote.grey {
    padding:20px 0;
  }
  .content blockquote.quote.blue:before,
  .content blockquote.quote.grey:before {
    top:5px;
    left:5px;
  }
  .content blockquote.quote.blue:after,
  .content blockquote.quote.grey:after {
    display:none;
  }
  .content blockquote.quote.blue p,
  .content blockquote.quote.grey p {
    text-align:right;
    padding-left:10%
  }
}
@media only screen and (min-width: 769px) {
  .content blockquote.quote.blue,
  .content blockquote.quote.grey {
    padding:7.94% 0;
  }
  .content blockquote.quote.blue:before,
  .content blockquote.quote.grey:before {
    top:10px;
    left:10px;
    width: 20%;
    padding-top: 15.88%;
  }
  .content blockquote.quote.blue:after,
  .content blockquote.quote.grey:after {
    bottom:10px;
    right:10px;
    width: 20%;
    padding-top: 15.88%;
  }
}
@media only screen and (min-width: 850px) { 
   .content blockquote.quote.half-left {
    width:50%;
    float:left;
    margin-right:20px;
   }
   .content blockquote.quote.half-right {
    width:50%;
    float:right;
    margin-left:20px;
   }
}



.articles-list.resources {
    background: #f3f3f3;
    margin-bottom: 2em;
}

.articles-list.resources h2 {
    margin-bottom: 0;
}

.articles-list.resources .column-container:after {
    background: #f3f3f3;
}

.articles-list.resources .column p img {
    float: left;
    margin: 7px 7px 0 0;
    cursor: pointer;
}

.articles-list.resources .article-teaser {
    display: none;
}

.resources-table .document-table {
    margin-top: 0;
    border-top: 1px solid #e1e1e1;
}

.resources-table .dataTables_wrapper table:after {
    background: none;
}

.resources-table .dataTables_wrapper h4 {
    margin: 10px;
    font-weight: normal;
}

.resources-table .dataTables_wrapper th {
    white-space: nowrap;
}

.resources-table .dataTables_type, .resources-table .dataTables_solution, .resources-table .dataTables_filter, .resources-table .dataTables_length {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    width: 100%;
}

.resources-table .dataTables_paginate span {
    display: none;
}

@media screen and (min-width: 620px) {
    .resources-table .dataTables_type, .resources-table .dataTables_solution, .resources-table .dataTables_filter, .resources-table .dataTables_length {
        position: relative;
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .resources-table .dataTables_type, .resources-table .dataTables_solution, .resources-table .dataTables_filter, .resources-table .dataTables_length {
        width: 25%;
    }
    .resources-table .dataTables_paginate span {
        display: inline-block;
    }
}

@media only screen and (min-width: 1025px) {
    .resources-table .dataTables_wrapper h4 {
        margin: 10px 0;
    }
    .resources-table .dataTables_type {
        padding-left: 0;
    }
    .resources-table .dataTables_length {
        padding-right: 0;
    }
}

.resources-table .dataTables_filter input {
    border-radius: 4px;
    border: 2px solid #c7c7c7;
    display: block;
    padding: 5px 10px;
    width: 100%;
    height: 43px;
}

.resources-table.dataTables_length, .resources-table .dataTables_type, .resources-table .dataTables_solution {
    float: left;
}

.resources-table .dataTables_filter label, .resources-table .dataTables_length label, .resources-table .dataTables_type label, .resources-table .dataTables_solution label {
    width: 100%;
    display: block;
    color: transparent;
    position: relative;
    white-space: nowrap;
}

.resources-table .dataTables_type label {
    color: #333;
}

.resources-table .dataTables_length label select, .resources-table .dataTables_type label select, .resources-table .dataTables_solution label select {
    float: left;
    margin-bottom: .5em;
    background-color: #fff;
}


/* SITE SEARCH */
#site-search-form {
  max-width: none;
}

#search-page-results {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#search-page-results h3, #search-page-results li {
  margin-bottom: 0;
}

#search-page-results em, .search-page-summary em {
  font-weight: bold;
}

.search-result-description {
  margin-bottom: 0;
}

.search-page-content .search-page-summary {
  font-size: .85em;
  display: block;
}

.search-page-content h3 {
    font-weight: 400;
}

.search-page-summary p {
  margin: 0;
  line-height: 2em;
}

#searchterms {
  width: calc(100% - 40px);
  float: left;
  padding-right: 25px;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  height: 41px;
}

#search-page-submit {
  text-indent: -999em;
  float: left;
  width: 25px;
  height: 41px;
  background: url(/images/icon-search.svg) no-repeat center center #ff7d26;
  background-size: 65%;
}

.search-result.best-result {
  padding: 20px;
  background: #f3f3f3;
  margin-top: 20px;
}

.search-result.best-result h3 {
  margin-top: 0;
}

.search-pagination .pagination {
  margin: 10px 0 0 -10px;
  padding: 0;
}

.search-pagination .pagination li {
  display: none!important;
  float: left;
  line-height: 1em;
  color: #2e8bc9;
  font-size: .85em;
  background: #f9f9f9;
  padding: 10px 20px;
  margin: 0 0 0 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.search-pagination .pagination li.prev, .search-pagination .pagination li.next {
  display: block!important;
}

.search-pagination .pagination li.active {
  color: #f9f9f9;
  background: #2e8bc9;
}

.search-pagination .pagination li.active a {
  color: #f9f9f9!important;
}

@media screen and (min-width: 480px) {
  .search-pagination .pagination li {
    display: block!important;
  }
}

@media screen and (min-width: 620px) {
  .search-pagination .pagination {
    margin: 0;
    padding: 0;
    float: right;
  }
  .search-page-content .search-page-summary {
    float: left;
  }
  .search-page-filters, .search-page-options {
    float: left;
  }
  .search-page-filters, .search-page-options {
    width: calc(50% - 5px);
  }
  .search-page-options {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  #searchterms {
    width: calc(100% - 50px);
  }
  .search-page-field-wrapper, .search-page-filters, .search-page-options {
    float: left;
  }
  .search-page-field-wrapper {
    width: 50%;
  }
  .search-page-filters, .search-page-options {
    width: calc(25% - 10px);
    margin-left: 10px;
  }
}

// GDPR Notification
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}