/* * *  File: _base.scss *  Description: base variables, extends, and mixins that can be dropped into any file. *  IMPORTANT: Every file inlcuded here MUST NOT create CSS styles. Only variable/placeholder *  definitions please! Something **/
/**
 * Pull Quotes Markup
 *
  <aside class="pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.fullWidthBackground, .callout, .video-library header {
  margin-left: -14px;
  margin-right: -14px; }

.fullWidthBackgroundPadding {
  margin-left: -14px;
  margin-right: -14px;
  padding-left: 15px;
  padding-right: 15px; }

.slide .slide_text h1, .home-header-text, .slide .slide_text h2, .video-intro h2, .video-intro h3, .download-paper .paper-left h2 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-weight: normal; }

.slide .slide_text h1 {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 0.57391rem !important; }

.home-header-text {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0.825rem !important; }

.slide .slide_text h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 1.14783rem !important; }

.external-link:before, .utility-menu .fa, .search-bar .fa, .branding-bar .fa, .main-menu a:after, .main-menu-top > .has-children > a:after, .main-menu-top > .has-children.children--active > a:after, .utility-menu .has-children > a:after, .has-children.children--active > a:after {
  text-rendering: auto;
  font-family: 'PagelinesFont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-icons:after, .utility-menu:after, .main-menu:after, .utility-menu-top:after, .main-menu-top:after, .utility-menu .account > ul:after {
  content: '';
  display: table;
  clear: both; }

a {
  color: #0083bf; }
  a:hover {
    color: #0083bf; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #0083bf; }

.pull-quote {
  position: relative;
  padding: 1em; }
  .pull-quote:before, .pull-quote:after {
    height: 1em;
    opacity: 0.15;
    position: absolute;
    font-size: 4em; }
  .pull-quote:before {
    content: '“';
    top: 0;
    left: 0; }
  .pull-quote:after {
    content: '”';
    bottom: 0;
    right: 0; }

.copyright {
  color: #fff; }

.sidebar_content h4 {
  font-family: 'knowledge_medium'; }
.sidebar_content hr {
  margin: 0; }

.small-padded {
  padding-top: 15px;
  padding-bottom: 15px; }

.padded {
  padding-top: 32px;
  padding-bottom: 32px; }

.padded-container {
  padding: 0 30px; }
  .padded-container--extra {
    padding: 0 30px; }
    @media (min-width: 768px) {
      .padded-container--extra {
        padding: 0 90px; } }

.center {
  margin: 0 auto; }

@media (min-width: 980px) {
  .center-three {
    width: 75%;
    margin: 0 auto; } }

.modal--large {
  width: 80%;
  left: 10%;
  margin: 0 auto; }
  .modal--large form {
    margin-bottom: 0; }

.btn-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #f6f6f6 !important;
  color: #666 !important; }

.brandnavsidebar .clone_1.section-boxes .texture {
  background: #fff !important;
  border-bottom: 0; }
.brandnavsidebar .clone_1.section-boxes .fbox {
  margin-left: -15px;
  margin-right: -15px; }
.brandnavsidebar .clone_1.section-boxes img {
  width: 100%; }
.brandnavsidebar .clone_10 .content-pad {
  padding: 0 !important; }
.brandnavsidebar .clone_10 .fbox {
  margin-left: -15px;
  margin-right: -15px; }
.brandnavsidebar .clone_10 img {
  width: 100%; }
.brandnavsidebar .brandNav {
  margin: 0; }
.brandnavsidebar .breadCrumbs {
  margin-left: 35px;
  margin-bottom: 0; }

p + ul {
  margin-top: -0.75em !important;
  margin-bottom: 0.75em !important; }

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

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

.caps {
  text-transform: uppercase; }

.heavy {
  font-family: 'knowledge_bold'; }

.sup {
  font-family: 'knowledge_regular';
  font-size: 10px;
  top: -3px; }

.box-grey, .subscribe-form {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 15px; }
  .box-grey [class^="icon-"], .subscribe-form [class^="icon-"] {
    display: block;
    text-align: center; }
  .box-grey.padded, .subscribe-form.padded {
    padding-left: 15px;
    padding-right: 15px; }
  .box-grey.media-articles article, .subscribe-form.media-articles article {
    padding: 0 1em; }
    .box-grey.media-articles article img, .subscribe-form.media-articles article img {
      float: left; }
    .box-grey.media-articles article div, .subscribe-form.media-articles article div {
      overflow: auto;
      padding-left: 1.5em;
      width: 70%; }

.box-white {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px !important; }

.callout {
  background-color: #f6f6f6;
  padding-top: 32px;
  padding-bottom: 32px; }

.breadCrumbs {
  padding: 20px 45px 20px 0px;
  margin-left: 18px;
  margin-bottom: 20px; }
  .breadCrumbs span {
    padding-left: 7px; }
  .breadCrumbs p {
    display: inline;
    color: #898989;
    font-size: 12px;
    float: left;
    padding-right: 6px;
    padding-left: 7px;
    margin: 0; }
    .breadCrumbs p:before {
      width: 0em; }
    .breadCrumbs p.firstCrumb {
      padding-left: 0; }
    .breadCrumbs p + p {
      text-indent: 0; }
    .breadCrumbs p.currentCrumb {
      font-weight: 600;
      color: #333333; }
      .breadCrumbs p.currentCrumb:hover {
        color: #898989; }
    @media (max-width: 480px) {
      .breadCrumbs p {
        font-size: 11px;
        padding-right: 3px;
        padding-left: 3px; } }

.drop-shadow, .featureSlideshow {
  position: relative;
  padding-bottom: 0; }
  .drop-shadow.padded, .padded.featureSlideshow {
    padding: 20px 0;
    margin: 20px auto;
    background: #fff; }
    .drop-shadow.padded:first-of-type, .padded.featureSlideshow:first-of-type {
      padding-top: 0;
      margin-top: 0; }
  .drop-shadow:before, .featureSlideshow:before {
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px/10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
  .drop-shadow:before, .featureSlideshow:before, .drop-shadow:after, .featureSlideshow:after {
    position: absolute;
    content: "";
    z-index: -2; }

.bottom-divider, .child {
  background: url(../../../images/background_assets/bottom-shadow.png) 0 100% no-repeat;
  padding: 20px 0 50px 0;
  border-top: 50px solid transparent;
  margin-top: -50px;
  background-clip: padding-box; }
  .bottom-divider.full-width, .full-width.child {
    background: url(../../../images/background_assets/bottom-shadow.png) 50% 100% no-repeat; }

.bottom-divider-down {
  background: url(../../../images/background_assets/shadow-taper-top.png) 50% 100% no-repeat;
  padding-bottom: 20px;
  background-clip: padding-box; }

.vertically-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.half {
  width: 50%; }

.visible-display {
  display: block !important; }

.invisible-display {
  display: none; }

sup {
  vertical-align: baseline; }

.a-spot {
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -30px;
  position: relative; }
  @media (min-width: 768px) {
    .a-spot {
      margin-bottom: 0; } }
  .a-spot .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 25px 0; }
    @media (min-width: 768px) {
      .a-spot .overlay {
        width: 62%;
        padding-bottom: 0;
        margin: 45px 0 0 45px;
        position: absolute;
        top: 0;
        left: 0; } }
    @media (min-width: 980px) {
      .a-spot .overlay {
        width: 50%; } }
    @media (min-width: 1200px) {
      .a-spot .overlay {
        width: 42%; } }
    .a-spot .overlay h1, .a-spot .overlay h2, .a-spot .overlay h3, .a-spot .overlay h4, .a-spot .overlay h5, .a-spot .overlay h6, .a-spot .overlay p, .a-spot .overlay ul, .a-spot .overlay li, .a-spot .overlay span {
      color: #fff; }
    .a-spot .overlay h1 {
      font-size: 18px;
      font-family: 'knowledge_medium', 'Arial', sans-serif;
      margin-bottom: 0 !important;
      padding-bottom: 1.25em; }
      .a-spot .overlay h1 span {
        display: block;
        font-size: 45px;
        font-family: 'knowledge_light', 'Arial', sans-serif;
        padding-top: 0.25em; }
    .a-spot .overlay h2 {
      font-family: 'knowledge_light', 'Arial', sans-serif;
      font-size: 22px;
      margin-bottom: 0 !important;
      padding-bottom: 1em; }
    .a-spot .overlay p {
      font-family: 'knowledge_light', 'Arial', sans-serif;
      font-size: 16px;
      padding-bottom: 1.5em;
      margin-bottom: 0; }
      .a-spot .overlay p + p {
        margin-top: 0; }
  .a-spot .image {
    width: 100%;
    max-width: 1230px;
    height: 400px;
    background-position-x: center;
    background-position-y: top; }
  .a-spot .breadCrumbs {
    padding-top: 20px;
    padding-left: 12px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .a-spot .breadCrumbs {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 16px;
        padding-left: 27px; } }
    .a-spot .breadCrumbs p {
      color: #bababa !important;
      font-family: 'Arial', sans-serif; }
      @media (min-width: 768px) {
        .a-spot .breadCrumbs p {
          color: #dddddd !important; } }

.social-icons i {
  color: #666666;
  font-size: 38px;
  padding: 0 8px; }

.cs-gatekeeper {
  background-color: #efefef;
  margin: 2em 0;
  padding: 32px; }
  .cs-gatekeeper form {
    margin: 0; }
  .cs-gatekeeper .note {
    font-size: 75%; }
  .cs-gatekeeper .inline-elements > div {
    margin-bottom: 7px; }
  .cs-gatekeeper .inline-elements label {
    display: block;
    float: left;
    line-height: 100%;
    margin: 0 15px 0 0;
    padding: 1px 0 3px;
    text-align: left;
    width: 100%;
    word-wrap: break-word; }
    @media (min-width: 980px) {
      .cs-gatekeeper .inline-elements label {
        line-height: 150%;
        text-align: right;
        width: 31%; }
        .cs-gatekeeper .inline-elements label.final {
          margin-bottom: 0 !important; } }
  .cs-gatekeeper .inline-elements .ws-errorbox {
    display: inline-block; }
  .cs-gatekeeper .inline-elements select {
    clear: right;
    display: block;
    width: 100% !important; }
    @media (min-width: 980px) {
      .cs-gatekeeper .inline-elements select {
        display: inline-block;
        width: 46% !important; } }
  .cs-gatekeeper .inline-elements input, .cs-gatekeeper .inline-elements textarea {
    clear: right;
    display: block;
    width: 100% !important; }
    .cs-gatekeeper .inline-elements input[type="checkbox"], .cs-gatekeeper .inline-elements textarea[type="checkbox"] {
      display: inline-block;
      width: auto !important; }
    .cs-gatekeeper .inline-elements input[type="submit"], .cs-gatekeeper .inline-elements textarea[type="submit"] {
      width: auto !important;
      margin-left: 0 !important; }
      .cs-gatekeeper .inline-elements input[type="submit"].btn.btn-warning, .cs-gatekeeper .inline-elements textarea[type="submit"].btn.btn-warning {
        -webkit-filter: none;
                filter: none; }
      @media (min-width: 980px) {
        .cs-gatekeeper .inline-elements input[type="submit"], .cs-gatekeeper .inline-elements textarea[type="submit"] {
          margin-left: 0 !important; } }
    @media (min-width: 980px) {
      .cs-gatekeeper .inline-elements input, .cs-gatekeeper .inline-elements textarea {
        display: inline-block;
        width: 46% !important; } }
  .cs-gatekeeper .checkbox-container {
    margin-bottom: 8px; }
    @media (min-width: 980px) {
      .cs-gatekeeper .checkbox-container {
        padding-right: 32px;
        padding-left: 32px; } }
    .cs-gatekeeper .checkbox-container .checkbox-label {
      margin-bottom: 10px; }
    .cs-gatekeeper .checkbox-container .checkboxes {
      padding-left: 25px; }
      .cs-gatekeeper .checkbox-container .checkboxes .checkbox-entry {
        width: 100%;
        position: relative;
        margin-bottom: 5px; }
        @media (min-width: 980px) {
          .cs-gatekeeper .checkbox-container .checkboxes .checkbox-entry {
            float: left;
            width: 50%;
            padding-right: 15px;
            height: 32px; } }
        @media (min-width: 1200px) {
          .cs-gatekeeper .checkbox-container .checkboxes .checkbox-entry {
            height: auto; } }
        .cs-gatekeeper .checkbox-container .checkboxes .checkbox-entry input {
          display: inline-block;
          margin: 0 28px 0 0;
          padding-top: 0;
          padding-bottom: 0;
          vertical-align: top;
          position: relative; }
        .cs-gatekeeper .checkbox-container .checkboxes .checkbox-entry label {
          display: inline-block;
          line-height: 100%;
          vertical-align: top;
          position: absolute;
          margin-bottom: 0;
          margin-left: -22px; }
  .cs-gatekeeper .radio-container .radio-label {
    display: inline-block;
    padding-right: 12px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .cs-gatekeeper .radio-container input {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .cs-gatekeeper .radio-container label {
    display: inline-block;
    margin: 0;
    padding-right: 8px;
    padding-left: 3px;
    vertical-align: text-top; }
  @media (min-width: 980px) {
    .cs-gatekeeper .current-customer, .cs-gatekeeper .interest {
      padding-right: 80px;
      padding-left: 100px; } }
  @media (min-width: 1200px) {
    .cs-gatekeeper .current-customer, .cs-gatekeeper .interest {
      padding-right: 32px;
      padding-left: 140px; } }
  .cs-gatekeeper .current-customer {
    margin-top: 30px;
    margin-bottom: 24px; }
    @media (min-width: 980px) {
      .cs-gatekeeper .current-customer {
        margin-top: 20px; } }
  .cs-gatekeeper .interest {
    margin-top: 24px;
    margin-bottom: 32px; }
  .cs-gatekeeper .submit-btn {
    text-align: right; }
    @media (min-width: 980px) {
      .cs-gatekeeper .submit-btn {
        padding-right: 21.5%; } }

#footer {
  background: #666666;
  padding-top: 44px; }
  #footer a {
    font-size: 12px;
    color: #ccc; }
    #footer a:hover {
      color: #e9e9e9;
      text-decoration: underline; }
  #footer .container {
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: 1230px; }
  #footer .footer-vision {
    font-family: 'knowledge_light';
    font-size: 20px;
    line-height: 1.3;
    color: #e9e9e9; }
    @media (min-width: 980px) {
      #footer .footer-vision {
        font-size: 24px;
        line-height: 1.16; } }
  #footer .footer-links {
    padding-bottom: 30px; }
    #footer .footer-links > div {
      padding-left: 0; }
    #footer .footer-links ul {
      margin-top: 23px;
      list-style: none; }
      @media (min-width: 768px) {
        #footer .footer-links ul {
          margin-top: 0; } }
    #footer .footer-links li {
      padding: 4px 0; }
      @media (min-width: 768px) {
        #footer .footer-links li {
          padding: 2px 0; } }
    #footer .footer-links a {
      text-transform: uppercase; }
      #footer .footer-links a strong {
        font-weight: bold;
        color: #fff; }
  #footer .footer-extras {
    border-top: 2px solid #555;
    padding-left: 15px;
    padding-right: 15px; }
    #footer .footer-extras.open .footer-extras__toggle:after {
      background-position: -5px -30px; }
    #footer .footer-extras.open .footer-extras__list {
      display: block; }
    #footer .footer-extras__toggle {
      display: inline-block;
      padding: 20px 10px;
      margin-right: -10px;
      float: right; }
      @media (min-width: 980px) {
        #footer .footer-extras__toggle {
          display: none; } }
      #footer .footer-extras__toggle:after {
        content: '';
        display: inline-block;
        background-image: url(/wp-content/images/footer-toggle.png);
        background-size: 25px;
        background-position: -5px -5px;
        width: 15px;
        height: 15px; }
    #footer .footer-extras__list {
      display: none;
      list-style: none; }
      @media (min-width: 980px) {
        #footer .footer-extras__list {
          display: block;
          float: right; } }
      #footer .footer-extras__list li {
        display: block; }
        @media (min-width: 980px) {
          #footer .footer-extras__list li {
            display: inline-block;
            margin-top: 13px;
            margin-left: 20px; } }
      #footer .footer-extras__list a {
        display: block;
        padding: 5px 0; }
        @media (min-width: 980px) {
          #footer .footer-extras__list a {
            padding: 9px 10px; } }
    #footer .footer-extras .logo-wrapper {
      display: inline-block;
      padding: 18px 0 11px; }
      #footer .footer-extras .logo-wrapper a {
        display: inline-block;
        background-image: url(/wp-content/images/thomson-reuters-logo-white@2x.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 168px;
        height: 25px; }
        .lt-ie9 #footer .footer-extras .logo-wrapper a {
          background-image: url(/wp-content/images/thomson-reuters-logo-white.png); }

.onesource.product h1, .checkpoint.product h1 {
  text-align: left;
  padding-bottom: 0;
  margin-top: 0.5em;
  font-family: 'knowledge_bold'; }
.onesource.product h3, .checkpoint.product h3 {
  line-height: 45px; }
.onesource.product h4, .checkpoint.product h4 {
  font-family: 'knowledge_medium'; }
.onesource.product h5 blockquote, .checkpoint.product h5 blockquote {
  border: 0;
  color: #0083bf;
  font-family: 'knowledge_light';
  line-height: 40px; }
  .onesource.product h5 blockquote:before, .checkpoint.product h5 blockquote:before {
    content: "\201C";
    margin-left: -0.6em; }
  .onesource.product h5 blockquote small, .checkpoint.product h5 blockquote small {
    font-family: 'Arial';
    font-weight: 400;
    text-transform: none; }
    .onesource.product h5 blockquote small:before, .checkpoint.product h5 blockquote small:before {
      content: ""; }
  .onesource.product h5 blockquote cite, .checkpoint.product h5 blockquote cite {
    display: block;
    font-size: 12px; }

.sidebarContent small, .sidebarContent.extraNav small {
  font-family: 'knowledge_light';
  padding-top: 3px;
  margin-bottom: 0 !important; }
.sidebarContent h5, .sidebarContent.extraNav h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2.2rem !important;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 1.32rem !important;
  border-bottom: 1px solid #eeeeee; }
.sidebarContent ul, .sidebarContent.extraNav ul {
  list-style: none;
  margin-top: -10px;
  margin-left: 0; }
.sidebarContent li, .sidebarContent.extraNav li {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede; }
.sidebarContent li + li, .sidebarContent.extraNav li + li {
  padding-top: 10px; }
.sidebarContent i, .sidebarContent.extraNav i {
  color: #0083bf;
  font-size: 24px;
  padding-right: 5px; }

.sidebarExtra blockquote {
  color: #333333;
  font-family: knowledge_regular;
  font-size: 1.2rem;
  line-height: 1.5rem; }

.extraNav {
  color: #333333;
  margin: 1.5em 0;
  padding: 7px 0 2.5em 0; }
  .extraNav .group {
    background: transparent;
    border: 0;
    border-radius: 0; }
  .extraNav .heading {
    background: #898989; }
    .extraNav .heading:hover {
      border-radius: 0; }
    .extraNav .heading h4 {
      color: #fff;
      font-family: Arial, Helvetica, sans-serif !important;
      font-size: 1.1em;
      font-weight: bold;
      margin: 0 !important;
      padding: 10px; }
  .extraNav .inner {
    border-top: 0;
    padding-left: 10px; }
  .extraNav ul {
    margin: 10px 0 5px 0 !important; }
    .extraNav ul li {
      border-bottom: 0 !important;
      font-family: Arial, Helvetica, sans-serif;
      margin-bottom: -3px;
      padding-bottom: 0;
      padding-top: 5px !important; }
      .extraNav ul li a.accordion-toggle.collapsed:after {
        content: " \f0d7"; }
      .extraNav ul li a.accordion-toggle:after {
        content: " \f0d8";
        color: #0083bf;
        font-family: "PageLinesFont"; }
      .extraNav ul li.activeItem {
        color: #a5a3a4;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold; }
      .extraNav ul li h6 {
        border-bottom: none !important;
        color: #898989;
        font-size: 1em;
        font-weight: 600;
        margin: 0 0 5px 0 !important;
        text-transform: none; }
        .extraNav ul li h6:first-of-type {
          margin-top: 2em; }
      .extraNav ul li small {
        display: inline-block;
        font-size: 0.8em;
        font-weight: 400;
        text-transform: none !important; }
        .extraNav ul li small:hover {
          text-decoration: none; }
      .extraNav ul li ul {
        margin: 0 !important; }
        .extraNav ul li ul .accordion-inner {
          border-top: 0;
          padding-bottom: 0 !important; }
        .extraNav ul li ul li {
          color: #333333; }

.modal.hide {
  top: 10%; }
  @media (max-width: 767px) {
    .modal.hide {
      width: auto; } }

.video-outer {
  margin: 0 -15px !important;
  padding-left: 30px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .video-outer {
      width: 100%; } }
  @media (max-width: 767px) {
    .video-outer {
      padding: 10px 5px 0 5px !important; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .video-container {
      margin: 0 10px; } }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-intro {
  float: right; }
  .video-intro h2 {
    font-family: 'knowledge_medium'; }
  .video-intro h3 {
    font-family: knowledge-regular, Arial;
    line-height: 1.5em !important; }
  @media (min-width: 768px) and (max-width: 979px) {
    .video-intro {
      width: 100%; } }
  @media (max-width: 767px) {
    .video-intro {
      float: left; } }

.download-paper {
  margin: 1.5em 0; }
  .download-paper .paper-right {
    float: right;
    padding-left: 40px;
    margin: 0 -15px !important; }
  .download-paper .paper-left h2 {
    font-family: 'knowledge_medium'; }

.thirds {
  float: left;
  width: 33.333333%; }
  @media (max-width: 767px) {
    .thirds {
      width: 100%; }
      .thirds:last-of-type {
        padding-left: 10px; } }

.golden-item {
  margin-bottom: 1.5em; }
  .golden-item img {
    display: inline-block;
    margin: 0 1.6666666667% 0 0;
    vertical-align: top;
    width: 36.3333333333%; }
    @media (min-width: 768px) and (max-width: 979px) {
      .golden-item img {
        width: 100%; } }
  .golden-item .itemContent {
    display: inline-block;
    width: 60.8888888889%; }
    @media (min-width: 768px) and (max-width: 979px) {
      .golden-item .itemContent {
        width: 100%; } }
  .golden-item.small img {
    max-width: 150px; }
  .golden-item.small .itemContent {
    width: 79%; }
  .golden-item.box-light-grey {
    background: #f6f6f6;
    border: 1px solid #dedede;
    padding: 15px; }

h2.body {
  font-family: 'knowledge_medium';
  font-size: 1.5em;
  margin-bottom: 0.5em !important; }

.related h4 {
  border-bottom: 1px solid #dedede;
  font-family: 'knowledge_medium';
  font-size: 1em;
  margin-bottom: 0 !important;
  margin-top: 2.5em;
  padding-bottom: 15px;
  text-transform: uppercase; }
.related h5 {
  margin: 15px 0 7px !important; }
  .related h5 + p {
    margin-top: 0 !important; }

.subscribe-form {
  padding: 15px;
  color: #fff;
  background: #333333;
  margin: 1.5em 0; }
  .subscribe-form h2 {
    font-family: 'knowledge_light';
    font-size: 1.5em;
    color: #fff; }
  .subscribe-form p {
    margin-bottom: 1em;
    font-family: 'knowledge_light';
    color: #fff; }
  .subscribe-form a {
    color: #fff;
    text-decoration: underline; }
  .subscribe-form form {
    margin-bottom: 0; }
  .subscribe-form input[type='submit'] {
    margin-bottom: 0 !important; }
  .subscribe-form input[type='text'], .subscribe-form input[type='email'] {
    width: 100%; }
  .subscribe-form .requiredField {
    color: #ff8000; }
  .subscribe-form .ws-errormessage {
    color: #fff; }
    .subscribe-form .ws-errormessage:before {
      color: #ff8000;
      content: "\f071";
      display: inline;
      font-family: "PageLinesFont";
      margin-right: 5px; }

.background-banner {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  height: 250px; }

.background-banner-content {
  position: absolute;
  left: 30px;
  top: 100px; }
  @media (min-width: 768px) {
    .background-banner-content {
      width: 40%; } }

a.block-button:hover, a.block-button:focus {
  text-decoration: none; }

.block-button {
  display: block;
  text-align: center;
  color: #333; }
  .block-button:after {
    display: table;
    content: '';
    clear: both; }
  .block-button a {
    color: inherit; }
    .block-button a:hover, .block-button a:focus {
      text-decoration: none; }
  .block-button p {
    color: #333;
    margin: 0;
    padding: 0; }
  .block-button__container {
    position: relative; }
    @media (max-width: 768px) {
      .block-button__container:first-of-type .block-button--homeicons {
        border-top: 1px solid #ddd; }
 }
  .block-button img {
    width: 100%; }
  .block-button--homeicons {
    position: relative;
    margin-left: -43px;
    margin-right: -43px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    border-bottom: 1px solid #ddd;
    background: url(/wp-content/images/background_assets/mobile-arrow.png) 90% 50% no-repeat; }
    @media (min-width: 768px) {
      .block-button--homeicons {
        background: transparent;
        height: auto;
        border: none; } }
    .block-button--homeicons:hover .block-button__icon--accounting, .block-button--homeicons:focus .block-button__icon--accounting {
      background-image: url('/wp-content/images/home/icons/accountingfirms_hover.svg'); }
    .block-button--homeicons:hover .block-button__icon--corporations, .block-button--homeicons:focus .block-button__icon--corporations {
      background-image: url('/wp-content/images/home/icons/corporations_hover.svg'); }
    .block-button--homeicons:hover .block-button__icon--financial, .block-button--homeicons:focus .block-button__icon--financial {
      background-image: url('/wp-content/images/home/icons/financialinstitutions_hover.svg'); }
    .block-button--homeicons:hover .block-button__icon--governments, .block-button--homeicons:focus .block-button__icon--governments {
      background-image: url('/wp-content/images/home/icons/governments_hover.svg'); }
    .block-button--homeicons:hover .block-button__icon--law, .block-button--homeicons:focus .block-button__icon--law {
      background-image: url('/wp-content/images/home/icons/lawfirms_hover.svg'); }
  .block-button__icon {
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 70px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .block-button__icon + p {
      float: left;
      position: relative;
      text-align: left;
      left: 20px;
      font-weight: 700;
      color: #333;
      line-height: 100px; }
      @media (min-width: 768px) {
        .block-button__icon + p {
          float: none;
          left: 0;
          line-height: 16px;
          text-align: center; } }
    @media (max-width: 768px) {
      .block-button__icon {
        max-width: 500px; } }
    @media (min-width: 768px) {
      .block-button__icon {
        height: 100px;
        width: 100px;
        float: none;
        margin: 0 auto; } }
    .block-button__icon--accounting {
      background-image: url('/wp-content/images/home/icons/accountingfirms.svg'); }
    .block-button__icon--corporations {
      background-image: url('/wp-content/images/home/icons/corporations.svg'); }
    .block-button__icon--financial {
      background-image: url('/wp-content/images/home/icons/financialinstitutions.svg'); }
    .block-button__icon--governments {
      background-image: url('/wp-content/images/home/icons/governments.svg'); }
    .block-button__icon--law {
      background-image: url('/wp-content/images/home/icons/lawfirms.svg'); }
  .block-button__caption {
    color: #333;
    text-align: center; }
  @media (max-width: 768px) {
    .block-button--grid-block {
      max-width: 352px; } }

.grid-blocks .block-button {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .grid-blocks .block-button {
      margin-left: auto;
      margin-right: auto; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-15, .col-md-15, .col-lg-15, .col5-xs-1, .col5-sm-1, .col5-md-1, .col5-lg-1, .col7-sx-1, .col7-sm-1, .col7-md-1, .col7-lg-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col5-xs-1, .col7-sx-1 {
  float: left; }

.col7-sx-1 {
  width: 14.2857143%; }

.col5-xs-1 {
  width: 20%; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15, .col5-sm-1, .col7-sm-1 {
    float: left; }

  .col7-sm-1 {
    width: 14.2857143%; }

  .col5-sm-1 {
    width: 20%; }

  .col-sm-15 {
    width: 20%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; }
 }

@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-15, .col5-md-1, .col7-md-1 {
    float: left; }

  .col7-md-1 {
    width: 14.2857143%; }

  .col5-md-1 {
    width: 20%; }

  .col-md-15 {
    width: 20%; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; }
 }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col5-lg-1, .col7-lg-1 {
    float: left; }

  .col7-lg-1 {
    width: 14.2857143%; }

  .col5-lg-1 {
    width: 20%; }

  .col-lg-15 {
    width: 20%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; }
 }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
 }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; }
 }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; }
 }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; }
 }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
 }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; }
 }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; }
 }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; }
 }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
 }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; }
 }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; }
 }

@media (min-width: 980px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; }
 }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
 }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; }
 }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; }
 }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; }
 }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
 }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
 }

@media (min-width: 980px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
 }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }
 }

.clearfix:before, .cs-gatekeeper .inline-elements > div:before, .cs-gatekeeper .checkbox-container:before, .cs-gatekeeper .checkbox-container .checkboxes:before, .cs-gatekeeper .radio-container:before, form.inline-elements > div:not(.metafield):before, form.inline-elements .checkboxContainer:before, form.inline-elements .checkboxContainer .checkboxes:before, form.inline-elements .radioContainer:before, .clearfix:after, .cs-gatekeeper .inline-elements > div:after, .cs-gatekeeper .checkbox-container:after, .cs-gatekeeper .checkbox-container .checkboxes:after, .cs-gatekeeper .radio-container:after, form.inline-elements > div:not(.metafield):after, form.inline-elements .checkboxContainer:after, form.inline-elements .checkboxContainer .checkboxes:after, form.inline-elements .radioContainer:after {
  display: table;
  content: " "; }

.clearfix:after, .cs-gatekeeper .inline-elements > div:after, .cs-gatekeeper .checkbox-container:after, .cs-gatekeeper .checkbox-container .checkboxes:after, .cs-gatekeeper .radio-container:after, form.inline-elements > div:not(.metafield):after, form.inline-elements .checkboxContainer:after, form.inline-elements .checkboxContainer .checkboxes:after, form.inline-elements .radioContainer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.brand-header {
  position: relative;
  background-color: #3f3f3f; }
  .brand-header--skinny {
    height: 150px;
    margin-left: -15px;
    margin-right: -15px; }
  .brand-header--wide {
    margin-left: -45px;
    margin-right: -45px; }
  .brand-header__heading .heading-container {
    display: inline;
    padding: 1.5em 1.5em 0.75em;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7); }
  .brand-header__heading h1 {
    line-height: 150px;
    display: inline-block;
    font-family: 'knowledge_light';
    color: #fff;
    text-transform: uppercase; }

.brandNav {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f6f6f6;
  z-index: 1; }

.brandNav .brandWrapper {
  border-bottom: 4px solid #ff8000;
  background-color: #f6f6f6;
  padding: 20px 20px 20px 35px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.brandNav h1, .brandNav h2 {
  margin-top: 15px;
  font-family: knowledge_medium !important;
  color: #ff8000;
  text-transform: uppercase;
  padding-bottom: 0;
  text-align: left; }

.brandNav h1:after, .brandNav h2:after {
  content: " \2122";
  font-size: 0.45em;
  position: relative;
  top: -12px; }

.cs .brandNav h1:after, .cs .brandNav h2:after {
  content: "\00ae"; }

.brandNav nav {
  text-align: left; }

.brandNav ul {
  list-style: none;
  margin: 0; }

.brandNav li:first-child {
  margin-left: 0; }

.brandNav li {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #898989;
  display: inline;
  margin: 5px 30px 10px;
  text-transform: uppercase; }

.brandNav li:hover {
  color: #333333;
  transition: border-bottom 0.15s; }

.brandNav a {
  display: inline-block; }

@media (max-width: 480px) {
  .brandNav a {
    display: block;
    padding-bottom: 5px; }
 }

.brandNav a:hover {
  color: #333333;
  font-weight: 600;
  text-decoration: none; }

.brandNav .activeItem > li {
  color: #333333; }

.toTheTop {
  background-color: #eeeeee;
  display: inline-block;
  background: #eeeeee url(../../../images/background_assets/arrow.png) 90% center no-repeat;
  width: 224px;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  bottom: 0; }
  .toTheTop p {
    color: #333333;
    text-transform: uppercase;
    float: left;
    font-size: 12px;
    margin-bottom: 0 !important;
    font-weight: bold; }

.toTheTop {
  background-color: #eeeeee;
  display: inline-block;
  background: #eeeeee url(../../../images/background_assets/arrow.png) 90% center no-repeat;
  width: 224px;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  bottom: 0; }
  .toTheTop p {
    color: #333333;
    text-transform: uppercase;
    float: left;
    font-size: 12px;
    margin-bottom: 0 !important;
    font-weight: bold; }

.emailButton, .printButton {
  background: #eeeeee;
  width: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }
  .emailButton a, .printButton a {
    color: #333333; }
    .emailButton a:hover, .printButton a:hover {
      text-decoration: none; }
  .emailButton i, .printButton i {
    padding-right: 8px; }
  .emailButton p, .printButton p {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .emailButton:hover, .printButton:hover {
    background-color: #dedede;
    border: 1px solid #dedede;
    transition: background-color 0.25s, color 0.25s; }

.printButton {
  margin-left: -2px;
  border: 1px solid #dedede;
  border-radius: 0 5px 5px 0; }

.emailButton {
  margin-right: -3px;
  border: 1px solid #dedede;
  border-right: 0;
  border-radius: 5px 0 0 5px; }
  .emailButton:hover {
    border-right: 1px solid #dedede; }

.salesButton {
  padding: 10px 20px 10px;
  height: 45px;
  display: inline-block;
  background: #0083bf url(../../../images/background_assets/arrow-right.png) 90% 50% no-repeat;
  border-radius: 5px; }
  .salesButton p {
    padding-top: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    padding-right: 20px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .salesButton p {
        padding-right: 60px; } }
  .productSidebar .salesButton {
    margin-top: 20px;
    width: 100%; }
    @media (max-width: 1200px) {
      .productSidebar .salesButton {
        height: 65px; } }

.nextProduct {
  display: inline-block;
  background: url(../../../images/background_assets/arrow-right_white.png) 100% 20% no-repeat; }
  @media (min-width: 768px) and (max-width: 979px) {
    .nextProduct {
      margin-left: 20px; } }
  @media (max-width: 700px) {
    .nextProduct {
      margin-top: 15px;
      margin-left: 20px; } }
  .nextProduct p {
    padding-top: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    padding-right: 40px;
    text-transform: uppercase; }
    @media (max-width: 700px) {
      .nextProduct p {
        padding-right: 50px; } }
    @media (min-width: 1200px) {
      .nextProduct p {
        padding-right: 60px; } }

.brochureDownload {
  color: #333333;
  height: 45px;
  position: relative;
  top: 2px;
  margin-right: 30px;
  display: inline-block;
  border-radius: 5px;
  background: #fff; }
  @media (max-width: 480px) {
    .brochureDownload {
      margin-top: 10px; } }
  .brochureDownload p {
    padding-top: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    display: inline-block; }
    @media (min-width: 1200px) {
      .brochureDownload p {
        padding-right: 60px; } }
  .brochureDownload .iconWrapper {
    display: inline-block;
    background-color: #0083bf;
    height: 100%;
    padding: 10px 15px 9px 15px;
    border-radius: 0 5px 5px 0; }

.btn, input[type="submit"].btn {
  display: inline-block;
  padding: 12px 16px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap; }
  .btn.bottom, input[type="submit"].btn.bottom {
    margin-bottom: 1.5em; }
  .btn:focus, input[type="submit"].btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, input[type="submit"].btn:hover, input[type="submit"].btn:focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active, input[type="submit"].btn:active, input[type="submit"].btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn, input[type="submit"].btn.disabled, input[type="submit"].btn[disabled], fieldset[disabled] input[type="submit"].btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none; }

.btn-standard, .btn-ghost {
  font-size: 14px;
  font-family: 'knowledge_regular';
  padding: 15px 20px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn-default {
  color: #fff;
  background-color: #a7a9aa;
  border-color: #a7a9aa; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #9a9c9d;
    border-color: #8d9091; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #a7a9aa;
    border-color: #a7a9aa; }

.btn-primary, input[type="submit"].btn-primary.btn {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, input[type="submit"].btn-primary.btn:hover, input[type="submit"].btn-primary.btn:focus, input[type="submit"].btn-primary.btn:active, input[type="submit"].btn-primary.btn.active {
    background-color: #357ebd;
    border-color: #3071a9; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active, input[type="submit"].btn-primary.btn.disabled:hover, input[type="submit"].btn-primary.btn.disabled:focus, input[type="submit"].btn-primary.btn.disabled:active, input[type="submit"].btn-primary.btn.disabled.active, input[type="submit"].btn-primary.btn[disabled]:hover, input[type="submit"].btn-primary.btn[disabled]:focus, input[type="submit"].btn-primary.btn[disabled]:active, input[type="submit"].btn-primary.btn[disabled].active, fieldset[disabled] input[type="submit"].btn-primary.btn:hover, fieldset[disabled] input[type="submit"].btn-primary.btn:focus, fieldset[disabled] input[type="submit"].btn-primary.btn:active, fieldset[disabled] input[type="submit"].btn-primary.btn.active {
    background-color: #428bca;
    border-color: #428bca; }

.btn-standard {
  color: #fff;
  background-color: #ff8000;
  border-color: #ff8000; }
  .btn-standard:hover, .btn-standard:focus, .btn-standard:active, .btn-standard.active {
    background-color: #e67300;
    border-color: #cc6600; }
  .btn-standard.disabled:hover, .btn-standard.disabled:focus, .btn-standard.disabled:active, .btn-standard.disabled.active, .btn-standard[disabled]:hover, .btn-standard[disabled]:focus, .btn-standard[disabled]:active, .btn-standard[disabled].active, fieldset[disabled] .btn-standard:hover, fieldset[disabled] .btn-standard:focus, fieldset[disabled] .btn-standard:active, fieldset[disabled] .btn-standard.active {
    background-color: #ff8000;
    border-color: #ff8000; }

.btn-ghost {
  color: #ff8000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff8000; }
  .btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #cc6600; }
  .btn-ghost.disabled:hover, .btn-ghost.disabled:focus, .btn-ghost.disabled:active, .btn-ghost.disabled.active, .btn-ghost[disabled]:hover, .btn-ghost[disabled]:focus, .btn-ghost[disabled]:active, .btn-ghost[disabled].active, fieldset[disabled] .btn-ghost:hover, fieldset[disabled] .btn-ghost:focus, fieldset[disabled] .btn-ghost:active, fieldset[disabled] .btn-ghost.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff8000; }
  .btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost.active {
    color: #cc6600; }

.btn-warning, input[type="submit"].btn-warning.btn {
  color: #fff;
  background-color: #ff8000;
  border-color: #ff8000; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, input[type="submit"].btn-warning.btn:hover, input[type="submit"].btn-warning.btn:focus, input[type="submit"].btn-warning.btn:active, input[type="submit"].btn-warning.btn.active {
    background-color: #e67300;
    border-color: #cc6600; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active, input[type="submit"].btn-warning.btn.disabled:hover, input[type="submit"].btn-warning.btn.disabled:focus, input[type="submit"].btn-warning.btn.disabled:active, input[type="submit"].btn-warning.btn.disabled.active, input[type="submit"].btn-warning.btn[disabled]:hover, input[type="submit"].btn-warning.btn[disabled]:focus, input[type="submit"].btn-warning.btn[disabled]:active, input[type="submit"].btn-warning.btn[disabled].active, fieldset[disabled] input[type="submit"].btn-warning.btn:hover, fieldset[disabled] input[type="submit"].btn-warning.btn:focus, fieldset[disabled] input[type="submit"].btn-warning.btn:active, fieldset[disabled] input[type="submit"].btn-warning.btn.active {
    background-color: #ff8000;
    border-color: #ff8000; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #d43f3a;
    border-color: #c9302c; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #4cae4c;
    border-color: #449d44; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #46b8da;
    border-color: #31b0d5; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link {
  color: #0083bf;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.btn-link:hover, .btn-link:focus {
  color: #0083bf;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #898989;
  text-decoration: none; }

.btn-large {
  padding: 14px 16px;
  font-size: 20px;
  border-radius: 6px; }

.btn-medium {
  padding: 3px 15px;
  font-size: 16px; }

.btn-small {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

input[type="submit"].btn {
  background-image: none;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-filter: 0;
          filter: 0;
  margin: 0.75em 0;
  text-shadow: none; }
  input[type="submit"].btn:focus {
    outline: none; }
  input[type="submit"].btn.eqformbutton {
    float: right;
    margin: 20px 260px 20px 0;
    height: auto !important;
    width: auto !important; }

.btn-round {
  margin-top: 18px;
  border-radius: 12px;
  color: #fff !important;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.btn-round {
  display: inline-block;
  float: left; }
  @media (min-width: 786px) {
    a.btn-round {
      float: none; } }
  @media (max-width: 480px) {
    a.btn-round {
      margin-left: -15px; } }

.centered-box {
  text-align: center; }
  .centered-box > img {
    margin-bottom: 1em; }
  .centered-box__title {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0 !important; }
  .centered-box__description {
    margin-bottom: 0; }

#user-feedback {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
  margin-top: -18px; }
  #user-feedback .icon-small {
    font-size: 10px; }
  #user-feedback .feedback-button {
    background-color: #ff8300;
    color: white;
    padding: 10px 15px; }

.home .press-release {
  list-style: none; }
  .home .press-release li {
    position: relative;
    padding: 15px 0; }
  .home .press-release a {
    position: relative;
    top: 5px;
    left: 0; }
  .home .press-release small {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400; }
.home .home-hero {
  position: relative;
  height: 500px;
  overflow: hidden; }
  .home .home-hero img {
    max-width: none;
    overflow: hidden;
    min-width: 100%;
    min-height: 500px; }
  @media (min-width: 600px) {
    .home .home-hero {
      min-width: 100%;
      max-height: 100%; } }
  @media (min-width: 672px) {
    .home .home-hero {
      margin-left: -15px;
      margin-right: -15px; } }
.home .hero-content {
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  width: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }
  .home .hero-content > p, .home .hero-content > h2, .home .hero-content > a {
    padding-left: 8px;
    padding-right: 8px; }
  @media (max-width: 500px) {
    .home .hero-content .btn-warning {
      display: inline;
      color: #ff8100;
      background-color: transparent;
      border: 0;
      padding: 0;
      margin: 0; }
 }
  @media (min-width: 600px) {
    .home .hero-content {
      width: 600px;
      padding: 1.5em 1em;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: 0 auto; } }
  @media (min-width: 980px) {
    .home .hero-content {
      left: 46px;
      right: auto;
      bottom: 140px; } }
  @media (min-width: 1200px) {
    .home .hero-content {
      left: 16px; } }
.home .hero-date {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }
.home .hero-header {
  color: #fff;
  font-size: 20px;
  font-family: 'knowledge_bold';
  margin-bottom: 0 !important; }
  @media (min-width: 633px) {
    .home .hero-header {
      margin-bottom: inherit;
      font-size: 40px; } }
.home .hero-paragraph {
  color: #fff; }
  @media (max-width: 500px) {
    .home .hero-paragraph {
      margin-bottom: 0; } }
.home .hero-extra {
  position: absolute;
  right: 35px;
  bottom: 35px; }
  .home .hero-extra ul {
    list-style: none; }
  .home .hero-extra li {
    padding: 1em;
    margin-bottom: 5px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6); }
    .home .hero-extra li a {
      color: #fff;
      display: block;
      width: 75%; }
  @media (max-width: 765px) {
    .home .hero-extra {
      display: none; } }

.header-text {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px; }
  @media (min-width: 600px) {
    .header-text {
      top: -25px; } }
  @media (min-width: 980px) {
    .header-text {
      top: -139px; } }

.home-header-text {
  margin: 0 !important;
  font-family: 'knowledge_light'; }

.flexy {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  transition: top 0.25s ease; }
  @media (min-width: 600px) {
    .flexy {
      top: -25px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 980px) {
    .flexy {
      top: -139px; } }
  .flexy article + article {
    margin-top: 0; }
  .flexy picture img {
    height: 100%;
    max-width: inherit; }

.flexy__container {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease; }
  .flexy__container:after {
    display: table;
    content: " ";
    clear: both; }

.flexy__box {
  display: none;
  overflow: hidden;
  position: absolute;
  padding: 10px;
  transition: -webkit-transform 450ms cubic-bezier(0.28, 0.41, 0.035, 0.95);
  transition: transform 450ms cubic-bezier(0.28, 0.41, 0.035, 0.95); }
  .flexy__box.flexy__transform-animation {
    transition: -webkit-transform 1000ms ease, width 500ms ease;
    transition: transform 1000ms ease, width 500ms ease; }

.flexy__content {
  max-width: 500px;
  height: 100%;
  overflow: hidden;
  position: relative; }
  @media (min-width: 600px) {
    .flexy__content {
      max-width: 100%; } }
  .flexy__content .flexy__caption-box {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    background: rgba(0, 0, 0, 0.75); }
  .flexy__content .flexy__caption {
    color: #fff;
    margin: 0; }
  .flexy__content .flexy__eyebrow {
    color: #fff;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase; }

.flexy__text-box {
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 500px; }
  @media (min-width: 600px) {
    .flexy__text-box {
      max-width: auto; } }

.flexy__text-box--grey {
  background-color: #f6f6f6; }

.flexy__header {
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0; }

form.inline-elements > div:not(.metafield) {
  margin-bottom: 7px; }
form.inline-elements fieldset {
  border: 1px solid #bababa;
  margin-top: 10px; }
  @media (max-width: 1200px) {
    form.inline-elements fieldset {
      padding: 15px; } }
  form.inline-elements fieldset > legend {
    font-size: 1em;
    line-height: 120%;
    padding-left: 10px;
    text-align: left !important;
    width: 77%; }
form.inline-elements label {
  display: block;
  float: left;
  line-height: 150%;
  margin: 0 15px 0 0;
  padding: 1px 0 3px;
  text-align: right;
  width: 31%;
  word-wrap: break-word; }
  @media (max-width: 1200px) {
    form.inline-elements label {
      display: block;
      line-height: 100%;
      text-align: left;
      width: 100% !important; }
      form.inline-elements label.final {
        margin-bottom: 0 !important; } }
form.inline-elements .requiredField {
  color: red !important;
  display: inline;
  font-weight: bold;
  float: none; }
form.inline-elements .ws-errorbox {
  display: inline-block; }
  @media (max-width: 1200px) {
    form.inline-elements .ws-errorbox {
      display: block !important; } }
form.inline-elements .checkboxContainer {
  margin: 15px 0;
  position: relative; }
  form.inline-elements .checkboxContainer .checkboxLabel {
    height: 100%;
    position: absolute; }
    @media (max-width: 1200px) {
      form.inline-elements .checkboxContainer .checkboxLabel {
        position: static; } }
  form.inline-elements .checkboxContainer .checkboxes {
    position: relative;
    left: 33%;
    max-width: 66%; }
    form.inline-elements .checkboxContainer .checkboxes label {
      display: block;
      line-height: 100%;
      text-align: left !important;
      width: 100%; }
    @media (max-width: 1200px) {
      form.inline-elements .checkboxContainer .checkboxes {
        position: static;
        max-width: 100%; } }
form.inline-elements .radioContainer {
  margin: 10px 0; }
  form.inline-elements .radioContainer input[type="radio"] {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: auto !important; }
  form.inline-elements .radioContainer label.radioLabel {
    text-align: left;
    width: 20%; }
form.inline-elements select {
  clear: right;
  width: 46% !important; }
  @media (max-width: 1200px) {
    form.inline-elements select {
      display: block;
      width: 100% !important; } }
form.inline-elements input, form.inline-elements textarea {
  clear: right;
  width: 46% !important; }
  form.inline-elements input[type="checkbox"], form.inline-elements textarea[type="checkbox"] {
    display: inline-block;
    margin-right: 15px;
    width: auto !important; }
    @media (max-width: 1200px) {
      form.inline-elements input[type="checkbox"], form.inline-elements textarea[type="checkbox"] {
        display: inline-block;
        margin-right: 15px; } }
  form.inline-elements input[type="submit"], form.inline-elements textarea[type="submit"] {
    width: auto !important; }
    form.inline-elements input[type="submit"].btn.btn-warning, form.inline-elements textarea[type="submit"].btn.btn-warning {
      -webkit-filter: none;
              filter: none; }
    @media (max-width: 1200px) {
      form.inline-elements input[type="submit"], form.inline-elements textarea[type="submit"] {
        margin-left: 0 !important;
        width: auto !important; } }
  @media (max-width: 1200px) {
    form.inline-elements input, form.inline-elements textarea {
      display: block;
      width: 100% !important; } }

.hover-box {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  border-bottom: 5px solid #dedede;
  height: 150px;
  margin-bottom: 2em;
  color: #000; }
  .hover-box:hover, .hover-box:focus {
    color: #000;
    border: 1px solid #ff8100;
    border-bottom: 5px solid #ff8100; }
  .hover-box__container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }

.hover-box--support {
  border-radius: 4px;
  color: #fff;
  border-width: 1px;
  background-color: transparent;
  height: 90px;
  font-family: knowledge_light;
  font-size: 24px;
  line-height: 1em; }
  .hover-box--support:hover, .hover-box--support:focus {
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #fff; }
  .hover-box--support > .hover-box__container {
    width: 100%;
    padding: 32px 22px; }
    .hover-box--support > .hover-box__container:hover, .hover-box--support > .hover-box__container:focus {
      text-decoration: underline; }

.lists {
  list-style: none; }

ul.no-style {
  list-style: none;
  margin-left: 0; }

ul.overflow-list span {
  display: block;
  overflow: auto;
  padding-left: 0.5em; }

ul.marketingList, ul.productList {
  list-style: none;
  margin-left: 0; }
  ul.marketingList > li, ul.productList > li {
    font-family: 'knowledge_light'; }
  ul.marketingList p, ul.productList p {
    margin-top: 10px;
    font-size: 16px; }

ul.business_group {
  margin-left: 0; }

#menu-all-resources-menu li {
  font-weight: 500; }
#menu-all-resources-menu .sub-menu .sub-menu li {
  padding-left: 10px; }

table.productList thead th {
  text-align: left;
  text-transform: uppercase; }
table.productList th, table.productList td {
  padding-left: 15px;
  padding-right: 15px; }
table.productList p {
  margin: 0; }
table.productList td {
  vertical-align: top;
  padding-bottom: 10px; }

.pagination .active {
  font-weight: 700; }
.pagination ul > li > div {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }
.pagination ul > li:first-of-type > div {
  border-left: 1px solid #dddddd; }
.pagination ul > li > a {
  cursor: default; }

.banner-text {
  width: 65%;
  white-space: normal;
  padding-left: 0.2em; }
  .banner-text p {
    margin-top: 0.5em;
    margin-bottom: 0.2em; }
  .banner-text a {
    color: white; }

.featureSlideshow {
  background-color: #eeeeee;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 0; }
  .featureSlideshow:before {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.cycle-pager {
  background-color: #eeeeee;
  padding-bottom: 2px;
  text-align: center;
  cursor: pointer; }
  .cycle-pager span {
    font-size: 55px;
    padding-right: 10px;
    line-height: 50px;
    color: #dedede; }
  .cycle-pager .cycle-pager-active {
    color: #333333; }

.home .cycle-pager {
  background: none;
  position: absolute;
  right: 4%;
  bottom: 15px;
  z-index: 100; }

.slide .slide_text {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 42%;
  position: relative;
  left: 30px;
  top: 30px;
  padding: 30px; }
  @media (max-width: 1200px) {
    .slide .slide_text {
      width: 60%; } }
  @media (max-width: 767px) {
    .slide .slide_text {
      width: 80%; } }
  .slide .slide_text h1, .slide .slide_text h2 {
    color: #fff; }
  .slide .slide_text h1 {
    text-align: left;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0; }
    @media (max-width: 480px) {
      .slide .slide_text h1 {
        font-size: 24px !important;
        font-weight: 600; } }
  @media (max-width: 480px) {
    .slide .slide_text h2 {
      font-size: 16px !important; } }

.slidePrevious, .slideNext {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 999; }
  @media (max-width: 767px) {
    .slidePrevious, .slideNext {
      display: none; } }

.slidePrevious {
  float: left;
  background: url(../../../images/background_assets/carousel_arrow_left_on.png) 50% 50% no-repeat; }

.slideNext {
  float: right;
  background: url(../../../images/background_assets/carousel_arrow_right_on.png) 50% 50% no-repeat; }

.carousel {
  margin: 0 auto 10px; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 80%; }
  .carousel-inner .item {
    max-height: 349px;
    width: 100%; }
    .carousel-inner .item p {
      color: #FFFFFF; }

.carousel-caption h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'knowledge_regularregular', helvetica, arial, sans-serif; }

.carousel-caption p a {
  font-weight: bold; }

.carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); }

.carousel-outer {
  background-color: #666666; }

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/wp-content/images/background_assets/bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(/wp-content/images/background_assets/bigplay.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/wp-content/images/background_assets/loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/wp-content/images/background_assets/controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(/wp-content/images/background_assets/controls.png); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
    display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
    visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(20, 20, 20, 0.8); }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/wp-content/images/background_assets/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
.external-link {
  position: relative; }
  .external-link:before {
    color: #666666;
    position: absolute;
    font-size: 10px;
    line-height: 21px;
    right: 10px;
    content: '\f08e'; }
  .main-menu .external-link:before {
    display: none; }
    @media (min-width: 980px) {
      .main-menu .external-link:before {
        display: inline-block;
        left: 70px;
        top: 4px; } }

.utility-menu, .main-menu {
  font-family: 'Arial', sans-serif; }
  .utility-menu a, .main-menu a {
    color: #333333;
    font-family: 'Arial', sans-serif;
    text-decoration: none; }
  .utility-menu ul, .main-menu ul {
    list-style: none; }
  @media (min-width: 980px) {
    .utility-menu-top > li, .main-menu-top > li {
      float: left; }
 }

.has-children > a.menu-header, .no-children > a.menu-header {
  padding-left: 30px; }
  @media (min-width: 980px) {
    .has-children > a.menu-header, .no-children > a.menu-header {
      padding-left: 10px; } }

@media (min-width: 980px) {
  .utility-menu-top {
    float: right;
    margin-right: 205px; }
    .utility-menu-top > li > a:hover {
      color: #505050;
      background-color: #e9e9e9; }

  .main-menu-top {
    float: right;
    margin-right: 15px; }
 }

.utility-menu-top a, .main-menu-top a, .search-bar-options label {
  display: block;
  cursor: pointer; }

@media (min-width: 980px) {
  .branding-bar a {
    display: block;
    cursor: pointer; }
 }

.utility-menu-container, .main-menu-container, .branding-bar {
  position: relative;
  margin: 0 auto;
  max-width: 1230px; }

.utility-menu-top > li > a, .onePass > li > a {
  color: #cccccc;
  font-size: 11px;
  padding: 5px 15px 5px 13px;
  text-transform: uppercase; }

.utility-menu {
  display: none; }
  @media (min-width: 980px) {
    .utility-menu {
      display: block;
      background-color: #333333;
      width: 100%; } }
  .utility-menu .discover-tr {
    position: absolute; }
    @media (max-width: 1050px) {
      .utility-menu .discover-tr {
        display: none; } }
    .utility-menu .discover-tr.open .discover-tr-btn:after {
      content: '\f0d8'; }
    .utility-menu .discover-tr.open .discover-tr-btn a {
      text-decoration: underline; }
    .utility-menu .discover-tr.open .discover-tr-dropdown {
      display: block; }
    .utility-menu .discover-tr-btn {
      position: relative;
      left: 20px; }
      .utility-menu .discover-tr-btn:after {
        content: '\f0d7';
        position: absolute;
        top: 9px;
        right: 0;
        color: #e9e9e9;
        font-family: 'font-awesome';
        font-size: 9px; }
      .utility-menu .discover-tr-btn:hover {
        cursor: pointer; }
        .utility-menu .discover-tr-btn:hover a {
          text-decoration: underline; }
      .utility-menu .discover-tr-btn a {
        display: inline-block;
        padding: 5px 15px 5px 0;
        color: #e9e9e9;
        font-size: 11px;
        line-height: 21px;
        text-transform: uppercase; }
    .utility-menu .discover-tr-dropdown {
      position: absolute;
      z-index: 999;
      top: 31px;
      left: 20px;
      display: none;
      width: 100%;
      padding: 10px 0;
      background-color: #fcfcfc;
      background-color: rgba(252, 252, 252, 0.96);
      border: 1px solid #e9e9e9;
      border-top: none;
      border-radius: 0 0 5px 5px;
      box-shadow: 0 0 5px 0 rgba(68, 68, 68, 0.2); }
      .utility-menu .discover-tr-dropdown li {
        margin: 2px 0; }
      .utility-menu .discover-tr-dropdown a {
        display: block;
        color: #555;
        padding: 5px 20px 3px;
        border-bottom: 2px solid transparent;
        font-family: 'knowledge_light', Arial, sans-serif;
        font-size: 14px;
        text-render: optimizeLegibility;
        line-height: 1; }
        .utility-menu .discover-tr-dropdown a:hover {
          color: #f95b06;
          text-decoration: underline; }
  .utility-menu .children {
    position: absolute;
    z-index: 1000;
    background-color: #e9e9e9;
    left: 0;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .utility-menu .children.utility-menu-content {
      width: 550px;
      left: -252px;
      padding: 15px 15px 30px 30px; }
    .utility-menu .children--active {
      background-color: #e9e9e9; }
      .utility-menu .children--active > a {
        color: #505050; }
    .utility-menu .children a {
      font-size: 12px;
      padding-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #0083bf;
      font-weight: normal; }
      .utility-menu .children a:hover {
        text-decoration: underline; }
    .utility-menu .children sup {
      position: relative;
      top: 0;
      font-size: 6px;
      vertical-align: super;
      left: 1px;
      top: -1px; }
  .utility-menu .account > a {
    font-weight: bold;
    font-size: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 15px !important; }
  .utility-menu .account > ul {
    background-color: #f6f6f6; }
  .utility-menu .children .account a {
    font-size: 14px;
    padding-left: 0; }
  .utility-menu .account__tax {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 299px;
    border-right: 1px solid #bababa;
    font-weight: bold;
    background-color: #e9e9e9; }
    .utility-menu .account__tax span {
      display: block;
      color: #898989;
      font-size: 12px;
      font-weight: normal;
      line-height: 16px; }
  .utility-menu .account__cs {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 190px;
    padding-left: 30px;
    padding-top: 23px;
    font-weight: bold; }
    .utility-menu .account__cs span, .utility-menu .account__cs li li {
      display: block;
      color: #898989;
      font-size: 12px;
      font-weight: normal;
      line-height: 16px; }
    .utility-menu .account__cs ul ul {
      list-style: disc;
      padding-top: 5px; }
  .utility-menu .children .account a {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0; }
  .utility-menu .children .account__tax .status > a, .utility-menu .children .account__cs .status > a {
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 10px; }

.branding-bar {
  position: relative;
  background-color: #666666;
  min-height: 65px; }
  @media (min-width: 500px) and (max-width: 979px) {
    .branding-bar {
      min-height: 42px; } }
  @media (min-width: 980px) {
    .branding-bar {
      min-height: inherit; } }

.branding-mobile {
  background-color: #555;
  width: 100%;
  clear: both;
  z-index: 800;
  display: block; }
  @media (min-width: 980px) {
    .branding-mobile {
      display: none; } }
  @media (min-width: 500px) and (max-width: 979px) {
    .branding-mobile {
      display: none; } }
  .branding-mobile p {
    color: #cccccc;
    padding: 2px 15px;
    margin: 0;
    font-family: 'knowledge_light', Arial, sans-serif;
    font-size: 12px; }

@media (min-width: 500px) and (max-width: 979px) {
  img.desktop-only {
    display: inline-block !important; }
  img.mobile-only {
    display: none !important; }
 }

.branding-item {
  position: relative;
  float: left;
  max-width: 85%;
  padding-left: 10px; }
  @media (min-width: 980px) {
    .branding-item {
      padding-left: 20px; } }
  @media (max-width: 304px) {
    .branding-item {
      max-width: 100%; } }
  .branding-item .tac-logo {
    display: inline-block;
    width: 240px;
    height: 47px;
    background-image: url(/wp-content/images/thomson-reuters-tac-white@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 12px 0 9px;
    text-indent: -999px; }
    .lt-ie9 .branding-item .tac-logo {
      background-image: url(/wp-content/images/thomson-reuters-tac-white.png); }
      @media (max-width: 979px) {
        .lt-ie9 .branding-item .tac-logo {
          background-image: url(/wp-content/images/thomson-reuters-logo-white.png); } }
    @media (max-width: 979px) {
      .branding-item .tac-logo {
        background-image: url(/wp-content/images/thomson-reuters-logo-white@2x.png);
        width: 168px;
        height: 26px;
        margin: 9px 0 7px; } }
  .branding-item .business-unit {
    position: relative;
    top: 15px;
    display: inline-block;
    margin-left: 21px;
    padding: 5px 0 0 25px;
    font-size: 15px;
    font-family: 'knowledge_light', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 979px) {
      .branding-item .business-unit {
        top: 1px;
        padding-top: 0; } }
    @media (max-width: 480px) {
      .branding-item .business-unit {
        display: none; } }

.branding-search {
  position: relative;
  float: right; }
  @media (min-width: 980px) {
    .branding-search a.data-mobile, .branding-search a.data-search {
      display: none; }
 }
  .branding-search i {
    color: #fff;
    line-height: 42px; }

.utility-menu .fa, .search-bar .fa {
  color: #ff8000;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  vertical-align: -8%; }

.branding-bar .fa {
  font-size: 1.5em;
  font-weight: normal;
  vertical-align: -2%;
  font-style: normal;
  padding-left: 10px;
  padding-right: 5px; }
  @media (min-width: 980px) {
    .branding-bar .fa {
      font-size: 0.9em;
      padding-right: 8px; } }
.branding-bar .fa-search {
  padding-right: 10px; }
  .branding-bar .fa-search:hover {
    background-color: #ff8000; }
    @media (min-width: 980px) {
      .branding-bar .fa-search:hover {
        padding: 7px 13px 22px 10px; } }
  .branding-bar .fa-search--active {
    background-color: #ff8000; }
    @media (min-width: 980px) {
      .branding-bar .fa-search--active {
        padding: 7px 13px 22px 10px; } }

.fa-cog:before {
  content: "\f013"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-search:before {
  content: "\f002"; }

.main-menu {
  border-bottom: 2px solid #555; }
  @media (max-width: 500px) {
    .main-menu {
      border-bottom: none; } }
  .main-menu-container {
    background-color: #fff;
    display: none; }
    @media (min-width: 980px) {
      .main-menu-container {
        background-color: #666666;
        display: block; } }
    .main-menu-container--active {
      display: block; }
  .main-menu a {
    position: relative;
    display: block;
    padding: 20px 15px;
    border-bottom: 2px solid #666666;
    font-size: 15px; }
    @media (min-width: 980px) {
      .main-menu a {
        color: #fff; } }
    .main-menu a.mobile-indent {
      padding-left: 45px; }
      @media (min-width: 980px) {
        .main-menu a.mobile-indent {
          padding-left: 10px; } }
    .main-menu a.mobile-indent--child {
      padding-left: 60px; }
      @media (min-width: 980px) {
        .main-menu a.mobile-indent--child {
          padding-left: 10px; } }
    .main-menu a:after {
      display: inline;
      font-size: inherit;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      line-height: 57px;
      content: '\f105';
      font-size: 32px;
      position: absolute;
      top: 0;
      right: 19px; }
  .main-menu-top > .has-children .children {
    margin-top: 2px; }
  .main-menu .divider {
    display: none; }
    @media (min-width: 980px) {
      .main-menu .divider {
        display: block; } }
    .main-menu .divider hr {
      border-top: 2px solid #dddddd; }

@media (min-width: 980px) {
  .main-menu {
    background-color: #666666; }
    .main-menu .menu-header {
      font-size: 16px;
      font-family: 'Arial', sans-serif;
      font-weight: bold;
      color: #ff8000; }
    .main-menu .menu-header--store {
      color: #0083bf;
      font-weight: normal; }

  .no-children a.menu-header.menu-header--store {
    padding-top: 15px; }

  a.menu-header.menu-header--store.menu-header--title {
    margin-top: -13px; }
 }

@media (min-width: 980px) {
  .main-menu-top > li > ul .children {
    display: block; }
 }

@media (min-width: 980px) {
  .main-menu-top > .has-children {
    position: static; }
    .main-menu-top > .has-children > a:after {
      display: inline;
      font-size: inherit;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      top: 13px;
      right: 6px;
      font-size: 10px;
      content: '\f0d7'; }
    .main-menu-top > .has-children.children--active > a:after {
      display: inline;
      font-size: inherit;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      right: 6px;
      font-size: 10px;
      content: '\f0d8'; }
  .main-menu-top > li > a {
    display: block;
    padding: 30px 16px 17px 10px;
    margin-left: 10px;
    margin-bottom: -2px;
    font-family: 'knowledge_light';
    border-bottom: 2px solid #555; }
  .main-menu-top > li a:after {
    content: ''; }
  .main-menu-top > li > ul {
    position: absolute;
    padding: 10px 10px 20px 10px;
    left: 0;
    right: 0; }
    .main-menu-top > li > ul a {
      border-bottom: 0;
      color: #666666;
      font-size: 14px;
      font-weight: 700;
      padding: 3px 0; }
    .main-menu-top > li > ul a.menu-header--second {
      padding-top: 23px; }
 }

.ad-well {
  display: none; }
  @media (min-width: 980px) {
    .ad-well {
      display: block; } }

.desktop-only {
  display: none !important; }
  @media (min-width: 980px) {
    .desktop-only {
      display: inline-block !important; } }

.mobile-only {
  display: block !important; }
  @media (min-width: 980px) {
    .mobile-only {
      display: none !important; } }
  .mobile-only.main-utility {
    background-color: #333333; }
    .mobile-only.main-utility > a {
      color: #fff; }

@media (min-width: 980px) {
  .main-menu-top .ad-well a {
    display: inline;
    font-weight: normal;
    padding: 0; }
  .ad-well p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    color: #666666; }
  .ad-well a + p a {
    font-size: 16px; }
  .ad-well p {
    margin-top: 15px; }
    .ad-well p + p {
      margin-top: 10px; }
 }

.has-children {
  position: relative; }
  .has-children .children {
    display: none; }
  .has-children > a:after {
    content: '+';
    right: 14px;
    font-size: 32px; }
    .utility-menu .has-children > a:after {
      position: relative;
      display: inline;
      font-size: inherit;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      font-size: 10px;
      content: '\f0d7';
      top: 0;
      right: -4px; }
  .has-children.children--active > .children {
    display: block;
    z-index: 10;
    border: 0; }
    @media (min-width: 980px) {
      .has-children.children--active > .children {
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        z-index: 15; } }
    .main-menu .has-children.children--active > .children {
      background-color: #fff; }
  .main-menu .has-children.children--active > a {
    color: #ff8000; }
    @media (min-width: 980px) {
      .main-menu .has-children.children--active > a {
        color: #f6f6f6;
        border-bottom: 2px solid #ff8000; } }
  .has-children.children--active > a:after {
    right: 14px;
    content: '\2014';
    font-size: 24px; }
  .utility-menu .has-children.children--active > a:after {
    content: '\f0d8';
    right: -4px;
    font-size: 10px; }
  @media (min-width: 980px) {
    .has-children p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 21px;
      color: #666666; } }

@media (min-width: 980px) {
  .main-menu .has-children > a:hover, .main-menu .no-children > a:hover {
    border-bottom-color: #ff8000; }
  .main-menu .children a:hover {
    color: #ff8000;
    border-bottom: none !important; }

  .children.indent li a {
    padding-left: 20px;
    font-weight: normal; }

  a.menu-header--store:hover {
    color: #0083bf !important;
    text-decoration: underline; }

  .search-container {
    position: relative;
    max-width: 1230px;
    margin: 0 auto; }
 }

.search-bar {
  display: none;
  background-color: #ff8000;
  padding: 7px;
  position: absolute;
  top: 42px;
  width: 100%; }
  @media (min-width: 980px) {
    .search-bar {
      display: block !important;
      z-index: 1000;
      background-color: transparent;
      width: 175px;
      top: -100px;
      right: 20px;
      padding: 0; } }
  @media (max-width: 304px) {
    .search-bar {
      top: 109px; } }
  .search-bar--active {
    display: block;
    z-index: 1000; }
    @media (min-width: 980px) {
      .search-bar--active .search-bar-options {
        display: block !important; }
 }
  .search-bar form {
    margin: 0; }
  .search-bar i {
    font-style: normal; }

.search-bar-form {
  display: block;
  margin: 0 auto;
  width: 100%; }

input.search-bar-form::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold; }
input.search-bar-form:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: bold; }
input.search-bar-form::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: bold; }
input.search-bar-form:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold; }

input.search-bar-form, label.search-bar-form {
  margin: 0;
  max-height: 22px;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0; }
  @media (min-width: 980px) {
    input.search-bar-form, label.search-bar-form {
      width: 100%;
      padding: 0 20px 0 5px; } }

label.search-bar-form {
  width: 14px;
  position: absolute;
  top: 3px;
  right: 6px;
  padding: 0; }
  label.search-bar-form .fa {
    font-size: 1.3em;
    padding: 3px;
    cursor: pointer; }

.search-bar-options {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  padding-left: 7px;
  list-style: none; }
  @media (min-width: 980px) {
    .search-bar-options {
      background-color: #ff8000;
      padding: 15px 15px 7px 15px;
      margin-top: -3px;
      display: none; } }
  .search-bar-options > li > input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    vertical-align: 2%;
    margin-left: -1px; }
  .search-bar-options > li > label {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 5px; }

.store-well {
  background-color: #f6f6f6;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -5px;
  padding: 7px 10px 10px 10px; }

.uppercase {
  text-transform: uppercase !important; }

@media (min-width: 980px) {
  .col-4 {
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .col-offset-4 {
    margin-left: 25%; }
 }

@media (max-width: 768px) {
  #utilitynav, #brandnav {
    display: none; } }

#mobilenav {
  position: fixed;
  top: 0; }
  @media (min-width: 769px) {
    #mobilenav {
      display: none; } }
  @media (max-width: 600px) {
    #mobilenav {
      position: absolute; } }

@media (max-width: 768px) {
  #header {
    height: 136px;
    margin-bottom: 8px; } }

@media (max-width: 768px) {
  #page-main {
    position: relative; } }

body.admin-bar #mobilenav {
  top: 46px; }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

.icon-reorder {
  float: left; }

.icon-search {
  color: #333333; }

.naviconSearch {
  border-bottom: 1px solid #666666;
  height: 55px;
  margin-top: -15px;
  padding: 15px 30px; }

.open-search, .close-search {
  float: right;
  position: relative; }

.close-search {
  margin-top: -15px; }
  .close-search form {
    position: relative;
    right: -20px;
    height: 55px;
    margin: 0; }
    .close-search form input {
      border-top: 0;
      border-bottom: 1px solid #666666;
      height: 54px;
      margin: 0;
      padding: 0 0.5em;
      -webkit-appearance: none;
      border-radius: 0; }
  .close-search .mobileSubmit {
    position: absolute;
    top: 9px;
    right: 10px; }
    .close-search .mobileSubmit:before {
      font-family: PagelinesFont;
      color: #333333;
      content: '\f002';
      font-size: 22px; }

.section-mobilenav ul {
  list-style: none; }
.section-mobilenav .mobileMenu {
  margin-left: -30px;
  margin-right: -30px; }
.section-mobilenav .mainlogo-img {
  display: block;
  max-width: 347px;
  margin: 0 auto;
  padding-top: 1em; }
.section-mobilenav .texture {
  border: 0; }
.section-mobilenav i {
  font-size: 22px; }

#menu-mobile-menu {
  display: none; }
  #menu-mobile-menu.revealMenu {
    display: block; }
  #menu-mobile-menu a {
    display: block;
    padding: 1em 30px;
    font-size: 18px;
    font-family: knowledge_medium;
    color: #666666; }
  #menu-mobile-menu li {
    border-bottom: 1px solid #bababa;
    position: relative; }
    #menu-mobile-menu li:first-child {
      border-top: 1px solid #bababa; }
    #menu-mobile-menu li.menu-item-has-children {
      background: url(/wp-content/images/background_assets/plus.png) 90% 50% no-repeat; }
    #menu-mobile-menu li.menu-item-has-children.mobile-selected {
      background: none; }
      #menu-mobile-menu li.menu-item-has-children.mobile-selected > a {
        background: url(/wp-content/images/background_assets/minus.png) 90% 50% no-repeat; }
    #menu-mobile-menu li:not(.menu-item-has-children) {
      background: url(/wp-content/images/background_assets/mobile-arrow.png) 90% 50% no-repeat; }
    #menu-mobile-menu li.mobile-grey {
      background: #666666 url(/wp-content/images/background_assets/mobile-arrow-white.png) 90% 50% no-repeat; }
      #menu-mobile-menu li.mobile-grey a {
        color: #fff; }
  #menu-mobile-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-family: 'knowledge_regular'; }
  #menu-mobile-menu > li > .sub-menu > li.menu-item-has-children {
    background: url(/wp-content/images/background_assets/plus-hover.png) 90% 50% no-repeat; }
    #menu-mobile-menu > li > .sub-menu > li.menu-item-has-children > a {
      color: #ff8000; }
  #menu-mobile-menu > li > .sub-menu > li.menu-item-has-children.mobile-selected {
    background: none; }
    #menu-mobile-menu > li > .sub-menu > li.menu-item-has-children.mobile-selected > a {
      background: url(/wp-content/images/background_assets/minus-hover.png) 90% 50% no-repeat; }
  #menu-mobile-menu > li .sub-menu {
    display: none; }
    #menu-mobile-menu > li .sub-menu li {
      padding-left: 15px; }
      #menu-mobile-menu > li .sub-menu li:last-child {
        border-bottom: 0; }
    #menu-mobile-menu > li .sub-menu.block {
      display: block; }

.oo_feedback_float {
  transition: right 0.2s !important; }

.resultBox {
  padding: 1.2em 0 1.2em 0;
  border-bottom: 1px solid #bababa; }
  .resultBox img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 35%; }
  .resultBox a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem; }
  .resultBox p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #898989;
    margin-bottom: 0 !important; }
  .resultBox p + p {
    margin: 0; }

.viewMore {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem; }
  .viewMore .caret {
    position: relative;
    top: 7px;
    left: 7px;
    border-top-color: #0083bf;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.productFormat strong {
  color: #898989; }

.gsc-option-menu-container {
  width: 60%; }

.gsc-selected-option-container {
  width: 100%;
  padding: 5px; }

.gsc-selected-option {
  width: auto;
  text-align: left; }

.gs-title {
  height: auto !important;
  text-decoration: none !important; }

.searchResults h1 {
  font-family: 'knowledge_light';
  display: inline-block;
  position: relative;
  top: 35px; }
.searchResults .gsc-control-cse {
  padding: 0; }
.searchResults .fullSpan {
  padding-top: 15px;
  padding-bottom: 15px; }

.resultContainer {
  padding-top: 30px;
  padding-bottom: 30px; }

#marketingSearch {
  padding-right: 30px; }

.storeSearch h2 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'Arial';
  margin-top: 50px;
  padding-bottom: 9px;
  border-bottom: 1px solid #E9E9E9;
  font-weight: 700;
  color: #0083bf; }

.googleSearchBoxResults {
  float: right;
  position: relative;
  bottom: 40px; }
  .googleSearchBoxResults input[type="text"] {
    height: 45px;
    width: 300px;
    border-radius: 0; }
  .googleSearchBoxResults .iconWrap {
    display: inline-block;
    position: relative;
    top: -3px;
    left: -4px;
    width: 45px;
    height: 45px;
    background: #bababa; }
  .googleSearchBoxResults .icon-search {
    line-height: 45px;
    position: relative;
    left: 15px;
    color: #fff; }

.fullSpan {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  .fullSpan.grey {
    background: #eeeeee; }

/* http://nicolasgallagher.com/micro-clearfix-hack */
.clearfix, .cs-gatekeeper .inline-elements > div, .cs-gatekeeper .checkbox-container, .cs-gatekeeper .checkbox-container .checkboxes, .cs-gatekeeper .radio-container, form.inline-elements > div:not(.metafield), form.inline-elements .checkboxContainer, form.inline-elements .checkboxContainer .checkboxes, form.inline-elements .radioContainer {
  zoom: 1; }

