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;
  list-style: none;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gotham-Light";
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.otf") format("opentype"), 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: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.otf") format("opentype"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-BookItalic";
  src: url("fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-BookItalic.otf") format("opentype"), 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: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBold";
  src: url("fonts/gotham-bold.eot");
  src: url("fonts/gotham-bold.eot") format("embedded-opentype"), url("fonts/gotham-bold.woff") format("woff"), url("fonts/gotham-bold.ttf") format("truetype"), url("fonts/gotham-bold.svg#GothamBold") format("svg");
}
@font-face {
  font-family: "GothamBoldItalic";
  src: url("fonts/gotham-bolditalic.eot");
  src: url("fonts/gotham-bolditalic.eot") format("embedded-opentype"), url("fonts/gotham-bolditalic.woff") format("woff"), url("fonts/gotham-bolditalic.ttf") format("truetype"), url("fonts/gotham-bolditalic.svg#GothamBoldItalic") format("svg");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("fonts/Gotham-Medium.eot?") format("eot"), url("fonts/Gotham-Medium.otf") format("opentype"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
}
@font-face {
  font-family: "Gotham-MediumItalic";
  src: url("fonts/Gotham-MediumItalic.eot?") format("eot"), url("fonts/Gotham-MediumItalic.otf") format("opentype"), url("fonts/Gotham-MediumItalic.woff") format("woff"), url("fonts/Gotham-MediumItalic.ttf") format("truetype"), url("fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic") format("svg");
}
body {
  font-family: "Gotham-Light", arial, sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 1365px) {
  .wrapper {
    width: 100%;
  }
}

#priority-message {
  background: #f2f3f4;
  color: #5c6061;
  padding: 20px;
  text-align: center;
}
#priority-message span:first-child {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#priority-message span:last-child {
  font-size: 1rem;
  font-family: "Gotham-Medium", arial, sans-serif;
}
#priority-message .wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#offcanvas-menu {
  background: #0063a5;
  display: none;
  margin: 0;
  padding: 0 0 3px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#offcanvas-menu li {
  border-bottom: 1px solid #003152;
}
#offcanvas-menu li:hover {
  background: #7bb31a;
}
#offcanvas-menu li:first-child a {
  border-top: 0;
}
#offcanvas-menu li:last-child {
  border-bottom: 0;
}
#offcanvas-menu li a {
  color: white;
  border-top: 1px solid #329ce4;
  display: block;
  font-size: 1.2rem;
  padding: 10px;
  text-decoration: none;
}

.head-wrap {
  position: relative;
}

header {
  background: white;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.3s ease-out;
  transition: padding-bottom 0.3s ease-out;
  transition: padding-bottom 0.3s ease-out;
}
header.scrolling {
  padding-bottom: 145px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
header.add-top {
  top: 274px;
}
header #header-left {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 100px;
  width: 400px;
}
header #header-left a {
  display: block;
  height: 45px;
  width: 180px;
  margin-top: 0;
  -webkit-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
