@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");
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;
}

.inner-wrapper {
  padding-left: 2%;
  padding-right: 2%;
}

.inner-wrapper-8 {
  padding-left: 8%;
  padding-right: 8%;
}

.flex-vert-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btn-1 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  color: #565656;
  border: 3px solid #ff7007;
  text-transform: uppercase;
  font-weight: bold;
  color: #565656;
}

.btn-1:hover {
  color: #565656;
  background-color: #c95500;
}

.btn-sm {
  padding: .2em 1.8em;
  font-size: 1.5em;
  line-height: 1.5;
}

.btn-sm-green {
  padding: .2em 1.8em;
  font-size: 1.5em;
  line-height: 1.5;
  background-color: #ff7007;
  color: #565656;
}

.btn-lg {
  padding: .5em 2em;
  font-size: 3vw;
  line-height: 1.5;
}

.cta {
  background-color: #ff7007;
  color: #565656;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.cta:hover {
  color: #565656;
  background-color: #c95500;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.div-spacer {
  padding-top: 8%;
  padding-bottom: 8%;
}

.text-pad {
  padding-left: 2em;
}

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.92308rem;
  margin-bottom: 18.46154px;
}

h3 {
  font-size: 1.66667rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.47059rem;
  margin-bottom: 14.11765px;
}

h5 {
  font-size: 1.38889rem;
  margin-bottom: 13.33333px;
}

h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: #282828;
}

p:last-of-type {
  margin-bottom: 0;
}

hr {
  height: 3px;
  margin: 30px 0;
  border: none;
  background-color: #282828;
  opacity: .3;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #505050;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid #DADADA;
  text-align: left;
}

th {
  font-weight: 800;
}

th, td {
  padding: 15px;
}

figure {
  margin: 30px 0;
}

figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: #6a6a6a;
  font-size: 16px;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}

pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.88542rem;
  color: #282828;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
}

header {
  background: #fff;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 3;
}

@media (max-width: 540px) {
  header {
    height: auto;
  }
}

.logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
}

@media (max-width: 540px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.logo a {
  padding-left: 1em;
  padding-top: 14px;
  padding-right: 1.5em;
}

@media (max-width: 540px) {
  .logo a {
    padding-top: 8px;
  }
}

.search {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  padding-top: 10px;
}

@media (max-width: 540px) {
  .search {
    padding-right: .5em;
  }
}

.search ::-webkit-input-placeholder {
  padding-left: .7em;
}

.search :-ms-input-placeholder {
  padding-left: .7em;
}

.search ::-ms-input-placeholder {
  padding-left: .7em;
}

.search ::placeholder {
  padding-left: .7em;
}

.searchTerm {
  width: 100%;
  border-right: none;
  padding: 5px;
  height: 20px;
  outline: none;
  background-color: #EEE;
  border: 0;
  border-radius: 25px 0 0 25px;
}

@media (max-width: 540px) {
  .searchTerm {
    border-radius: 0;
    margin-bottom: 5px;
  }
}

.searchTerm:focus {
  color: #565656;
}

.searchButton {
  width: 40px;
  height: auto;
  border: 0;
  text-align: center;
  color: #565656;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 540px) {
  .searchButton {
    margin-bottom: 5px;
  }
}

/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav {
  list-style-type: none;
  float: right;
}

.nav li {
  display: inline-block;
  margin-right: 15px;
  line-height: 50px;
}

.nav a {
  color: black;
  text-decoration: none;
}

.nav a:hover {
  text-decoration: underline;
}

.mob-nav {
  width: 20px;
  height: 50px;
  display: none;
  float: right;
  margin: 15px;
}

.mob-nav .mob-nav-line {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background: black;
  display: block;
}

@media (max-width: 850px) {
  .mob-nav {
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 850px) and (max-width: 540px) {
  .mob-nav {
    height: auto;
  }
}

@media (max-width: 850px) {
  .nav {
    display: none;
    width: 100%;
    margin-top: 0px;
  }
  .nav li {
    width: 100%;
    background: #282828;
    border-bottom: 1px solid #565656;
    text-align: center;
    margin-right: 0;
  }
  .nav li a {
    text-align: center;
    top: 0px;
    position: relative;
    color: #f5f5f5;
    width: 100%;
    display: block;
  }
  .nav li a:hover {
    background: #eee;
    color: #282828;
    text-decoration: none;
  }
}

.active {
  display: block;
}

.header-text {
  padding-top: 5.5em;
  padding-bottom: 2.5em;
  background-color: #f5f5f5;
}

@media (max-width: 540px) {
  .header-text {
    padding-top: 6.5em;
    padding-bottom: .5em;
    text-align: left;
    padding-left: 1em;
  }
}

.header-text h1 {
  font-weight: bolder;
}

@media (max-width: 540px) {
  .header-text h1 {
    font-size: calc(1.5em + 1.5vmin);
  }
}

.content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr minmax(220px, auto);
      grid-template-columns: 4fr minmax(220px, auto);
  grid-gap: 1em;
}

@media (max-width: 540px) {
  .content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.main-card-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(35vw, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(35vw, 1fr));
  grid-gap: 1em;
}

@media (min-width: 320px) and (max-width: 539px) {
  .main-card-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: .5em;
  }
}

