@charset "UTF-8";
/* ------------------------- RESET ------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b, strong {
  font-weight: 700 !important; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

/* ------------------------- END RESET ------------------------- */
body {
  font-family: "Work Sans", sans-serif; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
  color: #ffffff; }

.rpGreen {
  color: #3d9c94; }

.inlineHdrBar {
  background: #3d9c94;
  padding: 3px 8px;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.textLighter {
  color: #6c747d; }

hr.underscore {
  width: 60px;
  background: #3d9c94;
  height: 8px;
  margin: 1.5rem 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: none;
  outline: none; }

hr.thinDivider {
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: none;
  outline: none;
  background: #e4e4e4; }

.no-max-w {
  max-width: none !important; }

.max675 {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto; }

.blockPadding {
  padding: 80px 0; }

.primeNumber {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 800;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  background: #3d9c94;
  padding: 4px 12px;
  margin: 1em 0 0;
  line-height: 1.2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

/*END Utilities*/
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700; }

p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem; }
  p a:link {
    color: #007ed7; }

p + h3 {
  margin-top: 1.5em; }

.block ul {
  list-style: disc;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto; }
  .block ul li {
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 1.2em;
    margin-bottom: 1em;
    line-height: 1.8em;
    letter-spacing: 0.3px;
    font-weight: 300; }

.kicker {
  font-size: 16px;
  font-size: 1rem;
  /*text-transform: uppercase;*/
  color: #505656;
  display: inline-block;
  font-weight: 700;
  font-family: "Work Sans", sans-serif; }

.img-kicker {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem; }
  .img-kicker.color1 {
    background: #3d9c94; }
  .img-kicker.color2 {
    background: #034da8; }
  .img-kicker.color3 {
    background: #f4b008; }
  .img-kicker.color4 {
    background: #0eb0fb; }
  .img-kicker.color5 {
    background: #29a563; }

.block-kicker {
  padding: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem; }
  .block-kicker.color1 {
    background: #3d9c94; }
  .block-kicker.color2 {
    background: #034da8; }
  .block-kicker.color3 {
    background: #f4b008; }
  .block-kicker.color4 {
    background: #0eb0fb; }
  .block-kicker.color5 {
    background: #29a563; }

.dateBadge {
  top: -5px;
  right: 0;
  background: #505656;
  color: #ffffff;
  font-family: "Work Sans", sans-serif; }
  @media only screen and (max-width: 768px) {
    .dateBadge {
      right: 5px; } }

.postDate {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #36454f;
  font-family: "Work Sans", sans-serif; }

.postDate + h3 {
  margin-top: 1.5em; }

.articleText {
  position: relative; }
  .articleText p {
    margin-left: auto;
    margin-right: auto;
    max-width: 675px;
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8em;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #1e272c; }
  .articleText h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 675px; }
  .articleText p.dropCap:first-letter {
    float: left;
    font-family: "Merriweather", serif !important;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 75px;
    padding-top: 9px;
    padding-right: 4px;
    padding-left: 0;
    font-weight: 700; }
  .articleText .pullQuote {
    font-family: "Work Sans", sans-serif;
    max-width: 330px;
    float: left;
    margin: 0 20px 20px 0;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 800;
    text-align: right;
    border-right: 15px solid #000;
    padding: 15px 15px 15px 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 420px) {
      .articleText .pullQuote {
        float: none;
        display: block;
        margin: 24px 0;
        width: 100%;
        max-width: 100%;
        border-right: none;
        border-left: 15px solid #000;
        text-align: left;
        padding: 15px 0 15px 15px;
        font-size: 22px;
        font-size: 1.375rem; } }

span.byLine {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #36454f;
  display: block;
  text-transform: uppercase;
  max-width: 675px;
  margin: 0 0 2rem; }
  span.byLine strong {
    color: #3d9c94; }

.sideBar {
  padding: 2em;
  box-sizing: border-box;
  background: #f2faf9;
  max-width: 400px;
  float: left;
  margin: 20px 20px 20px 0; }
  .sideBar p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Work Sans", sans-serif;
    line-height: 1.6; }
    .sideBar p:last-of-type {
      margin-bottom: 0; }
  @media only screen and (max-width: 420px) {
    .sideBar {
      float: none;
      display: block;
      margin: 24px 0;
      width: 100%;
      max-width: 100%; } }

.contentArea h1 {
  max-width: 900px;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.1;
  color: #263138; }
  @media only screen and (max-width: 768px) {
    .contentArea h1 {
      font-size: 48px;
      font-size: 3rem; } }

.deck {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1rem;
  display: block;
  max-width: 900px;
  font-family: "Work Sans", sans-serif; }
  @media only screen and (max-width: 768px) {
    .deck {
      font-size: 22px;
      font-size: 1.375rem; } }

.aboutAuthor {
  max-width: 675px;
  margin: 0 auto;
  background: #f5f7f9;
  padding: 2em;
  @incude border-radius(6px);
  border-radius: 6px;
  margin-top: 2rem;
  display: block; }
  .aboutAuthor p {
    font-family: "Work Sans", sans-serif;
    line-height: 1.4; }

.price {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  color: #3d9c94;
  display: block;
  line-height: 1.2; }
  @media only screen and (max-width: 1024px) {
    .price {
      font-size: 22px;
      font-size: 1.375rem; } }

/*END Typography*/
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.itemCTA {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #007ed7;
  font-weight: 700; }
  a.itemCTA:hover {
    text-decoration: underline;
    cursor: pointer; }

a.headlineLink, .feedBlockItemLink {
  color: #161d21;
  text-decoration: none; }
  a.headlineLink:hover, .feedBlockItemLink:hover {
    text-decoration: none;
    cursor: pointer;
    color: #263138; }

/*END Links*/
/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
  border-top: 6px solid #3d9c94; }

.rp-nav-logo {
  width: 250px; }
  @media only screen and (max-width: 420px) {
    .rp-nav-logo {
      width: 180px; } }

.prNavLogo {
  background: #3d9c94;
  padding: 10px;
  box-sizing: border-box;
  width: 125px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .prNavLogo img {
    width: 100%;
    max-width: 100%; }
  @media only screen and (max-width: 420px) {
    .prNavLogo {
      width: 100%;
      margin-top: 1em; }
      .prNavLogo img {
        width: 150px;
        display: block;
        margin: 0 auto; } }

.nav-link, .dropdown-item {
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.3px; }

/*END Nav*/
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
  background: #2b4846 url(https://www.progressiverailroading.com/graphics/railprime-3-bars.svg) no-repeat center center;
  background-size: contain; }

header.main.noContent {
  background-size: 20%;
  min-height: 40px; }

section.block {
  padding: 80px 0; }
  section.block.overlayTop {
    position: relative;
    margin-top: 40px;
    padding-top: 100px; }
  section.block.overlayBottom {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 100px; }
  section.block.dark {
    background: #2b4846; }

@media only screen and (min-width: 576px) {
  .half-card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
    orphans: 1;
    widows: 1; } }
.half-card-columns .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 2.25rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }

.card.cardBlock .headr {
  padding: 1rem;
  color: #ffffff;
  border-radius: 6px 6px 0 0; }
  .card.cardBlock .headr.color1 {
    background: #3d9c94; }
  .card.cardBlock .headr.color2 {
    background: #034da8; }
  .card.cardBlock .headr.color3 {
    background: #f4b008; }
  .card.cardBlock .headr.color4 {
    background: #0eb0fb; }
  .card.cardBlock .headr.color5 {
    background: #29a563; }
  .card.cardBlock .headr h2 {
    margin: 0; }
.card.cardBlock .cardBlock-item {
  padding: 2rem 1rem;
  border-bottom: 1px solid #dddddd; }
  .card.cardBlock .cardBlock-item img {
    max-width: 100%; }
  .card.cardBlock .cardBlock-item:last-of-type {
    border: none; }
  .card.cardBlock .cardBlock-item h3 {
    margin-bottom: 0; }

footer {
  background: #36454f;
  padding: 60px 0;
  border-top: 15px solid #263138; }
  footer .logo {
    display: block;
    width: 300px;
    margin-bottom: 1.5rem; }
  footer ul.footerHorizNav {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    footer ul.footerHorizNav li {
      margin: 0 1rem 1rem 0;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Work Sans", sans-serif; }
      footer ul.footerHorizNav li a {
        color: #ffffff; }

.fadePreview {
  background: #ffffff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.gatedCTA {
  padding: 1rem 0; }

.gatedHeader {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.videoWrapper {
  display: block;
  margin: 3rem auto 2rem;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .videoWrapper iframe {
    width: 1200px;
    height: 675px;
    max-width: 100%;
    margin: 3rem auto 2rem;
    overflow: scroll; }

/*END Sections*/
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.CTAbutton {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  text-decoration: none;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .CTAbutton.CTAlarger {
    padding: .5rem 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px; }
  .CTAbutton.CTAsmaller {
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .CTAbutton.primaryCTA {
    color: #fff;
    background-color: #3d9c94;
    border-color: #3d9c94; }
    .CTAbutton.primaryCTA:hover {
      background-color: #2b4846;
      border-color: #2b4846;
      text-decoration: none;
      cursor: pointer;
      color: #ffffff; }
  .CTAbutton.primaryCTAoutline {
    color: #3d9c94;
    background-color: transparent;
    border-color: #3d9c94; }
    .CTAbutton.primaryCTAoutline:hover {
      background-color: #2b4846;
      border-color: #2b4846;
      text-decoration: none;
      cursor: pointer;
      color: #ffffff; }
  .CTAbutton.secondaryCTA {
    color: #ffffff;
    background-color: #36454f;
    border-color: #36454f; }
    .CTAbutton.secondaryCTA:hover {
      background-color: #263138;
      border-color: #263138;
      text-decoration: none;
      cursor: pointer; }
  .CTAbutton.yellowCTA {
    color: #fff;
    background-color: #fdbc10;
    border-color: #fdbc10; }
    .CTAbutton.yellowCTA:hover {
      background-color: #f7b402;
      border-color: #e3a602;
      text-decoration: none;
      cursor: pointer; }
  .CTAbutton.topicTag {
    color: #555555;
    background-color: transparent;
    border-color: #555555;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px; }
    .CTAbutton.topicTag:hover {
      border-color: #36454f;
      background: #f5f7f9;
      text-decoration: none;
      cursor: pointer;
      color: #36454f; }
  .CTAbutton.megaCTA {
    line-height: 1.2 !important;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    -ms-border-radius: 64px;
    border-radius: 64px;
    text-transform: capitalize;
    padding: 1rem 2rem; }
    .CTAbutton.megaCTA span.subText {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 75%;
      margin-bottom: 5px; }
  .CTAbutton.fixedWidthCTA {
    width: 260px; }

.btn-search {
  color: #fff !important;
  background-color: #3d9c94 !important;
  border-color: #3d9c94 !important; }
  .btn-search:hover {
    background-color: #2b4846 !important;
    border-color: #2b4846 !important;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff; }

/*END Buttons*/
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mainAssetImg {
  max-width: 100%;
  display: block; }

.articleImg {
  display: block;
  margin: 2em auto;
  max-width: 675px; }
  .articleImg.pullLeft {
    float: left;
    max-width: 330px;
    margin: 0 20px 20px 0 !important; }
    @media only screen and (max-width: 768px) {
      .articleImg.pullLeft {
        float: none;
        display: block;
        margin: 24px 0;
        width: 100% !important;
        max-width: 100% !important; } }
  .articleImg img {
    max-width: 100%;
    margin: 0 0 0.5em;
    display: block; }

.gatedCTALogo {
  display: block;
  width: 230px;
  margin: 2rem auto; }

figure.captionContainer {
  max-width: 900px; }

.caption {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #36454f;
  display: block;
  margin: 0.5em 0 0; }

.credit {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #36454f;
  display: block;
  margin: 0.5em 0 0;
  text-transform: uppercase; }

/*END Images*/
/* Input
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.heroSearch {
  margin: 0 auto 0;
  width: 100%;
  max-width: 600px; }
  .heroSearch input {
    border: none;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem; }
    .heroSearch input:focus {
      border: none;
      outline: none; }

#RailPrime_login {
  position: relative;
  margin: 0;
  top: -60px; }

#container-RailPrime_login {
  overflow: hidden;
  height: 420px; }

/*END Input*/