header #header-left a.scrolling {
  margin-top: 30px;
}
@media screen and (min-width: 1140px) and (max-width: 1300px) {
  header #header-left {
    width: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1139px) {
  header #header-left {
    width: 200px;
  }
  header #header-left a {
    height: 38px;
    width: 150px;
  }
}
header #header-right {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 400px;
  width: 150%;
  z-index: 9999;
}
@media screen and (min-width: 1140px) and (max-width: 1300px) {
  header #header-right {
    left: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1139px) {
  header #header-right {
    left: 200px;
  }
}
header #header-right #desktop-menu, header #header-right #mobile-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgb(0, 132, 220);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 132, 220)), to(rgb(0, 97, 163)));
  background: linear-gradient(to bottom, rgb(0, 132, 220) 0%, rgb(0, 97, 163) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0084dc", endColorstr="#0061a3",GradientType=0 );
  border-bottom: 2px solid #003152;
  border-top: 2px solid #329ce4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0;
  padding: 50px 20px;
}
header #header-right #desktop-menu li, header #header-right #mobile-menu li {
  border-right: 1px solid white;
  list-style: none;
  padding: 0 10px;
}
header #header-right #desktop-menu li a, header #header-right #mobile-menu li a {
  border-radius: 5px;
  color: white;
  font-family: "Gotham-Book", arial, sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  text-decoration: none;
}
header #header-right #desktop-menu li a:hover, header #header-right #mobile-menu li a:hover {
  background: white;
  color: #0063a5;
}
header #header-right #desktop-menu li:nth-child(1), header #header-right #mobile-menu li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1090px) {
  header #header-right #desktop-menu {
    display: none;
  }
}
header #header-right #desktop-menu li:nth-child(5) {
  margin-left: 10px;
  margin-right: 25px;
}
header #header-right #desktop-menu li:nth-child(5), header #header-right #desktop-menu li:nth-child(6) {
  border-right: 0;
}
header #header-right #desktop-menu li:nth-child(6) a {
  background: rgb(138, 209, 16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 209, 16)), color-stop(99%, rgb(123, 178, 27)));
  background: linear-gradient(to bottom, rgb(138, 209, 16) 0%, rgb(123, 178, 27) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ad110", endColorstr="#7bb21b",GradientType=0 );
  border-radius: 50px;
  border-bottom: 1px solid #44630f;
  border-top: 1px solid #b1e161;
  padding: 10px 20px;
}
header #header-right #desktop-menu li:nth-child(6) a:hover {
  color: white;
}
@media screen and (min-width: 1089px) {
  header #header-right #mobile-menu {
    display: none;
  }
}
header #header-right #mobile-menu li {
  border-right: 0;
}
header #header-right #mobile-menu li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
header #header-right #mobile-menu li:nth-child(1) a {
  background: #0084dc;
}
header #header-right #mobile-menu li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
header #header-right #mobile-menu li:nth-child(2) a {
  background: rgb(138, 209, 16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 209, 16)), color-stop(99%, rgb(123, 178, 27)));
  background: linear-gradient(to bottom, rgb(138, 209, 16) 0%, rgb(123, 178, 27) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ad110", endColorstr="#7bb21b",GradientType=0 );
  border-radius: 50px;
  border-bottom: 1px solid #44630f;
  border-top: 1px solid #b1e161;
  padding: 10px 20px;
}
header #header-right #mobile-menu li:nth-child(2) a:hover {
  color: white;
}
@media screen and (max-width: 479px) {
  header #header-right #mobile-menu li:nth-child(2) {
    display: none;
  }
}
header #clear-panel {
  background: rgba(34, 41, 45, 0.5);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 30px 30px 20px 30px;
  position: absolute;
  top: 110px;
  z-index: 7777;
  right: 0;
}
header #clear-panel ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
header #clear-panel ul li {
  color: white;
  list-style: none;
  font-size: 1rem;
}
header #clear-panel ul li span.items-sold {
  display: block;
  font-size: 1.3rem;
  font-family: "Gotham-Medium", arial, sans-serif;
}
header #clear-panel ul li:first-child {
  border-right: 1px solid white;
  margin-right: 20px;
  padding-right: 20px;
}
header #clear-panel ul li:nth-child(2) {
  border-right: 1px solid white;
  margin-right: 20px;
  padding-right: 20px;
}
header #clear-panel ul li a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
header #clear-panel ul li a span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 35px;
}
header #clear-panel ul li button {
  background: #7bb31a;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: block;
  margin-top: 5px;
  outline: none;
  padding: 5px;
}
header #clear-panel ul li span.online {
  color: #7bb31a;
  font-size: 1.1rem;
}
header #clear-panel ul li i {
  color: white;
  margin-right: 10px;
}
@media screen and (min-width: 1039px) and (max-width: 1300px) {
  header #clear-panel {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1038px) {
  header #clear-panel {
    margin-left: 40px;
  }
  header #clear-panel ul li {
    font-size: 1rem;
  }
  header #clear-panel ul li a span {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  header #clear-panel {
    display: none;
  }
}

