/* fonts */
@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Medium Italic';
  src: url("../fonts/Gotham-MediumItalic.eot");
  src: url("../fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.ttf") format("truetype"), url("../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Italic';
  src: url("../fonts/Gotham-BookItalic.eot");
  src: url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype"), url("../fonts/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Bold Italic';
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype"), url("../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light Italic';
  src: url("../fonts/Gotham-LightItalic.eot");
  src: url("../fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype"), url("../fonts/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  * {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  * {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  * {
    font-size: 12px;
  }
}

body {
  margin: auto;
  position: relative;
  overflow-x: hidden;
}

.clearFix {
  clear: both;
}

.navFix {
  height: 100px;
}

.downloadPageNavFix {
  height: 55px;
}

.verticalAlign {
  vertical-align: middle;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* variables */
/* custom style */
body {
  max-width: 2000px;
  margin: auto;
  font-family: 'Gotham', sans-serif;
}

nav {
  background: #8cba99;
  height: 55px;
  width: 100%;
  padding: 0 3%;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 0px #414042;
          box-shadow: 0px 0px 10px 0px #414042;
  top: 0;
  z-index: 100;
}
nav #logo {
  width: 30%;
  height: 50px;
  float: left;
}
nav #logo img {
  height: 50px;
}
nav #menu {
  float: right;
  display: none;
  z-index: 10;
}
nav #menu svg#hamburger {
  height: 50px;
  fill: #FFFFFF;
  cursor: pointer;
  position: fixed;
  right: 3%;
}
nav #menu svg#hamburger:hover {
  fill: #2f434a;
}
nav #menu svg#exout {
  height: 50px;
  fill: #FFFFFF;
  cursor: pointer;
  position: fixed;
  right: 3%;
  z-index: 10;
}
nav #menu svg#exout:hover {
  fill: #2f434a;
}
@media screen and (max-width: 850px) {
  nav #menu {
    display: block;
  }
}
nav #mobileMenuLogo {
  display: none;
  position: relative;
  z-index: 10;
  left: 0;
  width: 90%;
  padding: 5% 10%;
  margin: auto;
  margin-top: 10%;
}
nav #mobileMenuContact {
  display: none;
  position: relative;
  z-index: 11;
  left: 0;
  bottom: 0;
  padding: 5% 10%;
  margin: auto;
  margin-top: 80%;
}
nav #mobileMenuContact h4, nav #mobileMenuContact h4 a {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-family: "Gotham";
  font-size: 11px;
}
nav #mobileMenuContact h4 a:hover {
  color: #2f434a;
}
nav ul {
  width: 50%;
  float: right;
  margin-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  nav ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #8cba99;
    z-index: 9;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50% 0;
    display: none;
  }
}
@media screen and (max-width: 850px) {
  nav ul li {
    width: 100%;
    text-align: center;
    padding: 7%;
  }
}
nav ul li a {
  font-family: "Gotham";
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}
nav ul li a:hover, nav ul li a.active {
  font-family: "Gotham Bold";
  text-decoration: none;
  color: #FFFFFF;
}
nav ul li a.button {
  font-family: "Gotham";
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.4);
  padding: 5% 15%;
  border-radius: 10px;
}
@media screen and (max-width: 850px) {
  nav ul li a.button {
    padding: 0;
    border: none;
    background: none;
  }
}
nav ul li a.button:hover {
  background: #FFFFFF;
  color: #8cba99;
}
@media screen and (max-width: 850px) {
  nav ul li a.button:hover {
    font-family: "Gotham Bold";
    color: #FFFFFF;
    border: none;
    background: none;
  }
}

footer {
  background: #8cba99;
  height: 40px;
  width: 100%;
  padding: 0 3%;
  position: fixed;
  bottom: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 0px #414042;
          box-shadow: 0px 0px 10px 0px #414042;
}
footer a#footerLogo {
  float: left;
  width: 25%;
}
@media screen and (max-width: 850px) {
  footer a#footerLogo {
    width: 35%;
  }
}
footer a#footerLogo img {
  height: 35px;
}
@media screen and (max-width: 850px) {
  footer a#footerLogo img {
    height: auto;
  }
}
footer p#contact, footer p#mobileContact {
  float: right;
  margin-right: 20px;
  color: #FFFFFF;
  text-align: right;
}
@media screen and (max-width: 850px) {
  footer p#contact, footer p#mobileContact {
    display: none;
  }
}
footer p#contact a, footer p#mobileContact a {
  color: #FFFFFF;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}
