html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: linear-gradient(#ffffff, #dedede);
  --bb-blue: #1e366c;
  --bb-blue-small: #bac6ff;
  --bb-blue-large: #939fe0;
  box-sizing: border-box;
}

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

@charset "UTF-8";

.chivoblack {
  font-family: 'chivoblack';
}

.chivoregular {
  font-family: 'chivoregular';
}

.chivolight {
  font-family: 'chivolight';
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.border {
  width: 29em;
  border: solid white;
  border-width: 0 1 px;
  padding: 10px;
  background-color: rgba(255, 0, 0, 0);
}

.transition-fade {
  opacity: 1;
  transition: 500ms;
}

html.is-animating .transition-fade {
  opacity: 0;
}

*::-webkit-scrollbar {
    background: transparent;
    width: 00px;
  }

*::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
  }

*::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 10px;
  }

*::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
  }

body {
  position: fixed;
}

@viewport {
  width: device-width;
}

/* MEDIA SCREEN

1 PIXEL

*/

@media only screen and (min-width: 1px) {

      .header-text {
        font-size: 1.5em;
      }
  /* Logo */
      /* #logo {
        display: none;
      }
      #mobilelogo {
        display: inline;
      } */

      /* Footer */
          #footer {
            padding-top: 2em;
          }

  /* Wrappers */
      #header-wrapper-home {
        background: url(images/f35flying.jpg) no-repeat;
        background-position: -110px 0px;
      }
      #wrapper-notice {
        width: 100%;
        margin-bottom: 1em;
        background: url(images/frontbuilding-dim.jpg) no-repeat center;
      }
      #wrapper-slides {
        width: 100%;
        display: none;
      }
      #mobile-slide {
        display: inline;
      }
      #mobile-article {
        display: flex;
      }
      #wrapper-news {
        width: 100%;
        background: url(images/ife2021-dim.png) no-repeat center;
      }
      #wrapper {
        width: 100%;
      }

  /* Menu Bar */
      #stickybar {
        width: 100%;
      }
      #requestaquoteborder {
        right: 0%;
      }
      #requestaquote {
        display: none;
      }
      #menu {
        display: none;
      }
      #menuicon {
        display: inline-block;
      }

}

/* MEDIA SCREEN

376 PIXELS

*/

@media only screen and (min-width: 376px) {

  .header-text {
    font-size: 1.5em;
  }

  /* Footer */
      #footer {
        padding-top: 2em;
      }

  /* Wrappers */

      #header-wrapper-home {
        background: url(images/f35flag.jpg) no-repeat center;
      }
      #wrapper-notice {
        width: 100%;
        margin-bottom: 1em;
        background: url(images/frontbuilding-dim.jpg) no-repeat center;
      }
      #wrapper-news {
        width: 100%;
        background: url(images/ife2021-dim.png) no-repeat center;
      }
      #wrapper-slides {
        width: 100%;
        display: none;
      }
      #mobile-slide {
        display: inline;
      }
      #mobile-article {
        display: flex;
      }
      #wrapper {
        width: 100%;
      }
      #header-wrapper-home {
        max-height: 10em;
      }

  /* Menu Bar */

      #stickybar {
        width: 100%;
      }
      #requestaquoteborder {
        right: 0%;
      }
      #requestaquote {
        display: none;
      }
      #menu {
        display: none;
      }
      #menuicon {
        display: inline-block;
      }
}

/* MEDIA SCREEN

807 PIXELS

*/

@media only screen and (min-width: 807px) {

      .header-text {
        font-size: 1.5em;
      }

  /* Logo */

      /* #logo {
        display: none;
      }
      #mobilelogo {
        display: inline;
      } */

      /* Dividers */
          #wrapper-quality-grey hr {
          }
          #wrapper-quality-distr hr {
          }
          /* Footer */
              #footer {
                padding-top: 2em;
              }

  /* Wrappers */

      #header-wrapper-home {
        background: url(images/f-35.jpg) no-repeat center;
      }
      #wrapper-slides {
        display: none;
      }
      #mobile-slide {
        display: inline;
      }
      #mobile-article {
        display: flex;
      }

  /* Menu Bar */

      #requestaquote {
        display: none;
      }
      #menu {
        display: none;
      }
      #menuicon {
        display: inline-block;
      }
}

/* MEDIA SCREEN

1085 PIXELS

*/
@media only screen and (min-width: 890px) {

  .header-text {
    font-size: 3em;
  }

  /* Logo */

      /* #logo {
        display: inline;
      }
      #mobilelogo {
        display: none;
      } */

      /* Dividers */
          #wrapper-quality-grey hr {
          }
          #wrapper-quality-distr hr {
          }

          /* Footer */
              #footer {
                padding-top: 0em;
              }


  /* Wrappers */

      #header-wrapper-home {
        background: url(images/f-35.jpg) no-repeat center;
      }
      #wrapper-slides {
        display: inline-block;
      }
      #wrapper-notice {
        width: 100%;
        margin-bottom: 1em;
        background: url(images/frontbuilding.jpg) no-repeat center;
      }
      #wrapper-news {
        width: 100%;
        background: url(images/ife2021.png) no-repeat top;
      }
      #mobile-slide {
        display: none;
      }
      #mobile-article {
        display: none;
      }

  /* Menu Bar */

      #requestaquote {
        display: inline-block;
      }
      #menu {
        display: inline-block;
      }
      #menuicon {
        display: none;
      }
}

