/** TIMELINE **/
.timeline {
  font-family: 'Lato', sans-serif;
  display: flex;
  flex-direction: column; 
  width: 1024px;
  margin: 0 auto 0px auto;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.timeline-section {
  display: flex;
}

.timeline-section .description {
  background-color: #f7f7f7; /* super-light-gray */
  border-right: 1px solid #d9d9d9; /* border-gray */
  padding: 16px;
  text-align: right;
  flex: 0 1 312px;
  display: inline-block;
  position: relative;
}

.timeline-section .separator {
  text-transform: uppercase;
  margin: 35px 30px 20px 0;
  padding-bottom: 10px;
  text-align: right;
  color: #3f3f3f; /* copy-gray */
  font-size: 22px;
  font-weight: bold;
}

.timeline-section .heading {
  margin-right: 30px;
  padding-top: 15px;
  color: #808080; /* mid-gray */
  font-size: 20px;
  font-weight: bold;
}

/* Center circle containing icon */
.timeline-section .center {
  border: 2px solid #e6e6e6; /* light-gray */
  background-color: #ffffff; /* primary-white */
  position: relative;
  text-align: center;
  border-radius: 50px;
  margin-left: 102px;
  width: 52px;
  height: 52px;
  float: right;
  display: block;
  transform: translate(45px, -35px);
}

.timeline-section .image_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%; 
  height: auto;
}

.timeline-section .icon {
  font-size: 1.5em;
  color: #f6c747; /* primary-yellow */
}

.timeline-section .icon2{
  font-size: 2em;
  color: #f6c747; /* primary-yellow */
}

.timeline-section .icon75{
  font-size: 0.75em;
  color: #f6c747; /* primary-yellow */
}

.timeline-section .content {
  font-family: 'Lato', sans-serif;
  flex: 0 1 712px;
  height: 100%;
  overflow: visible;
  margin: 0 35px 20px 52px;
  padding: 20px 0;
}

.timeline-section .children {
  font-size: 14px;
  color: #3f3f3f; /* copy-gray */
  line-height: 22px;
  max-width: 600px;
  margin-top: 6px;
}

.content.hasSeparator {
  margin-top: 110px; 
  padding-top: 0;
}

/** LINKS **/
.link-text {
    padding-left: 8px;
    color:#0e66a8; /* $primary-blue */
    text-decoration: none;
}

.link-text:hover {
    color: #1283d7; /* $primary-blue */
}

.footer-link {
    color: #ffffff; 
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/** STORE BADGE **/
.storeBadge {
    height: 40px;
    margin-right: 10px;
}

/** BUTTONS **/
.button {
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 20px;
  overflow: visible;
  height: auto;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  border: 0; 
  cursor: pointer;
  text-decoration: none; 
  display: inline-block; 
  text-align: center;
}

.button.secondary {
  background-color: #ffffff; /* $primary-white */
  color: #0e66a8; /* $secondary-blue */
  border: 1px solid #0e66a8; /* $primary-blue */
}

.button.secondary:hover {
  background-color: #ffffff;
  color: #1283d7; /* $primary-hover */
  border: 1px solid #1283d7; 
}

.button.secondary:active {
  background-color: #ffffff;
  border: 1px solid #0a4979; /* $light-blue */
  color: #0a4979;
}