footer p#mobileContact {
  display: none;
  text-align: right;
  line-height: 13px;
}
@media screen and (max-width: 850px) {
  footer p#mobileContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 65%;
    float: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer p#mobileContact a {
  font-family: "Gotham Light";
  font-size: 10px;
  text-align: right;
  width: 100%;
}
footer p#mobileContact a:hover {
  font-family: "Gotham";
}

h1.title {
  text-align: center;
  font-family: "Gotham Light";
  font-size: 36px;
  letter-spacing: 5px;
  margin: auto;
  text-transform: uppercase;
  color: #625063;
}
@media screen and (max-width: 850px) {
  h1.title {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 1%;
    width: 90%;
  }
}

.tealBG {
  background: #2f434a;
}

.plumBG {
  background: #625063;
}

.greenBG {
  background: #8cba99;
}

header#homeHeader {
  background: url(../images/banners/map-stm_background.svg) center top fixed no-repeat;
  background-size: cover;
  text-align: center;
  height: 500px;
}
@media screen and (max-width: 500px) {
  header#homeHeader {
    height: 400px;
  }
}
header#homeHeader #homeNav {
  width: 100%;
  padding: 2% 5%;
  color: #FFFFFF;
}
header#homeHeader #homeNav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header#homeHeader #homeNav div a {
  font-family: "Gotham";
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}
header#homeHeader #homeNav div a:hover {
  font-family: "Gotham Bold";
}
header#homeHeader #homeNav #homeNavContact {
  float: left;
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header#homeHeader #homeNav #homeNavContact a {
  font-size: 12px;
  text-align: left;
  margin-right: 5%;
}
@media screen and (max-width: 850px) {
  header#homeHeader #homeNav #homeNavContact {
    width: 80%;
    position: relative;
    top: 320px;
    text-align: center;
    float: none;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  header#homeHeader #homeNav #homeNavContact a {
    font-size: 10px;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
header#homeHeader #homeNav #homeNavMenu {
  float: right;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
header#homeHeader #homeNav #homeNavMenu a#homeMenuOpen {
  display: none;
}
@media screen and (max-width: 850px) {
  header#homeHeader #homeNav #homeNavMenu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8cba99;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70% 0;
  }
  header#homeHeader #homeNav #homeNavMenu a {
    width: 100%;
    height: 75px;
  }
  header#homeHeader #homeNav #homeNavMenu a#homeMenuOpen {
    display: block;
    width: 100%;
    position: absolute;
    padding: 5% 10%;
    top: 0;
  }
}
header#homeHeader #homeNav #menu {
  float: right;
  display: none;
  z-index: 10;
}
header#homeHeader #homeNav #menu svg#hamburger {
  height: 50px;
  fill: #FFFFFF;
  cursor: pointer;
  position: fixed;
  right: 3%;
}
header#homeHeader #homeNav #menu svg#hamburger:hover {
  fill: #2f434a;
}
header#homeHeader #homeNav #menu svg#exout {
  height: 50px;
  fill: #FFFFFF;
  cursor: pointer;
  position: fixed;
  right: 3%;
  z-index: 10;
}
header#homeHeader #homeNav #menu svg#exout:hover {
  fill: #2f434a;
}
@media screen and (max-width: 850px) {
  header#homeHeader #homeNav #menu {
    display: block;
  }
}
header#homeHeader img {
  width: 45%;
  margin-bottom: 20px;
  max-width: 550px;
}
@media screen and (max-width: 850px) {
  header#homeHeader img {
    width: 90%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 500px) {
  header#homeHeader img {
    width: 100%;
    margin-top: 10%;
  }
}
header#homeHeader a#downloadButton {
  background: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 1% 3%;
  font-family: "Gotham";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  header#homeHeader a#downloadButton {
    display: none;
  }
}
header#homeHeader a#downloadButton:hover {
  background: #FFFFFF;
  color: #8cba99;
}

.mobileOnly {
  display: none;
}
@media screen and (max-width: 850px) {
  .mobileOnly {
    display: block;
  }
}