/* MEDIA SCREEN

807 PIXELS

*/
@media only screen and (min-height: 1000px) {

  /* Logo */

      /* #logo {
        display: inline;
      }
      #mobilelogo {
        display: none;
      } */

      /* Dividers */
          #wrapper-quality-grey hr {
          }
          #wrapper-quality-distr hr {
          }
          /* Footer */
              #footer {
                padding-top: 0em;
              }


  /* Wrappers */

      #header-wrapper-home {
        background: url(images/f-35.jpg) no-repeat center;
      }
      #wrapper-notice {
        width: 100%;
        margin-bottom: 1em;
        background: url(images/frontbuilding.jpg) no-repeat center;
      }
      #wrapper-news {
        width: 100%;
        background: url(images/spacexdragon.jpg) no-repeat center;
      }
      #wrapper-slides {
        width: 100%;
        display: inline-block;
      }
      #mobile-slide {
        display: none;
      }
      #mobile-article {
        display: none;
      }
      #wrapper {
        width: 100%;
      }

  /* Menu Bar */

      #requestaquote {
        display: inline-block;
      }
      #stickybar {
        width: 100%px;
      }
      #menu {
        display: inline-block;
      }
      #menuicon {
        display: none;
      }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12pt;
  font-weight: 300;
}

p, ol, ul {
  margin-top: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

p {
  line-height: 180%;
}

strong {}

a {
  color: #005ccc;
}

a:hover {
  text-decoration: none;
}

.container {
  overflow: hidden;
}

.arrow-down {
  width: 50px;
  height: 50px;
  position: relative;
}

.arrow-down.active {
}

.arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: black;
  position: absolute;
  top: 25px;
  transition: transform .5s;
}

.arrow-down:before {
  right: 21px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

.arrow-down:after {
  right: 15px;
  transform: rotate(-45deg);
}

.arrow-down.active:before {
  transform: rotate(-45deg);
}

.arrow-down.active:after {
  transform: rotate(45deg);
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/
.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image-full {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image-left {
  float: left;
  margin: 0 2em 2em 0;
}

.image-centered {
  display: block;
  margin: 0 0 2em 0;
}

.image-centered img {
  margin: 0 auto;
  width: auto;
}

/*********************************************************************************/
/* xCollapsible                                                                  */
/*********************************************************************************/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

#collapse {
  margin: auto;
  width: 80%;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.2s;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #fafafa;
}

#collapse-quality {
  margin: auto;
  width: 90%;
}

.collapsible-quality {
  background-color: white;
  color: var(--bb-blue);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 1em;
  transition: 0.2s;
  border-bottom: 1px solid #1C6EA4;
}

.active, .collapsible-quality:hover {
  background-color: white;
}
/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/
ul.style1 {}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/
ul.contact {
  margin: 0;
  padding: 2em 0em 0em 0em;
  list-style: none;
}

ul.contact li {
  display: inline-block;
  padding: 0em 0.30em;
  font-size: 1em;
}

ul.contact li span {
  display: none;
  margin: 0;
  padding: 0;
}

ul.contact li a {
  color: #FFF;
}

ul.contact li a:before {
  display: inline-block;
  background: #3f3f3f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #FFFFFF;
}

ul.contact li a.icon-twitter:before {
  background: #2DAAE4;
}

ul.contact li a.icon-facebook:before {
  background: #39599F;
}

ul.contact li a.icon-dribbble:before {
  background: #C4376B;
}

ul.contact li a.icon-tumblr:before {
  background: #31516A;
}

ul.contact li a.icon-rss:before {
  background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/
.button {
  display: inline-block;
  padding: 1em 3em 1em 2em;
  letter-spacing: 0.20em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.90em;
  color: black;
}

.button:before {
  display: inline-block;
  background: #FFC31F;
  margin-right: 1em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #272925;
}

/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/
.box1, .box2, .box3, .box4 {
  width: 235px;
}

.box1, .box2, .box3, {
  float: left;
  margin-right: 20px;
}

.box4 {
  float: right;
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/
.boxA, .boxB, .boxC {
  width: 300px;
}

.boxA, .boxB {
  float: left;
  margin-right: 50px;
}

.boxC {
  float: right;
}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/
.tbox1, .tbox2 {
  height: 500px;
}

.tbox1 {
  float: left;
  padding: 10em 0em;
}

.tbox2 {
  float: right;
  padding: 10em 0em;
}

#threecolumn {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  /* height: 275px; */
  overflow: show;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

#threecolumn h1 {
  text-align: center;
  font-size: 1.25em;
  color: #1e356b;
  padding-top: 10px;
}

#section {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 3em;
  background-image: linear-gradient(#ffffff, #dedede);
}

#section-contactus {
  padding-top: 2em;
  padding-bottom: 10em;
  background: white;
  max-width: 1000px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: black;
}

#wrapper {
  word-break: normal;
  overflow: hidden;
  background-color: white;
  margin: auto;
}

#wrapper-promise {
  margin-top: 2em;
  margin-left: 0em;
  margin-right: 0em;
  background: url(images/flag.jpg) no-repeat center;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  width: 95%;
  margin: auto;
  margin-bottom: 2em;
}

#wrapper2 {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 0em;
  margin-right: 0em;
  background: url(images/heli.jpg) no-repeat center;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
}

#wrapper-notice {
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 275px;
  width: 100%;
  margin-top: 1em;
}

#wrapper-news {
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  height: 275px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1em;
}

#index-threecolumn-left {
  display: inline-flex;
  margin: auto;
  margin-bottom: 4em;
  background: url(images/fastenersqr.jpg) no-repeat center;
  background-size: 100%;
  background-position: bottom;
  word-break: normal;
  width: 300px;
  height: 200px;
  transition: 0.5s;
  flex-basis: 300px;
}

#index-threecolumn-left:hover {
  transition: background-size 0.2s linear;
  background-size: 103%;
}

#index-threecolumn-left:after {
  content: attr(data-text);
}

#index-threecolumn-left:hover {
  cursor: pointer;
  opacity: 0.5;
}

#index-threecolumn-center {
  display: inline-flex;
  margin: auto;
  margin-bottom: 4em;
  background: url(images/distributors.png) no-repeat center;
  background-size: 100%;
  background-position: bottom;
  word-break: normal;
  width: 300px;
  height: 200px;
  transition: 0.5s;
  flex-basis: 300px;
}

