body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}

h1 {
  color: #e31b23;
  font-size: 4em;
  line-height: 1em;
  font-weight: 300;
}

h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #e31b23;
  font-size: 3em;
  line-height: 1em;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #e31b23;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #e31b23;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  color: #e31b23;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
  list-style-type: square;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.2em;
}

li {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}

img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  margin: 25px 10%;
  padding: 10px 2%;
  border-right: 5px solid #e31b23;
  border-left: 5px solid #e31b23;
  color: #999;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
}

.page-wrapper-white {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.header-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.header-section.v3 {
  position: static;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  line-height: 1em;
}

.main-content-section {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #fff;
}

.main-content-section.v2 {
  position: relative;
}

.main-content-section.top-space {
  margin-top: 25px;
}

.story-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.story-container.no-top-space {
  padding-top: 0px;
}

.story-container.no-bottom-space {
  margin-bottom: 0px;
}

.story-container.test {
  position: relative;
  display: block;
}

.footer-section {
  position: relative;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #e31b23;
  color: #fff;
  font-weight: 400;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.header-div-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px none #e31b23;
}

.header-div-row.top-space {
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.header-div-row.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}

.header-top-column-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-top-column-div.center {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-top-column-div.outside {
  display: block;
  width: 200px;
}

.header-top-column-div.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.story-image-centered {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.story-image-centered.small-75 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.story-image-centered.small-75.no-space {
  margin-top: 10px;
  margin-bottom: 20px;
}

.story-image-centered.no-bottom-space {
  margin-bottom: 0px;
}

.story-image-centered.no-top-space {
  margin-top: 0px;
}

.story-image-centered.no-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.story-image-centered.small-50 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.story-image-centered.adjusted-space {
  margin-top: 20px;
}

.story-image-centered.adjusted-space-2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.story-image-centered.top-space {
  margin-top: 25px;
}

.story-image-centered.top-space.bottom-space-25px {
  margin-bottom: 25px;
}

.story-image-centered._80-percent {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text {
  display: block;
  padding-left: 75px;
  color: #000;
  text-align: left;
}

.text.right {
  padding-left: 0px;
  color: #333;
  text-align: right;
}

.text.right.v3 {
  font-family: 'Open Sans', sans-serif;
  color: #e31b23;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.text.header.v3 {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #e31b23;
  font-style: italic;
  font-weight: 400;
}

.header-top-row-div {
  height: 80px;
  border-bottom: 1px solid #666;
  background-color: #333;
}

.header-top-row-div.v3 {
  padding-top: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: #e31b23;
}

.menu-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, .95);
}

.menu-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4%;
  padding-top: 10px;
  padding-right: 4%;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #666;
  text-decoration: none;
}

.menu-item:hover {
  background-color: #333;
}

.menu-close-button {
  position: static;
  top: 50%;
  right: 0px;
  bottom: 50%;
  width: 25px;
  height: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/directions-close-button-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-close-button:hover {
  background-image: url('../images/directions-close-button-red.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-story-div {
  display: block;
  margin-left: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-image {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.menu-column-heading {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 4%;
  color: #fff;
  font-size: 24px;
}

.menu-section-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 4%;
  padding-right: 4%;
  border-bottom: 1px solid #666;
}

.header-menu-icon-link {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  background-image: url('../images/directions-menu-icon-red.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-menu-icon-link:hover {
  background-image: url('../images/directions-menu-icon-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-menu-icon-link.v3 {
  background-image: url('../images/menu-icon-white.png');
}

.header-menu-icon-link.v3:hover {
  background-image: url('../images/menu-icon-blk.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contents-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contents-text.v3 {
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.header-btm-row-div {
  height: 30px;
  padding-top: 0px;
  background-color: #333;
}

.hero {
  width: 100%;
  height: 600px;
  margin-top: 0px;
}

.hero.delivering-wellness {
  background-image: url('../images/directions-hero-delivering-wellness.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.safety-source {
  background-image: url('../images/directions-hero-safety-source.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.benefits-corner {
  background-image: url('../images/directions-hero-benefits-corner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.company-update {
  background-image: url('../images/directions-hero-company-update-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.anniversary {
  background-image: url('../images/directions-hero-anniversary.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.saia-goes-red-article {
  background-image: url('../images/17-06-wellsness-spotlight-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.exec-forum-17-03 {
  background-image: url('../images/17-08-executive-forum-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.presidents-club {
  background-image: url('../images/17-03-hero-presidents-winners.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.training-17-03 {
  background-image: url('../images/17-03-hero-training.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.around-saia {
  background-image: url('../images/directions-hero-around-saia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.exec-forum-17-05 {
  background-image: url('../images/17-07-executive-forum-hero-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.weight-management-challenge {
  background-image: url('../images/17-05-weight-management-challenge-hero-v2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.safety-video-training {
  background-image: url('../images/17-08-wreaths.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.saia-news {
  background-image: url('../images/directions-hero-company-update.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.safety-source-17-06 {
  background-image: url('../images/17-06-safety-source-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._2017-safety-awards {
  background-image: url('../images/17-06-safety-awards-hero-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.letters {
  background-image: url('../images/directions-letters-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.truckers-against-trafficking {
  background-image: url('../images/17-07-truckers-against-trafficking-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.wreaths-accross-america {
  background-image: url('../images/17-08-wreaths.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.social-media-17-09 {
  background-image: url('../images/17-09-social-media-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.safety-source-17-09 {
  background-image: url('../images/17-09-safety-source-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.exec-forum-17-11 {
  background-image: url('../images/18-02-executive-forum-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.toys-for-tots-17-11 {
  background-image: url('../images/17-11-toys-for-tots-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.employee-appreciation-17-11 {
  background-image: url('../images/17-11-employee-appreciation-hero-v3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.scholarships-17-11 {
  background-image: url('../images/17-11-scholarships-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.tobacco-cessation-17-12 {
  background-image: url('../images/17-12-tobacco-cessation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.toys-for-tots-18-01 {
  background-image: url('../images/18-01-toys-for-tots-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.exec-forum-18-01 {
  background-image: url('../images/18-01-exec-forum-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-01-tat-training {
  background-image: url('../images/18-01-TAT-training-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-02-new-terminals {
  background-image: url('../images/18-04-cargonet-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-02-executive-forum {
  background-image: url('../images/18-04-ELD-hero.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-02-employee-survey {
  background-image: url('../images/18-04-ARC-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-03-tony-richards-award {
  background-image: url('../images/18-05-scholorships-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-03-benefits-corner {
  background-image: url('../images/18-03-benefits-corner-hero.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-03-around-saia {
  background-image: url('../images/18-03-around-saia-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-05-safety-awards {
  background-image: url('../images/18-05-safety-awards-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-07-saia-store {
  background-image: url('../images/18-07-saia-store-hero.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-07-safety-award-hero {
  background-image: url('../images/18-07-safety-awards-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-07-coaching {
  background-image: url('../images/18-07-employee-coaching-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.exec-forum-18-08 {
  background-image: url('../images/18-11-executive-forum-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-08-benefits-corner {
  background-image: url('../images/directions-hero-benefits-corner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-09-employee-recognition {
  background-image: url('../images/18-09-employee-recognition.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-09-benefits-corner {
  background-image: url('../images/18-09-benefits-corner-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-09-scholarships {
  background-image: url('../images/18-09-scholarships-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-09-saia-partnership {
  background-image: url('../images/18-09-saia-cfi-logistica-partnership.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-10-around-saia {
  background-image: url('../images/18-10-around-saia-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-10benefits-corner-hero {
  background-image: url('../images/directions-hero-benefits-corner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-11-toys-for-tots {
  background-image: url('../images/18-11-toys-for-tots-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-11-exec-forum {
  background-image: url('../images/19-02-executive-forum-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-11-att-discounts {
  background-image: url('../images/18-12-holiday-message-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-11-waa {
  background-image: url('../images/18-11-WAA-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._12-18-around-saia {
  background-image: url('../images/18-12-toys-for-tots.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._18-12-exec-forum {
  background-image: url('../images/18-12-executive-forum-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._19-02-nes-isaia-hero {
  background-image: url('../images/19-02-new-isaia-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._19-02-saia-mission-hero {
  background-image: url('../images/19-02-saia-mission-statement-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._19-02-wisdom {
  background-image: url('../images/19-02-wisdom-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._19-03-ri-terminal-hero {
  background-image: url('../images/19-03-Rhode-Island-new-terminal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._19-03-award-winner-hero {
  background-image: url('../images/19-03-award-winner-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._19-03-arc-hero {
  background-image: url('../images/19-03-arc-hero.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.past-issue-cover-link-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.footer-text {
  margin-bottom: 20px;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 300;
}

.footer-text-link {
  color: #fff;
  text-decoration: underline;
}

.footer-text-link:hover {
  color: #000;
}

.footer-div-left {
  display: block;
  width: 33%;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.past-issues-link-div {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}

.light-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .85)), to(hsla(0, 0%, 100%, .85)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85));
}

.past-issues-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 344px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.past-issues-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.hero-slider {
  height: 600px;
  margin-top: -1px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.hero-slider-nav {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .01)), to(rgba(0, 0, 0, .01)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .01), rgba(0, 0, 0, .01));
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 100;
}

.hero-slider-nav:active {
  color: #333;
}

.hero-slider-nav.up-from-bottom {
  bottom: 50px;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-heading {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  color: #e31b23;
  font-size: 4em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -2px;
  text-shadow: none;
}

.hero-heading.white {
  width: 60%;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
}

.hero-heading.white.dropshadow {
  text-shadow: 1px 1px 2px #000;
}

.hero-heading.white.dropshadow._65-wide {
  width: 65%;
}

.hero-heading.white.dropshadow._50-wide {
  width: 50%;
}

.hero-heading.dropshadow {
  text-shadow: 1px 1px 2px #000;
}

.hero-heading.dropshadow.white {
  width: 100%;
}

.hero-heading.dropshadow.white._100 {
  width: 100%;
}

.hero-heading.dropshadow.white._85-wide {
  width: 85%;
}

.hero-heading.dropshadow.white.width-100 {
  width: 100%;
}

.hero-heading.dropshadow._50-wide {
  width: 50%;
}

.hero-heading.dropshadow._50-wide.small {
  font-size: 2em;
  letter-spacing: 0px;
}

.hero-heading.dropshadow._40-wide {
  width: 40%;
}

.hero-heading.dropshadow._75-wide {
  width: 75%;
}

.hero-heading.dropshadow._100-wide.white {
  width: 100%;
}

.hero-heading.dropshadow._80-wide.white {
  width: 80%;
}

.hero-heading.dropshadow._80-wide-copy.white {
  width: 80%;
}

.hero-subhead {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: none;
}

.hero-subhead.white {
  color: #fff;
}

.hero-subhead.white.dropshadow {
  text-shadow: 1px 1px 1px #000;
}

.hero-subhead.dropshadow {
  text-shadow: 1px 1px 0 #000;
}

.hero-subhead.dropshadow.white {
  letter-spacing: 4px;
}

.hero-subhead.black {
  color: #000;
}

.hero-link-button {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: auto;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #e31b23;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .8);
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.hero-link-button:hover {
  border-color: #fff;
  background-color: #e31b23;
}

.header-menu-div {
  display: block;
  height: 30px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-slide.exec-forum-17-03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url('../images/17-06-executive-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/17-06-executive-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.presidents-club-17-03 {
  background-image: url('../images/17-06-safety-awards-hero-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide.saia-goes-red-17-03 {
  background-image: url('../images/17-06-wellsness-spotlight-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide.teachable-moment-17-03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/17-06-safety-source-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/17-06-safety-source-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._17-05-weight-management-challenge {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/17-07-truckers-against-trafficking-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/17-07-truckers-against-trafficking-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._17-05-exec-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/17-07-executive-forum-hero-v2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/17-07-executive-forum-hero-v2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._17-05-safety-video-training {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/directions-hero-benefits-corner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/directions-hero-benefits-corner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._17-05-saia-news {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/directions-hero-company-update.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/directions-hero-company-update.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.exec-forum-17-08 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/17-11-executive-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/17-11-executive-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.wreaths-accross-america {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/17-08-wreaths.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/17-08-wreaths.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.benefits-corner-17-08 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/17-11-employee-appreciation-hero-v3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/17-11-employee-appreciation-hero-v3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._17-09-social-side-of-saia {
  background-image: url('../images/17-09-social-media-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._17-09-safety-source {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/17-09-safety-source-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/17-09-safety-source-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.employee-appreciation-17-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url('../images/17-12-tobacco-cessation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/17-12-tobacco-cessation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.toys-for-tots-17-11 {
  background-image: url('../images/17-11-toys-for-tots-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide.scholarships-17-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/17-11-scholarships-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/17-11-scholarships-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.holiday-message-17-12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/17-12-holiday-message.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/17-12-holiday-message.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-01-tat-training {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-01-TAT-training-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-01-TAT-training-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-01-toys-for-tots-results {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-01-toys-for-tots-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-01-toys-for-tots-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-01-exex-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/18-01-exec-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/18-01-exec-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-02-executive-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-02-executive-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-02-executive-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-02-new-terminals {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-02-new-terminals-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-02-new-terminals-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-02-employee-survey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-02-employee-survey-hero-v1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-02-employee-survey-hero-v1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-03-tony-richards-award {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-03-tony-richards-award-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-03-tony-richards-award-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-03-around-saia {
  background-image: url('../images/18-03-around-saia-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-03-benefits-corner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/18-03-benefits-corner-hero.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/18-03-benefits-corner-hero.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-04-eld {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/18-04-ELD-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/18-04-ELD-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-04-cargonet {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/18-04-cargonet-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/18-04-cargonet-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-04-arc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/18-04-ARC-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/18-04-ARC-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-05-scholorship-program {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-05-scholorships-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-05-scholorships-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-05-safety-award {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/18-05-safety-awards-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/18-05-safety-awards-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-07-coaching {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/18-07-employee-coaching-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/18-07-employee-coaching-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-07-company-store {
  background-image: url('../images/18-07-saia-store-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-07-safety-winners {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/18-07-safety-awards-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/18-07-safety-awards-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-08-executive-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, .1)), to(rgba(1, 1, 1, .1))), url('../images/18-10-exec-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(1, 1, 1, .1), rgba(1, 1, 1, .1)), url('../images/18-10-exec-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-08-benefits-corner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, .15)), to(rgba(1, 1, 1, .15))), url('../images/18-10-benefits-corner-hero.jpg');
  background-image: linear-gradient(180deg, rgba(1, 1, 1, .15), rgba(1, 1, 1, .15)), url('../images/18-10-benefits-corner-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-08-around-saia {
  background-image: url('../images/18-10-around-saia-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-09-employee-appreciation {
  background-image: url('../images/18-09-employee-recognition.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-09-scholarships {
  background-image: url('../images/18-09-scholarships-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-09-saia-partnership {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/18-09-saia-cfi-logistica-partnership.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/18-09-saia-cfi-logistica-partnership.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-11-exec-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/18-11-executive-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/18-11-executive-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-11-toys-for-tots {
  background-image: url('../images/18-11-toys-for-tots-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-11-waa {
  background-image: url('../images/18-11-WAA-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._18-11-att-discounts {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-11-att-discounts-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-11-att-discounts-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-12-exec-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-12-executive-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-12-executive-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-12-holiday-message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-12-holiday-message-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-12-holiday-message-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._18-12-around-saia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/18-12-toys-for-tots.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/18-12-toys-for-tots.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._19-02-exec-forum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/19-02-executive-forum-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/19-02-executive-forum-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._19-02-new-mission {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/19-02-saia-mission-statement-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/19-02-saia-mission-statement-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._19-02-isaia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/19-02-new-isaia-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/19-02-new-isaia-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._19-02-wisdom {
  background-image: url('../images/19-02-wisdom-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._19-03-new-terminal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35))), url('../images/19-03-Rhode-Island-new-terminal.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/19-03-Rhode-Island-new-terminal.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._19-03-award-winner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/19-03-award-winner-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/19-03-award-winner-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._19-03-arc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/19-03-arc-hero.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/19-03-arc-hero.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.story-div {
  display: block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.story-headline-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-summary {
  margin-bottom: 30px;
  padding-right: 0%;
  padding-left: 0%;
  color: #999;
  font-size: 1.5em;
  line-height: 1.5em;
}

.right-inset-menu-div {
  width: 30%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5%;
  padding-top: 10px;
  float: right;
  border-top: 2px solid #e31b23;
}

.right-inset-menu-div.no-author {
  margin-top: 0px;
}

.right-inset-menu-div.anniversaries {
  display: block;
}

.inset-featured-stories-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.inset-featured-story-title {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
}

.inset-featured-story-title:hover {
  color: #e31b23;
}

.inset-featured-story-title.small {
  font-size: 1em;
  line-height: 1.1em;
}

.inset-featured-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.inset-featured-image {
  width: 75px;
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
}

.author-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-bottom: 30px;
  float: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.author-image {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 40px;
}

.author-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author-right-div {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-right-div.space {
  margin-bottom: 10px;
  margin-left: 30px;
}

.author-title {
  margin-bottom: 5px;
  color: #999;
  line-height: 1.2em;
}

.author-name {
  margin-bottom: 0px;
  color: #e31b23;
  font-size: 1.2em;
  line-height: 1.2em;
}

.author-lead-in {
  color: #999;
}

.story-text-div {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.story-text {
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.story-text.bold {
  font-weight: 700;
}

.story-text.half-column {
  width: 48%;
  margin-left: 2%;
}

.story-text.no-bottom-space {
  margin-bottom: 0px;
}

.story-text-top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-logo {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.story-image-inset {
  margin-top: 55px;
  margin-right: 30px;
  margin-bottom: 50px;
  float: left;
}

.story-image-inset.no-top-space {
  width: 48%;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 15px;
}

.story-image-inset.no-top-space.right {
  margin-right: 0%;
  margin-left: 2%;
}

.story-image-inset.no-space {
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 0px;
}

.footer-top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-logo-link-block {
  display: inline-block;
}

.footer-right-div {
  display: block;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.menu-contents-div {
  display: block;
  overflow: auto;
  height: 100%;
  padding-bottom: 50px;
}

.menu-main-heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-story-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  line-height: 1.1em;
}

.menu-story-heading.no-space {
  margin-bottom: 0px;
}

.menu-story-subhead {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ccc;
  font-size: 1.2em;
  line-height: 1.2em;
}

.menu-story-subhead.samll {
  font-size: 1.2em;
}

.menu-story-subhead.small {
  font-size: 1.2em;
}

.menu-heading {
  margin-top: 50px;
  margin-bottom: 10px;
}

.menu-column-heading {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.menu-text-link {
  width: 200px;
  color: #fff;
}

.menu-text-link:hover {
  color: #e31b23;
}

.menu-text-link.test {
  display: inline;
  margin-top: 10px;
  margin-left: 4%;
  font-size: 1.5em;
}

.header-text-white {
  color: #fff;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

.header-menu-text {
  display: block;
  margin-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

.header-menu-text.white {
  color: #fff;
}

.heading-centered {
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
}

.past-issues-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1em;
  text-align: center;
}

.past-issues-text-link {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.past-issues-text-link-large {
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flexbox-row-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-box-column-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 235px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.flex-box-column-div.spacer {
  max-width: 15%;
  min-width: 15%;
}

.flex-box-column-div.right-space {
  padding-right: 10%;
}

.flex-box-column-div.left-space {
  padding-left: 10%;
}

.flex-box-link-block {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.flex-box-heading {
  margin-bottom: 10px;
  text-align: center;
}

.flex-box-heading.contents-subhead {
  font-size: 1.5em;
  line-height: 1.2em;
}

.flex-box-text-link {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.flex-box-text-link:hover {
  color: #e31b23;
}

.flex-box-text-link-div {
  font-size: 0.7em;
  line-height: 1.5em;
  text-align: center;
}

.header-text {
  color: #fff;
  font-style: italic;
  text-align: center;
}

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

.header-text.white {
  color: #fff;
}

.subhead {
  margin-bottom: 20px;
  line-height: 1.2em;
}

.subhead.white {
  color: #fff;
}

.subhead.white.bold {
  margin-top: 17px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.subhead.white.no-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.subhead.white.drop-shadow {
  text-shadow: 1px 1px 1px #000;
}

.subhead.no-top-space {
  margin-top: 0px;
}

.subhead.no-top-space.black {
  color: #000;
}

.subhead.no-top-space.small {
  font-size: 1em;
  text-align: center;
  letter-spacing: 2px;
}

.subhead.no-top-space.bottom-space {
  margin-bottom: 25px;
}

.subhead.no-top-space.no-bottom-space {
  margin-top: 0px;
}

.subhead.no-bottom-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.subhead.no-bottom-space.top-line {
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.subhead.top-space {
  margin-top: 0px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.subhead.small-top-space {
  margin-top: 10px;
}

.subhead.small-top-space.black {
  color: #000;
}

.subhead.small-top-space.small {
  font-size: 1em;
  text-align: center;
  letter-spacing: 2px;
}

.subhead.small-top-space.bottom-space {
  margin-bottom: 25px;
}

.subhead.small-top-space.no-bottom-space {
  margin-top: 0px;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 25px;
}

.main-heading.no-bottom-space {
  margin-bottom: 0px;
}

.inset-featured-story-subhead {
  margin-bottom: 0px;
  font-size: 0.7em;
  line-height: 1em;
}

.btw-row-div {
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btw-row-spacer-div {
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
}

.home-header-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
}

.home-header-saia-directions-logo {
  margin-top: 20px;
  margin-bottom: 10px;
  color: transparent;
  text-align: center;
}

.home-header-logo-link-block {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  background-color: rgba(0, 0, 0, .85);
  text-align: center;
}

.home-header-logo-link-block.w--current {
  margin-bottom: 10px;
  padding: 20px;
  background-color: rgba(0, 0, 0, .85);
}

.home-header-menu-icon-link {
  width: 30px;
  height: 30px;
  background-image: url('../images/directions-menu-icon-red.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-header-menu-icon-link:hover {
  background-image: url('../images/directions-menu-icon-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-header-left-div {
  width: 32%;
}

.home-header-spacer-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-header-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.featured-column-story-image {
  display: inline-block;
  height: 144px;
}

.past-issue-image {
  height: 284px;
}

.story-subhead {
  margin-top: 50px;
  margin-bottom: 25px;
}

.story-subhead.no-top-space {
  margin-top: 0px;
}

.story-subhead.no-top-space {
  margin-top: 0px;
  margin-bottom: 10px;
}

.story-subhead.small-btm-space {
  margin-bottom: 10px;
}

.story-subhead.small-btm-space.no-top-space.bottom-space {
  margin-bottom: 20px;
}

.story-subhead.top-line {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.story-subhead.no-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.story-item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}

.story-item-div.no-line {
  width: 100%;
  border-bottom-style: none;
}

.story-item-div.no-line.no-space {
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.story-item-div.line {
  width: 100%;
}

.story-lightbox-link {
  display: block;
  width: 80%;
  margin: 0% auto;
  padding: 0px;
  border-style: none;
  border-right-width: 5px;
  border-right-color: #e31b23;
  border-left-width: 5px;
  border-left-color: #e31b23;
  text-align: center;
}

.story-lightbox-link.no-space {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.story-lightbox-link-caption {
  text-align: center;
}

.story-heading {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #999;
}

.story-heading.no-space {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  border-top-style: none;
}

.story-heading.no-space.no-bottom-space {
  margin-bottom: 0px;
}

.story-heading.no-top-line {
  padding-top: 0px;
  border-style: none;
}

.story-heading.no-bottom-space {
  margin-bottom: 0px;
}

.story-heading.no-line {
  margin-top: 0px;
  padding-top: 0px;
  border-style: none;
}

.story-heading.subhead-small {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.anniversary-list-flex-box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anniversary-list-flex-box-div.right-margin {
  margin-right: 50px;
}

.anniversary-terminal-div {
  margin-right: 20px;
}

.anniversary-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anniversary-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.anniversary-right-div {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.current-issue-image {
  display: block;
  width: auto;
  margin: 20px auto;
  text-align: center;
}

.current-issue-div {
  position: static;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.home-page-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.homepage-link-div {
  margin-top: 30px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.homepage-link-text {
  color: #fff;
  font-size: 1em;
}

.homepage-link-text:hover {
  color: #e31b23;
}

.homepage-main-content-section {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.past-issue-group {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ccc;
}

.past-issue-flex-box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: -10px;
  margin-left: -10px;
}

.past-issue-item-div {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.past-issue-subhead {
  margin-bottom: 0px;
}

.past-issue-link-div {
  margin-top: 0px;
  font-size: 0.7em;
  text-align: center;
}

.past-issue-text-link {
  color: #e31b23;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.past-issue-text-link:hover {
  color: #333;
}

.past-issue-caption {
  margin-top: 10px;
  margin-bottom: 2px;
  line-height: 1.1em;
  text-align: center;
}

.header-text-link {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.header-text-link:hover {
  color: #e31b23;
  font-weight: 300;
}

.past-issues-flex-box-subgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-left-65 {
  width: 65%;
  margin-bottom: 20px;
}

.image-left-65.top-space {
  margin-top: 20px;
}

.image-left-65.no-space {
  margin-bottom: 0px;
}

.image-left-65.shadow {
  box-shadow: 1px 1px 10px 0 #666;
}

.image-left-65.bottom-space {
  margin-bottom: 50px;
}

.rich-text {
  width: 100%;
}

.rich-text.right {
  width: 48%;
  margin-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich-text.bottom-space {
  margin-bottom: 30px;
}

.rich-text.top-space {
  margin-top: 30px;
}

.dark-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.page-wrapper {
  height: auto;
  background-image: url('../images/directions-background-truck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-wrapper.dark {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url('../images/directions-background-truck.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/directions-background-truck.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-9 {
  width: 65%;
}

.flexbox-image {
  display: block;
  width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexbox-image.left {
  margin-right: 1%;
}

.flexbox-image.right {
  margin-left: 1%;
}

.flexbox-image.center {
  margin-right: 1%;
  margin-left: 1%;
}

.flexbox-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexbox-list-div.right {
  min-width: 48%;
  margin-left: 20px;
}

.flexbox-list-div.left {
  min-width: 48%;
  margin-right: 20px;
}

.flexbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0px 0px;
  padding-bottom: 25px;
}

.flexbox-wrapper.no-top-space {
  margin-top: 0px;
  margin-bottom: 0px;
}

.flexbox-wrapper.no-top-space.no-bottom-space {
  padding-bottom: 0px;
}

.flexbox-wrapper.table {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox-wrapper.top-space {
  margin-top: 0px;
}

.flexbox-wrapper.no-bottom-space {
  padding-bottom: 0px;
}

.flexbox-wrapper.no-space {
  margin-top: 0px;
  padding-bottom: 0px;
}

.image-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexbox-image-300 {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flexbox-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexbox-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.flexbox-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.flexbox-column.gray {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px;
  padding: 20px 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ccc;
  text-align: left;
}

.text-span {
  font-size: 0.8em;
  line-height: 0.5em;
}

.table-text {
  margin-bottom: 0px;
  padding: 5px 50px;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: 300;
}

.table-text.heading {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #333;
  color: #fff;
}

.table-text.heading.right-line {
  border-right: 1px solid #fff;
}

.table-text.left-line {
  border-left: 1px solid #ccc;
}

.table-text.left-line.centered {
  text-align: center;
}

.table-text.list {
  padding: 10px 20px 0px 0px;
  border-bottom-style: none;
}

.table-text.list.right-line {
  padding-top: 10px;
  padding-bottom: 0px;
  border-right: 1px solid #ccc;
}

.table-column._50 {
  width: 50%;
}

.story-slider.slide-1 {
  background-image: url('../images/18-05-EFF-terminal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-2 {
  height: 480px;
  background-image: url('../images/17-11-FON.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-3 {
  height: 480px;
  background-image: url('../images/17-11-GRN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-4 {
  height: 480px;
  background-image: url('../images/17-11-GVL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-5 {
  background-image: url('../images/17-11-JAC.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-6 {
  background-image: url('../images/17-11-JAX.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-7 {
  background-image: url('../images/17-11-JKS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-8 {
  background-image: url('../images/17-11-JON.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-9 {
  background-image: url('../images/17-11-LGO.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-10 {
  background-image: url('../images/17-11-LVS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-11 {
  background-image: url('../images/17-11-MBL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.slide-12 {
  background-image: url('../images/17-11-RAL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-slider.wreaths-slide-1 {
  background-image: url('../images/17-12-wreaths-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  width: 960px;
  height: 640px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
}

.slider.top-space {
  margin-top: 30px;
}

.slider.no-top-space {
  width: 960px;
  height: 640px;
  margin-top: 15px;
  margin-bottom: 60px;
}

.slider.bottom-space {
  width: auto;
  height: 640px;
  margin-bottom: 100px;
}

.slide-2 {
  background-image: url('../images/18-09-ACO-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2._18-07-cgo-2 {
  background-image: url('../images/18-07-around-saia-cgo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2._18-08-safety-2 {
  background-image: url('../images/18-07-TAL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/18-09-ACO-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3._18-07-cgo-3 {
  background-image: url('../images/18-07-around-saia-cgo-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3._18-08-safety-3 {
  background-image: url('../images/18-07-TPA-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flexbox-column-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexbox-column-div.no-space {
  margin-right: 0px;
}

.button {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #e31b23;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.text-span-2 {
  padding-left: 20px;
  font-size: 0.75em;
}

.subhead-list-button {
  position: relative;
  z-index: 100;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  color: #e31b23;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
}

.list-content-div {
  background-color: #fff;
}

.div-block {
  width: 100px;
  height: 200px;
  margin: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ccc;
}

.terminal-list {
  width: 60px;
  margin-right: 0px;
  font-weight: 700;
}

.year-menu-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.year-link-button {
  position: relative;
  width: 40px;
  max-height: 100%;
  margin-bottom: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 60%, .5);
  color: #fff;
  line-height: 1.2em;
  text-align: right;
}

.year-link-button:hover {
  background-color: #e31b23;
  color: #fff;
}

.tab-link {
  z-index: 200;
  display: inline-block;
  width: 46%;
  margin-right: 1%;
  margin-left: 1%;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}

.tab-link:hover {
  background-color: #666;
  color: #fff;
}

.tab-link.w--current {
  width: 46%;
  height: 50px;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e31b23;
}

.tabs-menu {
  display: block;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-block {
  font-size: 2em;
  line-height: 1em;
}

.text-block-2 {
  font-size: 2em;
  line-height: 1em;
}

.tab-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -23px;
  z-index: 0;
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.year-link-text {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  line-height: 1em;
  text-align: center;
}

.intro-text {
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-span-4 {
  font-size: 0.8em;
  line-height: 0.8em;
}

.text-span-5 {
  font-size: 0.8em;
  line-height: 0.8em;
}

.text-span-6 {
  font-size: 0.8em;
  line-height: 0.8em;
}

.letters-rich-text-block {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.flexbox-info {
  width: 100%;
  height: 100%;
  margin: 43px 0px 0px;
  padding: 60px 20px 10px;
  border-radius: 10px;
  background-color: #ccc;
}

.flexbox-info.subhead {
  margin: 0px;
}

.heading-2 {
  line-height: 1em;
}

.heading-3 {
  font-size: 1.5em;
  line-height: 1em;
}

.flexbox-circle-div {
  position: absolute;
  top: 0px;
  width: 86px;
  height: 86px;
  border: 5px solid #fff;
  border-radius: 43px;
  background-color: #e31b23;
  text-align: center;
}

.left-inset-div {
  width: 65%;
  height: auto;
}

.flexbox-column-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: transparent;
}

.flexbox-column-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: transparent;
}

.flexbox-column-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-2 {
  width: 100%;
  border-radius: 10px;
  background-color: #ccc;
}

.flexbox-text {
  width: 70%;
  margin-bottom: 0px;
  margin-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich-text-block-2 {
  color: #000;
  line-height: 1.5em;
}

.rich-text-block-2.red-text {
  color: #e31b23;
}

.rich-text-block-2.indent {
  padding-left: 75px;
}

.rich-text-block-2.top-line {
  border-top: 1px solid #ccc;
}

.text-intro.red {
  color: #e31b23;
}

.text-intro.bottom-space {
  margin-bottom: 30px;
}

.text-intro.bottom-space.bold {
  font-weight: 700;
}

.text-intro.bottom-space.bold.italic {
  font-size: 1.5em;
  font-weight: 400;
}

.slider-caption {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
}

.slider-caption-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  z-index: 200;
  width: 100%;
}

.nav-arrow-icon {
  text-shadow: 1px 1px 6px #666;
}

.winners-text {
  margin-bottom: 30px;
}

.block-quote._60-wide {
  width: 63%;
  margin-right: 0%;
  margin-left: 3%;
}

.block-quote.top-space {
  margin-top: 60px;
}

.wreaths-slide-2 {
  background-image: url('../images/17-12-wreaths-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wreaths-slide-3 {
  background-image: url('../images/17-12-wreaths-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wreaths-slide-4 {
  background-image: url('../images/17-12-wreaths-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-red {
  color: #e31b23;
}

.heading-bold {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
}

.list.indented {
  padding-left: 80px;
}

.image-11 {
  width: auto;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  width: 5%;
  margin-right: 1%;
}

.image-12 {
  display: block;
  width: 294px;
  margin-right: auto;
  margin-left: auto;
}

.text-bullet-highlight {
  color: #e31b23;
}

.image-13 {
  display: block;
}

.image-14 {
  display: block;
}

.image-15 {
  display: block;
}

.center-image {
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-group-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon {
  text-shadow: 1px 1px 6px #000;
}

.icon-2 {
  text-shadow: 1px 1px 6px #000;
}

.slide-caption-banner-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, .01)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(1, 1, 1, .01), rgba(0, 0, 0, .5));
  text-align: center;
}

.slide-caption-banner-div.hidden {
  display: none;
}

.text-block-3 {
  display: inline-block;
  text-align: center;
}

.slide-caption {
  color: #fff;
  font-size: 1.2em;
  font-weight: 100;
}

.slide-1 {
  background-image: url('../images/18-12-WAA-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1._18-07-cgo-1 {
  background-image: url('../images/18-07-around-saia-cgo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1._18-08-safety-1 {
  background-image: url('../images/18-07-RAL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/18-09-ACO-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4._18-07-cgo-4 {
  background-image: url('../images/18-07-around-saia-cgo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4._18-08-safety-4 {
  background-image: url('../images/18-07-TPA-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/18-09-ACO-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5._18-07-cgo-5 {
  background-image: url('../images/18-07-around-saia-cgo-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5._18-08-safety-5 {
  background-image: url('../images/18-07-TPA-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/18-09-CLT.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6._18-07-cgo-6 {
  background-image: url('../images/18-07-around-saia-cgo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6._18-08-safety-6 {
  background-image: url('../images/18-07-TUP-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/18-09-DLS-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7._18-08-safety-7 {
  background-image: url('../images/18-07-TUP-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/18-09-DLS-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8._18-08-safety-8 {
  background-image: url('../images/18-07-WPS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/18-09-ELP.jpg'), url('../images/18-05-GNC-terminal-3.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-10 {
  background-image: url('../images/18-09-FON-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/18-09-FON-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/18-09-FON-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/18-09-HMA-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/18-09-HMA-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/18-09-HST-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/18-05-RAL-terminal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16a {
  background-image: url('../images/18-09-HST-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-nav {
  bottom: -40px;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 100;
}

.slider-nav._18-07-cgo-4 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.flexbox-terminal-column {
  margin-right: 20px;
}

.flexbox-names-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.letters-2-column-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  border-bottom-style: none;
}

.letters-2-column-flexbox.no-line {
  width: 100%;
  border-bottom-style: none;
}

.letters-2-column-flexbox.no-line.no-space {
  padding-top: 0px;
  padding-bottom: 0px;
}

.name-list-flexbox-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.name-list-flexbox-div.right-margin {
  margin-right: 50px;
}

.menu-subhead {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1em;
}

.inset-menu-right-column-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #e31b23;
}

.inset-menu-right-column-div.no-author {
  margin-top: 0px;
}

.inset-menu-right-column-div.anniversaries {
  display: block;
}

.slide-17 {
  background-image: url('../images/18-09-HST-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/18-09-HST-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/18-09-JAC.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/18-09-JKS-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/18-09-JKS-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/18-09-JKS-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/18-09-JON.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/18-09-LRK-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/18-09-LRK-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-26 {
  background-image: url('../images/18-09-MON.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-27 {
  background-image: url('../images/18-09-NOL-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../images/18-09-NOL-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-29 {
  background-image: url('../images/18-09-NSH-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-30 {
  background-image: url('../images/18-09-NSH-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-31 {
  background-image: url('../images/18-09-OMA-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-32 {
  background-image: url('../images/18-09-OMA-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-33 {
  background-image: url('../images/18-09-OMA-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-34 {
  background-image: url('../images/18-09-RNO-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-35 {
  background-image: url('../images/18-09-SAC-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-36 {
  background-image: url('../images/18-09-SAC-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-37 {
  background-image: url('../images/18-09-SAV-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-38 {
  background-image: url('../images/18-09-SAV-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-39 {
  background-image: url('../images/18-09-SAV-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-40 {
  background-image: url('../images/18-09-SCR-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-41 {
  background-image: url('../images/18-09-SPT-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-42 {
  background-image: url('../images/18-09-SPT-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-43 {
  background-image: url('../images/18-09-WAC-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-44 {
  background-image: url('../images/18-09-WAC-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-45 {
  background-image: url('../images/18-09-WAC-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-4 {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.heading-text {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 300;
}

.italic-text {
  margin-top: 0px;
  padding-top: 20px;
  font-size: 1.2em;
  font-weight: 300;
}

.benefits-div-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 107px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/18-11-benefits-corner-phone-icon-background.png');
  background-position: 50% 50%;
  background-size: cover;
}

.benefits-div-flexbox.logo {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
}

.phone-number-text.white {
  margin-left: 150px;
  color: #fff;
  font-size: 2em;
}

.text-caption {
  width: 65%;
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
}

.italic-text-2 {
  font-style: normal;
}

._18-12-slide-2 {
  background-image: url('../images/18-12-WAA-09.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-2._18-07-cgo-2 {
  background-image: url('../images/18-07-around-saia-cgo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-2._18-08-safety-2 {
  background-image: url('../images/18-07-TAL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-1 {
  background-image: url('../images/18-12-WAA-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-1._18-07-cgo-1 {
  background-image: url('../images/18-07-around-saia-cgo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-1._18-08-safety-1 {
  background-image: url('../images/18-07-RAL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-3 {
  background-image: url('../images/18-12-WAA-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-4 {
  background-image: url('../images/18-12-WAA-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-5 {
  background-image: url('../images/18-12-WAA-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-6 {
  background-image: url('../images/18-12-WAA-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-7 {
  background-image: url('../images/18-12-WAA-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-8 {
  background-image: url('../images/18-12-WAA-15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-9 {
  background-image: url('../images/18-12-WAA-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-10 {
  background-image: url('../images/18-12-WAA-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-11 {
  background-image: url('../images/18-12-WAA-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-12 {
  background-image: url('../images/18-12-WAA-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-13 {
  background-image: url('../images/18-12-WAA-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-14 {
  background-image: url('../images/18-12-WAA-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-15 {
  background-image: url('../images/18-12-WAA-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-16 {
  background-image: url('../images/18-12-WAA-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-17 {
  background-image: url('../images/18-12-WAA-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-18 {
  background-image: url('../images/18-12-WAA-25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-19 {
  background-image: url('../images/18-12-WAA-26.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-20 {
  background-image: url('../images/18-12-WAA-27.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-21 {
  background-image: url('../images/18-12-WAA-28.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-22 {
  background-image: url('../images/18-12-WAA-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-23 {
  background-image: url('../images/18-12-WAA-30.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-24 {
  background-image: url('../images/18-12-WAA-31.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-25 {
  background-image: url('../images/18-12-WAA-32-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-26 {
  background-image: url('../images/18-12-WAA-32-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-27 {
  background-image: url('../images/18-12-WAA-33.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-28 {
  background-image: url('../images/18-12-WAA-34.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-29 {
  background-image: url('../images/18-12-WAA-35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-30 {
  background-image: url('../images/18-12-WAA-36.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-31 {
  background-image: url('../images/18-12-WAA-37.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-32 {
  background-image: url('../images/18-12-WAA-38.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-33 {
  background-image: url('../images/18-12-WAA-39.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-12-slide-34 {
  background-image: url('../images/18-12-WAA-40.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-top-div-left {
  width: 65%;
}

.flexbox-top-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox-top-story.no-bottom-space {
  margin-bottom: 0px;
}

.top-story-image {
  width: 48%;
  margin-right: 2%;
}

.top-story-image.round {
  border: 2px solid #ccc;
  border-radius: 50%;
}

.top-story-rich-text img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-story-rich-text p {
  max-width: 50%;
}

.benefits-div-flexbox {
  height: 100px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(215.15625, 61.54%, 40.78%, 1.00);
  background-image: none;
}

.benefits-div-flexbox.logo {
  margin-bottom: 0px;
  background-color: #fff;
}

.phone-number-text.white {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
}

.united-healthcare-phone-div.light-blue {
  width: 40px;
  height: 100%;
  max-width: none;
  background-color: hsla(205.16129032258067, 70.45%, 65.49%, 1.00);
}

.united-healthcare-phone-icon {
  height: 70%;
  margin-left: 40px;
}

.flexbox-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.isaia-pdf-link-image {
  height: auto;
  max-height: 150px;
  margin-left: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
}

.isaia-pdf-text-download-link {
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: 300;
}

.paragraph {
  width: 48%;
  margin-left: 2%;
}

.inset-featured-story-title-flexbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
}

.inset-featured-story-title-flexbox:hover {
  color: #e31b23;
}

.inset-featured-story-title-flexbox.small {
  font-size: 1em;
  line-height: 1.1em;
}

.saia-directions-logo-past-issues {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.previous-issues-link-block {
  width: 400px;
  padding: 20px;
  background-color: rgba(0, 0, 0, .8);
}

.previous-issues-text-white {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

html.w-mod-js *[data-ix="menu-slide-hide"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 250px) scale(0.7500000000000002, 0.7500000000000002);
  -ms-transform: translate(0px, 250px) scale(0.7500000000000002, 0.7500000000000002);
  transform: translate(0px, 250px) scale(0.7500000000000002, 0.7500000000000002);
}

html.w-mod-js *[data-ix="hero-text-slidein-1"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="hero-text-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(50vw, 0px);
  -ms-transform: translate(50vw, 0px);
  transform: translate(50vw, 0px);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="bounce"] {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="side-menu-test"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="accordion-closed"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="on-load-hide-element"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="element-reveal-4"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="element-reveal-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="element-reveal-3"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

@media (max-width: 991px) {
  h2 {
    margin-bottom: 15px;
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.5em;
  }
  ol {
    font-size: 1.2em;
  }
  li {
    margin-bottom: 15px;
  }
  .story-container {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .story-container.no-top-space {
    padding-top: 0px;
  }
  .story-container.small-btm-space {
    padding-bottom: 15px;
  }
  .footer-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .story-image-centered {
    margin-top: 40px;
  }
  .story-image-centered.adjusted-space-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .menu-wrapper {
    display: none;
  }
  .menu-column-heading {
    margin-top: 0px;
  }
  .menu-section-heading-div {
    margin-bottom: 6px;
  }
  .hero {
    height: 450px;
  }
  .hero.company-update {
    background-size: cover;
  }
  .light-section {
    padding-top: 30px;
  }
  .past-issues-item {
    height: 280px;
  }
  .past-issues-flexbox {
    margin-bottom: 15px;
  }
  .hero-slider {
    height: 525px;
  }
  .hero-slider-nav {
    font-size: 0.7em;
  }
  .hero-container {
    height: 525px;
    padding-bottom: 15px;
  }
  .hero-heading {
    font-size: 3em;
  }
  .hero-heading.white {
    width: 55%;
  }
  .hero-heading.white.dropshadow {
    width: 60%;
  }
  .hero-heading.dropshadow._50-wide.white.no-bottom-space {
    margin-bottom: 0px;
  }
  .hero-heading.dropshadow._50-wide.small.white {
    width: 60%;
  }
  .hero-heading.dropshadow._40-wide {
    width: 70%;
  }
  .hero-heading.dropshadow._75-wide.white {
    width: 75%;
  }
  .hero-subhead {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.2em;
  }
  .hero-link-button {
    font-size: 0.8em;
  }
  .hero-slide.saia-goes-red-17-03 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url('../images/17-06-wellsness-spotlight-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/17-06-wellsness-spotlight-hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .right-inset-menu-div {
    display: block;
    width: 35%;
  }
  .right-inset-menu-div.no-author {
    display: block;
  }
  .right-inset-menu-div.no-author.hide {
    display: none;
  }
  .right-inset-menu-div.no-author.hide-sidebar-menu {
    display: none;
  }
  .right-inset-menu-div.anniversaries {
    display: none;
  }
  .inset-featured-story-title {
    font-size: 1em;
    line-height: 1.3em;
  }
  .inset-featured-story-title.small {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .author-div {
    width: 60%;
  }
  .author-left-div {
    width: 15%;
  }
  .story-text {
    margin-bottom: 15px;
  }
  .story-image-inset {
    width: 45%;
    margin-top: 5px;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .story-image-inset.no-top-space {
    margin-bottom: 25px;
  }
  .menu-contents-div {
    padding-bottom: 30px;
  }
  .menu-main-heading {
    font-size: 3em;
  }
  .menu-story-heading {
    font-size: 1.5em;
  }
  .menu-story-subhead {
    font-size: 0.9em;
  }
  .menu-story-subhead.small {
    font-size: 0.9em;
  }
  .menu-heading {
    margin-top: 30px;
    font-size: 2.5em;
  }
  .menu-column-heading {
    margin-bottom: 10px;
  }
  .header-text-white {
    font-size: 0.9em;
  }
  .heading-centered {
    margin-bottom: 30px;
    font-size: 3em;
  }
  .past-issues-text-link {
    font-size: 1em;
  }
  .flex-box-column-div {
    height: 185px;
  }
  .flex-box-heading {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .flex-box-heading.contents-subhead {
    font-size: 1em;
  }
  .flex-box-text-link {
    font-size: 1em;
  }
  .flex-box-text-link-div {
    font-size: 0.6em;
  }
  .subhead {
    margin-bottom: 20px;
  }
  .home-header-left-div {
    width: 40%;
  }
  .featured-column-story-image {
    height: 115px;
  }
  .past-issue-image {
    height: 220px;
  }
  .story-subhead.small-btm-space.no-top-space {
    margin-top: 0px;
  }
  .story-lightbox-link-caption {
    font-size: 1.2em;
  }
  .story-heading {
    font-size: 2.5em;
  }
  .story-heading.no-space {
    font-size: 2.5em;
  }
  .story-heading.no-top-line {
    padding-top: 0px;
    font-size: 2.5em;
  }
  .story-heading.subhead-small {
    font-size: 1.2em;
  }
  .past-issue-caption {
    font-size: 0.8em;
  }
  .image-left-65 {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .rich-text.right {
    margin-left: 2%;
  }
  .flexbox-wrapper.table {
    margin-right: 0px;
    margin-left: 0px;
  }
  .flexbox-wrapper.top-space {
    margin: 40px -10px 20px;
  }
  .flexbox-column {
    margin-right: 10px;
    margin-left: 10px;
  }
  .flexbox-column.gray {
    margin: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .inset-menu-text-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slider {
    height: 320px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .slider.top-space {
    height: 530px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .slider.no-top-space {
    height: 450px;
  }
  .slider.bottom-space {
    width: auto;
    height: 480px;
  }
  .flexbox-column-div {
    margin-right: 0px;
    margin-left: 30px;
  }
  .terminal-list {
    width: 50px;
    font-size: 1em;
  }
  .name-list {
    font-size: 1em;
  }
  .tab-link {
    height: 45px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-link.w--current {
    height: 45px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    font-size: 1.5em;
  }
  .text-block-2 {
    font-size: 1.5em;
  }
  .left-inset-div {
    width: 100%;
    margin-top: 70px;
  }
  .flexbox-column-1 {
    margin: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flexbox-column-2 {
    margin: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flexbox-column-3 {
    margin: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-quote._60-wide {
    width: auto;
    margin-right: 10%;
    margin-left: 10%;
  }
  .block-quote.top-space {
    margin-top: 25px;
  }
  .inset-menu-right-column-div {
    display: block;
    width: 35%;
  }
  .inset-menu-right-column-div.no-author {
    display: none;
  }
  .inset-menu-right-column-div.no-author.hide {
    display: none;
  }
  .inset-menu-right-column-div.no-author.hide-sidebar-menu {
    display: none;
  }
  .inset-menu-right-column-div.anniversaries {
    display: none;
  }
  .flexbox-top-story {
    margin-bottom: 0px;
  }
  .flexbox-top-story.no-bottom-space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-story-image.round {
    width: 75%;
    margin-bottom: 10px;
  }
  .benefits-div-flexbox {
    height: 80px;
    margin-bottom: 10px;
  }
  .benefits-div-flexbox.logo {
    margin-bottom: 10px;
  }
  .phone-number-text.white {
    margin-left: 30px;
  }
  .united-healthcare-phone-div.light-blue {
    width: 30px;
  }
  .united-healthcare-phone-icon {
    margin-left: 30px;
  }
  .inset-featured-story-title-flexbox {
    font-size: 1em;
    line-height: 1.3em;
  }
  .inset-featured-story-title-flexbox.small {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .previous-issues-text-white {
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  h3 {
    margin-bottom: 5px;
    font-size: 1em;
  }
  h4 {
    margin-bottom: 5px;
    font-size: 1.2em;
  }
  p {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  ul {
    margin-bottom: 0px;
    padding-left: 30px;
    font-size: 1em;
  }
  ol {
    margin-bottom: 5px;
    font-size: 1em;
  }
  li {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1em;
  }
  .header-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .story-container {
    padding: 20px 10px;
  }
  .story-container.small-btm-space {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  .footer-section {
    padding-top: 20px;
  }
  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-top-column-div {
    height: 70px;
  }
  .story-image-centered {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .story-image-centered.adjusted-space {
    margin-top: 10px;
  }
  .story-image-centered.adjusted-space-2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .story-image-centered._80-percent {
    margin-top: 10px;
  }
  .header-top-row-div {
    height: 70px;
  }
  .menu-wrapper {
    display: none;
    width: 100%;
  }
  .menu-close-button {
    width: 20px;
    height: 20px;
  }
  .menu-image {
    width: 75px;
    height: 75px;
  }
  .hero {
    height: 250px;
  }
  .hero.delivering-wellness {
    height: 250px;
  }
  .hero.company-update {
    background-size: cover;
  }
  .footer-text {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  .past-issues-link-div {
    font-size: 0.8em;
  }
  .light-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .past-issues-item {
    height: 220px;
  }
  .past-issues-flexbox {
    margin-bottom: 15px;
  }
  .hero-slider {
    height: 475px;
  }
  .hero-container {
    height: 475px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .hero-heading.white {
    width: 70%;
    font-size: 3em;
  }
  .hero-heading.white.dropshadow {
    font-size: 2.4em;
    line-height: 1.1em;
  }
  .hero-heading.dropshadow._50-wide.small.white.no-bottom-space {
    margin-bottom: 5px;
    font-size: 1.5em;
  }
  .hero-heading.dropshadow._40-wide {
    width: 70%;
  }
  .hero-heading.dropshadow._75-wide {
    font-size: 2.4em;
  }
  .hero-link-button {
    margin-top: 0px;
  }
  .article-summary {
    margin-bottom: 20px;
    font-size: 1em;
  }
  .right-inset-menu-div {
    display: none;
  }
  .right-inset-menu-div.no-author {
    display: none;
  }
  .author-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .author-left-div {
    width: 20%;
  }
  .author-title {
    font-size: 0.8em;
  }
  .author-name {
    font-size: 1em;
  }
  .story-text {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  .story-image-inset.no-top-space {
    margin-bottom: 15px;
  }
  .footer-heading {
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  .menu-main-heading {
    font-size: 2.5em;
  }
  .menu-story-heading {
    font-size: 1.2em;
  }
  .menu-story-subhead {
    font-size: 0.8em;
  }
  .menu-story-subhead.small {
    font-size: 0.8em;
  }
  .menu-heading {
    margin-top: 10px;
    font-size: 2em;
  }
  .menu-column-heading {
    margin-bottom: 0px;
  }
  .menu-text-link {
    font-size: 0.8em;
  }
  .header-text-white {
    font-size: 0.8em;
  }
  .header-menu-text.white {
    margin-right: 10px;
    font-size: 0.8em;
  }
  .past-issues-heading {
    margin-bottom: 5px;
    font-size: 0.9em;
  }
  .flex-box-column-div {
    height: 145px;
  }
  .flex-box-heading {
    margin-bottom: 7px;
    font-size: 0.9em;
  }
  .flex-box-heading.contents-subhead {
    font-size: 0.9em;
  }
  .header-text {
    font-size: 0.8em;
  }
  .subhead {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .subhead.white.bold {
    margin-top: 15px;
    font-size: 1.7em;
  }
  .subhead.no-top-space.small {
    font-size: 0.75em;
    letter-spacing: 0px;
  }
  .subhead.small-top-space.small {
    font-size: 0.75em;
    letter-spacing: 0px;
  }
  .main-heading {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.1em;
    text-align: left;
  }
  .home-header-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-header-logo-link-block {
    text-align: center;
  }
  .home-header-logo-link-block.w--current {
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-header-left-div {
    width: 48%;
  }
  .featured-column-story-image {
    height: 85px;
  }
  .past-issue-image {
    height: 172px;
  }
  .story-subhead {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .story-subhead.no-top-space {
    margin-bottom: 5px;
    font-size: 1.2em;
  }
  .story-subhead.small-btm-space {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .story-item-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .story-lightbox-link {
    width: 50%;
  }
  .story-lightbox-link-caption {
    font-size: 0.8em;
  }
  .story-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 1.5em;
  }
  .story-heading.no-space {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  .story-heading.no-top-line {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 1.5em;
  }
  .story-heading.subhead-small {
    margin-bottom: 5px;
    font-size: 0.9em;
    letter-spacing: 2px;
  }
  .anniversary-left-div {
    margin-left: 25px;
  }
  .anniversary-right-div {
    margin-right: 25px;
  }
  .homepage-link-div {
    margin-top: 20px;
    font-size: 1em;
  }
  .past-issue-flex-box-div {
    margin-right: -5px;
    margin-left: -5px;
  }
  .past-issue-item-div {
    margin-right: 5px;
    margin-left: 5px;
  }
  .past-issue-link-div {
    font-size: 0.5em;
  }
  .past-issue-caption {
    font-size: 0.6em;
  }
  .image-left-65 {
    width: 100%;
    margin-bottom: 15px;
  }
  .image-left-65.bottom-space {
    width: 80%;
    margin-bottom: 15px;
  }
  .flexbox-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .flexbox-wrapper.top-space {
    margin: 20px -5px 10px;
  }
  .flexbox-column {
    margin-right: 5px;
    margin-left: 5px;
  }
  .flexbox-column.gray {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-bottom: 0px;
    border-radius: 5px;
  }
  .table-text {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.8em;
  }
  .table-text.heading {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.8em;
  }
  .table-text.list.right-line {
    padding-right: 10px;
  }
  .story-slider.slide-1 {
    height: 250px;
  }
  .slider {
    height: 240px;
  }
  .slider.top-space {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .slider.no-top-space {
    height: 300px;
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .slider.bottom-space {
    height: 360px;
  }
  .story-slide-arrows {
    width: 10%;
  }
  .flexbox-column-div {
    margin-right: 0px;
    margin-left: 30px;
  }
  .terminal-list {
    width: 40px;
    margin-right: 0px;
    font-size: 0.8em;
  }
  .name-list {
    font-size: 0.8em;
  }
  .year-link-button {
    width: 30px;
  }
  .tab-link {
    height: 35px;
  }
  .tab-link.w--current {
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    font-size: 1em;
  }
  .text-block-2 {
    font-size: 1em;
  }
  .tab-arrow {
    bottom: -20px;
    width: 40px;
  }
  .year-link-text {
    font-size: 0.7em;
  }
  .intro-text {
    font-size: 1em;
  }
  .letters-rich-text-block {
    margin-top: 10px;
    padding-top: 20px;
  }
  .flexbox-info {
    margin-top: 25px;
  }
  .flexbox-circle-div {
    top: -33px;
    width: 66px;
    height: 66px;
    border-radius: 33px;
  }
  .left-inset-div {
    margin-top: 0px;
  }
  .flexbox-column-1 {
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 0px;
  }
  .flexbox-column-2 {
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 0px;
  }
  .flexbox-column-3 {
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 0px;
  }
  .text-intro.bottom-space {
    margin-bottom: 20px;
  }
  .block-quote.top-space {
    margin-top: 15px;
  }
  .heading-bold {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  .list.indented {
    padding-left: 60px;
  }
  .image-12 {
    width: 200px;
  }
  .icon {
    margin-right: 0px;
    margin-left: 5px;
  }
  .icon-2 {
    margin-right: 5px;
  }
  .slide-caption-banner-div {
    height: 30px;
  }
  .slide-caption {
    font-size: 0.8em;
  }
  .slider-nav {
    font-size: 0.7em;
  }
  .letters-2-column-flexbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inset-menu-right-column-div {
    display: none;
  }
  .inset-menu-right-column-div.no-author {
    display: none;
  }
  .heading-text {
    margin-top: 10px;
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 300;
  }
  .italic-text {
    font-size: 1em;
    line-height: 1.2em;
  }
  .story-top-div-left {
    width: 100%;
  }
  .flexbox-top-story.no-bottom-space {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-story-image {
    width: 45%;
    margin-bottom: 20px;
  }
  .top-story-image.round {
    width: 48%;
  }
  .benefits-div-flexbox {
    height: 60px;
    margin-bottom: 5px;
  }
  .benefits-div-flexbox.logo {
    margin-bottom: 0px;
  }
  .phone-number-text.white {
    margin-left: 20px;
    font-size: 1.4em;
  }
  .united-healthcare-phone-div.light-blue {
    width: 20px;
  }
  .united-healthcare-phone-icon {
    margin-left: 20px;
  }
  .image-17 {
    height: 80%;
  }
  .flexbox-button-div {
    height: 135px;
    margin-top: 0px;
  }
  .isaia-pdf-text-download-link {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .previous-issues-text-white {
    font-size: 0.8em;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  ul {
    padding-left: 20px;
  }
  ol {
    padding-left: 20px;
    font-size: 1em;
  }
  li {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
  img {
    width: auto;
  }
  .page-wrapper-white {
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .header-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-content-section {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .story-container {
    padding: 10px;
  }
  .story-container.small-btm-space {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .story-container.left-indent {
    padding-left: 40px;
  }
  .footer-section {
    padding-top: 10px;
  }
  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-div-row.top-space {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-top-column-div {
    height: 70px;
    margin-right: 5%;
  }
  .header-top-column-div.outside {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .header-top-column-div.right {
    margin-right: 0%;
  }
  .story-image-centered {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .story-image-centered.adjusted-space {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .story-image-centered.adjusted-space-2 {
    margin-top: 5px;
  }
  .story-image-centered.top-space {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text.header.v3 {
    font-size: 0.8em;
  }
  .header-top-row-div {
    height: 70px;
  }
  .header-top-row-div.v3 {
    padding-bottom: 10px;
  }
  .menu-wrapper {
    display: none;
    width: 100%;
  }
  .menu-close-button {
    width: 20px;
    height: 20px;
  }
  .menu-image {
    width: 75px;
    height: 75px;
  }
  .menu-section-heading-div {
    margin-top: 0px;
  }
  .header-menu-icon-link {
    min-height: 25px;
    min-width: 25px;
  }
  .contents-text.v3 {
    margin-right: 0px;
    font-size: 0.7em;
    line-height: 15px;
  }
  .header-btm-row-div {
    padding-top: 0px;
  }
  .hero {
    height: 200px;
    background-image: none;
  }
  .hero.delivering-wellness {
    height: 200px;
  }
  .hero.safety-source {
    height: 200px;
  }
  .hero.benefits-corner {
    height: 200px;
    background-size: cover;
  }
  .hero.company-update {
    height: 200px;
    background-size: cover;
  }
  .hero.anniversary {
    height: 200px;
  }
  .hero.saia-goes-red-article {
    height: 200px;
  }
  .hero.exec-forum-17-03 {
    height: 200px;
  }
  .hero.presidents-club {
    height: 200px;
  }
  .hero.training-17-03 {
    height: 200px;
  }
  .hero.around-saia {
    height: 200px;
  }
  .hero._18-07-saia-store {
    background-position: 50% 50%;
  }
  .footer-text {
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .footer-div-left {
    width: 100%;
    min-width: 100%;
    padding-right: 0%;
  }
  .past-issues-link-div {
    font-size: 0.8em;
  }
  .light-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .past-issues-item {
    height: 140px;
  }
  .past-issues-flexbox {
    margin-bottom: 5px;
  }
  .hero-slider {
    height: 340px;
  }
  .hero-slider-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.5em;
    line-height: 1.1em;
  }
  .hero-slider-nav.up-from-bottom {
    bottom: 35px;
  }
  .hero-container {
    height: 340px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .hero-heading {
    font-size: 2.2em;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  .hero-heading.white {
    width: 70%;
    margin-bottom: 5px;
    font-size: 1.5em;
    letter-spacing: 0px;
  }
  .hero-heading.white.dropshadow {
    width: 75%;
    font-size: 1.5em;
  }
  .hero-heading.white.dropshadow._65-wide {
    width: 100%;
  }
  .hero-heading.white.dropshadow._50-wide {
    width: 55%;
  }
  .hero-heading.dropshadow {
    font-size: 1.5em;
  }
  .hero-heading.dropshadow._50-wide.white {
    width: 70%;
  }
  .hero-heading.dropshadow._50-wide.white.no-bottom-space {
    margin-bottom: 0px;
  }
  .hero-heading.dropshadow._50-wide.small.white.no-bottom-space {
    width: 70%;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .hero-heading.dropshadow._40-wide {
    width: 60%;
  }
  .hero-heading.dropshadow._75-wide {
    font-size: 1.5em;
  }
  .hero-heading.dropshadow._75-wide.white {
    width: 90%;
  }
  .hero-subhead {
    margin-bottom: 2px;
    font-size: 0.7em;
  }
  .hero-link-button {
    margin-top: 0px;
    padding: 0px 10px;
    font-size: 0.7em;
  }
  .hero-slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/hero-exec-forum-jan.png');
    background-image: linear-gradient(180deg, null, null), url('../images/hero-exec-forum-jan.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }
  .hero-slide.exec-forum-17-03 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url('../images/17-06-executive-forum-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/17-06-executive-forum-hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .hero-slide.presidents-club-17-03 {
    background-image: url('../images/17-06-safety-awards-hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-slide.saia-goes-red-17-03 {
    background-image: url('../images/17-06-wellsness-spotlight-hero.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-slide._17-05-weight-management-challenge {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/17-05-weight-management-challenge-hero-v2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/17-05-weight-management-challenge-hero-v2.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .article-summary {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .right-inset-menu-div {
    display: none;
  }
  .author-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .author-left-div {
    width: 25%;
    margin-right: 10px;
  }
  .author-title {
    font-size: 0.7em;
  }
  .author-name {
    font-size: 0.8em;
  }
  .story-text {
    margin-bottom: 0px;
    font-size: 0.8em;
  }
  .story-text.half-column {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .story-text.no-bottom-space {
    margin-bottom: 0px;
  }
  .story-text-top-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-logo {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
  }
  .story-image-inset {
    margin-bottom: 0px;
  }
  .story-image-inset.no-top-space {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .story-image-inset.no-top-space.right {
    margin-left: 0%;
  }
  .footer-top-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-right-div {
    min-width: 100%;
    padding-left: 0%;
  }
  .footer-heading {
    margin-top: 10px;
    font-size: 0.8em;
  }
  .menu-main-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 2.5em;
  }
  .menu-story-heading {
    width: 100%;
    font-size: 1.2em;
  }
  .menu-story-subhead {
    font-size: 0.8em;
  }
  .menu-story-subhead.small {
    font-size: 0.8em;
  }
  .menu-heading {
    margin-top: 10px;
    font-size: 2em;
  }
  .menu-column-heading {
    margin-bottom: 0px;
  }
  .menu-text-link {
    font-size: 0.8em;
  }
  .header-text-white {
    font-size: 0.7em;
  }
  .header-menu-text {
    margin-right: 5px;
    font-size: 0.7em;
  }
  .heading-centered {
    margin-bottom: 15px;
    font-size: 1.5em;
  }
  .past-issues-heading {
    margin-bottom: 5px;
    font-size: 0.7em;
  }
  .past-issues-text-link {
    font-size: 1.1em;
  }
  .past-issues-text-link-large {
    font-size: 1em;
  }
  .flexbox-row-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexbox-row-div.contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box-column-div {
    height: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-box-column-div.spacer {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-box-link-block {
    margin-bottom: 0px;
  }
  .flex-box-heading {
    margin-bottom: 7px;
    font-size: 0.7em;
  }
  .flex-box-heading.contents-subhead {
    font-size: 0.7em;
  }
  .flex-box-text-link {
    font-size: 1em;
  }
  .flex-box-text-link-div {
    font-size: 0.4em;
    line-height: 1em;
  }
  .header-text {
    display: block;
    font-size: 0.7em;
  }
  .subhead {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .subhead.no-top-space.small {
    text-align: left;
  }
  .subhead.small-top-space.small {
    text-align: left;
  }
  .main-heading {
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.1em;
    text-align: left;
  }
  .btw-row-spacer-div {
    height: 15px;
    max-height: 15px;
    min-height: 15px;
  }
  .home-header-saia-directions-logo {
    margin-top: 0px;
  }
  .home-header-logo-link-block {
    margin-bottom: 2px;
    padding: 10px;
  }
  .home-header-logo-link-block.w--current {
    margin-bottom: 5px;
    padding: 10px;
  }
  .home-header-left-div {
    width: 50%;
  }
  .featured-column-story-image {
    height: 55px;
  }
  .past-issue-image {
    height: 96px;
  }
  .story-subhead.no-top-space {
    margin-top: 10px;
    font-size: 1em;
  }
  .story-subhead.small-btm-space {
    margin-bottom: 20px;
  }
  .story-item-div {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .story-item-div.no-line {
    padding-bottom: 0px;
  }
  .story-item-div.no-line.no-space {
    margin-top: 5px;
  }
  .story-lightbox-link {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .story-lightbox-link-caption {
    font-size: 0.8em;
  }
  .story-heading {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .story-heading.no-space {
    margin-top: 10px;
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .story-heading.no-top-line {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 1.2em;
    line-height: 1.1em;
  }
  .story-heading.no-bottom-space {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .story-heading.subhead-small {
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  .anniversary-terminal-div {
    margin-right: 5px;
  }
  .anniversary-flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .anniversary-left-div {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anniversary-right-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .homepage-link-div {
    margin-top: 20px;
    font-size: 1em;
  }
  .past-issue-flex-box-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .past-issue-item-div {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .past-issue-subhead {
    margin-bottom: 15px;
  }
  .past-issue-link-div {
    line-height: 1.5em;
  }
  .past-issue-caption {
    margin-bottom: 5px;
  }
  .past-issues-flex-box-subgroup {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .image-left-65.bottom-space {
    margin-top: 20px;
  }
  .rich-text.right {
    width: 100%;
    margin-left: 0%;
  }
  .rich-text.bottom-space {
    display: block;
    margin-bottom: 15px;
  }
  .flexbox-image.left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
  }
  .flexbox-image.right {
    width: 100%;
    margin-top: 5px;
    margin-left: 0%;
  }
  .flexbox-image.center {
    width: 100%;
    margin: 5px 0%;
  }
  .flexbox-list-div {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flexbox-list-div.bottom-space {
    margin-bottom: 15px;
  }
  .flexbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexbox-wrapper.no-top-space {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flexbox-wrapper.no-top-space.no-bottom-space {
    margin-bottom: 5px;
  }
  .flexbox-wrapper.table {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexbox-wrapper.top-space {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .flexbox-wrapper.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flexbox-wrapper.no-bottom-space {
    margin-left: 25%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flexbox-column {
    margin: 0px;
  }
  .flexbox-column.left {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .flexbox-column.right {
    margin-bottom: 0px;
  }
  .flexbox-column.gray {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .table-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .table-text.heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.8em;
  }
  .table-text.heading.right-line {
    font-size: 0.8em;
  }
  .table-text.list {
    padding-right: 5px;
  }
  .story-slider.slide-1 {
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider {
    height: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slider.top-space {
    height: 230px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .slider.no-top-space {
    height: 180px;
    margin-bottom: 65px;
  }
  .slider.bottom-space {
    width: auto;
    height: 200px;
  }
  .flexbox-column-div {
    margin-right: 0px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subhead-list-button {
    font-size: 1.4em;
    line-height: 1em;
  }
  .terminal-list {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 0.8em;
  }
  .name-list {
    margin-bottom: 0px;
    font-size: 0.8em;
  }
  .text-span-3 {
    font-size: 1em;
  }
  .year-link-button {
    width: 30px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 0.7em;
    line-height: 1em;
  }
  .tab-link {
    height: 50px;
  }
  .tab-link.w--current {
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    font-size: 1em;
  }
  .text-block-2 {
    font-size: 1em;
  }
  .intro-text {
    font-size: 1em;
  }
  .flexbox-column-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .flexbox-column-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .flexbox-column-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slider-caption {
    font-size: 1em;
  }
  .slider-caption-div {
    bottom: -30px;
  }
  .nav-arrow-icon {
    width: 30px;
    height: 30px;
    font-size: 0.8em;
  }
  .list.indented {
    margin-bottom: 0px;
    padding-left: 50px;
  }
  .image-12 {
    width: 150px;
  }
  .list-item {
    margin-bottom: 5px;
  }
  .list-item-2 {
    margin-bottom: 5px;
  }
  .list-item-3 {
    margin-bottom: 5px;
  }
  .list-item-4 {
    margin-bottom: 5px;
  }
  .list-item-5 {
    margin-bottom: 5px;
  }
  .list-item-6 {
    margin-bottom: 10px;
  }
  .list-item-7 {
    margin-bottom: 5px;
  }
  .list-item-8 {
    margin-bottom: 5px;
  }
  .icon {
    font-size: 0.6em;
  }
  .icon-2 {
    margin-right: 0px;
    font-size: 0.6em;
  }
  .slide-caption {
    line-height: 1em;
  }
  .letters-2-column-flexbox {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .letters-2-column-flexbox.no-line {
    padding-bottom: 0px;
  }
  .inset-menu-right-column-div {
    display: none;
  }
  .text-span-7 {
    font-size: 0.78em;
    line-height: 0.5em;
  }
  .subhead-small {
    font-size: 1em;
  }
  .heading-text {
    line-height: 1.2em;
  }
  .flexbox-top-story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexbox-top-story.no-bottom-space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-story-image {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .top-story-image.round {
    width: 100%;
  }
  .benefits-div-flexbox {
    height: 50px;
    margin-bottom: 0px;
  }
  .benefits-div-flexbox.logo {
    margin-bottom: 0px;
  }
  .phone-number-text {
    font-size: 0.5em;
  }
  .phone-number-text.white {
    margin-left: 15px;
    font-size: 1.2em;
  }
  .united-healthcare-phone-div.light-blue {
    width: 15px;
  }
  .united-healthcare-phone-icon {
    margin-left: 15px;
  }
  .image-17 {
    width: 60%;
    height: auto;
  }
  .flexbox-button-div {
    height: 75px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .paragraph {
    width: 100%;
    margin-left: 0%;
  }
  .previous-issues-text-white {
    font-size: 0.7em;
  }
}

