/**
 * @file
 * Business Center Styling
 */
/**
 * Convert px to em
 * Stolen from https://github.com/stubbornella/oocss, modified with default value
 *
 * @param $px - the value in pixel you want to convert
 * @param $context - the context in pixel e.g. you want to set margin on your text,
 * and font size on your text is equivalent to 14px, then your context is 14.
 */
/**
 * Override moblle padding
 */
/* Business Center Homepage Top Features */
/* line 11, ../sass/business.scss */
.business-center-hero .views-row-1 {
  float: left;
}
@media (max-width: 47.9em) {
  /* line 11, ../sass/business.scss */
  .business-center-hero .views-row-1 {
    margin-bottom: 2em;
  }
}
/* line 17, ../sass/business.scss */
.business-center-hero .views-row-2 {
  float: right;
}
/* line 20, ../sass/business.scss */
.business-center-hero .views-row {
  position: relative;
  width: 48%;
}
/* line 21, ../sass/business.scss */
.business-center-hero .views-row img {
  display: block;
}
@media (max-width: 47.9em) {
  /* line 20, ../sass/business.scss */
  .business-center-hero .views-row {
    width: 100%;
    float: none;
  }
}
/* line 31, ../sass/business.scss */
.business-center-hero .slideshow-text {
  bottom: 0;
  padding: .75em;
}
/* line 34, ../sass/business.scss */
.business-center-hero .slideshow-text a {
  font-size: 1.308em;
  font-weight: bold;
  margin-bottom: 0;
}

/* Business Center Homepage 4-Block Grid */
/* line 44, ../sass/business.scss */
.grid-4-blocks .grid-block {
  position: relative;
}
/* line 45, ../sass/business.scss */
.grid-4-blocks .grid-block h3 {
  font-size: 1em;
}
/* line 300, ../sass/_custom.scss */
.grid-4-blocks .grid-block .more-link {
  position: absolute;
  top: 11px;
  right: 0;
}
/* line 186, ../sass/_custom.scss */
.grid-4-blocks .grid-block .more-link a {
  text-decoration: none;
}
/* line 188, ../sass/_custom.scss */
.grid-4-blocks .grid-block .more-link a:hover, .grid-4-blocks .grid-block .more-link a:focus {
  text-decoration: underline;
}
/* line 49, ../sass/business.scss */
.grid-4-blocks .grid-block .more-link a {
  color: #2477CA;
}
@media (min-width: 48em) {
  /* line 44, ../sass/business.scss */
  .grid-4-blocks .grid-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 14px;
    padding-left: 0px;
    clear: both;
  }
  /* line 61, ../sass/business.scss */
  .grid-4-blocks .grid-block .more-link {
    right: 14px;
  }
}
/* line 66, ../sass/business.scss */
.grid-4-blocks .grid-block-2,
.grid-4-blocks .grid-block-4 {
  position: relative;
}
/* line 300, ../sass/_custom.scss */
.grid-4-blocks .grid-block-2 .more-link,
.grid-4-blocks .grid-block-4 .more-link {
  position: absolute;
  top: 11px;
  right: 0;
}
/* line 186, ../sass/_custom.scss */
.grid-4-blocks .grid-block-2 .more-link a,
.grid-4-blocks .grid-block-4 .more-link a {
  text-decoration: none;
}
/* line 188, ../sass/_custom.scss */
.grid-4-blocks .grid-block-2 .more-link a:hover, .grid-4-blocks .grid-block-2 .more-link a:focus,
.grid-4-blocks .grid-block-4 .more-link a:hover,
.grid-4-blocks .grid-block-4 .more-link a:focus {
  text-decoration: underline;
}
/* line 69, ../sass/business.scss */
.grid-4-blocks .grid-block-2 .more-link a,
.grid-4-blocks .grid-block-4 .more-link a {
  color: #2477CA;
}
@media (min-width: 48em) {
  /* line 66, ../sass/business.scss */
  .grid-4-blocks .grid-block-2,
  .grid-4-blocks .grid-block-4 {
    padding-right: 0;
    padding-left: 14px;
    clear: none;
  }
  /* line 76, ../sass/business.scss */
  .grid-4-blocks .grid-block-2 .more-link,
  .grid-4-blocks .grid-block-4 .more-link {
    right: 0px;
  }
}