.main-card {
  position: relative;
  margin: 0 auto;
}

.card-hover {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white !important;
  text-decoration: none !important;
  padding: 48px;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.card-hover h3 {
  font-size: calc(0.75em + 1vmin);
  padding-bottom: 2em;
}

.card-hover a {
  color: #ff7007;
  text-decoration: none;
}

.card-hover:hover {
  opacity: 1;
}

.model-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr minmax(100px, 220px);
      grid-template-columns: 4fr minmax(100px, 220px);
  grid-gap: 1em;
}

@media (max-width: 720px) {
  .model-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

.model-card-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 1em;
}

@media (max-width: 475px) {
  .model-card-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.model-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #eee;
  padding-top: 3px;
}

.model-text a {
  float: right;
  color: #ff7007;
  text-decoration: none;
  font-size: 14px;
}

.model-text .view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 3px;
  background-color: #282828;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model-text .eye-icon {
  background: url(/images/view.png) 0 0/100% 100% no-repeat;
  width: 25px;
  height: 15px;
  margin-right: 4px;
}

.model-page-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% minmax(100px, 350px) 10%;
      grid-template-columns: 70% minmax(100px, 350px) 10%;
  grid-gap: 1em;
  padding: 0 5em;
  margin-bottom: 4rem;
}

@media (max-width: 540px) {
  .model-page-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 1em;
  }
}

@media (min-width: 541px) and (max-width: 998px) {
  .model-page-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 3em;
  }
}

.download-info p {
  margin-bottom: .5em;
}

.model-page-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
  color: #eee;
  padding-top: 1rem;
}

@media (min-width: 320px) and (max-width: 539px) {
  .model-page-text {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-bottom: 5%;
  }
}

.model-page-text a {
  float: right;
  color: #ff7007;
  text-decoration: none;
  font-size: 20px;
}

.aside {
  background-color: #f5f5f5;
  padding: 0 0 0 1em;
}

.aside-card {
  background-color: #fff;
}

.aside-card .title {
  background-color: #eee;
  padding: 1em;
}

.aside-card .title h4 {
  margin: 0;
  font-weight: 700;
  font-size: calc(0.6em + 1vmin);
}

@media (max-width: 540px) {
  .aside-card .title h4 {
    font-size: 18px;
  }
}

.aside-card ul {
  padding: 1em 0 2em 0;
  margin-left: 1.5em;
}

@media (max-width: 540px) {
  .aside-card ul {
    margin-left: 3em;
  }
}

.aside-card ul li {
  padding: .5em 0;
  list-style-type: disc;
  color: #ff7007;
}

.aside-card ul li :hover {
  color: #ff7007;
}

.aside-card ul a {
  text-decoration: none;
  color: #565656;
  font-size: calc(0.4em + 1vmin);
}

@media (max-width: 540px) {
  .aside-card ul a {
    font-size: 16px;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  color: #eee;
  background-color: #fff;
  margin-top: 5em;
}

.footer img {
  width: 120px;
}

.footer a {
  color: #81817f;
  text-decoration: none;
}

.footer .footer-nav {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2em;
}

@media (max-width: 767px) {
  .footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3em;
  }
}

.footer li {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.footer li :hover {
  color: #565656;
}

.footer p {
  color: #eee;
}

body {
  background: #f5f5f5;
  color: #565656;
  font-family: "Open Sans", sans-serif;
}
/*# sourceMappingURL=main.css.map */