main {
  display: block;
  overflow-y: auto;
  padding-top: 100px;
}
main section {
  background: white;
}
main section#showcase {
  background: none;
}
main section#showcase img, main section#showcase video {
  position: fixed;
  width: 100%;
  z-index: -100;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  main section#showcase img {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  main section#showcase img {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  main section#showcase video {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  main section#showcase video {
    display: block;
  }
}
main section#showcase #lines {
  background: url("../images/lines-bg.png");
  padding: 0 40px;
  text-align: center;
  height: 700px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 875px) and (max-width: 1115px) {
  main section#showcase #lines {
    height: 550px;
  }
}
@media screen and (min-width: 715px) and (max-width: 874px) {
  main section#showcase #lines {
    height: 440px;
  }
}
@media screen and (min-width: 560px) and (max-width: 714px) {
  main section#showcase #lines {
    height: 350px;
  }
}
@media screen and (min-width: 400px) and (max-width: 559px) {
  main section#showcase #lines {
    height: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  main section#showcase #lines {
    height: 200px;
  }
}
main section#showcase #lines h1 {
  color: white;
  font-family: "Gotham-Book", arial, sans-serif;
  font-size: 3rem;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  main section#showcase #lines h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  main section#showcase #lines h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  main section#showcase #lines h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 399px) {
  main section#showcase #lines h1 {
    font-size: 1.1rem;
  }
}
main section#home-cta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
@media screen and (min-width: 320px) and (max-width: 609px) {
  main section#home-cta {
    background: none;
  }
}
main section#home-cta #product-btn-wrapper {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: -50px auto 0 auto;
  position: relative;
  width: 600px;
}
@media screen and (min-width: 320px) and (max-width: 609px) {
  main section#home-cta #product-btn-wrapper {
    margin: 0;
    width: 100%;
    background-clip: initial;
    border: 0;
  }
}
main section#home-cta #product-btn-wrapper #product-btns {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgb(0, 132, 220);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 132, 220)), to(rgb(0, 97, 163)));
  background: linear-gradient(to bottom, rgb(0, 132, 220) 0%, rgb(0, 97, 163) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0084dc", endColorstr="#0061a3",GradientType=0 );
  border-bottom: 2px solid #003152;
  border-top: 2px solid #329ce4;
  border-radius: 50px;
}
@media screen and (min-width: 320px) and (max-width: 609px) {
  main section#home-cta #product-btn-wrapper #product-btns {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }
}
main section#home-cta #product-btn-wrapper #product-btns a {
  color: white;
  font-size: 1.25rem;
  font-family: "Gotham-Book", arial, sans-serif;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
main section#home-cta #product-btn-wrapper #product-btns a span {
  font-family: "Gotham-Light", arial, sans-serif;
}
main section#home-cta #product-btn-wrapper #product-btns a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
@media screen and (min-width: 320px) and (max-width: 609px) {
  main section#home-cta #product-btn-wrapper #product-btns a {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-bottom: 2px solid #0063a6;
    line-height: 50px;
    font-size: 1.1rem;
  }
  main section#home-cta #product-btn-wrapper #product-btns a:hover {
    border-radius: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 455px) {
  main section#home-cta #product-btn-wrapper #product-btns a {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 410px) {
  main section#home-cta #product-btn-wrapper #product-btns a {
    line-height: 25px;
    padding: 15px 0;
  }
  main section#home-cta #product-btn-wrapper #product-btns a span {
    display: block;
  }
}
main section#home-content {
  overflow: hidden;
}
main section#home-content .content {
  padding: 40px 10px;
}
main section#home-content .content > *:not(:last-child) {
  margin-bottom: 20px;
}
main section#home-content .content h1 {
  color: #24313a;
  font-size: 2.4rem;
  padding-bottom: 10px;
  font-family: "Gotham-Medium", arial, sans-serif;
}
main section#home-content .content h3 {
  color: #5c6061;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