section#homeSection {
  background: #FFFFFF;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section#homeSection #homeText {
  width: 50%;
}
@media screen and (max-width: 850px) {
  section#homeSection #homeText {
    width: 100%;
  }
}
section#homeSection #homeText h1 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  font-size: 48px;
  text-transform: uppercase;
  color: #2f434a;
}
@media screen and (max-width: 850px) {
  section#homeSection #homeText h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  section#homeSection #homeText h1 {
    font-size: 30px;
  }
}
section#homeSection #homeText h2 {
  font-family: "Gotham Light";
  color: #8cba99;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 1% 0 2% 0;
  line-height: 40px;
}
@media screen and (max-width: 850px) {
  section#homeSection #homeText h2 {
    font-size: 24px;
    letter-spacing: 3px;
    width: 90%;
  }
}
section#homeSection #homeText p {
  font-family: "Gotham Light";
  color: #625063;
  font-size: 18px;
}
section#homeSection #homeVideo {
  width: 45%;
}
@media screen and (max-width: 850px) {
  section#homeSection #homeVideo {
    width: 100%;
  }
}
section#homeSection #homeVideo video {
  width: 100%;
  height: 300px;
}

section#homeFeatures {
  background: #2f434a;
  padding: 7% 15%;
}
section#homeFeatures h1 {
  text-align: center;
  color: #FFFFFF;
  font-family: "Gotham Light";
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 30px;
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (max-width: 850px) {
  section#homeFeatures h1 {
    font-size: 24px;
  }
}
section#homeFeatures h4 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin-top: -4%;
}
section#homeFeatures ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
  text-align: center;
}
section#homeFeatures ul li {
  width: 30%;
  text-align: center;
  margin: 3% auto;
}
@media screen and (max-width: 850px) {
  section#homeFeatures ul li {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  section#homeFeatures ul li {
    width: 100%;
  }
}
section#homeFeatures ul li img {
  width: 60%;
}
@media screen and (max-width: 850px) {
  section#homeFeatures ul li img {
    width: 40%;
  }
}
section#homeFeatures ul li h2 {
  font-family: "Gotham";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 15px;
}
section#homeFeatures ul li p {
  font-family: "Gotham Light";
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

section#users h1 {
  font-family: "Gotham Light";
  color: #2f434a;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 5%;
}
section#users h3 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  font-size: 18px;
  letter-spacing: 2px;
  color: #8cba99;
  text-transform: uppercase;
  margin: 3% 10%;
}
section#users ul.companyLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#users ul.companyLogos li {
  padding: 0 2%;
  width: 20%;
}
section#users ul.companyLogos li img {
  width: 100%;
}

ul#bios {
  width: 80%;
  margin: 3% auto 0 auto;
}
ul#bios li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 850px) {
  ul#bios li {
    margin: 2% auto;
    width: 100%;
  }
}
ul#bios li img {
  width: 20%;
}
@media screen and (max-width: 850px) {
  ul#bios li img {
    width: 50%;
    margin: 5% auto;
  }
}
ul#bios li .bioText {
  width: 75%;
}
@media screen and (max-width: 850px) {
  ul#bios li .bioText {
    width: 100%;
    margin-bottom: 10%;
    text-align: center;
  }
}
ul#bios li .bioText h3 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  color: #2f434a;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
ul#bios li .bioText p {
  color: #414042;
  font-family: "Gotham Light";
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
ul#bios li:last-child {
  margin-bottom: 10%;
}

ul.tabs {
  width: 100%;
  margin: 3% auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
ul.tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 3%;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
ul.tabs li h3.tab {
  font-family: "Gotham Light";
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
}
ul.tabs li.activeTab {
  -webkit-box-shadow: 0 -1px 2px #414042;
          box-shadow: 0 -1px 2px #414042;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 2;
}
ul.tabs li:first-child.activeTab {
  border-top-left-radius: 0;
}
ul.tabs li:last-child.activeTab {
  border-top-right-radius: 0;
}

@media screen and (max-width: 850px) {
  ul#howToTabs {
    display: none;
  }
}

div#howToTabsMobile {
  display: none;
  width: 100%;
  margin-top: 3%;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  div#howToTabsMobile {
    display: block;
  }
}
div#howToTabsMobile select {
  width: 100%;
  padding: 3%;
  font-family: "Gotham Light";
  font-size: 20px;
  background: #2f434a;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
}