.clearfix:after, .cs-gatekeeper .inline-elements > div:after, .cs-gatekeeper .checkbox-container:after, .cs-gatekeeper .checkbox-container .checkboxes:after, .cs-gatekeeper .radio-container:after, form.inline-elements > div:not(.metafield):after, form.inline-elements .checkboxContainer:after, form.inline-elements .checkboxContainer .checkboxes:after, form.inline-elements .radioContainer:after {
  clear: both; }

.clearfix:after, .cs-gatekeeper .inline-elements > div:after, .cs-gatekeeper .checkbox-container:after, .cs-gatekeeper .checkbox-container .checkboxes:after, .cs-gatekeeper .radio-container:after, form.inline-elements > div:not(.metafield):after, form.inline-elements .checkboxContainer:after, form.inline-elements .checkboxContainer .checkboxes:after, form.inline-elements .radioContainer:after, .clearfix:before, .cs-gatekeeper .inline-elements > div:before, .cs-gatekeeper .checkbox-container:before, .cs-gatekeeper .checkbox-container .checkboxes:before, .cs-gatekeeper .radio-container:before, form.inline-elements > div:not(.metafield):before, form.inline-elements .checkboxContainer:before, form.inline-elements .checkboxContainer .checkboxes:before, form.inline-elements .radioContainer:before {
  display: table;
  content: ""; }

