/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.page-2NQtN {
  margin: 0 auto;
  padding: 0; }

.pageBody-eIdW_ {
  margin-bottom: 1rem;
  word-break: break-word; }
  .pageBody-eIdW_ img {
    margin: 0 auto;
    display: flex; }
  .pageBody-eIdW_ figure figcaption {
    font-size: 0.75rem;
    margin-top: 5px;
    margin-bottom: 0;
    color: #5A5A5A;
    text-transform: uppercase;
    font-family: "freight-display-pro", serif;
    letter-spacing: 0.3px;
    text-align: center; }

.pageFooter-3OjlC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .pageFooter-3OjlC {
      padding: 20px; } }

.wrapper-1XlYk {
  margin: 0 1rem 30px; }

.detailPageWrapper-3FSIl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.detailFlexWrapper-o978W {
  flex: 1; }

.detailPageArticleDetails-YXPbf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #DCDCDC;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .detailPageArticleDetails-YXPbf {
      flex-direction: row;
      align-items: center;
      padding-top: 10px; } }
  .detailPageArticleDetails-YXPbf p {
    margin-top: 0;
    margin-bottom: 5px; }

.detailPageImageSection-oyG-3 p {
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 0;
  color: #5A5A5A;
  text-transform: uppercase;
  text-align: center; }

.detailPageImageCenter-2wSnE {
  text-align: center; }
  .detailPageImageCenter-2wSnE img {
    max-width: 100%; }
    @media (max-width: 768px) {
      .detailPageImageCenter-2wSnE img {
        max-width: 100%; } }

.header-1dtCN {
  margin-bottom: 30px; }
  .header-1dtCN h1,
  .header-1dtCN h6,
  .header-1dtCN p {
    margin: 0; }

.center-27IZR {
  text-align: center; }
  .center-27IZR h1 {
    text-transform: uppercase;
    line-height: .8; }

.left-2XMs8 {
  text-align: left; }
  .left-2XMs8 p {
    margin-top: 10px; }

.fixedHeader-25IHj {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .fixedHeader-25IHj {
      padding: 10px; } }
  .fixedHeader-25IHj .fixedLogo-13Q9l img {
    max-height: 32px; }
  .fixedHeader-25IHj .title-7_fq- {
    border-left: 5px solid #EEE;
    padding-left: 10px;
    margin-left: 20px;
    padding-right: 45px; }
    @media (max-width: 768px) {
      .fixedHeader-25IHj .title-7_fq- {
        padding-right: 0;
        margin-left: 10px; } }
    .fixedHeader-25IHj .title-7_fq- p {
      font-size: 16px;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 768px) {
        .fixedHeader-25IHj .title-7_fq- p {
          font-size: 13px; } }
    .fixedHeader-25IHj .title-7_fq- .header-1dtCN p {
      display: none; }
  .fixedHeader-25IHj .header-1dtCN {
    margin-bottom: 0; }
    .fixedHeader-25IHj .header-1dtCN h1 {
      font-size: 24px;
      line-height: 28px; }
      @media (max-width: 768px) {
        .fixedHeader-25IHj .header-1dtCN h1 {
          font-size: 16px;
          line-height: 19px; } }

@media (max-width: 1199px) {
  .socialWrap-1Vkjt {
    flex-direction: column; } }

.buttonFixed-2aNuO {
  margin-left: 40px; }
  @media (max-width: 1199px) {
    .buttonFixed-2aNuO {
      margin-left: 0px; } }