#index-threecolumn-center:hover {
  transition: background-size 0.2s linear;
  background-size: 103%;
}

#index-threecolumn-center:after {
  content: attr(data-text);
}

#index-threecolumn-center:hover {
  cursor: pointer;
  opacity: 0.5;
}

#index-threecolumn-right {
  display: inline-flex;
  margin: auto;
  margin-bottom: 4em;
  background: url(images/careers.jpg) no-repeat center;
  background-size: 100%;
  word-break: normal;
  width: 300px;
  height: 200px;
  transition: 0.5s;
  flex-basis: 300px;
}

#index-threecolumn-right:hover {
  transition: background-size 0.2s linear;
  background-size: 103%;
}

#index-threecolumn-right:after {
  content: attr(data-text);
}

#index-threecolumn-right:hover {
  cursor: pointer;
  opacity: 0.5;
}

#wrapper-aboutus-tc {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  word-break: normal;
  height: 200px;
  transition: 0.5s;
  flex-basis: 310px;
  filter: blur(3px);
}

#wrapper-aboutus-tc:hover {
  transition: 0.75s;
  opacity: 1;
  filter: blur(0px);
}

#wrapper-aboutus-break {
  flex-basis: 100%;
  height: 0;
}

/* xQUALITY */

#wrapper-quality-twocolumn {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  overflow: Hidden;
  justify-content: center;
  margin: auto;
  font-size: 0.75em;
  margin-top: -2em;
  flex: 2;
}

#wrapper-quality-twocolumn h1 {
  text-align: left;
  font-size: 1.25em;
  color: #1e356b;
}

#wrapper-quality-twocolumn-left td {
  width: 175px;
}

#wrapper-quality-twocolumn-left {
  display: flex;
  flex-direction: column;
  /* -webkit-box-pack: justify;
  justify-content: space-between; */
  margin-top: 2em;
  background-color: white;
  word-break: normal;
  height: auto;
  transition: 0.5s;
  border-radius: 0.25em;
  flex-basis: 800px;
}

#wrapper-quality-twocolumn-right td {
  width: 175px;
}

#wrapper-quality-twocolumn-right {
  display: flex;
  flex-direction: column;
  /* -webkit-box-pack: justify;
  justify-content: space-between; */
  margin-top: 2em;
  word-break: normal;
  background-color: white;
  height: auto;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 0.25em;
  flex-basis: 800px;
}

#wrapper-quality-threecolumn {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  overflow: show;
  justify-content: center;
  margin: auto;
  margin-top: -3em;
}
#wrapper-quality-threecolumn h1 {
  text-align: center;
  font-size: 1em;
  color: #1e356b;
  margin-bottom: 150px;
}
#wrapper-quality-threecolumn-left {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
  background-color: white;
  word-break: normal;
  height: 340px;
  transition: 0.5s;
  flex-basis: 510px;
}
#wrapper-quality-threecolumn-left:hover {
  transition: background-size 0.2s linear;
  background-size: 103%;
}

#wrapper-quality-threecolumn-left:after {
  content: attr(data-text);
}

#wrapper-quality-threecolumn-left:hover {
  cursor: pointer;
  opacity: 0.5;
}

#wrapper-quality-threecolumn-center {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  background-position: bottom;
  background-color: white;
  word-break: normal;
  height: 340px;
  transition: 0.5s;
  flex-basis: 510px;
}
#wrapper-quality-threecolumn-center:hover {
  transition: background-size 0.2s linear;
  background-size: 103%;
}

#wrapper-quality-threecolumn-center:after {
  content: attr(data-text);
}

#wrapper-quality-threecolumn-center:hover {
  cursor: pointer;
  opacity: 0.5;
}
#wrapper-quality-threecolumn-right {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-right: 2.5%;
  margin-top: 2em;
  word-break: normal;
  background-color: white;
  height: 340px;
  transition: 0.5s;
  flex-basis: 510px;
}
#wrapper-quality-threecolumn-right:hover {
  transition: background-size 0.2s linear;
  background-size: 103%;
}

#wrapper-quality-threecolumn-right:after {
  content: attr(data-text);
}

#wrapper-quality-threecolumn-right:hover {
  cursor: pointer;
  opacity: 0.5;
}

/* */

.hoverinfo {
  position: absolute;
  background: black;
  color: white;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  z-index: 99;
}

.hoverinfo:hover {
  width: 150px;
  visibility: visible;
  opacity: 0.7;
}

#wrapper-products {
  margin-top: 2em;
  background: url(images/fastener.jpg) no-repeat center;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  width: 95%;
  margin: auto;
  margin-bottom: 2em;
}

.wrapper-columns-left {
  float: center;
  width: 25%;
  padding: 10px;
  height: 300px;
  display: inline-block;
  margin-left: 7em;
  margin-right: 1em;
  min-width: 23em;
}

.wrapper-columns-center {
  width: 25%;
  padding: 10px;
  height: 300px;
  display: inline-block;
  margin-left: 50px;
  min-width: 23em;
}

.wrapper-columns-right {
  float: center;
  width: 25%;
  padding: 10px;
  height: 300px;
  display: inline-block;
  margin-right: 7em;
  margin-left: 1em;
  min-width: 23em;
}

.wrapper-row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 5em;
}

#wrapper-oem {
  width: 100%;
  height: 50px;
  margin-bottom: 2em;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  outline-style: solid;
  outline-width: 0.1px;
  display: inline-block;
}

#wrapper-slides {
  background-size: cover;
  word-break: normal;
}

#wrapper-history {
  color: black;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: auto;
  margin-right: 75px;
  margin-top: 3em;
  margin-bottom: 1em;
  max-height: 550px;
  font-size: 1.25em;
  width: 1000px;
}