.accordion > section {
  display: block; }

.accordion > section > :first-child + * {
  overflow: hidden;
  transition-duration: 0.25s;
  transition-property: height; }

.js .accordion > section > :first-child {
  cursor: pointer; }

.tabs {
  overflow-y: hidden;
  position: relative;
  z-index: 1; }

.tabs.cross-fade.transition {
  transition-duration: 0.25s; }

.tabs.cross-fade.transition > section {
  transition-duration: 0.25s; }

.js .tabs.hide-title > section > :first-child {
  display: none; }

.tabs > section {
  width: 100%; }

.js .tabs > section {
  opacity: 0;
  position: absolute;
  visibility: hidden; }

.tabs > section[aria-expanded="true"] {
  opacity: 1;
  visibility: visible; }

.tabs > ul {
  position: relative;
  z-index: 99; }

.tabs > ul > li {
  cursor: pointer; }

/**
 *
 *      DETACHED DEFAULTS
 *
 * 
 */
.detached {
  margin: 24px 0;
  padding-bottom: 60px; }

.detached:focus {
  outline: none; }

.detached.accordion > section {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 24px 0 0 0; }

.detached.accordion > section > * {
  max-width: 100%; }

.detached.accordion > section[aria-expanded="true"] > :first-child {
  border-bottom-color: #dddddd; }

.detached.accordion > section > :first-child {
  margin-top: 0; }

.js .detached.accordion > section {
  padding: 0; }

.js .detached.accordion > section > :first-child {
  border-bottom: 1px solid transparent;
  color: #0073CF;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 12px 24px;
  transition: 0.5s; }

.js .detached.accordion > section > :first-child + * > * {
  padding: 24px; }

.js .detached.accordion > section > :first-child + * > * > * {
  max-width: 100%; }

.js .detached.accordion > section > :first-child + * > * > :first-child {
  margin-top: 0; }

.js .detached.accordion > section > :first-child + * > * > :last-child {
  margin-bottom: 0; }

.detached.accordion > section > :last-child {
  margin-bottom: 0; }

.detached.accordion > section + section {
  margin-top: 12px; }

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

.js .detached.tabs.hide-title > section > :first-child + * {
  margin-top: 0; }

.detached.tabs > section {
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 24px 0 0 0;
  text-align: left;
  scroll: none; }

.detached.tabs > section > :first-child {
  margin-top: 0; }

.js .detached.tabs > section > * > * > * {
  max-width: 100%; }

.js .detached.tabs > section > * > * > :first-child {
  margin-top: 0; }

.js .detached.tabs > section > * > * > :last-child {
  margin-bottom: 0; }

.detached.tabs > section > :last-child {
  margin-bottom: 0; }

.detached.tabs > section + section {
  margin-top: 12px; }

.js .detached.tabs > section + section {
  margin-top: 0; }

.detached.tabs > ul {
  zoom: 1;
  margin: 0;
  display: table;
  padding: 0 15px;
  list-style: none; }
  .detached.tabs > ul :after {
    clear: both; }
  .detached.tabs > ul :after, .detached.tabs > ul :before {
    display: table;
    content: ""; }

.detached.tabs > ul > li {
  border: 1px solid #dddddd;
  position: relative;
  display: inline-block;
  border-top: 2px solid #dddddd;
  margin: -1px;
  padding: 12px 32px;
  min-width: 8em;
  background-color: #EEEEEE;
  color: #808080;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial; }
  .detached.tabs > ul > li.current {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid white !important;
    color: #FC8812;
    pointer-events: none;
    z-index: 5; }
  .detached.tabs > ul > li li {
    margin-left: -1px; }

.page .tabs-openweb, .page .tabs-openweb-onpage {
  list-style: none;
  padding: 0;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.04) 100%);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.04);
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 15px;
  border-top: 2px solid #eee; }
  .page .tabs-openweb a, .page .tabs-openweb-onpage a {
    float: left;
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #888;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 4em;
    padding-right: 4em;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #e5e5e5; }
    .page .tabs-openweb a.active, .page .tabs-openweb-onpage a.active {
      background-color: #fff !important;
      border-bottom: 2px solid #fff;
      color: #ff8100; }
    .page .tabs-openweb a:hover, .page .tabs-openweb-onpage a:hover, .page .tabs-openweb a:focus, .page .tabs-openweb-onpage a:focus {
      background-color: #f7f7f7; }
  .page .tabs-openweb:after, .page .tabs-openweb-onpage:after {
    display: table;
    content: '';
    clear: both; }

@media (min-width: 980px) {
  .tabs-accordion {
    min-height: 900px; } }
.tabs-accordion .panel-body {
  display: none; }
.tabs-accordion .panel-active .panel-body {
  display: block; }

.panel-toggle {
  color: #000; }

.panel-title {
  background-image: url('/wp-content/images/background_assets/plus.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #e5e5e5;
  font-family: 'knowledge-regular';
  letter-spacing: 0.25px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  cursor: pointer; }
  .panel-title:hover, .panel-title:focus {
    color: #ff8100;
    background-image: url('/wp-content/images/background_assets/plus-hover.png'); }
    .toggled .panel-title:hover, .toggled .panel-title:focus {
      background-image: url('/wp-content/images/background_assets/minus.png'); }
  .toggled .panel-title, .panel-active .panel-title {
    color: #ff8100;
    background-image: url('/wp-content/images/background_assets/minus-hover.png'); }
    .toggled .panel-title:hover, .toggled .panel-title:focus, .panel-active .panel-title:hover, .panel-active .panel-title:focus {
      color: #000; }

.panel-body {
  padding-top: 1em;
  padding-bottom: 0.5em; }

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%; }

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important; }

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.reveal-animation.ng-enter {
  opacity: 0;
  transition: 0.5s linear all; }

.reveal-animation.ng-enter-stagger {
  transition-delay: 0.5s;
  transition-duration: 0; }

.reveal-animation.ng-enter.ng-enter-active {
  opacity: 1; }

.reveal-animation.ng-leave {
  opacity: 1;
  transition: 0.2s linear all; }

.reveal-animation.ng-leave-stagger {
  transition-delay: 0.5s;
  transition-duration: 0; }

.reveal-animation.ng-leave.ng-leave-active {
  opacity: 0; }

.videos .modal-backdrop, .videos .modal-backdrop.fade.in {
  background-color: #000; }
.videos .modal {
  left: 20%;
  width: 60%;
  margin-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none; }
.videos .modal iframe {
  width: 100%;
  min-height: 50%; }

.video-library {
  min-height: 45em;
  padding-bottom: 2em; }
  .video-library header {
    margin-bottom: 2em;
    background-color: #f6f6f6; }

.video-header {
  padding: 2.5em 0 !important;
  text-align: center; }
  .video-header h1 {
    text-transform: uppercase; }
  .video-header span, .video-header ul, .video-header li {
    display: inline-block; }
  .video-header span {
    font-family: 'knowledge_bold'; }
  .video-header span, .video-header ul, .video-header li {
    font-size: 1em;
    text-transform: uppercase; }
  .video-header ul {
    padding-bottom: 1em; }
  .video-header li {
    margin-left: 1em;
    font-family: 'knowledge_light'; }
  .video-header input {
    display: block;
    margin: 0 auto; }
  .video-header .active {
    font-family: 'knowledge_bold'; }

.video-result {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 0 1em 1em; }
  .video-result .tag {
    display: inline-block;
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.6em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    cursor: pointer; }
  .video-result .testimonial-tag {
    background-color: #78a12f; }
  .video-result .onesource-tag {
    background-color: #ff8000; }
  .video-result .aumentum-tag {
    background-color: #f00; }
  .video-result .checkpoint-tag {
    background-color: #333333; }
  .video-result .icon-play {
    position: absolute;
    bottom: 35%;
    left: 45%;
    z-index: 999;
    font-size: 3em;
    color: #fff; }
  .video-result p {
    margin: 0;
    font-family: 'knowledge_light';
    font-size: 1.15em; }
  .video-result .image-container {
    background-color: #000;
    transition: all 0.1s ease-in-out; }
    .video-result .image-container:hover {
      position: relative;
      background-color: #fff; }
      .video-result .image-container:hover img {
        transition: all 0.1s ease-in-out;
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02); }
  .video-result img {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: 3px solid #333;
    opacity: 0.85;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)'; }
  @media (min-width: 720px) {
    .video-result {
      width: 50%; } }
  @media (min-width: 960px) {
    .video-result {
      width: 33%; } }

.video-single h1 {
  text-transform: none; }
.video-single h2 {
  margin-top: 2em;
  margin-bottom: 0;
  font-family: 'knowledge_bold';
  font-size: 1.25em; }

.jwvideo video {
  max-width: none !important; }

.video-carousel-container {
  margin-top: 1.5em;
  padding-top: 3em;
  border-top: 1px solid #eee; }

.anchor-jump {
  height: 250px;
  margin-top: -250px;
  padding-bottom: 250px;
  display: block; }

.video-nav__title {
  display: block;
  line-height: 18px; }
.video-nav__thumb {
  position: relative;
  margin-right: 20px;
  max-width: 250px; }
  .video-nav__thumb > img {
    border: 1px solid #000;
    opacity: 1;
    transition: opacity 0.2s ease; }
    .video-nav__thumb > img.disabled {
      opacity: 0.3;
      transition: all 0.2s ease; }
      .video-nav__thumb > img.disabled:hover {
        border: 1px solid #ddd; }
    .video-nav__thumb > img:hover {
      border: 1px solid #fcaf62; }

.jwplayer-container {
  position: relative; }
  .jwplayer-container:hover .video-share {
    opacity: 1;
    transition: all 0.5s ease; }

.video-share {
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 20;
  left: 25px;
  top: 25px;
  font-family: PageLinesFont;
  font-size: 22px;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased; }
  .video-share > * {
    font-style: normal;
    cursor: pointer; }
  .video-share__facebook:before {
    content: '\f082'; }
  .video-share__twitter:before {
    content: '\f081'; }
  .video-share__linkedin:before {
    content: '\f08c'; }
  .video-share__email:before {
    content: '\f0e0'; }

.splash-header {
  background-repeat: no-repeat;
  background-position: 50% !important;
  background-size: cover !important;
  margin: 0 -15px 1.5em;
  min-height: 330px;
  padding: 20px 15px 15px 15px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    .splash-header {
      margin: 0 -15px 1.5em !important;
      min-height: 100px; } }
  .splash-header__crumb {
    margin: 0; }
  .splash-header__box {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1em;
    max-width: 450px; }
    .splash-header__box h1 {
      color: #fff; }
    .splash-header__box h2 {
      color: #fff; }
  .splash-header__heading {
    padding-left: 15px; }
    .splash-header__heading h1 {
      /* bad specificity on general h1 */
      font-family: 'knowledge_bold';
      font-size: 38px;
      font-size: 2.37em;
      margin-top: 1em;
      padding-bottom: 0;
      text-align: left; }
    .splash-header__heading h2 {
      font-size: 1.5em; }
    .splash-header__heading--light h1, .splash-header__heading--light h2 {
      color: #fff; }
    .splash-header__heading--dark h1, .splash-header__heading--dark h2 {
      color: #333333; }
  .splash-header.zoom {
    background-image: url('/wp-content/images/onesource/zoom/banner/zoom_900x390.jpg');
    height: 390px; }
    @media (min-width: 901px) {
      .splash-header.zoom {
        background-image: url('/wp-content/images/onesource/zoom/banner/zoom_1230x400.jpg');
        height: 400px; } }
  .splash-header--home {
    background-image: url('/wp-content/images/home/splash/header--mobile.jpg');
    padding-top: 0; }
    .splash-header--home .splash-header__heading {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.6); }
      @media (max-width: 768px) {
        .splash-header--home .splash-header__heading {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 768px) {
        .splash-header--home .splash-header__heading {
          background-color: transparent;
          left: 15px;
          top: 15px;
          width: 40%; } }
      @media (min-width: 980px) {
        .splash-header--home .splash-header__heading {
          display: block;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      .splash-header--home .splash-header__heading h1 {
        color: #333;
        font-size: 18px;
        margin-top: 0; }
        @media (min-width: 768px) {
          .splash-header--home .splash-header__heading h1 {
            font-size: 29px; } }
      @media (min-width: 768px) {
        .splash-header--home .splash-header__heading p {
          font-size: 18px;
          font-family: 'knowledge_regular', sans-serif; } }
      @media (min-width: 980px) {
        .splash-header--home .splash-header__heading p {
          font-size: 24px;
          line-height: 30px; } }
    @media (min-width: 500px) {
      .splash-header--home {
        background-image: url('/wp-content/images/home/splash/header--tablet.jpg');
        height: 404px; } }
    @media (min-width: 900px) {
      .splash-header--home {
        background-image: url('/wp-content/images/home/splash/header--desktop.jpg');
        height: 500px; } }

.crumb {
  font-size: 14px;
  list-style-type: none;
  margin: 0 0 0 15px !important; }
  .crumb li {
    display: inline-block; }
    .crumb li span:after {
      content: "\f105";
      font-family: "PageLinesFont";
      padding: 0 10px; }
  .crumb--light li a {
    color: #fff; }
  .crumb--dark li a {
    color: #333333; }

.share-box {
  padding: 2px 15px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  width: 174px;
  /*float: right;*/ }
  .share-box p {
    font-size: 16px;
    font-family: 'knowledge_regular', sans-serif;
    line-height: 22px;
    width: 50px;
    display: inline-block;
    color: #555555;
    margin-bottom: 0; }
  .share-box div {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle; }
  .share-box div:last-child {
    margin-right: 0; }
  .share-box i {
    color: #ffffff;
    position: absolute; }

.a-spot .share-box, .container-socialshare .share-box {
  background-color: #e9e9e9; }

.breadCrumbs + .share-box {
  float: right;
  margin: 10px 15px; }

.breadCrumbs.inline-block {
  margin-bottom: 0; }

.container-socialshare {
  position: absolute;
  top: 10px;
  right: 10px; }
  .container-socialshare i {
    font-style: normal !important; }

.facebook-share {
  background-color: #3b5998; }
  .facebook-share i {
    font-size: 14px;
    left: 6px;
    bottom: -1px; }

.twitter-share {
  background-color: #00aced; }
  .twitter-share i {
    font-size: 12px;
    bottom: 2px;
    left: 2px; }

.linkedin-share {
  background-color: #007bb6; }
  .linkedin-share i {
    font-size: 14px;
    left: 2px;
    bottom: 1px; }

#email-share {
  width: 20px !important;
  height: 16px !important;
  overflow: hidden; }

.share-box .fa-envelope {
  color: #333333 !important;
  font-size: 24px;
  bottom: -2px;
  left: -2px; }

/* RESPONSIVE */
@media (max-width: 767px) {
  .share-box {
    margin-top: -10px;
    float: none; }
 }

@media (min-width: 768px) {
  .span3 .share-box, .col-md-3 .share-box {
    margin-bottom: 40px;
    margin-left: auto; }

  .productSidebar .share-box {
    margin-top: 0; }

  .share-box {
    float: none; }

  .a-spot .share-box {
    position: absolute;
    top: 11px;
    right: 30px;
    margin: 0; }
 }

/* TEMPLATE SPECIFIC */
.press-sidebar .share-box {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  padding-bottom: 2px; }

.tabs-openweb + div .share-box, .tabs-openweb + div .productSidebar .share-box {
  margin-top: 0; }

.resources-wrapper .span6 .share-box, .resources-wrapper .col-md-6 .share-box {
  margin-right: -15px;
  margin-left: auto;
  margin-top: 15px; }

.mcolumn-pad > #sharebar {
  margin-bottom: -64px;
  margin-left: -25px; }