main section#home-content .content p img {
  width: 70%;
  height: auto;
}
@media screen and (min-width: 768px) {
  main section#home-content #customers-devices {
    background: rgb(0, 99, 165);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(0, 99, 165)), color-stop(50%, rgb(123, 179, 26)));
    background: linear-gradient(to right, rgb(0, 99, 165) 50%, rgb(123, 179, 26) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0063a5", endColorstr="#7bb31a",GradientType=1 );
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  main section#home-content #customers-devices .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main section#home-content #customers-devices .wrapper div {
    width: 100%;
  }
}
main section#home-content #customers-devices .wrapper div {
  color: white;
  padding: 20px;
  width: 50%;
  text-align: center;
}
main section#home-content #customers-devices .wrapper div > *:not(:last-child) {
  margin-bottom: 20px;
}
main section#home-content #customers-devices .wrapper div h3 {
  font-size: 2rem;
}
main section#home-content #customers-devices .wrapper div span {
  display: block;
  font-size: 5rem;
  font-family: "Gotham-Medium", arial, sans-serif;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  main section#home-content #customers-devices .wrapper div:first-child {
    background: #7bb31a;
    padding: 20px;
    width: 100%;
  }
  main section#home-content #customers-devices .wrapper div:first-child h3 {
    font-size: 1.8rem;
  }
  main section#home-content #customers-devices .wrapper div:first-child span {
    font-size: 4rem;
  }
  main section#home-content #customers-devices .wrapper div:last-child {
    background: #0063a5;
    padding: 20px;
    width: 100%;
  }
  main section#home-content #customers-devices .wrapper div:last-child h3 {
    font-size: 1.8rem;
  }
  main section#home-content #customers-devices .wrapper div:last-child span {
    font-size: 4rem;
  }
}
main section #big-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
main section #big-video-vid, main section #big-video-image {
  position: absolute;
}
main section #big-video-control-container {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
main section #big-video-control {
  width: 100%;
  height: 16px;
  position: relative;
}
main section #big-video-control-middle {
  margin: 0 56px 0 24px;
}
main section #big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer;
}
main section #big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0%;
  background: #fff;
}
main section #big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff;
}
main section #big-video-control-bound-left {
  left: 0;
}
main section #big-video-control-bound-right {
  right: -1px;
}
main section #big-video-control-track .ui-slider-handle {
  opacity: 0;
}
main section #big-video-control-playhead {
  left: 30%;
}
main section #big-video-control-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url("bigvideo.png");
}
main section #big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px;
}
main section #big-video-control-playhead, main section #big-video-control-bound-left, main section #big-video-control-bound-right {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}
main section #big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
}
main section .transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
main section #big-video-wrap .vjs-big-play-button {
  display: none !important;
}
main section#innerpages #inner-masthead {
  height: 250px;
}
main section#innerpages #inner-masthead .wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  padding: 30px;
}
main section#innerpages #inner-masthead h2 {
  color: white;
  font-size: 3rem;
}
main section#innerpages #content-wrapper {
  border-bottom: 20px solid #f2f3f4;
  border-top: 20px solid #f2f3f4;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  main section#innerpages #content-wrapper .wrapper {
    display: block;
  }
}
main section#innerpages #content-wrapper .wrapper .dynamic-content-menu {
  padding: 0 0 20px 0 !important;
}
main section#innerpages #content-wrapper .wrapper .dynamic-content-menu select {
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  main section#innerpages #content-wrapper .wrapper .dynamic-content-menu {
    display: none;
  }
}
main section#innerpages #content-wrapper aside {
  width: 200px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  main section#innerpages #content-wrapper aside {
    display: none;
  }
}
main section#innerpages #content-wrapper aside #sub-menu {
  margin: 0;
  padding: 0;
}
main section#innerpages #content-wrapper aside #sub-menu li {
  background: #0063a5;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  list-style: none;
  height: 100px;
  margin-bottom: 4px;
  width: 200px;
}
main section#innerpages #content-wrapper aside #sub-menu li a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  font-size: 1rem;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
main section#innerpages #content-wrapper aside #sub-menu li:hover {
  background: #7bb31a;
}
main section#innerpages #content-wrapper aside #sub-menu li:hover a {
  color: white;
}
main section#innerpages #content-wrapper aside #sub-menu li.current_page_item {
  background: white;
  border-top: 5px solid #7bb31a;
  border-left: 5px solid #7bb31a;
  border-bottom: 5px solid #7bb31a;
}
main section#innerpages #content-wrapper aside #sub-menu li.current_page_item a {
  color: #5c6061;
}
main section#innerpages #content-wrapper #content {
  background: white;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px 40px;
  width: 1166px;
}
@media screen and (min-width: 320px) and (max-width: 1365px) {
  main section#innerpages #content-wrapper #content {
    width: 100%;
    padding: 0;
  }
}
main section#innerpages #content-wrapper #content > *:not(:last-child) {
  margin-bottom: 20px;
}
main section#innerpages #content-wrapper #content p a {
  color: #0063a5;
}
main section#innerpages #content-wrapper #content p a:visited {
  color: #0063a5 !important;
}
main section#innerpages #content-wrapper #content h4 > a {
  color: #0063a5;
}
main section#innerpages #content-wrapper #content h4 > a:visited {
  color: #0063a5 !important;
}
main section#innerpages #content-wrapper #content h2 {
  border-bottom: 5px solid #f2f3f4;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 40px !important;
  padding-bottom: 5px;
  color: #24313a;
}
main section#innerpages #content-wrapper #content h2 span {
  font-weight: 300;
}
main section#innerpages #content-wrapper #content h3 {
  border-bottom: 1px solid #f2f3f4;
  color: #24313a;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