.fixedSocial-2JFhr {
  margin-left: 0; }
  @media (max-width: 1199px) {
    .fixedSocial-2JFhr {
      min-width: 210px;
      margin-bottom: 10px; } }
  .fixedSocial-2JFhr ul {
    width: auto; }
    .fixedSocial-2JFhr ul li {
      margin-left: 7px; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.button-38F6g {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  padding: 20px 45px;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Barlow Condensed", sans-serif;
  color: #242424; }

.primary-2PEdt {
  background-color: #0066FF;
  color: #FFF; }
  .primary-2PEdt:active {
    background-color: #fff;
    color: #242424; }
  .primary-2PEdt:hover {
    color: #FFF !important; }

.secondary-z4Vre {
  border: 1px solid #EEE;
  background-color: #FFF;
  color: #242424; }

.fullWidth-1zF_k {
  width: 100%; }

.thin-3nDXK {
  padding: 0 25px; }

.icon-1JyX8 {
  position: relative; }

/*
 * Dropdown Styles
 *
 ****************************************************************************/
.buttonDropdownContainer-1xd1v {
  position: relative; }

.buttonDropdownButton-8B8I6 {
  z-index: 1000;
  position: relative;
  border: 1px solid transparent;
  background-color: #0066FF;
  color: #fff; }

.buttonDropdownPanel-1GVw5 {
  z-index: 999;
  position: absolute;
  top: 99%;
  right: 0;
  display: none;
  border: 1px solid #EEE;
  padding: 25px;
  background: #fff;
  text-align: left; }

.isOpen-1uzFu .buttonDropdownButton-8B8I6 {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #EEE;
  background-color: #FFF;
  color: #242424; }

.isOpen-1uzFu .buttonDropdownPanel-1GVw5 {
  display: block; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.wrapper-VHuQU {
  margin: 0 auto;
  padding: 40px 15px 30px 15px;
  width: 100%;
  background-color: #1C1C1B;
  color: #fff; }
  @media (max-width: 768px) {
    .wrapper-VHuQU {
      padding: 30px 0 15px 0; } }

.footer-3QjQW {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left; }
  @media (max-width: 0) {
    .footer-3QjQW {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .footer-3QjQW {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .footer-3QjQW {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .footer-3QjQW {
      max-width: 1200px; } }
  .footer-3QjQW a {
    color: #fff; }
    .footer-3QjQW a:active, .footer-3QjQW a:hover {
      color: #0066FF; }

.logo-3_naa {
  flex-basis: 100%;
  padding: 0 0 30px 0; }
  @media (max-width: 768px) {
    .logo-3_naa {
      text-align: center; } }
  .logo-3_naa img {
    max-width: 150px; }

.additional-2L-gx {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #444444;
  padding-top: 15px; }
  @media (max-width: 768px) {
    .additional-2L-gx {
      justify-content: center;
      margin: 20px 20px 0;
      align-items: center;
      flex-direction: column; } }
  @media (max-width: 768px) {
    .additional-2L-gx span {
      display: block;
      margin-top: 5px; } }

@media (max-width: 768px) {
  .section-_iK3S {
    flex-basis: 100%;
    border-top: 1px solid #444444; } }

.subscribe-Fz4SQ {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin-bottom: 20px; }

.title-3U-vd {
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  border: 0 none;
  width: 100%;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #fff; }
  @media (min-width: 768px) {
    .title-3U-vd {
      margin-bottom: 10px;
      padding: 0; } }
  @media (max-width: 768px) {
    .title-3U-vd {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 25px 50px; } }

.yesCollapse-1kagW {
  flex-direction: column;
  line-height: 25px; }
  @media (max-width: 768px) {
    .yesCollapse-1kagW {
      padding: 0 50px 25px 50px; } }

.isOpen-meooO {
  display: flex; }

.isClosed-1nJs7 {
  display: none; }
  @media (min-width: 768px) {
    .isClosed-1nJs7 {
      display: flex; } }

.noCollapse-1AbGH {
  display: flex;
  flex-direction: column; }
  @media (max-width: 768px) {
    .noCollapse-1AbGH {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding: 30px 0 15px 0; } }

@media (min-width: 768px) {
  .twoRow-38V3D section:first-child {
    margin-bottom: 40px; } }

@media (max-width: 768px) {
  .twoRow-38V3D {
    flex-basis: 100%; } }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.container-3wAek {
  margin: auto;
  padding: 20px 15px 0; }
  @media (max-width: 0) {
    .container-3wAek {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container-3wAek {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .container-3wAek {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .container-3wAek {
      max-width: 1200px; } }
  @media (min-width: 768px) {
    .container-3wAek {
      padding: 30px 15px 0; } }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.breadcrumb-2fiXa {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.breadcrumbItem-3jBwP {
  display: flex;
  align-items: center;
  margin-right: 10px; }
  .breadcrumbItem-3jBwP:last-of-type {
    margin-right: 0; }
  .breadcrumbItem-3jBwP > a,
  .breadcrumbItem-3jBwP > span {
    font-size: 0.75rem;
    font-family: "freight-display-pro", serif;
    color: #5A5A5A;
    text-transform: capitalize; }
  .breadcrumbItem-3jBwP > a {
    text-decoration: underline; }

.breadcrumbSeparator-3pmL- {
  font-size: 0.75rem;
  margin-right: 10px;
  font-family: "freight-display-pro", serif;
  color: #5A5A5A; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.spinner-2KabV {
  color: #242424; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
/*
 * Filter Dropdown Container
 *
 ****************************************************************************/
.filterDropdown-3EGhm {
  border: 1px solid #DCDCDC;
  padding: 20px;
  background-color: #FCFCFC; }

.fullWidth-13dqV {
  width: 100%; }
  @media (min-width: 768px) {
    .fullWidth-13dqV .filterDropdownSelectContainer-1rtPX {
      width: calc(50% - 10px); } }
  @media (min-width: 768px) {
    .fullWidth-13dqV .filterDropdownSelectPillsListContainer-2UOHC {
      width: calc(80% - 10px); } }
  .fullWidth-13dqV .filterDropdownSelectPillsClear-3c6-p {
    width: calc(20% - 10px);
    text-align: center; }

.halfWidth-eWxp- {
  width: 100%; }
  @media (min-width: 768px) {
    .halfWidth-eWxp- {
      width: 50%; } }
  .halfWidth-eWxp- .filterDropdownSelectContainer-1rtPX {
    width: 100%; }
  @media (min-width: 768px) {
    .halfWidth-eWxp- .filterDropdownSelectPillsListContainer-2UOHC {
      width: calc(74% - 10px); } }
  .halfWidth-eWxp- .filterDropdownSelectPillsClear-3c6-p {
    width: calc(26% - 10px); }

/*
 * Filter Dropdown Select
 *
 ****************************************************************************/
.filterDropdownSelect-3qtwM {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.filterDropdownSelectContainer-1rtPX {
  position: relative; }

.filterDropdownSelectBtn-3ocEz {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  justify-content: flex-start;
  border: 1px solid #EEE;
  padding: 20px;
  width: 100%;
  background-color: #FFF;
  color: #242424;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-align: left; }
  .filterDropdownSelectBtn-3ocEz > span {
    margin-left: 5px;
    color: #878787; }
  .filterDropdownSelectBtn-3ocEz > svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

.filterDropdownSelectPanel-2m5TY {
  z-index: 1000;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  min-width: 230px;
  background-color: #FFF;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  border-left: 1px solid #878787; }

.filterDropdownSelectPanelItem-29zTF {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #EEE;
  color: #878787;
  text-align: left; }
  .filterDropdownSelectPanelItem-29zTF:last-of-type {
    border-bottom: 0; }
  .filterDropdownSelectPanelItem-29zTF button {
    justify-content: flex-start;
    padding: 12px 8px;
    width: 100%;
    background-color: #FFF;
    color: #878787;
    font-family: "Barlow Condensed", sans-serif; }

.filterDropdownSelectPanelItemNoCheckbox-9ehA7 button {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 12px 15px; }
  @media (min-width: 768px) {
    .filterDropdownSelectPanelItemNoCheckbox-9ehA7 button {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 12px 8px; } }

/*
 * Filter Dropdown Pills
 *
 ****************************************************************************/
.filterDropdownSelectPillsContainer-26W3J {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.filterDropdownSelectPillsListContainer-2UOHC {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.filterDropdownSelectPillsList-hGluy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #EEE;
  padding: 0 30px !important;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .filterDropdownSelectPillsList-hGluy {
      flex-wrap: nowrap;
      border-bottom: 0;
      padding: 0 !important; } }

.filterDropdownSelectPillsItem-3IwLC {
  font-size: 10px;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 12px 8px;
  background-color: #EEE;
  color: #878787;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .filterDropdownSelectPillsItem-3IwLC:last-of-type {
    margin-right: 0; }
  .filterDropdownSelectPillsItem-3IwLC > button {
    padding: 0;
    color: #878787;
    margin-right: 10px; }
  .filterDropdownSelectPillsItem-3IwLC > span {
    text-align: left; }
  @media (min-width: 768px) {
    .filterDropdownSelectPillsItem-3IwLC {
      margin-bottom: 0; }
      .filterDropdownSelectPillsItem-3IwLC > span {
        white-space: nowrap; } }

.filterDropdownSelectPillsCloseBtn-3QxQc {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px; }
  .filterDropdownSelectPillsCloseBtn-3QxQc::before, .filterDropdownSelectPillsCloseBtn-3QxQc::after {
    position: absolute;
    top: 3px;
    left: 7px;
    display: block;
    width: 2px;
    height: 14px;
    background: #878787;
    content: ''; }
  .filterDropdownSelectPillsCloseBtn-3QxQc::before {
    transform: rotate(-45deg); }
  .filterDropdownSelectPillsCloseBtn-3QxQc::after {
    transform: rotate(45deg); }

.filterDropdownSelectPillsClearBtn-2Q3RU {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0;
  background-color: transparent;
  color: #878787;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-decoration: underline; }

.filterDropdownSelectPillsControl-1mAoX {
  padding: 0;
  width: 5%;
  background-color: transparent; }

/*
 * Filter Dropdown Modal
 *
 ****************************************************************************/
.filterDropdownModalBtn-2KptK {
  justify-content: flex-start;
  border: 1px solid #EEE;
  padding: 20px;
  width: 100%;
  background-color: #FFF;
  color: #242424;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-align: left; }
  .filterDropdownModalBtn-2KptK > span {
    margin-left: 5px;
    color: #878787; }
  .filterDropdownModalBtn-2KptK svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

/*
 * Modifiers
 *
 ****************************************************************************/
.isOpen-1oZ_D .filterDropdownSelectBtn-3ocEz {
  border-top-color: #878787;
  border-right-color: #878787;
  border-left-color: #878787; }

.isOpen-1oZ_D .filterDropdownSelectPanel-2m5TY {
  display: block; }

.hasControls-25FxV .filterDropdownSelectPillsList-hGluy {
  width: calc(90% - 10px); }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.accordion-3je77 {
  width: 100%; }

.accordionItem-V0Igv {
  position: relative;
  border-bottom: 1px solid #EEE; }
  @media (min-width: 768px) {
    .accordionItem-V0Igv {
      border: 1px solid #EEE; } }

.accordionIcon-3rlVY {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 18px;
  height: 18px;
  pointer-events: none;
  color: #0066FF; }

.accordionIconVerticalBar-22pBW {
  transform-origin: 50% 50%; }

.accordionTrigger-130Rv {
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 2;
  position: relative;
  border: 0;
  padding: 15px 40px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  color: #242424;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .accordionTrigger-130Rv:focus {
    outline: 0; }

.accordionTriggerInner-2mGXY {
  display: flex;
  justify-content: flex-start; }
  .accordionTriggerInner-2mGXY > span {
    margin-left: 5px;
    color: #878787; }

.accordionPanel-kXZze {
  z-index: 1;
  position: relative;
  max-height: 0;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden; }
  .accordionPanel-kXZze[aria-hidden='false'] {
    border-top: 1px solid #EEE;
    padding: 1rem;
    max-height: 100vh;
    visibility: visible; }
    .accordionPanel-kXZze[aria-hidden='false'] + .accordionIcon-3rlVY .accordionIconVerticalBar-22pBW {
      opacity: 0; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.modalOverlay-dqZ2l {
  z-index: 3999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.5); }

.modalContainer-19i8l {
  z-index: z-index(modal);
  position: relative;
  display: none; }

.modalInner-Sw8x2 {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 2px 24px 0 rgba(36, 36, 36, 0.15);
  padding: 1rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #FFF; }

.modalFullScreen-34XEW {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #FFF; }

.modalBtnContainer-RQuJ8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 0 1rem; }
  .modalBtnContainer-RQuJ8 button {
    padding: 20px 25px;
    width: calc(50% - 10px);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: semibold; }

.modalBtn-Wv-fN {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-block;
  padding: 0.5rem;
  width: 44px;
  min-width: auto;
  height: 44px;
  cursor: pointer;
  transform: translateY(-50%); }

.modalBtnInner-1QSNW {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px; }
  .modalBtnInner-1QSNW::before, .modalBtnInner-1QSNW::after {
    position: absolute;
    top: 3px;
    left: 7px;
    display: block;
    width: 2px;
    height: 14px;
    background: #242424;
    content: ''; }
  .modalBtnInner-1QSNW::before {
    transform: rotate(-45deg); }
  .modalBtnInner-1QSNW::after {
    transform: rotate(45deg); }

.modalHeader-2kYOM {
  position: relative;
  border-bottom: 1px solid #EEE;
  text-align: center; }

.modalCopy-3rk6c p:last-child {
  margin-bottom: 0; }

.modalOpen-1aR4q .modalOverlay-dqZ2l,
.modalOpen-1aR4q .modalContainer-19i8l {
  display: block; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.cardWrapper-1twpc {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
  text-align: left; }
  @media (min-width: 768px) {
    .cardWrapper-1twpc {
      flex-direction: row;
      margin-top: 40px;
      padding-bottom: 40px; } }

.listWrapper-1-lay {
  flex-direction: column; }

.title-3z8xN {
  margin: 0; }

.subtitle-bX0pv {
  color: #5A5A5A; }
  .subtitle-bX0pv p {
    margin-top: 10px; }

.copy-3xPo0 {
  margin-top: 10px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .copy-3xPo0 {
      margin-top: 0;
      margin-bottom: 20px;
      margin-left: 20px; } }

.copyLink-vLh8f {
  color: #242424; }

.publishedDate-2gNlH {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px; }

.posted-1vBfT {
  font-size: 0.75rem;
  margin: 0;
  color: #5A5A5A; }

.date-22Gfz {
  font-size: 0.75rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #242424; }

.calendar-2UlEK {
  position: absolute;
  margin: 10px 5px 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif; }

.months-1KlNj {
  font-size: 0.75rem;
  padding: 1px 0;
  width: 100%;
  background-color: #0066FF;
  letter-spacing: 2.2px;
  color: #FFF; }

.day-39HtR {
  border: 1px solid #DCDCDC;
  border-top: 0;
  padding-bottom: 7px;
  background-color: #FFF;
  font-size: 30px; }

.days-4YiWY {
  border: 1px solid #DCDCDC;
  border-top: 0;
  padding: 7px 0;
  background-color: #FFF;
  font-size: 18px; }

.img-2F9yK {
  border: 1px solid #DCDCDC;
  max-width: 400px; }
  @media (max-width: 768px) {
    .img-2F9yK {
      width: 100%; } }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.pagination-16LMZ {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.paginationItem-3MCaK {
  margin: 0;
  padding: 0; }

.paginationLink-14Mig {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  min-width: 32px;
  height: 32px;
  background-color: #242424;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  appearance: none;
  cursor: pointer; }
  .paginationLink-14Mig:focus {
    outline: 0; }
  .paginationLink-14Mig:hover {
    color: #FFF; }
  @media (min-width: 768px) {
    .paginationLink-14Mig {
      width: 40px;
      height: 40px; } }

.paginationControls-W1re8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #242424;
  cursor: pointer; }

.paginationEllipsis-3k4Fw {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 5px !important; }
  .paginationEllipsis-3k4Fw .paginationLink-14Mig {
    background-color: transparent;
    color: #242424;
    cursor: default; }

.paginationListWrapper-2JgZ6 .paginationItem-3MCaK {
  margin-right: 5px; }
  .paginationListWrapper-2JgZ6 .paginationItem-3MCaK:last-of-type {
    margin-right: 0; }

.isActive-1QI14 {
  background-color: #0066FF; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.searchAid-19Nqy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .searchAid-19Nqy button {
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .searchAid-19Nqy button {
        font-size: 24px;
        font-size: 1.5rem; } }

.searchText-RArJN {
  margin: 0; }
  @media (min-width: 768px) {
    .searchText-RArJN {
      font-size: 24px;
      font-size: 1.5rem; } }

.searchLink-rwK46 {
  align-items: center;
  padding: 0;
  font-family: "freight-display-pro", serif;
  color: #0066FF;
  text-transform: none;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .searchLink-rwK46 {
      font-size: 24px;
      font-size: 1.5rem; } }
  .searchLink-rwK46 > svg {
    margin-left: 10px; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.list-31YJb {
  display: none; }
  @media (min-width: 768px) {
    .list-31YJb {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }

.item-1618x {
  margin-right: 1rem; }
  .item-1618x:last-of-type {
    margin-right: 0; }

.button-1tP-P {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 12px 8px;
  background-color: #EEE;
  color: #878787;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .button-1tP-P:hover {
    color: #878787; }

.buttonDisabled-2uEfU {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 12px 8px;
  background-color: #EEE;
  color: #878787;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: default; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.square-dNFGK {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
  @media (min-width: 768px) {
    .square-dNFGK {
      width: 80px; } }
  .square-dNFGK .item-3l4Ub {
    margin-right: 5px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .square-dNFGK .item-3l4Ub {
        margin-right: 2px;
        margin-bottom: 2px; } }
    .square-dNFGK .item-3l4Ub:last-of-type {
      margin-right: 0; }

.inline-25ky2 {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .inline-25ky2 .item-3l4Ub {
    margin-right: 5px; }

.text-765Sb {
  margin-top: 0;
  margin-bottom: 10px; }

.item-3l4Ub {
  width: 38px;
  height: 38px; }
  .item-3l4Ub > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .item-3l4Ub svg {
    font-size: 1em; }

.facebook-3pyyQ {
  background-color: #3B5998; }
  .facebook-3pyyQ path {
    fill: #FFF; }

.twitter-27G2B {
  background-color: #55ACEE; }
  .twitter-27G2B path {
    fill: #FFF; }

.linkedin-1QQHp {
  background-color: #0077B5; }
  .linkedin-1QQHp path {
    fill: #FFF; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
/*
 * Card Grid
 *
 ****************************************************************************/
.cardGrid-1HmhR {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cardGrid-1HmhR.cardGridStart-2sez- {
    justify-content: space-between; }
    @media (min-width: 768px) {
      .cardGrid-1HmhR.cardGridStart-2sez- {
        justify-content: flex-start; } }

.cardWrapper-2IfHA {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 20px; }
  .cardGridStart-2sez- .cardWrapper-2IfHA {
    margin-right: 0; }
    @media (min-width: 768px) {
      .cardGridStart-2sez- .cardWrapper-2IfHA {
        margin-right: 13px; }
        .cardGridStart-2sez- .cardWrapper-2IfHA:nth-child(4n) {
          margin-right: 0; } }
  .cardWrapper-2IfHA:last-of-type {
    margin-right: 0; }
  @media (min-width: 768px) {
    .cardWrapper-2IfHA {
      flex-basis: auto; } }

.colFull-DeRSG {
  flex-basis: 100%;
  margin-right: 0; }

.col2-ffjnV {
  flex-basis: calc(50% - 10px); }

.col3-1lEE1 {
  flex-basis: calc(33.33% - 10px); }

.col4-1MoY1 {
  flex-basis: calc(25% - 10px); }

.cardImage-1YghQ::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: '';
  user-select: none; }

.cardIcon-DEX31 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-self: flex-end;
  justify-content: flex-start;
  margin-top: auto;
  color: #242424; }
  .cardIcon-DEX31 > svg {
    margin-right: 5px; }

.contentLink-At9ZZ {
  color: #242424; }

/*
 * Card Types
 *
 ****************************************************************************/
.basicCard-1AtRC {
  display: flex;
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
  background-color: #FFF;
  text-align: left;
  flex-direction: column; }
  .basicCard-1AtRC img {
    width: 100%;
    height: 100%; }
  .basicCard-1AtRC .content-3L4Om {
    padding: 20px;
    height: 100%; }
  .basicCard-1AtRC img {
    border-bottom: 1px solid #DCDCDC; }
  .basicCard-1AtRC .content-3L4Om {
    display: flex;
    flex-direction: column;
    justify-content: stretch; }

.featuredCard-1q4vK {
  display: flex;
  border-bottom: 1px solid #DCDCDC;
  width: 100%;
  background-color: #FFF;
  text-align: left;
  flex-direction: column; }
  .featuredCard-1q4vK img {
    width: 100%;
    height: 100%; }
  .featuredCard-1q4vK .content-3L4Om {
    padding: 20px;
    height: 100%; }
  .featuredCard-1q4vK .content-3L4Om {
    display: flex;
    flex-direction: column;
    justify-content: stretch; }
  .featuredCard-1q4vK.sideImage-1mf77 {
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .featuredCard-1q4vK.sideImage-1mf77 {
        flex-direction: row; } }
    .featuredCard-1q4vK.sideImage-1mf77 .cardImage-1YghQ {
      width: 100%; }
      @media (min-width: 768px) {
        .featuredCard-1q4vK.sideImage-1mf77 .cardImage-1YghQ {
          width: 60%; } }
    .featuredCard-1q4vK.sideImage-1mf77 .cardIcon-DEX31 {
      justify-self: auto;
      margin-top: 0; }
    .featuredCard-1q4vK.sideImage-1mf77 .content-3L4Om {
      justify-content: center;
      width: 100%;
      max-width: 100%;
      min-height: auto; }
      @media (min-width: 768px) {
        .featuredCard-1q4vK.sideImage-1mf77 .content-3L4Om {
          width: 40%;
          max-width: 40%; } }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.companyCallout-BEHHg {
  display: flex;
  padding: 20px 0;
  text-align: left; }
  @media (max-width: 768px) {
    .companyCallout-BEHHg {
      flex-wrap: wrap; }
      .companyCallout-BEHHg img {
        max-width: 100px; } }
  @media (min-width: 768px) {
    .companyCallout-BEHHg img {
      max-width: 250px; } }
  .companyCallout-BEHHg img {
    margin-right: 20px;
    border: 1px solid #DCDCDC; }

.borderTop-11wyC {
  border-top: 1px solid #DCDCDC; }

.borderBottom-PsDCb {
  border-bottom: 1px solid #DCDCDC; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: http://nicolasgallagher.com/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.reportCallout-SjSca {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left; }
  .reportCallout-SjSca img {
    margin-bottom: 20px;
    max-width: 100%; }
  .reportCallout-SjSca a {
    width: 100%; }
  @media (min-width: 768px) {
    .reportCallout-SjSca {
      flex-direction: row; } }

.reportHeadline-F3yDc {
  width: 100%; }
  @media (min-width: 768px) {
    .reportHeadline-F3yDc {
      width: calc(30% - 10px); } }
  .reportHeadline-F3yDc a {
    padding: 20px 25px; }

.reportDetails-2eaOc {
  margin-top: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .reportDetails-2eaOc {
      margin-top: 0;
      width: calc(70% - 10px); } }