ul.content {
  width: 100%;
  margin: auto;
  background: #2f434a;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px -2px 5px #414042;
          box-shadow: 0px -2px 5px #414042;
}
ul.content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 10% 10% 10%;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 850px) {
  ul.content li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
ul.content li .contentText, ul.content li .instructions {
  width: 55%;
}
@media screen and (max-width: 850px) {
  ul.content li .contentText, ul.content li .instructions {
    width: 100%;
  }
}
ul.content li .contentText h1, ul.content li .instructions h1 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  color: #FFFFFF;
  font-size: 900%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  ul.content li .contentText h1, ul.content li .instructions h1 {
    font-size: 700%;
  }
}
@media screen and (max-width: 500px) {
  ul.content li .contentText h1, ul.content li .instructions h1 {
    font-size: 500%;
  }
}
ul.content li .contentText h2, ul.content li .instructions h2 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  color: #FFFFFF;
  font-size: 150%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  ul.content li .contentText h2, ul.content li .instructions h2 {
    font-size: 120%;
  }
}
@media screen and (max-width: 500px) {
  ul.content li .contentText h2, ul.content li .instructions h2 {
    font-size: 100%;
  }
}
ul.content li .contentText h3, ul.content li .instructions h3 {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  color: #FFFFFF;
  font-size: 93%;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 850px) {
  ul.content li .contentText h3, ul.content li .instructions h3 {
    font-size: 80%;
  }
}
@media screen and (max-width: 500px) {
  ul.content li .contentText h3, ul.content li .instructions h3 {
    font-size: 60%;
  }
}
ul.content li .contentText h4, ul.content li .instructions h4 {
  font-family: "Gotham Bold";
  color: #2f434a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
ul.content li .contentText h5, ul.content li .instructions h5 {
  font-family: "Gotham";
  color: #FFFFFF;
  margin-bottom: 15px;
}
ul.content li .contentText p, ul.content li .instructions p {
  color: #FFFFFF;
  font-family: "Gotham Light";
  font-size: 16px;
  line-height: 20px;
}
ul.content li .contentText p span.calloutText, ul.content li .instructions p span.calloutText {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
}
ul.content li .contentText a.downloadButton, ul.content li .instructions a.downloadButton {
  cursor: pointer;
  width: 100%;
  height: 130px;
  background: url(../images/icons/dowload-button.svg) center center no-repeat;
  background-size: contain;
  float: left;
}
@media screen and (max-width: 850px) {
  ul.content li .contentText a.downloadButton, ul.content li .instructions a.downloadButton {
    display: none;
  }
}
ul.content li .contentText a.downloadButton:hover, ul.content li .instructions a.downloadButton:hover {
  background: url(../images/icons/dowload-button-hover.svg) center center no-repeat;
}
ul.content li .contentText p.downloadMobile, ul.content li .instructions p.downloadMobile {
  display: none;
}
@media screen and (max-width: 850px) {
  ul.content li .contentText p.downloadMobile, ul.content li .instructions p.downloadMobile {
    display: block;
    font-family: "Gotham";
    font-style: italic;
    font-size: 18px;
    padding: 5% 0;
    color: #8cba99;
  }
}
ul.content li .instructions {
  text-align: left;
  float: left;
  margin-bottom: 10%;
}
ul.content li .instructions a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Gotham";
}
ul.content li .instructions a:hover {
  color: #2f434a;
}
ul.content li video, ul.content li .howToDownloadLink {
  width: 40%;
  float: right;
  margin: auto;
}
@media screen and (max-width: 850px) {
  ul.content li video, ul.content li .howToDownloadLink {
    width: 100%;
    margin-bottom: 20%;
  }
}
ul.content li a.howToDownloadLink {
  cursor: pointer;
  width: 40%;
  height: 120px;
  background: url(../images/icons/dowload-button-dark.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 850px) {
  ul.content li a.howToDownloadLink {
    display: none;
  }
}
ul.content li a.howToDownloadLink:hover {
  background: url(../images/icons/dowload-button-dark-hover.svg) center center no-repeat;
}
ul.content li p.downloadLinkMobile {
  display: none;
}
@media screen and (max-width: 850px) {
  ul.content li p.downloadLinkMobile {
    display: block;
    font-family: "Gotham";
    font-style: italic;
    font-size: 18px;
    margin: 10% auto;
    color: #FFFFFF;
  }
}

ul.content.howTo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
ul.content.howTo li {
  width: 100%;
  display: block;
}
ul.content.howTo li#settingsContent {
  display: none;
}
ul.content.howTo li#aligningContent {
  display: none;
}
ul.content.howTo li#managingConent {
  display: none;
}
ul.content.howTo li#importContent {
  display: none;
}
@media screen and (max-width: 850px) {
  ul.content.howTo {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.upgradeContent h2 {
  color: #FFFFFF;
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: bolder;
  font-size: 24px;
  text-transform: uppercase;
  padding: 1% 10%;
}

ul.upgradeDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 1% 10%;
}
ul.upgradeDetails li {
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  ul.upgradeDetails li {
    width: 100%;
    padding: 1% 0 5% 0;
  }
}
ul.upgradeDetails li p {
  font-family: "Gotham Light";
  color: #2f434a;
  font-size: 18px;
  line-height: 24px;
}
ul.upgradeDetails li p::before {
  background-image: url("../images/icons/bullet.svg");
  background-size: contain;
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  margin-right: 10px;
  margin-bottom: 4px;
}
ul.upgradeDetails li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
ul.upgradeDetails li ul li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.upgradeDetails li ul li h5 {
  font-family: "Gotham";
  text-transform: uppercase;
  color: #625063;
  font-size: 16px;
  line-height: 24px;
}
ul.upgradeDetails li ul li h6 {
  font-family: "Gotham";
  font-variant: small-caps;
  text-align: right;
  color: #8cba99;
  font-size: 16px;
  line-height: 24px;
}

header.aifTitle {
  margin: auto;
  width: 70%;
  text-align: center;
}
header.aifTitle h1 {
  font-family: "Gotham Bold";
  color: #8cba99;
  font-size: 36px;
  letter-spacing: 4px;
  margin: auto;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  header.aifTitle h1 {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 30px;
  }
}
header.aifTitle p {
  font-family: "Gotham Light";
  font-size: 20px;
  line-height: 26px;
  margin-top: 24px;
}
@media screen and (max-width: 850px) {
  header.aifTitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
header.aifTitle img {
  width: 30%;
}
@media screen and (max-width: 500px) {
  header.aifTitle img {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  header.aifTitle img {
    width: 70%;
  }
}
header.aifTitle a {
  font-family: "Gotham";
  text-transform: uppercase;
  padding: 1% 4%;
  text-decoration: none;
  color: #8cba99;
  border: 2px solid #8cba99;
  border-radius: 10px;
}
header.aifTitle a:hover {
  color: #FFFFFF;
  background: #8cba99;
}

section#allServices {
  background: #2f434a;
  padding: 7% 15%;
}
section#allServices h1 {
  text-align: center;
  color: #FFFFFF;
  font-family: "Gotham Light";
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 30px;
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (max-width: 850px) {
  section#allServices h1 {
    font-size: 24px;
  }
}
section#allServices ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
  text-align: center;
}
section#allServices ul li {
  width: 30%;
  text-align: center;
  margin: 3% auto;
}
@media screen and (max-width: 850px) {
  section#allServices ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  section#allServices ul li {
    width: 100%;
    padding: 5%;
  }
}
section#allServices ul li img {
  width: 60%;
}
section#allServices ul li h2 {
  font-family: "Gotham";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 10px;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

h2.subheader {
  color: #2f434a;
  font-family: "Gotham Light";
  text-transform: uppercase;
  text-align: center;
  padding: 1% 0 0 0;
  font-size: 18px;
  letter-spacing: 3px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  h2.subheader {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 1%;
    width: 90%;
  }
}

ul.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 5% auto;
}
ul.page404 li {
  width: 30%;
  text-align: center;
}
ul.page404 li img {
  width: 80%;
  height: auto;
}
ul.page404 li h3 {
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  color: #625063;
  margin-top: 5%;
}
ul.page404 li p {
  color: #2f434a;
  font-family: "Gotham Light";
  font-size: 18px;
  margin: 5% auto 9% auto;
  line-height: 20px;
}
ul.page404 li a {
  font-family: "Gotham";
  text-decoration: none;
  background: #FFFFFF;
  color: #8cba99;
  text-transform: uppercase;
  padding: 2% 4%;
  border-radius: 10px;
  border: 2px solid #8cba99;
}
ul.page404 li a:hover {
  color: #FFFFFF;
  background: #8cba99;
}

/*# sourceMappingURL=style.css.map */