main section#innerpages #content-wrapper #content .ea-card h3 {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
main section#innerpages #content-wrapper #content h2:not(:first-child) {
  margin-top: 40px;
}
main section#innerpages #content-wrapper #content p {
  color: #5c6061;
  font-size: 1rem;
  line-height: 1.5rem;
}
main section#innerpages #content-wrapper #content p strong {
  font-family: "Gotham-Book", arial, sans-serif;
  color: #7bb31a;
}
main section#innerpages #content-wrapper #content p img {
  width: 100%;
  height: auto;
}
main section#innerpages #content-wrapper #content ul {
  padding-left: 40px;
}
main section#innerpages #content-wrapper #content ul li {
  color: #5c6061;
  font-size: 1rem;
  list-style: disc;
}
main section#innerpages #content-wrapper #content img {
  border: 10px solid #f2f3f4;
  border-radius: 10px;
}
main section#innerpages #content-wrapper #content img.wp-post-image {
  float: right;
}
main section#innerpages #content-wrapper #content #product-icons {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  main section#innerpages #content-wrapper #content #product-icons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main section#innerpages #content-wrapper #content #product-icons div {
    margin: 0 auto;
    width: 75% !important;
    text-align: center;
  }
}
main section#innerpages #content-wrapper #content #product-icons div {
  width: 28.5%;
}
main section#innerpages #content-wrapper #content #product-icons div a {
  border-bottom: 10px solid transparent;
  color: #7bb31a;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  outline: none;
}
main section#innerpages #content-wrapper #content #product-icons div a img {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}
main section#innerpages #content-wrapper #content #product-icons div a span {
  display: block;
  font-family: "Gotham-Book", arial, sans-serif;
}
main section#innerpages #content-wrapper #content #product-icons div a:hover {
  border-bottom: 10px solid #7bb31a;
}
main section#innerpages #content-wrapper #content #products {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  main section#innerpages #content-wrapper #content #products {
    text-align: center;
  }
  main section#innerpages #content-wrapper #content #products a {
    width: 100% !important;
  }
}
main section#innerpages #content-wrapper #content #products a {
  background: #f2f3f4;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
  width: 240px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
}
main section#innerpages #content-wrapper #content #products a img {
  border: none;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
main section#innerpages #content-wrapper #content #products a span {
  border-bottom: 10px solid transparent;
  color: #7bb31a;
  display: block;
  font-size: 1rem;
  padding: 20px;
  width: 100%;
  outline: none;
  min-height: 88px;
  font-family: "Gotham-Book", arial, sans-serif;
}
main section#innerpages #content-wrapper #content #products a:hover span {
  border-bottom: 10px solid #7bb31a;
}
main section#innerpages #content-wrapper #content #product-docs {
  margin-bottom: 40px;
}
main section#innerpages #content-wrapper #content #product-docs div {
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
main section#innerpages #content-wrapper #content #product-docs div img {
  border: none;
  width: 50px;
  height: auto;
  float: left;
}
main section#innerpages #content-wrapper #content #product-docs div a {
  color: #7bb31a;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  margin-left: 10px;
  margin-top: 15px;
  font-family: "Gotham-Book", arial, sans-serif;
  width: 80%;
  outline: none;
}
main section#innerpages #content-wrapper #content #product-docs div a:hover {
  text-decoration: underline;
}
main section#innerpages #content-wrapper #additional-side p {
  color: white;
  font-size: 1rem;
}