/* line 83, ../sass/business.scss */
.business-center-homepage {
  position: relative;
  /* Hide the nodequeue add link on the homepage */
}
/* line 87, ../sass/business.scss */
.business-center-homepage .block--explore h2.block-title {
  margin-bottom: 16px;
}
/* line 90, ../sass/business.scss */
.business-center-homepage .block--explore h2.block-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08b";
  color: #3972a1;
  width: 25px;
}
/* line 107, ../sass/business.scss */
.business-center-homepage .block--explore .item-list {
  margin-bottom: 12px;
  position: relative;
}
/* line 112, ../sass/business.scss */
.business-center-homepage .block--explore .view--protecting-small-businesses .view-header h3:after {
  display: none;
}
/* line 122, ../sass/business.scss */
.business-center-homepage .block--explore .view-content h3,
.business-center-homepage .block--explore .view-header h3 {
  margin: 0;
  padding: 0 !important;
  background: url("../images-business/stripe-pattern.png") !important;
  border: 1px solid #c8c8c8;
  position: relative;
}
/* line 130, ../sass/business.scss */
.business-center-homepage .block--explore .view-content h3:after,
.business-center-homepage .block--explore .view-header h3:after {
  content: '\f107';
  font-family: fontawesome;
  position: absolute;
  right: 0;
  padding: 0 20px;
  border-left: 1px solid #c8c8c8;
  height: 100%;
  top: 0;
  font-size: 22px;
  line-height: 42px;
  z-index: 99;
  cursor: pointer;
  pointer-events: all;
}
/* line 148, ../sass/business.scss */
.business-center-homepage .block--explore .view-content h3.is-open:after,
.business-center-homepage .block--explore .view-header h3.is-open:after {
  color: #fff;
  background-color: #336699;
}
/* line 156, ../sass/business.scss */
.business-center-homepage .block--explore .view-content h3:hover .menu,
.business-center-homepage .block--explore .view-header h3:hover .menu {
  display: block;
}
/* line 160, ../sass/business.scss */
.business-center-homepage .block--explore .view-content h3:hover:after,
.business-center-homepage .block--explore .view-header h3:hover:after {
  color: #fff;
  background-color: #336699;
}
/* line 166, ../sass/business.scss */
.business-center-homepage .block--explore .view-content h3 a,
.business-center-homepage .block--explore .view-header h3 a {
  color: #5f5f5f;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 12px 0 12px 25px;
  margin-right: 55px;
}
/* line 178, ../sass/business.scss */
.business-center-homepage .block--explore .view-content ul {
  margin: 0;
  padding: 0;
  display: none;
  background: #4d5155;
  z-index: 100;
  position: absolute;
  width: 100%;
}
/* line 187, ../sass/business.scss */
.business-center-homepage .block--explore .view-content ul li {
  margin-bottom: 0 !important;
  background: none !important;
  border: 0;
  padding-left: 0 !important;
}
/* line 193, ../sass/business.scss */
.business-center-homepage .block--explore .view-content ul li:after {
  display: none;
}
/* line 197, ../sass/business.scss */
.business-center-homepage .block--explore .view-content ul li a {
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #5f6366;
  padding: 10px 25px;
  background: none;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}