#wrapper-certifications {
  color: black;
  background-color: white;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-bottom: 2em;
  font-size: 1.25em;
  width: 100%;
}

/* xCONTACTUS */

#wrapper-contactus-white {
  color: black;
  background-color: white;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 1em;
  font-size: 1.25em;
  width: 100%;
}
#wrapper-contactus-white hr {
  color: #1e356b;
  border-top-style: solid;
  border-top-width: 7px;
  width: 20vw;
  float: left;
}
#wrapper-contactus-white h1 {
  font-size: 1.25em;
}
#wrapper-contactus-white a {
  text-decoration: none;
}

#contactus-section {
  width: 100%;
}

#contactus-section li {
  white-space:normal;
}

#contactus-threecolumn-parent {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  height: auto;
  overflow: show;
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
  justify-content: center;
  line-height: 0.75em;
}

#contactus-section ul.outside {
  list-style-position: outside;
  list-style-type: circle;
  line-height: 1.2em;
  padding-left: 1.5em;
}

#contactus-threecolumn-parent h1 {
  text-align: center;
  font-size: 1.25em;
  color: #1e356b;
  padding-top: 10px;
}


#contactus-threecolumn-left {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  margin-top: 2em;
  word-break: normal;
  height: auto;
  transition: 0.5s;
  flex-basis: 400px;
  text-align: center;
}
#contactus-threecolumn-center {
  display: flex;
  flex-direction: column;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2em;
  background-position: bottom;
  word-break: normal;
  height: auto;
  transition: 0.5s;
  flex-basis: 400px;
  text-align: center;
}
#contactus-threecolumn-right {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  word-break: normal;
  height: 100%;
  transition: 0.5s;
  flex-basis: 400px;
  text-align: center;
}

/* xcareers */

#careers-section {
  width: 100%;
  background-image: linear-gradient(#ffffff, #f2f2f2);
}

#careers-section li {
  white-space:normal;
}

#wrapper-careers-white {
  color: black;
  background-color: white;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1.25em;
  width: 100%;
}

#wrapper-careers-white .capabilities-li {
  margin: 0em 2em 0em 2em;
  flex-basis: 225px;
}

#wrapper-careers-white hr {
  color: #1e356b;
  border-top-style: solid;
  border-top-width: 7px;
  width: 20vw;
  float: left;
}

#wrapper-careers-white h1 {
  font-size: 1.25em;
}

#wrapper-careers-white a {
  text-decoration: none;
}

#careers-threecolumn-parent {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  height: auto;
  overflow: show;
  margin: auto;
  justify-content: center;
}

#careers-section ul.outside {
  list-style-position: outside;
  list-style-type: circle;
  line-height: 1.2em;
  padding-left: 1.5em;
}

#careers-threecolumn-parent h1 {
  text-align: center;
  font-size: 1.25em;
  color: #1e356b;
  padding-top: 10px;
}

#careers-threecolumn-left {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  word-break: normal;
  height: auto;
  transition: 0.5s;
  flex-basis: 400px;
}

#careers-threecolumn-center {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  gap: .5rem;
  margin-left: 1%;
  margin-right: 1%;
  background-position: bottom;
  word-break: normal;
  height: auto;
  transition: 0.5s;
  flex-basis: 400px;
}

#careers-threecolumn-right {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  word-break: normal;
  height: 100%;
  transition: 0.5s;
  flex-basis: 400px;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #1e356b;
  padding: 10px;
}

#careers-onecolumn {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 2em;
  background-position: bottom;
  word-break: normal;
  height: auto;
  transition: 0.5s;
  flex-basis: 800px;
}

#careers-form-submit {
  display: inline;
  width: 100%;
  border-radius: 4px 4px 4px 4px;
  padding: 10px;
  z-index: 99;
  background-color: var(--bb-blue);
  float: right;
  font-size: 0.8em;
  color: white;
  margin-top: 20px;
}

#main-button {
  display: flex;
  align-self: center;
  width: auto;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 20px 10px 20px;
  z-index: 99;
  background-color: var(--bb-blue);
  float: right;
  font-size: 0.8em;
  color: white;
}

#careers-threecolumn-section {
  height: 500px;
  display: inline-block;
}

/* xABOUTUS */

#wrapper-aboutus-white {
  color: black;
  /* background-image: linear-gradient(#ffffff, #dedede); */
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1.25em;
  width: 100%;
}
#wrapper-aboutus-white hr {
  color: #1e356b;
  border-top-style: solid;
  border-top-width: 7px;
  width: 20vw;
  float: left;
}
#wrapper-aboutus-white h1 {
  font-size: 1.25em;
}

#wrapper-aboutus-twocolumn {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: Hidden;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#wrapper-aboutus-twocolumn h1 {
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  color: #1e356b;
  padding-top: 10px;
  padding-left: 25px;
}

#wrapper-aboutus-twocolumn-left td {
  width: 175px;
}

#wrapper-aboutus-twocolumn-left {
  display: flex;
  flex-direction: column;
  /* -webkit-box-pack: justify;
  justify-content: space-between; */
  margin-top: 2em;
  background-color: white;
  word-break: normal;
  height: 32em;
  transition: 0.5s;
  flex-basis: 700px;
  margin-right: 2em;
  border-radius: 0.25em;
}
#wrapper-aboutus-twocolumn-right {
  display: flex;
  flex-direction: column;
  /* -webkit-box-pack: justify;
  justify-content: space-between; */
  margin-right: 2.5%;
  margin-top: 2em;
  word-break: normal;
  background-color: white;
  height: 32em;
  transition: 0.5s;
  flex-basis: 700px;
  overflow: hidden;
  border-radius: 0.25em;
}

#wrapper-aboutus-grey {
  color: black;
  background-color: white;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 2em;
  padding-bottom: auto;
  font-size: 1.25em;
  width: 100%;
  height: auto;
}