.inner-colorbar {
  background: #0063a5;
  display: block;
  height: 50px;
  width: 100%;
}

footer {
  background: white;
  height: 80px;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 649px) {
  footer .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer #footer-left {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer #footer-left #desktop-menu, footer #footer-left #mobile-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgb(0, 132, 220);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 132, 220)), to(rgb(0, 97, 163)));
  background: linear-gradient(to bottom, rgb(0, 132, 220) 0%, rgb(0, 97, 163) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0084dc", endColorstr="#0061a3",GradientType=0 );
  border-bottom: 2px solid #003152;
  border-top: 2px solid #329ce4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0;
  padding: 20px;
}
footer #footer-left #desktop-menu li, footer #footer-left #mobile-menu li {
  border-right: 1px solid white;
  list-style: none;
  padding: 0 10px;
}
footer #footer-left #desktop-menu li a, footer #footer-left #mobile-menu li a {
  border-radius: 5px;
  color: white;
  font-family: "Gotham-Book", arial, sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  text-decoration: none;
}
footer #footer-left #desktop-menu li a:hover, footer #footer-left #mobile-menu li a:hover {
  background: white;
  color: #0063a5;
}
footer #footer-left #desktop-menu li:nth-child(1), footer #footer-left #mobile-menu li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1140px) {
  footer #footer-left #desktop-menu {
    display: none;
  }
}
footer #footer-left #desktop-menu li:nth-child(5) {
  margin-left: 10px;
  margin-right: 25px;
}
footer #footer-left #desktop-menu li:nth-child(4), footer #footer-left #desktop-menu li:nth-child(5) {
  border-right: 0;
}
footer #footer-left #desktop-menu li:nth-child(5) a {
  background: rgb(138, 209, 16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 209, 16)), color-stop(99%, rgb(123, 178, 27)));
  background: linear-gradient(to bottom, rgb(138, 209, 16) 0%, rgb(123, 178, 27) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ad110", endColorstr="#7bb21b",GradientType=0 );
  border-radius: 50px;
  border-bottom: 1px solid #44630f;
  border-top: 1px solid #b1e161;
  padding: 10px 20px;
}
footer #footer-left #desktop-menu li:nth-child(5) a:hover {
  color: white;
}
footer #footer-left #desktop-menu li:nth-child(6) {
  border-right: 0;
  color: white;
  font-family: "Gotham-Book", arial, sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 1365px) {
  footer #footer-left #desktop-menu li:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  footer #footer-left #mobile-menu {
    display: none;
  }
}
footer #footer-left #mobile-menu li {
  border-right: 0;
}
footer #footer-left #mobile-menu li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
footer #footer-left #mobile-menu li:nth-child(1) a {
  background: #0084dc;
}
footer #footer-left #mobile-menu li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
footer #footer-left #mobile-menu li:nth-child(2) a {
  background: rgb(138, 209, 16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 209, 16)), color-stop(99%, rgb(123, 178, 27)));
  background: linear-gradient(to bottom, rgb(138, 209, 16) 0%, rgb(123, 178, 27) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ad110", endColorstr="#7bb21b",GradientType=0 );
  border-radius: 50px;
  border-bottom: 1px solid #44630f;
  border-top: 1px solid #b1e161;
  padding: 10px 20px;
}
footer #footer-left #mobile-menu li:nth-child(2) a:hover {
  color: white;
}
@media screen and (min-width: 320px) and (max-width: 649px) {
  footer #footer-left {
    border: none;
  }
  footer #footer-left #desktop-menu, footer #footer-left #mobile-menu {
    border-bottom: 0;
    border-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 20px;
  }
}
footer #footer-right {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 20px;
}
footer #footer-right > a {
  display: block;
  height: 30px;
  margin-right: 20px;
  width: 120px;
}
footer #footer-right > ul {
  margin: 0;
  padding: 0;
}
footer #footer-right > ul li {
  list-style: none;
  float: left;
}
footer #footer-right > ul li:first-child {
  border-right: 1px solid #5c6061;
  padding-right: 10px;
  margin-right: 10px;
}
footer #footer-right > ul li a {
  color: #5c6061;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 649px) {
  footer #footer-right {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=styles.css.map */