/* Background */
/* Font Color */
/* Colors */
/* Horizontal line */
/*Main nav stuff*/
/* #3f629d */
/* Content Header stuff */
/* #3f629d */
/* Left nav menu stuff */
/* #3e82f9 */
/* Footer nav stuff */
/* Font Sizes */
.section-callout {
  position: relative;
  background: rgba(36, 45, 64, 0.95);
  border-bottom: 1px solid #0d283d;
  text-align: center;
  color: white;
  padding: 40px 10px 60px;
  z-index: 5; }
  .section-callout h1 {
    font-size: 43px;
    font-weight: 100;
    line-height: 60px;
    padding-bottom: 40px; }
  .section-callout .cta-button {
    background: #ffa500;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    text-decoration: none;
    font-family: "futura-pt",sans-serif;
    color: white;
    padding: 14px 17px;
    font-weight: 700;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
    text-transform: uppercase; }

.section-callout-thin {
  position: relative;
  background: rgba(36, 45, 64, 0.95);
  border-bottom: 1px solid #0d283d;
  text-align: right;
  color: white;
  padding: 20px 10px 20px;
  z-index: 5; }
  .section-callout-thin h1 {
    font-size: 35px;
    font-weight: 100;
    line-height: 46px;
    margin: 0px;
    padding: 0px; }
  .section-callout-thin .feature-button {
    text-align: left;
    padding-top: 13px;
    padding-left: 50px; }
    .section-callout-thin .feature-button .cta-button {
      background: #ffa500;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: none;
      text-decoration: none;
      font-family: "futura-pt",sans-serif;
      color: white;
      padding: 14px 17px;
      font-weight: 700;
      -webkit-transition: background-color 0.1s;
      transition: background-color 0.1s;
      text-transform: uppercase; }
    .section-callout-thin .feature-button .cta-button:hover {
      background: #ff9700; }

.software-fcta {
  position: relative;
  background: rgba(80, 80, 80, 0.95);
  color: white;
  padding: 10px 0px 10px;
  z-index: 5; }
  .software-fcta h1 {
    color: rgba(160, 160, 160, 0.95);
    text-align: right;
    font-size: 28px;
    font-weight: 300; }
  .software-fcta .feature-button {
    padding-top: 20px;
    padding-left: 30px; }
    .software-fcta .feature-button .cta-button {
      background: none;
      border: 1px solid #f2f2f2;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      text-decoration: none;
      font-family: "futura-pt",sans-serif;
      color: #f2f2f2;
      padding: 14px 17px;
      font-weight: 400;
      -webkit-transition: background-color 0.1s;
      transition: background-color 0.1s;
      text-transform: uppercase;
      font-size: 13px; }
    .software-fcta .feature-button .cta-button:hover {
      color: #ffffff;
      background: #c3c3c3;
      border: 1px solid #c3c3c3; }

.tech-review {
  padding: 0px 0px 40px; }
  .tech-review .headline {
    text-align: center; }
  .tech-review .logo img {
    width: 70%; }

.anchor {
  position: relative;
  top: -50px;
  display: block; }

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .section-callout-thin heading {
    text-align: center; }
  .section-callout-thin .feature-button {
    margin: 30px auto 0px;
    display: block;
    text-align: center; }
  .cta-button {
    letter-spacing: 1px; }
  .tech-review .headline {
    text-align: center; }
  .tech-review .logo img {
    width: 30%; } }

/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 767px) {
  .software-fcta h1 {
    text-align: center; }
  .section-callout-thin h1 {
    text-align: center; }
  .section-callout-thin .feature-button {
    margin: 30px auto 0px;
    display: block;
    text-align: center; }
  .cta-button {
    letter-spacing: 1px; } }
