/** FONTS **/
/** FORMS **/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/**BASE FONT STYLES**/
body {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  color: #2D3236; }

h1 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 32px;
  color: #2D3236;
  text-transform: uppercase; }

h2 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
  color: #2D3236; }

h3 {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  color: #2D3236; }

p {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  color: #2D3236;
  margin: 14px 0; }

.legal {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 12px;
  color: #2D3236; }

/**FONT COLOR CLASSES**/
.dark-gray {
  color: #2D3236; }

.medium-gray {
  color: #EAEAEA; }

.light-gray {
  color: #F7F7F7; }

.blue {
  color: #0093D0; }

/** CTA SKELETON **/
.cta-primary, .cta-secondary {
  display: inline-flex;
  height: 45px;
  min-width: 145px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

/** ACTIVE CTA STYLES **/
.cta-primary-active {
  background-color: #0093D0;
  padding: 0 18px;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #F7F7F7; }

.cta-primary-active-white {
  background-color: #FFFFFF;
  padding: 0 18px;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #0093D0; }

.cta-secondary-active {
  padding: 0 15px;
  background-color: transparent;
  border: 3px #2D3236 solid;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2D3236; }

/** INACTIVE CTA STYLES **/
.cta-primary-inactive {
  background-color: #EAEAEA;
  padding: 0 18px;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2D3236; }

.cta-secondary-inactive {
  padding: 0 15px;
  background-color: transparent;
  border: 3px #EAEAEA solid;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #EAEAEA; }

.progress-bar {
  display: flex; }

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 30px; }

.step-active {
  border-bottom: 3px #0093D0 solid; }
  .step-active .legal {
    font-weight: bold; }

.step-inactive {
  border-bottom: 3px #EAEAEA solid; }

.step-complete {
  border-bottom: 3px #0093D0 solid;
  cursor: pointer; }

.step-active::before, .step-complete::before {
  content: ' ';
  position: absolute;
  width: 0px;
  height: 0px;
  left: 95px;
  top: 26px;
  border: 7px solid;
  border-color: #0093D0 transparent transparent #0093D0;
  transform: rotate(45deg); }

.step-inactive::before {
  content: ' ';
  position: absolute;
  width: 0px;
  height: 0px;
  left: 95px;
  top: 26px;
  border: 7px solid;
  border-color: #EAEAEA transparent transparent #EAEAEA;
  transform: rotate(45deg); }

.step-active::after, .step-inactive::after, .step-complete::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 98px;
  top: 29px;
  border: 4px solid;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg); }

#page-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  background-color: #FFFFFF; }

.main-nav {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000; }
  .main-nav .nav-wrapper {
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .main-nav .main-nav-left, .main-nav .main-nav-center {
    display: flex;
    align-items: center; }
  .main-nav .main-nav-left .logo {
    height: 32px;
    margin: 0 15px 0 0;
    display: none; }
  .main-nav .main-nav-center .logo {
    height: 32px; }
  .main-nav .main-nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .main-nav .nav-links {
    display: none; }
  .main-nav li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 15px; }

.menu-icon {
  display: block; }
  .menu-icon .menu-bar {
    height: 3px;
    width: 25px;
    background-color: #FFFFFF; }
  .menu-icon .menu-bar:not(:last-child) {
    margin: 0 0 5px 0; }

.trans-nav {
  background-image: url(/app/img/trans-nav-bg.jpg);
  background-repeat: no-repeat; }
  .trans-nav li a {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 14px;
    color: #2D3236; }

.fixed-nav {
  background: linear-gradient(#434343 25%, #2D3236 65%);
  position: fixed; }
  .fixed-nav li a {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF; }
  .fixed-nav .icon-sm, .fixed-nav .icon-md, .fixed-nav .icon-lg, .fixed-nav .icon-xl {
    fill: #FFFFFF; }
