    body {
        margin: 0px;
        font-family: 'Lora', serif;
        color:#222222;
        font-size: 14pt;
    }
    .header {
        text-align: center;
        background: #222222;
        color: #ffffff;
        font-size: 30px;
    }
    .headerImg {
        width: 100%;
        display: block;
    }
    .padding {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contentWrapperSec1 {
        width: 100%;
        background: #ffffff;
        display: block;
        line-height: 1.5em;
    }
    .menuWrapper {
        width: 100%;
        background: #101010;
        min-height: 50px;
        display: block;
        line-height: 1.5em;
        font-family: "Courier New", Courier, monospace;
    }
    .menuInside {
        min-width: 200px;
        max-width: 1000px;
        margin: 0px auto;
        display: block;
        background: #101010;
        text-align: center;
    }
    a.menuButtons:link,a.menuButtons,a.menuButtons:active {
        font-size: 11pt;
        color:#ffffff;
        text-decoration: none;
        padding:17px;
        line-height: 50px;
    }
    a.menuButtons:hover {
        color:#ffff00;
        text-decoration: underline;
    }
    .theMission {
        min-width: 200px;
        max-width: 1000px;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .optionoptions {
        min-width: 200px;
        max-width: 1000px;
        margin: 0px auto;
        color: #ffffff;
        line-height: 1.5em;
    }
    h2 {
        font-style: italic;
        text-transform: uppercase;
        color: #FE0E0C;
        font-size: 24pt;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2.timelineheader {
        font-size:16pt;
        text-transform: uppercase;
        color: #ffffff;
    }
    .theStopsWrapper {
        width: 100%;
        background: #1C1F2D;
        display: block;
        color: #ffffff;
    }
    h2.theStopsTitle {
        font-style: italic;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 24pt;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cd-container {
        width: 90%;
        max-width: 1080px;
        margin: 0 auto;
        background: #1C1F2D;
        padding: 0 10%;
        border-radius: 2px;
    }
    .cd-container::after {
      content: '';
      display: table;
      clear: both;
    }
    #cd-timeline {
      position: relative;
      padding: 2em 0;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    #cd-timeline::before {
      content: '';
      position: absolute;
      top: 0;
      left: 25px;
      height: 100%;
      width: 4px;
      background: #FFFF00;
    }
    video {
        width: 100%;
        height: auto;
    }
    @media only screen and (min-width: 1170px) {
      #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
      }
      #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
      }
    }
    .cd-timeline-block {
        position: relative;
        margin: 2em 0;
        opacity: 0;
    }
    .cd-timeline-block:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
    @media only screen and (min-width: 1170px) {
      .cd-timeline-block {
        margin: 4em 0;
      }
      .cd-timeline-block:first-child {
        margin-top: 0;
      }
      .cd-timeline-block:last-child {
        margin-bottom: 0;
      }
    }
    .cd-timeline-img {
      position: absolute;
      top: 8px;
      left: 12px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      box-shadow: 0 0 0 4px #FE0E0C, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    }
    .cd-timeline-img {
      background: #A02200;
    }
    li {
        font-size: 12pt;
    }
    @media only screen and (min-width: 1170px) {
      .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
      }
    }
    .cd-timeline-content {
      position: relative;
      margin-left: 60px;
      margin-right: 30px;
      background: #333C42;
      border-radius: 2px;
      padding: 1em;
      .timeline-content-info {
        background: #2B343A;
        padding: 5px 10px;
        color: #ffffff;
        font-size: 12px;
        box-shadow:  inset 0 2px 0 rgba(0, 0, 0, 0.08);
        border-radius: 2px;
        i {
          margin-right: 5px;
        }
        .timeline-content-info-title, .timeline-content-info-date {  
          width: calc(50% - 2px);
          display: inline-block;
        }
        @media (max-width: 500px) {
          .timeline-content-info-title, .timeline-content-info-date {  
            display: block;
            width:100%;
          }
        }
      }
      .content-skills {
        font-size: 12px;
        padding:0;
        margin-bottom: 0;
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
        li {
          background: #40484D;
          border-radius: 2px;
          display: inline-block;
          padding: 2px 10px;
          color: #ffffff;
          margin: 3px 2px;
          text-align: center;
          flex-grow: 1;
        }
      }
    }
    .cd-timeline-content:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-timeline-content h2 {
      color: #ffffff;
      margin-top:0;
      margin-bottom: 5px;
    }
    .cd-timeline-content p, .cd-timeline-content .cd-date {
      color: #ffffff;
      font-size: 13px;
      font-size: 0.8125rem;
    }
    .cd-timeline-content .cd-date {
      display: inline-block;
    }
    .cd-timeline-content p {
      margin: 1em 0;
      line-height: 1.6;
    }
    .cd-timeline-content::before {
      content: '';
      position: absolute;
      top: 16px;
      right: 100%;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-right: 7px solid #333C42;
    }
    @media only screen and (min-width: 768px) {
      .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
      }
      .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
      }
      .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
      }
    }
    @media only screen and (min-width: 1170px) {
      .cd-timeline-content {
        color: #ffffff;
        margin-left: 0;
        padding: 1.6em;
        width: 36%;
        margin: 0 5%
      }
      .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333C42;
      }
      .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333C42;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
      }
    }
    .bridgeofspieswrapper {
        width: 100%;
        background: #ffffff;
        display: block;
        padding-bottom: 50px;
    }
    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
    .pricingwrapper {
        width: 100%;
        background: #275542;
        display: block;
        color: #ffffff;
    }
    .pricing {
        min-width: 200px;
        max-width: 1000px;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    h2.pricingTitle {
        font-style: italic;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 24pt;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contactwrapper {
        width: 100%;
        background: #ffffff;
        display: block;
    }
    .contact {
        min-width: 200px;
        max-width: 1000px;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .footerwrapper {
        width: 100%;
        background: #000000;
        display: block;
        color: #ffffff;
        font-family: "Courier New", Courier, monospace;
    }
    .footer {
        min-width: 200px;
        max-width: 1000px;
        margin: 0px auto;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 10pt;
        text-align: center;
    }
    a.footerLink:link,a.footerLink:active,a.footerLink:hover,a.footerLink:visited {
        text-decoration: underline;
        color: #ffffff;
    }
    svg {
        position: relative;
        bottom: -35px;
        width: 100%;
        height: 5vw;
        fill: #1C1F2D;
    }
    svg.white {
        position: relative;
        bottom: -6px;
        width: 100%;
        height: 5vw;
        fill: #ffffff;
    }
    svg.pricingtop {
        position: relative;
        top: -2px;
        width: 100%;
        height: 5vw;
        fill: #ffffff;
    }
    svg.pricingbottom {
        position: relative;
        bottom: -6px;
        width: 100%;
        height: 5vw;
        fill: #ffffff;
    }
    input {
        width: 250px;
        height: 40px;
        border:2px solid #dedede;
        font-size: 18pt;
        -webkit-appearance: none;
        border-radius: 0;
    }
    input:focus {
        border: 2px solid #FE0E0C;
        outline:none !important;
    }
    textarea {
        width: 80%;
        display: block;
        height: 120px;
        border: 2px solid #dedede;
        font-size: 18pt;
        -webkit-appearance: none;
        border-radius: 0;
    }
    textarea:focus {
        border: 2px solid #FE0E0C;
        outline:none !important;
    }
    .button {
        width: 250px;
        height: 60px;
        font-weight: bold;
        color: #ffffff;
        background: #000000;
        border: 0px;
        -webkit-appearance: none;
        border-radius: 0;
    }
    .button:hover {
        background: #FE0E0C;
    }
    


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 45%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