#wrapper-aboutus-grey hr {
  color: #1e356b;
  border-top-style: solid;
  border-top-width: 7px;
  width: 200px;
  float: left;
}

#wrapper-aboutus h1 {
  font-size: 1.25em;
}

#wrapper-aboutus p {
  font-size: 1.25em;
  color: black;
}

#wrapper-quality-grey {
  color: black;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 1vw;
  padding-bottom: 2em;
  width: 100%;
  height: auto;
  font-size: 1.25em;
}

#wrapper-quality-grey hr {
  color: #1e356b;
  border-top-style: solid;
  border-top-width: 7px;
  float: left;
  width: 20vw;
}

#wrapper-quality-distr {
  color: black;
  background-size: cover;
  word-break: normal;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 1vw;
  padding-bottom: 2em;
  font-size: 1.25em;
  width: 100%;
  height: auto;
}

#wrapper-quality-distr hr {
  color: #1e356b;
  border-top-style: solid;
  border-top-width: 7px;
  float: left;
  width: 20vw;
}

#videoDiv {
  width: 100%;
  height: 360px;
  position: relative;
  display: block;
  top: 1.25em;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
}

#videoBlock {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  background: url(images/f35.jpg) no-repeat;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  top: 1.25em;
  position: relative;
}

#divider-adult {
  width: 100%;
  height: 2px;
  background-color: white;
}

#divider-child {
  width: 100%;
  height: 2px;
  background-color: black;
  margin: auto;
}

/*********************************************************************************/
/* xModal                                                                        */
/*********************************************************************************/

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: #1e356b;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #1e356b;
  color: white;
}

.modal-body {
  padding: 20px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #1e356b;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/*********************************************************************************/
/* Arrow                                                                         */
/*********************************************************************************/
.round {
  position: absolute;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  left: 17em;
  display: inline-block;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
  transform: rotate(90deg);
  top: 20px;
  left: 21px;
}

#cta .arrow {
  left: 30%;
}

.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 15px;
}

.segunda {
  margin-left: 8px;
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round:hover .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*********************************************************************************/
/* xAnimations                                                                   */
/*********************************************************************************/

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.2
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/*********************************************************************************/
/* xNews                                                                         */
/*********************************************************************************/

#header-wrapper-news {
  background: url(images/canon/IMG_9312.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
}

#news-article {
  height: auto;
  width: 90%;
  margin: auto;
  padding-bottom: 1em;
  border-bottom: 1px solid #000000;
  margin-bottom: 2em;
}

#news-article .image {
  display: inline-block;
  vertical-align: top;
  padding: 0em 1em 1em 0em;
  float: left;
  margin-right: 2em;
}

#news-article .date {
  display: inline;
  color: grey;
  font-size: 1em;
}

#news-article h1 {
  padding: 0;
  margin: 0;
}

#news-article h2 {
  padding: 0;
  margin: 0;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header-wrapper-home {
  background-attachment: absolute;
  background-size: cover;
  overflow: hidden;
  max-height: 40em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  /* display: grid; */
  /* place-items: center; */
}

#header-wrapper-certifications {
  background: url(images/building/IMG_9267-min.jpg) no-repeat top;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
  display: flex;
  word-break: break-all;
}

#header-wrapper-careers {
  background: url(images/building/IMG_9241-min.jpg) no-repeat;
  background-position: 50% 27%;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
  display: flex;
  word-break: break-all;
}

#header-wrapper-quote {
  background: url(images/building/IMG_9267-min.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
}

#header-wrapper-inventory {
  background: url(images/building/IMG_9244_2-min.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
  display: flex;
}

#header-wrapper-construction {
  background: url(images/construction.jpg) no-repeat center;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
}

#header-wrapper-portal {
  background-color: #435165;
  background-attachment: absolute;
  background-size: 200%;
  width: 100%;
  background-position: bottom -10em center;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  /* max-height: 600px; */
  height: 27vw;
  /* height: auto; */
  /* overflow-y: scroll; */
  font-size: 24px;
}

#header-wrapper-aboutus {
  background: url(images/building/IMG_9261-min.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
  background-position: 80% 15% !important;
}

#header-wrapper-quality {
  background: url(images/building/IMG_9257_2-min.jpg) no-repeat top;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
}
/* (images/building/IMG_9303_2-min.jpg) */
#header-wrapper-contactus {
  background: url(images/canon/IMG_9320.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  height: 27vw;
  width: 100%;
}

#header-wrapper-partinfo {
  background: url(images/construction.jpg) no-repeat center;
  background-attachment: absolute;
  background-size: 100%;
  overflow: hidden;
  height: 10em;
  width: 100%;
  background-position: bottom -10em center;
  margin-bottom: 2em;
}

#header-wrapper {
  background: url(images/header.jpg) no-repeat center;
  background-size: cover;
  height: 7em;
  overflow: show;
}

#header {
  position: relative;
  padding: 5em 0em;
  z-index: 99;
}

.header-text {
  font-weight: 5;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
#mobilelogo {
  z-index: 99;
  transition: top 0.3s ease;
  margin-right: 3em;
}

#mobilelogo a {
  z-index: 99;
  position: fixed;
  top: 7px;
  left: 10px;
  padding: 0.2% 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#logo {
  z-index: 150;
  transition: top 0.3s ease;
  margin-right: 3em;
}

#logo a {
  text-decoration: none;
  color: #FFF;
  z-index: 150;
  position: fixed;
  top: 10px;
  margin-left: 0.5em;
  padding: 4px 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/*********************************************************************************/
/* Cookie Banner                                                                         */
/*********************************************************************************/
.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

/*********************************************************************************/
/* Screen Split                                                                  */
/*********************************************************************************/
/* Split the screen in half */
.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Control the left side */
.left {
  left: 0;
  background-color: #111;
}

