/* colors */
/* fonts */
/* responsive sizes */
/* transitions */
/* Widely-used vertical alignment mixin */
/* max width used on everything */
/* display flex container */
/* font family for soleil */
/* content */
.articleContent a {
	text-transform: none;
}
.articlePage .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem {
  background-color: #07163c; }
  .articlePage .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem:hover {
    background-color: #132c6e; }
  .articlePage .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a, .articlePage .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:hover, .articlePage .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:visited, .articlePage .sectionHeader .sectionQuickLinks .linkBlock .quickLinkItem a:active {
    color: #fff; }
.articlePage .sectionQuickLinks .icon.industryYellow {
  color: #ffa605; }
.articlePage .sectionHeader.sectionindustryYellow .linkBlock .quickLinkItem a .icon, .articlePage .sectionHeader.sectionindustryYellow .linkBlock .quickLinkItem a:hover .icon, .articlePage .sectionHeader.sectionindustryYellow .linkBlock .quickLinkItem a:visited .icon, .articlePage .sectionHeader.sectionindustryYellow .linkBlock .quickLinkItem a:active .icon {
  color: #ffa605; }
.articlePage .contentWrapper .contentOffsetPadding {
  padding: 0 2em 2em; }
  @media screen and (min-width: 768px) {
    .articlePage .contentWrapper .contentOffsetPadding {
      padding: 2em; } }
@media screen and (min-width: 1220px) {
  .articlePage .sectionHeader .maxWidthContainer {
    float: none;
    margin: 0 auto;
    width: 100%; } }
@media screen and (min-width: 1366px) {
  .articlePage .sectionHeader .maxWidthContainer {
    float: none;
    margin: auto;
    width: 85%;
    margin-left: 12.5%;
    max-width: 150em; } }
@media screen and (min-width: 1765px) {
  .articlePage .sectionHeader .maxWidthContainer {
    margin: auto;
    max-width: 135em; }
    .articlePage .sectionHeader .maxWidthContainer .textWrapper {
      margin-left: 2em; } }
@media screen and (min-width: 1921px) {
  .articlePage .sectionHeader .maxWidthContainer {
    float: none;
    margin: auto;
    width: 85%; }
    .articlePage .sectionHeader .maxWidthContainer .textWrapper {
      margin-left: 0em; } }

.articleContent {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-around;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media screen and (min-width: 768px) {
    .articleContent {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 1220px) {
    .articleContent {
      padding-left: 0em;
      display: block;
    } }
  @media screen and (max-width: 768px) {
    .articleContent {
      padding: 0; } }
  @media screen and (max-width: 425px) {
    .articleContent {
      padding: 0; } }

.articleShareUnit {
  position: relative;
  padding: 1em 0em; }
  @media screen and (max-width: 767px) {
    .articleShareUnit {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-around;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .articleShareUnit .shareButtons {
    position: relative; }
    .articleShareUnit .shareButtons a, .articleShareUnit .shareButtons a:hover {
      font-size: inherit;
      line-height: inherit; }
    .articleShareUnit .shareButtons .text {
      font-size: 1.4em;
      text-transform: uppercase;
      line-height: 1.85714285714286em;
      letter-spacing: 0;
      position: relative;
      -webkit-transition: 0.3s color linear;
      -moz-transition: 0.3s color linear;
      -ms-transition: 0.3s color linear;
      -o-transition: 0.3s color linear;
      transition: 0.3s color linear;
      text-decoration: underline; }
    .articleShareUnit .shareButtons .shareTitle {
      display: none;
      font-family: "soleil", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #212121;
      font-size: 2em;
      line-height: 1.3em;
      margin-bottom: .5em; }
    @media screen and (max-width: 767px) {
      .articleShareUnit .shareButtons {
        float: right; }
        .articleShareUnit .shareButtons .shareTitle {
          display: block; }
        .articleShareUnit .shareButtons .socialIcon {
          font-size: 1.5em; } }
    @media screen and (min-width: 768px) {
      .articleShareUnit .shareButtons {
        float: right;
        clear: none;
        margin-top: 1em; } }
    .articleShareUnit .shareButtons .socialIcon {
      margin-right: .5em; }
      .articleShareUnit .shareButtons .socialIcon.socialIconLock {
        margin-left: 1em;
        text-align: center;
        cursor: pointer; }
        .articleShareUnit .shareButtons .socialIcon.socialIconLock img {
          position: relative;
          vertical-align: top;
          top: 2px; }
          @media screen and (max-width: 767px) {
            .articleShareUnit .shareButtons .socialIcon.socialIconLock img {
              width: 65%; } }
      .articleShareUnit .shareButtons .socialIcon a {
        -webkit-transition: 0.3s color linear;
        -moz-transition: 0.3s color linear;
        -ms-transition: 0.3s color linear;
        -o-transition: 0.3s color linear;
        transition: 0.3s color linear; }
      .articleShareUnit .shareButtons .socialIcon a:hover {
        color: #212121; }
  .articleShareUnit .articleActionUnit {
    padding-top: 1em;
    position: relative; }
    @media screen and (max-width: 767px) {
      .articleShareUnit .articleActionUnit {
        padding-top: 0; } }
    .articleShareUnit .articleActionUnit a {
      font-size: 1.4em;
      text-transform: uppercase;
      line-height: 1.85714285714286em;
      letter-spacing: 0;
      margin-right: 0.71428571428571em;
      border-left: 1px solid #CDCDCD;
      padding-left: 0.71428571428571em;
      position: relative;
      -webkit-transition: 0.3s color linear;
      -moz-transition: 0.3s color linear;
      -ms-transition: 0.3s color linear;
      -o-transition: 0.3s color linear;
      transition: 0.3s color linear; }
      .articleShareUnit .articleActionUnit a.underline {
        text-decoration: underline; }
      .articleShareUnit .articleActionUnit a:first-child {
        border-left: 0px solid #CDCDCD;
        padding-left: 0; }
      @media screen and (max-width: 375px) {
        .articleShareUnit .articleActionUnit a:last-child {
          border-left: 0px solid #CDCDCD;
          padding-left: 0;
          display: block; } }
      @media screen and (max-width: 375px) {
        .articleShareUnit .articleActionUnit a {
          margin-right: 0.66em; } }
    .articleShareUnit .articleActionUnit a:hover {
      color: #212121; }
  @media screen and (max-width: 767px) {
    .articleShareUnit {
      height: 7em; }
      .articleShareUnit .articleShareWrap {
        position: fixed;
        width: 100%;
        height: 5em;
        bottom: 0;
        left: 0;
        z-index: 800;
        background-color: #f4f4f4;
        line-height: 5em;
        padding: 0 2.5em; }
        .articleShareUnit .articleShareWrap.inPlace {
          position: relative;
          bottom: auto;
          z-index: 1;
          width: calc(100% + 8em);
          left: -4em;
          padding: 0 3em; }
        .articleShareUnit .articleShareWrap .articleActionUnit {
          width: calc(75% - 1px);
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          justify-content: space-around;
          align-items: center; }
          .articleShareUnit .articleShareWrap .articleActionUnit a, .articleShareUnit .articleShareWrap .articleActionUnit a:hover, .articleShareUnit .articleShareWrap .articleActionUnit a:active, .articleShareUnit .articleShareWrap .articleActionUnit a:visited {
            -webkit-flex: 1;
            flex: 1;
            border-left: none;
            border-right: 1px solid #CDCDCD;
            margin: 0;
            padding: 0;
            line-height: 2em;
            margin-top: .8em; }
        .articleShareUnit .articleShareWrap .shareButtons {
          width: 25%;
          text-align: center;
          top: 1px; }
      .articleShareUnit .articleActionUnit a .desktop, .articleShareUnit .shareButtons a .desktop {
        display: none; } }
  @media screen and (min-width: 768px) {
    .articleShareUnit .articleActionUnit a .desktop, .articleShareUnit .shareButtons a .desktop {
      display: inline-block;
      text-decoration: underline; }
    .articleShareUnit .articleActionUnit a .mobile, .articleShareUnit .shareButtons a .mobile {
      display: none; } }

.articleContent span {
  outline: 0; }
  .articleContent span:focus {
    outline: 0; }

.articleCopy {
  position: relative;
  border-top: 1px solid #CDCDCD;
  padding-top: .5em;
  margin-top: 1em; }
.articleCopy table {
  font-size: 14px; } 
  @media screen and (min-width: 768px) {
    .articleCopy {
      margin-top: 0; } }
  .articleCopy p {
    line-height: 1.6em;
    color: #212121;
    margin: 0.6666666667em 0;
    font-weight: 400; }
    .articleCopy p img {
      max-width: 100%; }
      .articleCopy p img.inlineImage {
        margin: 1em -3em;
        max-width: calc(100% + 6em); }
        @media screen and (min-width: 768px) {
          .articleCopy p img.inlineImage {
            max-width: 100%;
            margin: 1em 0; } }

@media screen and (min-width: 768px) {
  .sectionUnderline {
    height: 1px;
    width: 100%;
    background-color: #CDCDCD;
    margin-top: 35px; } }

.contentRail .adUnit {
  position: relative; }
  .contentRail .adUnit.adUnit300x600 {
    width: 100%;
    max-width: 30em;
    height: 10em;
    margin: auto; }
    @media screen and (max-width: 360px) {
      .contentRail .adUnit.adUnit300x600 {
        margin: 0 -1em; } }
    @media screen and (max-width: 340px) {
      .contentRail .adUnit.adUnit300x600 {
        margin: 0 -3em; } }
    @media screen and (min-width: 768px) {
      .contentRail .adUnit.adUnit300x600 {
        width: 24em;
        height: 48em;
        margin: 0;
        overflow: hidden; }
        .contentRail .adUnit.adUnit300x600 iframe, .contentRail .adUnit.adUnit300x600 img {
          width: 100%;
          height: 100%; } }
    @media screen and (min-width: 900px) {
      .contentRail .adUnit.adUnit300x600 {
        width: 30em;
        height: 60em;
        margin: 0; } }
.contentRail .railItem {
  position: relative;
  margin: 2em 0; }
  @media screen and (min-width: 768px) {
    .contentRail .railItem {
      margin: 2em 0; } }
  .contentRail .railItem .railTitle {
    font-family: "soleil", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.88888888888889em;
    color: #212121;
    border-bottom: 1px solid #CDCDCD; }
    .contentRail .railItem .railTitle.noBorder {
      border: none; }
  .contentRail .railItem .link {
    position: relative;
    margin: 1em 0;
    text-transform: uppercase; }
    .contentRail .railItem .link a, .contentRail .railItem .link a:hover, .contentRail .railItem .link a:visited, .contentRail .railItem .link a:active {
      font-size: 1.4em;
      font-weight: 800;
      line-height: 1.35714285714286em;
      letter-spacing: 1px; }
    .contentRail .railItem .link a:hover {
      color: #212121; }
    .articleOnly .contentRail .relatedArticles .link {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .eventDetail .contentRail .relatedArticles .link {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
#clone thead td {
	background: #e9e9e9;
}
/*# sourceMappingURL=article.css.map */