/* line 218, ../sass/business.scss */
.business-center-homepage .block--explore .view--selected-industries .view-content ul {
  margin-top: -12px !important;
}
/* line 225, ../sass/business.scss */
.business-center-homepage .guidance-block {
  padding-right: 0;
}
/* line 228, ../sass/business.scss */
.business-center-homepage .guidance-block h2.block-title {
  margin-bottom: 16px;
}
/* line 231, ../sass/business.scss */
.business-center-homepage .guidance-block h2.block-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: #3972a1;
  width: 25px;
}
@media (max-width: 47.9em) {
  /* line 247, ../sass/business.scss */
  .business-center-homepage .guidance-block .views-row {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
  }
}
/* line 258, ../sass/business.scss */
.business-center-homepage .guidance-block .views-row.views-row-last {
  border-bottom: none;
}
/* line 263, ../sass/business.scss */
.business-center-homepage .guidance-block .views-row-even {
  width: 50%;
  display: inline-block;
  padding-left: 14px;
  float: right;
}
@media (max-width: 47.9em) {
  /* line 263, ../sass/business.scss */
  .business-center-homepage .guidance-block .views-row-even {
    float: none;
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
/* line 277, ../sass/business.scss */
.business-center-homepage .guidance-block .views-row-odd {
  width: 50%;
  display: inline-block;
  padding-right: 14px;
  float: left;
}
@media (max-width: 47.9em) {
  /* line 277, ../sass/business.scss */
  .business-center-homepage .guidance-block .views-row-odd {
    float: none;
    display: block;
    padding-right: 0;
    width: 100%;
  }
}
/* line 291, ../sass/business.scss */
.business-center-homepage .guidance-block .more-link a {
  font-weight: bold;
}
/* line 298, ../sass/business.scss */
.business-center-homepage .blog-block h2.block-title {
  margin-bottom: 0px;
}
/* line 301, ../sass/business.scss */
.business-center-homepage .blog-block h2.block-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f075";
  color: #3972a1;
  width: 25px;
}
/* line 317, ../sass/business.scss */
.business-center-homepage .blog-block .views-row {
  border-bottom: 1px solid #e4e4e4;
}
/* line 320, ../sass/business.scss */
.business-center-homepage .blog-block .views-row.views-row-last {
  border-bottom: none;
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  /* line 327, ../sass/business.scss */
  .business-center-homepage .blog-block h2.block-title {
    margin-bottom: 25px;
  }
}
/* line 333, ../sass/business.scss */
.business-center-homepage .blog-block .more-link a {
  font-weight: bold;
}
/* line 338, ../sass/business.scss */
.business-center-homepage .event-block {
  padding-right: 0;
}
/* line 342, ../sass/business.scss */
.business-center-homepage .event-block h2.block-title {
  margin-bottom: 16px;
}
/* line 345, ../sass/business.scss */
.business-center-homepage .event-block h2.block-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  color: #3972a1;
  width: 25px;
}
/* line 361, ../sass/business.scss */
.business-center-homepage .event-block .views-row {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 371, ../sass/business.scss */
.business-center-homepage .event-block .views-row-even {
  width: 47%;
  display: inline-block;
  margin-left: 3%;
}
@media (max-width: 47.9em) {
  /* line 371, ../sass/business.scss */
  .business-center-homepage .event-block .views-row-even {
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
/* line 385, ../sass/business.scss */
.business-center-homepage .event-block .views-row-odd {
  width: 47%;
  display: inline-block;
  margin-right: 2%;
}
@media (max-width: 47.9em) {
  /* line 385, ../sass/business.scss */
  .business-center-homepage .event-block .views-row-odd {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  /* line 401, ../sass/business.scss */
  .business-center-homepage .event-block h2.block-title {
    margin-bottom: 25px;
  }
}
/* line 407, ../sass/business.scss */
.business-center-homepage .event-block .more-link a {
  font-weight: bold;
}
/* line 412, ../sass/business.scss */
.business-center-homepage .video-block {
  clear: both;
  position: relative;
}
/* line 415, ../sass/business.scss */
.business-center-homepage .video-block h2.block-title {
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
/* line 420, ../sass/business.scss */
.business-center-homepage .video-block h2.block-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03d";
  color: #3972a1;
  width: 25px;
}
/* line 436, ../sass/business.scss */
.business-center-homepage .video-block .item-list ul {
  margin: 0;
  padding: 0;
}
/* line 440, ../sass/business.scss */
.business-center-homepage .video-block .item-list ul li {
  width: 31%;
  float: left;
  padding-left: 0 !important;
  background: none !important;
}
/* line 446, ../sass/business.scss */
.business-center-homepage .video-block .item-list ul li a {
  font-weight: bold;
}
/* line 450, ../sass/business.scss */
.business-center-homepage .video-block .item-list ul li.views-row-2 {
  margin-left: 3.5% !important;
  margin-right: 3.5% !important;
}
@media (max-width: 47.9em) {
  /* line 450, ../sass/business.scss */
  .business-center-homepage .video-block .item-list ul li.views-row-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 47.9em) {
  /* line 440, ../sass/business.scss */
  .business-center-homepage .video-block .item-list ul li {
    float: none;
    width: 100%;
    margin: 0 0 2em 0 !important;
  }
}
/* line 300, ../sass/_custom.scss */
.business-center-homepage .video-block .more-link {
  position: absolute;
  top: 11px;
  right: 0;
}
/* line 186, ../sass/_custom.scss */
.business-center-homepage .video-block .more-link a {
  text-decoration: none;
}
/* line 188, ../sass/_custom.scss */
.business-center-homepage .video-block .more-link a:hover, .business-center-homepage .video-block .more-link a:focus {
  text-decoration: underline;
}
/* line 470, ../sass/business.scss */
.business-center-homepage .video-block .more-link a {
  font-weight: bold;
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  /* line 481, ../sass/business.scss */
  .business-center-homepage .guidance-block .more-link,
  .business-center-homepage .blog-block .more-link,
  .business-center-homepage .event-block .more-link,
  .business-center-homepage .grid-block .more-link,
  .business-center-homepage .video-block .more-link {
    position: static;
  }
}
@media (max-width: 47.9em) {
  /* line 481, ../sass/business.scss */
  .business-center-homepage .guidance-block .more-link,
  .business-center-homepage .blog-block .more-link,
  .business-center-homepage .event-block .more-link,
  .business-center-homepage .grid-block .more-link,
  .business-center-homepage .video-block .more-link {
    position: static;
  }
}
/* line 495, ../sass/business.scss */
.business-center-homepage .business-homepage-button-block {
  clear: both;
}
/* line 499, ../sass/business.scss */
.business-center-homepage .legal-resources-button {
  float: left;
  background-repeat: no-repeat;
  background-image: url("../images-business/business_buttons_legal-resources.jpg");
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 315px;
  height: 76px;
  font-size: 0;
  display: inline-block;
}
@media (max-width: 47.9em) {
  /* line 499, ../sass/business.scss */
  .business-center-homepage .legal-resources-button {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  /* line 499, ../sass/business.scss */
  .business-center-homepage .legal-resources-button {
    margin-bottom: 10px;
  }
}
/* line 522, ../sass/business.scss */
.business-center-homepage .spanish-button {
  float: right;
  background-repeat: no-repeat;
  background-image: url("../images-business/business_buttons_spanish.png");
  background-size: contain;
  height: 76px;
  width: 100%;
  max-width: 316px;
  font-size: 0;
  display: inline-block;
  background-position: center;
}
@media (max-width: 47.9em) {
  /* line 522, ../sass/business.scss */
  .business-center-homepage .spanish-button {
    float: none;
    display: block;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  /* line 522, ../sass/business.scss */
  .business-center-homepage .spanish-button {
    float: none;
  }
}
/* line 544, ../sass/business.scss */
.business-center-homepage .grid-block-full {
  width: 100%;
}
/* line 549, ../sass/business.scss */
.business-center-homepage .nodequeue-ajax-toggle {
  display: none;
}

@media (min-width: 48em) {
  /* line 557, ../sass/business.scss */
  a.menu__link--legal-resources {
    display: block;
    background-image: url("../images-business/stripe-pattern.png");
    font-weight: bold;
    text-transform: uppercase;
    color: #5f5f5f;
    border: 1px solid #c8c8c8;
    padding: 8px;
    position: relative;
    text-indent: 25px;
    max-width: 200px;
  }
  /* line 569, ../sass/business.scss */
  a.menu__link--legal-resources:visited {
    color: #5f5f5f;
  }
  /* line 573, ../sass/business.scss */
  a.menu__link--legal-resources:before {
    content: '';
    width: 14px;
    height: 17px;
    background: url("../images-business/link.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 48em) and (min-device-pixel-ratio: 2), only screen and (min-width: 48em) and (min-resolution: 192dpi), only screen and (min-width: 48em) and (min-resolution: 2dppx) {
  /* line 573, ../sass/business.scss */
  a.menu__link--legal-resources:before {
    background: url("../images-business/link-2x.png");
    background-size: 14px 17px;
  }
}

@media (min-width: 48em) {
  /* line 600, ../sass/business.scss */
  a.menu__link--business-blog {
    display: block;
    background-image: url("../images-business/stripe-pattern.png");
    font-weight: bold;
    text-transform: uppercase;
    color: #5f5f5f;
    border: 1px solid #c8c8c8;
    padding: 8px;
    position: relative;
    text-indent: 25px;
    max-width: 200px;
  }
  /* line 612, ../sass/business.scss */
  a.menu__link--business-blog:visited {
    color: #5f5f5f;
  }
  /* line 616, ../sass/business.scss */
  a.menu__link--business-blog:before {
    color: #8f8f8f;
    content: '\f075';
    font-family: fontawesome;
    position: absolute;
    left: -12px;
  }
}
/* line 636, ../sass/business.scss */
.node-plain-language-guidance.node-teaser h2.node-title {
  display: inline-block;
  padding-right: 15px;
}
/* line 641, ../sass/business.scss */
.node-plain-language-guidance.node-teaser .title-pdf-link,
.node-plain-language-guidance.node-teaser .title-lang-link,
.node-plain-language-guidance.node-teaser .title-link-seperator {
  display: inline-block;
  padding-right: 10px;
  text-transform: uppercase;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
/* line 653, ../sass/business.scss */
.node-plain-language-guidance.node-teaser .title-pdf-link img,
.node-plain-language-guidance.node-teaser .title-lang-link img,
.node-plain-language-guidance.node-teaser .title-link-seperator img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
/* line 658, ../sass/business.scss */
.node-plain-language-guidance.node-teaser .title-pdf-link img.retina,
.node-plain-language-guidance.node-teaser .title-lang-link img.retina,
.node-plain-language-guidance.node-teaser .title-link-seperator img.retina {
  width: 18px;
}
/* line 663, ../sass/business.scss */
.node-plain-language-guidance.node-teaser .title-pdf-link a,
.node-plain-language-guidance.node-teaser .title-lang-link a,
.node-plain-language-guidance.node-teaser .title-link-seperator a {
  display: inline-block;
}
/* line 669, ../sass/business.scss */
.node-plain-language-guidance.node-teaser .title-link-seperator {
  color: #dbdbdb;
}

/* line 678, ../sass/business.scss */
.more-link-margin .more-link {
  margin-top: 0.75em;
}

/* line 686, ../sass/business.scss */
#block-views-exp-legal-resources-page .form-item-field-date-value-min {
  margin-bottom: 0.75em;
}

/* line 692, ../sass/business.scss */
.view-id-legal_resources.view-display-id-page .views-row {
  padding: 1em 0;
}
/* line 697, ../sass/business.scss */
.view-id-legal_resources.view-display-id-page .views-field-field-public-statement-type .views-label {
  display: inline-block;
  font-weight: bold;
}
/* line 701, ../sass/business.scss */
.view-id-legal_resources.view-display-id-page .views-field-field-public-statement-type .field-name-field-public-statement-type {
  display: inline-block;
}
/* line 706, ../sass/business.scss */
.view-id-legal_resources.view-display-id-page .views-field-type span {
  font-weight: bold;
}

/* line 714, ../sass/business.scss */
.view-business-center-guidance-by-topic .views-row-last,
.view-business-center-guidance-by-sub-topic .views-row-last {
  border-bottom: none;
}

/* line 720, ../sass/business.scss */
.print-only {
  display: none;
}

/* line 724, ../sass/business.scss */
.sub-topic-video-block {
  clear: both;
  position: relative;
}
/* line 727, ../sass/business.scss */
.sub-topic-video-block h2.block-title {
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
/* line 732, ../sass/business.scss */
.sub-topic-video-block h2.block-title:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03d";
  color: #3972a1;
  width: 25px;
}
/* line 748, ../sass/business.scss */
.sub-topic-video-block .item-list ul {
  margin: 0;
  padding: 0;
}
/* line 752, ../sass/business.scss */
.sub-topic-video-block .item-list ul li {
  width: 31%;
  float: left;
  padding-left: 0 !important;
  background: none !important;
}
/* line 758, ../sass/business.scss */
.sub-topic-video-block .item-list ul li a {
  font-weight: bold;
}
/* line 762, ../sass/business.scss */
.sub-topic-video-block .item-list ul li.views-row-2 {
  margin-left: 3.5% !important;
  margin-right: 3.5% !important;
}
@media (max-width: 47.9em) {
  /* line 762, ../sass/business.scss */
  .sub-topic-video-block .item-list ul li.views-row-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 47.9em) {
  /* line 752, ../sass/business.scss */
  .sub-topic-video-block .item-list ul li {
    float: none;
    width: 100%;
    margin: 0 0 2em 0 !important;
  }
}
/* line 300, ../sass/_custom.scss */
.sub-topic-video-block .more-link {
  position: absolute;
  top: 11px;
  right: 0;
}
/* line 186, ../sass/_custom.scss */
.sub-topic-video-block .more-link a {
  text-decoration: none;
}
/* line 188, ../sass/_custom.scss */
.sub-topic-video-block .more-link a:hover, .sub-topic-video-block .more-link a:focus {
  text-decoration: underline;
}
/* line 782, ../sass/business.scss */
.sub-topic-video-block .more-link a {
  font-weight: bold;
}
@media (max-width: 47.9em) {
  /* line 786, ../sass/business.scss */
  .sub-topic-video-block .more-link {
    position: static;
  }
}

/* line 795, ../sass/business.scss */
.view-business-center-term-description p {
  font-size: 14px;
}

/* line 802, ../sass/business.scss */
.sub-topic-featured-block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 808, ../sass/business.scss */
.sub-topic-featured-block h2.block-title {
  margin-bottom: 18px;
}
/* line 814, ../sass/business.scss */
.sub-topic-featured-block .view-content h2 {
  border-bottom: none;
  padding-top: 0;
  text-transform: none;
}
/* line 820, ../sass/business.scss */
.sub-topic-featured-block .view-content .thumbnail {
  float: left;
  width: 31%;
  margin-right: 2%;
  max-width: 200px;
}
@media (max-width: 47.9em) {
  /* line 820, ../sass/business.scss */
  .sub-topic-featured-block .view-content .thumbnail {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 835, ../sass/business.scss */
.sub-topic-featured-block .view-content .featured-text {
  float: left;
  width: 67%;
  font-size: 14px;
}
@media (max-width: 47.9em) {
  /* line 835, ../sass/business.scss */
  .sub-topic-featured-block .view-content .featured-text {
    float: none;
    width: 100%;
  }
}
/* line 846, ../sass/business.scss */
.sub-topic-featured-block .view-content .views-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
/* line 852, ../sass/business.scss */
.sub-topic-featured-block .view-content .views-row-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 861, ../sass/business.scss */
body.node-type-plain-language-guidance .field-name-field-date {
  font-weight: bold;
}

/* line 865, ../sass/business.scss */
.summary-view .summary-node-title {
  font-family: "ProximaNova-Semibold",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: none;
  padding-top: 0;
  text-transform: none;
  font-size: 1.385em;
  line-height: 1.2;
  padding-bottom: 0.08em;
  margin: 0 0 0.385em;
}

/* line 881, ../sass/business.scss */
.node-plain-language-guidance.view-mode-full .field-name-field-document {
  margin-bottom: 0.3em;
}

/*Plain Language Guidance Pages*/
/* line 889, ../sass/business.scss */
.node-plain-language-guidance {
  /* .field-name-field-document, .field-name-field-publication-link {
    display: inline-block;
  }
  .field-name-field-publication-link {
    border-left: 1px solid $text-gray;
    margin-left: 0.385em;
    padding-left: 0.385em;
  }*/
  /* .boilerplate h2 {
    border-bottom: none;
    color: #244873;
    text-transform: none;
  } */
}
/* line 891, ../sass/business.scss */
.node-plain-language-guidance .view-tags {
  margin-bottom: 0;
}
/* line 894, ../sass/business.scss */
.node-plain-language-guidance .field-inline ul.field-name-field-rule-reference {
  padding: 0;
  display: inline;
}
/* line 897, ../sass/business.scss */
.node-plain-language-guidance .field-inline ul.field-name-field-rule-reference li {
  display: inline-block;
  background: none;
  padding: 0 0.65em 0 0.385em;
  color: #646464;
  border-right: 1px solid #323232;
  line-height: 1;
}
/* line 899, ../sass/business.scss */
.lte-ie9 .node-plain-language-guidance .field-inline ul.field-name-field-rule-reference li {
  display: inline;
}
/* line 909, ../sass/business.scss */
.node-plain-language-guidance .field-inline ul.field-name-field-rule-reference li:last-child {
  padding-right: 0;
  border-right: none;
}
/* line 916, ../sass/business.scss */
.node-plain-language-guidance.view-mode-full .field-name-field-short-summary {
  background: #e1ebf4;
  margin: .75em 0;
  padding: 1em;
}
/* line 930, ../sass/business.scss */
.node-plain-language-guidance .field-name-body {
  border-top: 1px solid #dbdbdb;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
/* line 942, ../sass/business.scss */
.node-plain-language-guidance .pullquotecontain .pullquote {
  background-color: #F6ECE1;
  margin-bottom: 1em;
  padding: 1.5em 1.5em .5em 1.5em;
}
/* line 947, ../sass/business.scss */
.node-plain-language-guidance .pullquotecontain .pullquote h2, .node-plain-language-guidance .pullquotecontain .pullquote h3, .node-plain-language-guidance .pullquotecontain .pullquote h4, .node-plain-language-guidance .pullquotecontain .pullquote h5 {
  color: #8C663A;
  font-family: "ProximaNova-Semibold",Helvetica,Arial,sans-serif;
  font-size: 12pt;
  letter-spacing: 0;
  border-bottom: solid 1px #C6AB92;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

/* Hide "Guidance" from the sidebar menu*/
/* line 962, ../sass/business.scss */
#guidancenoshow, .menu-mlid-20681 {
  display: none;
}