/* Control the right side */
.right {
  right: 0;
  background-color: red;
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the image inside the centered container, if needed */
.centered img {
  width: 150px;
  border-radius: 50%;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
.pointer {
  cursor: pointer;
}

#requestaquote
{
  cursor: pointer;
}

#menuicon {
  float: right;
  top: 0px;
  margin-top: 5px;
  position: static;
}

/* Style The Dropdown Button */
#menuicon .icon-dropbtn {
  background-color: transparent;
  z-index: 127;
  color: white;
  margin-top: 0.6em;
  margin-right: 0.4em;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  position: fixed;
  top: 0;
  right: 0;
}

/* The container <div> - needed to position the dropdown content */
#menuicon .icon-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
#menuicon .icon-dropdown-content {
  display: none;
  background-color: #f9f9f9;
  width: 100%;
  z-index: 1;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  color: #4D4E4F;
  transition: 0.2s;
  margin-top: 4.6em;
  border-top: 1px solid grey;
}

#menuicon .icon-dropbtn:hover {
  opacity: 0.5;
}

/* Links inside the dropdown */
#menuicon .icon-dropdown-content a {
  color: black;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid grey;
}

/* Change color of dropdown links on hover */
#menuicon .icon-dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
#menuicon .icon-dropdown:hover .icon-dropdown-content {
  display: inline-block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* #menuicon .icon-dropdown:hover .icon-dropbtn { */
/* background-color: #3e8e41; */
/* border-radius: 15px; */
/* } */
#requestaquoteborder {
  display: inline-block;
  position: fixed;
  top: 17px;
  width: auto;
  padding: 10px;
  z-index: 99;
  background-color: #1e366c;
  float: right;
  animation: glowing 1300ms infinite;
  font-size: 0.8em;
}

@keyframes glowing {
      0% {
        background-color: #1e366c;
        box-shadow: 0 0 3px #1e366c;
      }
      50% {
        background-color: #3760bd;
        box-shadow: 0 0 10px #3760bd;
      }
      100% {
        background-color: #1e366c;
        box-shadow: 0 0 3px #1e366c;
      }
}

#nav_accountOptions {
  cursor: pointer;
  display: flex;
  position: fixed;
  top: 25px;
  width: 13em;
  z-index: 99;
  right: 25px;
  margin: 0 auto;
  font-size: 1em;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
}

#nav_accountOptions a {
  padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
  display: inline-flex;
	align-items: center;
}

#nav_accountOptions a:hover {
  color: #eaebed;
}

#nav_accountOptions a i {
	padding: 2px 8px 0 0;
}

#stickybar {
  position: fixed;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 52%, rgba(255,255,255,1) 100%);
  top: 0px;
  height: 5em;
  display: inline-block;
  z-index: 125;
  transition: 0.2s;
}

#nav-break {
  min-height: 3.8em;
  background: white;
}

#menubr {
  line-height: 450%;
}

#menu {
  top: 0%;
  z-index: 99;
  transition: top 0.3s ease;
  float: right;
}

#menu ul {
  display: inline-block;
}

#menu li {
  display: block;
  float: left;
  text-align: left;
  margin-top: 57px;
}

#menu li a, #menu li span {
  padding: 0.4em 1.5em;
  letter-spacing: 0px;
  margin-left: 0.1em;
  text-decoration: none;
  font-size: 0.80em;
  font-weight: 600;
  color: #4D4E4F;
  transition: 0.2s;
}

/* The container <div> - needed to position the dropdown content */
#menu .dropdown {
  top: -1px;
  position: relative;
  display: inline-block;
  z-index: 9999;
  margin-left: -6px;
  margin-right: -7px;
}

/* Dropdown Button */
#menu .dropbtn {
  background-color: transparent;
  color: white;
  border: none;
  font-family: 'chivolight';
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Dropdown Content (Hidden by Default) */
#menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 10em;
  box-shadow: relative rgba(0, 0, 0, 0.2);
  margin-top: -0.2em;
  margin-left: 0.35em;
  top: 1.7em;
  z-index: 99;
}

/* Links inside the dropdown */
#menu .dropdown-content a {
  background: white;
  padding: 0.5em 1em;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
#menu .dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
#menu .dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
#menu .dropdown:hover .dropbtn {
  background-color: transparent;
}

/* #menu li:hover (background-color: black;) */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  height: 3px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: #27468c;
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: #27468c;
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 4px 4px 4px 4px;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005ccc;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px 4px 4px 4px;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
  border-radius: 4px 4px 4px 4px;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 4px 4px 4px 4px;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#typejs {
  font-size: .5em;
  z-index: 91;
  padding-bottom: 5em;
}

#banner {
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  animation: fadeInFromNone 1s ease-in;
}

#banner-no-fade {
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#banner span {
  z-index: 89;
  display: inline-block;
  position: absolute;
  text-align: center;
  font-weight: 700;
  font-size: 2.5em;
  color: #1e366c;
}

#homepage-carousel {
  display: inline;
}

#mobile-article {
  height: 75px;
  padding: 15px;
  border-bottom: 1px solid grey;
  color: #474747;
  letter-spacing: 1px;
  width: 100%;
  justify-content: space-between;
}

#mobile-article img {
  width: 125px;
  height: 45px;
  float: right;
  padding-right: 30px;
}

#mobile-article p {
  max-width: 225px;
  float: left;
  line-height: normal;
}

#mobile-article a {
  text-decoration: none;
  color: #474747;
}

#mobile-slide {
  opacity: 1;
  float: left;
  background: linear-gradient(#1e366c, #15254d);
  width: 100%;
  border-bottom: 1px solid grey;
  color: white;
}

#mobile-slide-title {
  display: flex;
  justify-content: center;
  font-size: 6vw;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: 15px;
  margin-right: 15px;
}

#mobile-slide-link {
  display: inline;
  width: 125px;
  float: left;
  text-align: center;
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 7px;
  margin-top: 1em;
  color: white;
  border: 1px solid white;
  margin-left: 15px;
  margin-bottom: 15px;
}

#mobile-slide-text {
  display: flex;
  justify-content: center;
  font-size: 5vw;
  margin-left: 15px;
  margin-right: 15px;
}

#mobile-slide-link:hover {
  background-color: black;
  transition: background-color 0.5s;
}

#box1 {
  display: inline;
  background-color: #1e366c;
  padding-left: 2vw;
  opacity: 0.90;
  position: absolute;
  float: left;
  width: 50vw;
  height: auto;
  margin-top: 21vw;
  overflow: hidden;
}

#box1page {
  display: inline-block;
  float: right;
  margin-right: 1vw;
  font-size: 1.3vw;
}

#box1text {
  text-align: left;
  margin-left: 0px;
  margin-top: -50px;
  font-size: 1vw;
}

#box1link {
  display: inline;
  background-color: #244080;
  width: 10vw;
  float: right;
  text-align: center;
  font-size: 1.3vw;
  vertical-align: middle;
  padding: 10px;
  margin-top: -1em;
}

#box1link:hover {
  background-color: black;
  transition: background-color 0.5s;
}

#box1title {
  font-size: 1.8vw;
  margin-top: -1em;
  padding-top: 1.2vw;
}

#box2 {
  display: inline;
  background-color: #1e366c;
  padding-left: 2vw;
  opacity: 0.90;
  position: absolute;
  float: left;
  width: 50vw;
  height: auto;
  margin-top: 6vw;
  overflow: hidden;
}

#box2page {
  display: inline-block;
  float: right;
  margin-right: 1vw;
  font-size: 1.3vw;
}

#box2text {
  text-align: left;
  margin-left: 0px;
  margin-top: -50px;
  font-size: 1vw;
}

#box2link {
  display: inline;
  background-color: #244080;
  width: 10vw;
  float: right;
  text-align: center;
  font-size: 1.3vw;
  vertical-align: middle;
  padding: 10px;
  margin-top: -1em;
}

#box2link:hover {
  background-color: black;
  transition: background-color 0.5s;
}

#box2title {
  font-size: 1.8vw;
  margin-top: -1em;
  padding-top: 1.2vw;
}

#box3 {
  display: inline;
  background-color: #1e366c;
  padding-right: 2vw;
  opacity: 0.90;
  position: absolute;
  float: right;
  width: 50vw;
  height: auto;
  margin-top: 6vw;
  overflow: hidden;
  right: 0;
}

#box3page {
  display: inline-block;
  float: right;
  margin-right: 1vw;
  font-size: 1.3vw;
}

#box3text {
  text-align: right;
  margin-left: 0px;
  margin-top: -50px;
  font-size: 1vw;

}

#box3link {
  display: inline;
  background-color: #244080;
  width: 10vw;
  float: left;
  text-align: center;
  font-size: 1.3vw;
  vertical-align: middle;
  padding: 10px;
  margin-top: -1em;
}

#box3link:hover {
  background-color: black;
  transition: background-color 0.5s;
}

#box3title {
  font-size: 1.8vw;
  margin-top: -1em;
  padding-top: 1.2vw;
  float: right;
}

#calltoaction {
  cursor: pointer;
}

#bannerconfirmicon {
  margin-top: -1em;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 3em;
}

#bannerclaims {
  word-break: normal;
  margin: auto;
}

#banner-certs {
  margin-left: 1em;
  margin-right: 4em;
  transform: translateY(9px);
  display: inline-block;
  line-height: 1.25em;
}

#bannerusertie {
  margin-top: 1em;
  margin-bottom: 0em;
  display: inline-block;
  font-size: 3em;
}

#banner-claim {
  margin-left: 1em;
  transform: translateY(9px);
  display: inline-block;
  line-height: 1.25em;
}

#bannercta {
  display: inline-block;
  position: fixed;
  top: 65%;
  left: 4em;
  border: solid #1e366c;
  border-width: 0 1 px;
  border-radius: 3px;
  padding: 10px;
  z-index: 99;
  background-color: #1e366c;
}

#link {
  display: inline-block;
  border-radius: 3px;
  padding: 10px;
  background-color: #1e366c;
  margin-right: 5px;
  margin-bottom: 10px;
  color: white;
}

#border {
  border: solid #1e366c;
  border-radius: 3px;
  border-width: 10px;
  padding: 15px;
  margin-bottom: 100px;
  border-spacing: 0px;
  max-width: 50%;
  margin: 0 auto;
}

#pagebreak {
  border: 1px solid black;
  border-radius: 4px;
  background-color: black;
  width: 79.8%;
  margin: 0 auto;
}

/*********************************************************************************/
/* Certification Page Links                                                              */
/*********************************************************************************/

#certificationlinks {
  width: 100%;
}

/* Style The Dropdown Button */
#certificationlinks .icon-dropbtn {
  background-color: white;
  color: black;
  padding: 16px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 3px;
}

/* The container <div> - needed to position the dropdown content */
#certificationlinks .icon-dropdown {
  display: flex;
  justify-content: center;
}

/* Dropdown Content (Hidden by Default) */
#certificationlinks .icon-dropdown-content {
  display: none;
  background-color: white;
  z-index: 1;
  letter-spacing: -1px;
  /* margin-left: 0.3em; */
  text-decoration: none;
  font-size: 0.90em;
  font-weight: 100;
  color: #4D4E4F;
  transition: 0.2s;
  width: 100%;
}

#certificationlinks .icon-dropbtn:hover {
  opacity: 0.5;
}

/* Links inside the dropdown */
#certificationlinks .icon-dropdown-content a {
  color: black;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  padding: 0.5em;
  width: auto;
}

/* Change color of dropdown links on hover */
#certificationlinks .icon-dropdown-content a:hover {
  background-color: #f1f1f1;
  transform:scale(1.03,1.03);
}

/* Show the dropdown menu on hover */
#certificationlinks .icon-dropdown:hover .icon-dropdown-content {
  display: block;
  opacity: 1;
}

/* #certificationlinks {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: 1em;
  margin-right: 1em;
  flex-wrap: wrap;
}

#certificationlinks a {
  display: flex;
  margin-right: 0.5em;
  width: auto;
  border: solid #1e366c;
  border-width: 0 1 px;
  border-radius: 3px;
  padding: 10px;
  z-index: 99;
  background-color: #1e366c;
  flex-shrink: 0;
} */

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/
#page {
  padding-bottom: 5em;
}

#page h2 {
  padding-bottom: 1.5em;
  text-transform: uppercase;
  font-size: 1.5em;
}

  .scene {
    border: 1px solid #CCC;
    margin: 40px 0;
    position: relative;
    width: 210px;
    height: 140px;
    margin: 80px auto;
    perspective: 1000px;
  }

  .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s;
  }

  .carousel__cell {
    position: absolute;
    width: 190px;
    height: 120px;
    left: 10px;
    top: 10px;
    border: 2px solid black;
    line-height: 116px;
    font-size: 80px;
    font-weight: bold;
    color: white;
    text-align: center;
    transition: transform 1s, opacity 1s;
  }

  .carousel__cell:nth-child(9n+1) { background: hsla(  0, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+2) { background: hsla( 40, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+3) { background: hsla( 80, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+4) { background: hsla(120, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+5) { background: hsla(160, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+6) { background: hsla(200, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+7) { background: hsla(240, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+8) { background: hsla(280, 100%, 50%, 0.8); }
  .carousel__cell:nth-child(9n+0) { background: hsla(320, 100%, 50%, 0.8); }

  .carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
  .carousel__cell:nth-child(2) { transform: rotateY( 40deg) translateZ(288px); }
  .carousel__cell:nth-child(3) { transform: rotateY( 80deg) translateZ(288px); }
  .carousel__cell:nth-child(4) { transform: rotateY(120deg) translateZ(288px); }
  .carousel__cell:nth-child(5) { transform: rotateY(160deg) translateZ(288px); }
  .carousel__cell:nth-child(6) { transform: rotateY(200deg) translateZ(288px); }
  .carousel__cell:nth-child(7) { transform: rotateY(240deg) translateZ(288px); }
  .carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }
  .carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #1e356b;
  color: white;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 3em;
  bottom: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#footer a {
  text-decoration: none;
  color: white;
  margin-bottom: 0.25em;
}

#footer a:hover {
  color: lightgrey;
  transition: 0.3s;
}

/*********************************************************************************/
/* xLegal                                                                        */
/*********************************************************************************/
#legal {
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #0e1933;
  color: white;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  bottom: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#legal a {
  text-decoration: none;
  color: white;
  margin-bottom: 0.25em;
}

#legal a:hover {
  color: lightgrey;
  transition: 0.3s;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  overflow: hidden;
  padding: 1em 0em;
  width: 100%px;
  margin: auto;
}

#copyright p {
  letter-spacing: 0.20em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.80em;
  color: rgba(255, 255, 255, 0.6);
}

#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/
/* .title {
  margin-bottom: 3em;
}

.title h2 {
  font-size: 2.8em;
  font-weight: 700;
}

.title .byline {
  font-size: 1.1em;
  color: #6F6F6F;
} */

/*********************************************************************************/
/* Notices                                                                      */
/*********************************************************************************/
#covidnotice {
  text-shadow: 2px 2px 7px black;
  font-size: 2em;
  margin-left: 7.5%;
  overflow-wrap: normal;
  max-width: 425px;
}

#newsnotice {
  padding-left: 7.5%;
  padding-right: 7.5%;
  max-width: 425px;
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

ul.style3 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  color: #6c6c6c
}

ul.style3 li {
  padding: 1.6em 0em 0em 0em;
  margin: 0 0 1em 0;
}

ul.style3 p {
  margin: 0;
}

ul.style3 a {
  display: block;
  text-decoration: none;
  color: #2D2D2D;
}

ul.style3 a:hover {
  text-decoration: underline;
}

ul.style3 h3 {
  padding: 1em 0em 5px 0em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
}

ul.style3 .first {
  padding-top: 0;
  background: none;
}

ul.style3 .date {
  float: left;
  position: relative;
  width: 80px;
  height: 70px;
  margin: 0.5em 1.5em 0em 0.5em;
  padding: 20px 0em 0em 0em;
  background: #262626;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
  font-size: 1em;
  font-weight: 400;
  color: #FFF;
}

ul.style3 .date:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

ul.style3 .date b {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: -5px;
  font-size: 1.8em;
  font-weight: 700;
  color: #FFFFFF;
}

ul.style3 .date a {
  color: #FFFFFF !important;
}

ul.style3 .date a:hover {
  text-decoration: none;
}

ul.style4 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.style4 li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 3em;
}

ul.style4 a {
  color: #2D2D2D;
}

ul.style4 .first {
  padding-top: 0px;
  border-top: none;
}

/*********************************************************************************/
/* Return to Top                                                                     */
/*********************************************************************************/
#return {
  position: fixed;
  display: inline-block;
  left: 95%;
  top: 90%;
  z-index: 99;
}

/*********************************************************************************/
/* Part Info Tabs                                                                           */
/*********************************************************************************/
.partinfotab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.partinfotab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.partinfotab button:hover {
  background-color: #ddd;
}

.partinfotab button.active {
  background-color: #ccc;
}

.partinfotabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*********************************************************************************/
/* Carousel (Bootstrap)                                                                          */
/*********************************************************************************/
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}

