@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 700;
  src: url("fonts/BrandonGrotesque-Black.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 700;
  font-style: italic;
  src: url("fonts/BrandonGrotesque-BlackItalic.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 600;
  src: url("fonts/BrandonGrotesque-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 600;
  font-style: italic;
  src: url("fonts/BrandonGrotesque-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 500;
  src: url("fonts/BrandonGrotesque-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 500;
  font-style: italic;
  src: url("fonts/BrandonGrotesque-MediumItalic.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 400;
  src: url("fonts/BrandonGrotesque-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 400;
  font-style: italic;
  src: url("fonts/BrandonGrotesque-RegularItalic.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 300;
  src: url("fonts/BrandonGrotesque-Light.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 300;
  font-style: italic;
  src: url("fonts/BrandonGrotesque-LightItalic.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 200;
  src: url("fonts/BrandonGrotesque-Thin.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque';
  font-weight: 200;
  font-style: italic;
  src: url("fonts/BrandonGrotesque-ThinItalic.otf") format("opentype"); }

@font-face {
  font-family: 'VisbyRound';
  font-weight: 700;
  src: url("fonts/VisbyRoundCF-Heavy.otf") format("opentype"); }

@font-face {
  font-family: 'VisbyRound';
  font-weight: 600;
  src: url("fonts/VisbyRoundCF-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'VisbyRound';
  font-weight: 400;
  src: url("fonts/VisbyRoundCF-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'VisbyRound';
  font-weight: 200;
  src: url("fonts/VisbyRoundCF-Light.otf") format("opentype"); }

html, body {
  background: #ececec;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "BrandonGrotesque", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }

html {
  height: 100%;
  box-sizing: border-box; }

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

body {
  position: relative;
  margin: 0;
  min-height: 100%; }

@-moz-document url-prefix() {
  html, body {
    font-weight: normal; } }

h1, h2, h3, h4, p, input, textarea, ul, li {
  margin: 0;
  padding: 0;
  font-family: "BrandonGrotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400; }

p {
  font-family: "BrandonGrotesque", sans-serif; }

img {
  border: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

a {
  color: #49bee1;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #3e93b1; }

.button {
  cursor: pointer;
  display: table;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.3s ease; }

.button:hover {
  text-decoration: none;
  color: #fff; }

.button.white {
  border: 2px solid #283788;
  background: #fff;
  color: #283788; }

.button.white:hover {
  background: #283788;
  color: #fff; }

.button.blue {
  background-color: #283788; }

.button.blue:hover {
  background-color: #17a3d4; }

.button.lightblue {
  background-color: #17a3d4; }

.button.lightblue:hover {
  background-color: #1cb8ef; }

.button.red {
  background-color: #ec1438; }

.button.red:hover {
  background-color: #fff;
  color: #ec1438;
  border: 2px solid #ec1438 !important; }

.button.text-red {
  padding: 9px 40px;
  color: #ec1438; }

.button.text-red:hover {
  border: 2px solid #fff !important;
  background: transparent;
  color: #fff; }

.button.text-blue {
  padding: 9px 40px;
  color: #283788; }

.button.text-blue:hover {
  border: 2px solid #fff !important;
  background: transparent;
  color: #fff; }

.button.text-lightblue {
  padding: 9px 40px;
  color: #17a3d4; }

.button.text-lightblue:hover {
  border: 2px solid #fff !important;
  background: transparent;
  color: #fff; }

.block {
  width: 1180px;
  margin: 0 auto; }

.block-container {
  width: 100%;
  min-width: 1180px; }

.left {
  float: left; }

.right {
  float: right; }

.overlay {
  width: 100%;
  background: rgba(237, 237, 237, 0.85);
  position: absolute;
  top: 0;
  left: 0; }
  .overlay h1 {
    text-align: center;
    font-family: "BrandonGrotesque", sans-serif;
    font-weight: 400;
    font-size: 23px;
    padding: 8px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }

div {
  border: 0px solid rgba(0, 0, 0, 0.1);
  line-height: 26px; }

a {
  transition: all 0.3s ease; }

input {
  -webkit-border-radius: 0px;
  outline: none; }

.lined {
  line-height: 0.5;
  text-align: center; }

.lined span {
  display: inline-block;
  position: relative;
  padding-top: 6px; }

.lined span:before,
.lined span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 1px solid #212d6e;
  top: 0;
  width: 40px;
  opacity: .3; }

.lined span:before {
  right: 100%;
  margin-right: 15px; }

.lined span:after {
  left: 100%;
  margin-left: 15px; }

.spacer {
  height: 109px; }

.lined.alt span:before,
.lined.alt span:after {
  border-bottom: 1px solid #efefef; }

.ease {
  transition: all 0.3s ease; }

.mobilechecker {
  display: none; }

.desktop, #desktop {
  display: auto; }

.tabletlarge, #tabletlarge {
  display: none; }

.tabletsmall, #tabletsmall {
  display: none; }

.mobile, #mobile {
  display: none; }

.not-desktop {
  display: none; }

.not-tabletlarge {
  display: block; }

.not-tabletsmall {
  display: block; }

.not-mobile {
  display: block; }

@media only screen and (max-width: 1200px) {
  .block {
    width: 940px; }
  .block-container {
    min-width: 940px; }
  .desktop, #desktop {
    display: none; }
  .tabletlarge, #tabletlarge {
    display: block; }
  .tabletsmall, #tabletsmall {
    display: none; }
  .mobile, #mobile {
    display: none; }
  .not-desktop {
    display: block; }
  .not-tabletlarge {
    display: none; }
  .not-tabletsmall {
    display: block; }
  .not-mobile {
    display: block; }
  .subnav .nav-tabs .menu-item {
      padding: 22px !important;
  }
  .elementor-element.elementor-element-90d49b2.elementor-widget.elementor-widget-template {
      margin-top: 65px !important;
  }
  }

@media only screen and (max-width: 960px) {
  .block {
    width: 700px; }
  .block-container {
    min-width: 700px; }
  .desktop, #desktop {
    display: none; }
  .tabletlarge, #tabletlarge {
    display: none; }
  .tabletsmall, #tabletsmall {
    display: block; }
  .mobile, #mobile {
    display: none; }
  .not-desktop {
    display: block; }
  .not-tabletlarge {
    display: block; }
  .not-tabletsmall {
    display: none; }
  .not-mobile {
    display: block; } }

@media only screen and (max-width: 720px) {
  html, body {
    overflow-x: hidden;
    min-width: 100%; }
  .block {
    width: 320px; }
  .block-container {
    min-width: 320px;
    overflow-x: hidden; }
  .desktop, #desktop {
    display: none; }
  .tabletlarge, #tabletlarge {
    display: none; }
  .tabletsmall, #tabletsmall {
    display: none; }
  .mobile, #mobile {
    display: block; }
  .not-desktop {
    display: block; }
  .not-tabletlarge {
    display: block; }
  .not-tabletsmall {
    display: block; }
  .not-mobile {
    display: none; } }

h1 {
  color: #283788;
  padding: 0 0 20px;
  font-size: 55px;
  font-weight: 700;
  font-family: "VisbyRound", sans-serif; }

h2 {
  color: #ec1438;
  padding: 0 0 20px;
  font-size: 45px;
  font-weight: 600;
  font-family: "VisbyRound", sans-serif; }

h3 {
  color: #283788;
  padding: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  font-family: "VisbyRound", sans-serif; }

h4 {
  color: #ec1438;
  padding: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: "VisbyRound", sans-serif; }

h5 {
  color: #989898;
  font-size: 22px;
  font-weight: 600;
  font-family: "VisbyRound", sans-serif; }

h6 {
  color: #696969;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }

body {
  color: #696969;
  font-size: 20px;
  font-weight: 400; }

p {
  color: #696969;
  font-size: 20px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 20px; }

ul, ol, menu, dir {
  color: #696969;
  font-size: 18px;
  font-weight: 400; }

ul, ol {
  margin-left: 30px;
  padding: 0; }
  ul li, ol li {
    padding-bottom: 8px;
    padding-left: 11px; }
    ul li p, ol li p {
      font-size: 18px;
      padding-top: 8px;
      padding-bottom: 20px; }

dl {
  color: #696969;
  font-size: 20px;
  font-weight: 400; }

.whiteBox {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden; }
  .whiteBox .text {
    padding: 30px 0 50px; }
  .whiteBox .logo {
    display: table;
    margin: 0 auto;
    max-width: 270px;
    max-height: 200px;
    margin-bottom: 30px; }
    .whiteBox .logo img {
      width: 100%; }
  .whiteBox h2 {
    color: #283788;
    font-family: "VisbyRound", sans-serif;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 70%;
    margin: 0 auto; }
  .whiteBox p {
    color: #989898;
    max-width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px; }
  .whiteBox a {
    display: table;
    margin: 0 auto;
    text-transform: uppercase; }

.colorBox {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }
  .colorBox .content {
    padding: 60px 0 50px;
    text-align: center; }
    .colorBox .content h2 {
      display: table;
      max-width: 70%;
      margin: 0 auto;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 16px;
      color: #fff;
      letter-spacing: .08em; }
    .colorBox .content p {
      display: table;
      margin: 0 auto;
      color: #fff;
      font-family: "VisbyRound", sans-serif;
      font-size: 30px;
      line-height: 35px;
      font-weight: 600;
      max-width: 60%;
      padding: 10px 0 20px; }
    .colorBox .content a {
      border: 2px solid transparent;
      display: table;
      margin: 0 auto; }
  .colorBox .content.red {
    background: rgba(236, 20, 56, 0.8); }
  .colorBox .content.blue {
    background: rgba(40, 55, 136, 0.8); }
  .colorBox .content.lightblue {
    background: rgba(23, 163, 212, 0.8); }

.nf-form-cont input[type=text], .nf-form-cont input[type=number], .nf-form-cont input[type=email], .nf-form-cont input[type=tel], .nf-form-cont textarea {
  font-size: 18px;
  line-height: 18px;
  color: #898989;
  font-weight: 400;
  margin: 5px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 13px 16px;
  border-radius: 4px;
  background: #f9f9f9;
  -webkit-appearance: none; }

.nf-form-cont .nf-error input[type=text], .nf-form-cont .nf-error input[type=number], .nf-form-cont .nf-error input[type=email], .nf-form-cont .nf-error input[type=tel], .nf-form-cont .nf-error textarea {
  background: #e8d2d2;
  border: 1px solid #CB9394; }

.nf-form-cont select {
  font-weight: 500;
  background: #f9f9f9;
  color: #898989;
  padding: 13px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 50px) 8px;
  background-size: 1px 34px;
  background-repeat: no-repeat; }

.nf-form-cont select:focus {
  background-image: linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 50px) 8px;
  background-size: 1px 34px;
  background-repeat: no-repeat;
  border-color: #17a3d4;
  outline: 0;
  position: relative; }

.nf-form-cont select::-ms-expand {
  display: none; }

.nf-form-cont .select-wrapper {
  position: relative; }

.nf-form-cont .list-select-wrap:after, .nf-form-cont .select-wrapper:after {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  color: #898989;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 15px;
  text-align: center;
  width: 50px;
  height: 50px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 100; }

.nf-form-cont .nf-form-fields-required {
  display: none; }

.nf-form-cont input[type=button] {
  padding: 12px 45px; }

.nf-form-cont .nf-error-msg {
  font-size: 13px; }

.nf-form-cont label {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 21px;
  color: #5c5c5c; }

.nf-form-cont .nf-field-label {
  margin-bottom: 1px; }

.nf-form-cont .nf-field-element {
  position: relative; }

.four04 {
  background-image: url("../images/404.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #db2d35;
  height: 90vh;
  margin-bottom: -50px; }
  .four04 h1 {
    height: 90vh;
    line-height: 90vh;
    text-align: center;
    color: #fff; }

@media (max-width: 575px) {
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .whiteBox .logo {
    max-width: 65vw; }
  .whiteBox .button {
    font-size: 3.3vw;
    line-height: 1.3; }
  .whiteBox h2 {
    font-size: 7vw; }
  .whiteBox p {
    font-size: 5vw;
    line-height: 1.3;
    max-width: 80%; } }

.buttons {
  padding-bottom: 10px; }
  .buttons .inner .colorBox {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%; }
    .buttons .inner .colorBox .content {
      width: 100%;
      height: 100%;
      padding: 60px 0 50px;
      text-align: center; }
      .buttons .inner .colorBox .content a {
        border: 2px solid transparent;
        display: table;
        margin: 0 auto;
        font-size: 34px;
        line-height: 40px;
        font-family: "VisbyRound", sans-serif;
        font-weight: 700; }
    .buttons .inner .colorBox .content.red {
      background: rgba(236, 20, 56, 0.8); }
    .buttons .inner .colorBox .content.blue {
      background: rgba(40, 55, 136, 0.8); }
    .buttons .inner .colorBox .content.lightblue {
      background: rgba(23, 163, 212, 0.8); }
  .buttons .pLeft {
    padding-left: 5px; }
  .buttons .pRight {
    padding-right: 5px; }

@media (max-width: 991px) {
  .buttons {
    padding-bottom: 0px; }
    .buttons .pRight, .buttons .pLeft {
      padding-left: 0px;
      padding-right: 0px; }
    .buttons .singleButton {
      padding-bottom: 10px; } }

@media (max-width: 575px) {
  .buttons .inner .colorBox .content a {
    font-size: 26px; } }

.contact .container {
  background-color: #fff;
  border-radius: 10px; }

.contact .row {
  padding: 60px 0; }

.contact .form {
  padding: 0 90px; }

.contact .sidebar {
  padding: 0 80px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a; }
  .contact .sidebar strong, .contact .sidebar b {
    font-weight: 600; }
  .contact .sidebar p {
    padding: 0 0 15px; }

.nf-form-cont label,
.nf-field-label .nf-label-span {
  text-transform: uppercase;
  font-size: 16px; }

.nf-after-field .nf-error-msg {
  position: absolute;
  bottom: -20px; }

.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=number],
.nf-form-cont input[type=tel],
.nf-form-cont textarea {
  margin: 0; }

.listselect-wrap {
  position: relative; }

.productImage {
  position: absolute;
  left: 58px;
  bottom: 63px;
  width: 80px; }

@media (max-width: 991px) {
  .contact .sidebar {
    padding: 0px 10px;
    text-align: center; }
  .contact .form {
    padding: 0 40px; } }

@media (max-width: 575px) {
  .contact .form {
    padding: 0px; } }

.featureGrid-1x1 {
  padding-bottom: 10px; }
  .featureGrid-1x1 .row .left {
    border-radius: 10px 0px 0px 10px;
    background-size: cover !important;
    background-position: 50% 50%; }
  .featureGrid-1x1 .row .right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media (max-width: 575px) {
  .featureGrid-1x1 .row .left {
    height: 75vw;
    border-radius: 10px 10px 0px 0px; }
  .featureGrid-1x1 .row .right {
    border-radius: 0px 0px 10px 10px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .featureGrid-1x1 .row .left {
    height: 400px;
    border-radius: 10px 10px 0px 0px; }
  .featureGrid-1x1 .row .right {
    border-radius: 0px 0px 10px 10px; }
  .featureGrid-1x1 .whiteBox .logo {
    max-width: 350px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .featureGrid-1x1 .row .left {
    height: 350px;
    border-radius: 10px 10px 0px 0px; }
  .featureGrid-1x1 .row .right {
    border-radius: 0px 0px 10px 10px; } }

.featureGrid-2x1 {
  padding-bottom: 10px; }
  .featureGrid-2x1 .img {
    height: 345px;
    background-position: 50% 50%;
    background-size: cover; }
  .featureGrid-2x1 .left {
    margin-right: 5px; }
  .featureGrid-2x1 .right {
    margin-left: 5px; }

@media (max-width: 767px) {
  .featureGrid-2x1 .left {
    margin-right: 0px;
    margin-bottom: 10px; }
  .featureGrid-2x1 .right {
    margin-left: 0px; } }

.featureGrid-2x2 {
  padding-bottom: 10px; }
  .featureGrid-2x2 .whiteBox {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .featureGrid-2x2 .colorBox .content p {
    font-weight: 700;
    max-width: 80%; }
  .featureGrid-2x2 .colorBox .content h2 {
    font-weight: 700;
    font-size: 18px; }
  .featureGrid-2x2 .featureImage {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px 10px 0px 0px; }
  .featureGrid-2x2 .left {
    margin-right: 5px; }
  .featureGrid-2x2 .right {
    margin-left: 5px; }
  .featureGrid-2x2 .middle .left {
    margin-bottom: 10px; }
  .featureGrid-2x2 .middle .right {
    margin-top: 10px; }

@media (max-width: 575px) {
  .featureGrid-2x2 .top .left {
    display: none; }
  .featureGrid-2x2 .top .right {
    margin-left: 0px; }
  .featureGrid-2x2 .middle .left {
    margin-bottom: 0px;
    margin-right: 0px;
    border-radius: 0px 0px 0px 0px; }
  .featureGrid-2x2 .middle .right {
    display: none; }
  .featureGrid-2x2 .bottom .left {
    margin-right: 0px;
    border-radius: 0px 0px 0px 0px; }
  .featureGrid-2x2 .bottom .right {
    margin-left: 0px; }
  .colorBox {
    border-radius: 10px 10px 0px 0px; }
    .colorBox .content a {
      max-width: 80%; }
    .colorBox .content p {
      font-size: 24px;
      line-height: 30px; }
  .whiteBox a {
    max-width: 80%; }
  .button {
    font-size: 14px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .featureGrid-2x2 .top .left {
    display: none; }
  .featureGrid-2x2 .top .right {
    margin-left: 0px; }
  .featureGrid-2x2 .middle .left {
    margin-bottom: 0px;
    margin-right: 0px;
    border-radius: 0px 0px 0px 0px; }
  .featureGrid-2x2 .middle .right {
    display: none; }
  .featureGrid-2x2 .bottom .left {
    margin-right: 0px;
    border-radius: 0px 0px 0px 0px; }
  .featureGrid-2x2 .bottom .right {
    margin-left: 0px; }
  .colorBox {
    border-radius: 10px 10px 0px 0px; } }

.featureSlider {
  margin-bottom: -11vh; }
  .featureSlider .featureItem {
    background-position: 50% 50%;
    background-size: cover;
    display: table;
    height: 54vw;
    width: 100%; }
    .featureSlider .featureItem .blackOverlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 63vw;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.45+100 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 99%, rgba(0, 0, 0, 0.45) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 99%, rgba(0, 0, 0, 0.45) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.78) 99%, rgba(0, 0, 0, 0.45) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
      /* IE6-9 */
      z-index: 5; }
    .featureSlider .featureItem .featureWrapper {
      display: table-cell;
      position: relative;
      z-index: 60; }
      .featureSlider .featureItem .featureWrapper h1 {
        display: table;
        margin: 0 auto;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        padding-bottom: 20px;
        text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3); }
      .featureSlider .featureItem .featureWrapper p {
        display: table;
        margin: 0 auto;
        font-size: 50px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        color: #ffffff;
        padding-bottom: 50px;
        max-width: 60%;
        font-family: "VisbyRound", sans-serif;
        text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3); }
      .featureSlider .featureItem .featureWrapper a {
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
        display: table;
        margin: 0 auto; }
  .featureSlider .carousel-control-next-icon {
    background-image: url("//www.elenco.com/wp-content/uploads/2017/10/right-arrow@2x-1.png");
    width: 4vw;
    height: 4vw; }
  .featureSlider .carousel-control-prev-icon {
    background-image: url("//www.elenco.com/wp-content/uploads/2017/10/right-arrow@2x-1.png");
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    width: 4vw;
    height: 4vw; }

@media (max-width: 575px) {
  .featureSlider {
    padding-top: 90px;
    margin-bottom: -2vh; }
    .featureSlider .featureItem {
      height: 70vw; }
      .featureSlider .featureItem .blackOverlay {
        height: 70vw; }
      .featureSlider .featureItem .featureWrapper p {
        font-size: 5.5vw;
        padding-bottom: 20px;
        max-width: 75%; }
      .featureSlider .featureItem .featureWrapper h1 {
        padding-bottom: 10px;
        font-size: 4.5vw; }
    .featureSlider .button {
      padding: 2vw 40px;
      font-size: 5vw; } }

@media (min-width: 576px) and (max-width: 767px) {
  .featureSlider {
    padding-top: 90px;
    margin-bottom: -5vh; }
    .featureSlider .featureItem .featureWrapper p {
      font-size: 20px;
      padding-bottom: 20px;
      max-width: 75%; }
    .featureSlider .featureItem .featureWrapper h1 {
      padding-bottom: 10px;
      font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .featureSlider {
    padding-top: 90px; }
    .featureSlider .featureItem {
      height: 63vw; }
      .featureSlider .featureItem .blackOverlay {
        height: 63vw; }
      .featureSlider .featureItem .featureWrapper p {
        font-size: 30px;
        padding-bottom: 20px; }
      .featureSlider .featureItem .featureWrapper h1 {
        padding-bottom: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .featureSlider .featureItem {
    height: 63vw; }
    .featureSlider .featureItem .blackOverlay {
      height: 63vw; }
    .featureSlider .featureItem .featureWrapper p {
      font-size: 40px; } }

.logoSlideshow {
  margin-bottom: 10px; }
  .logoSlideshow .row {
    position: relative; }
  .logoSlideshow .carousel-control-item {
    position: absolute; }
  .logoSlideshow .left {
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    border-right: solid 1px rgba(0, 0, 0, 0.05);
    position: relative; }
    .logoSlideshow .left h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #283788;
      font-family: "VisbyRound", sans-serif;
      font-weight: 700;
      text-align: center;
      line-height: 40px;
      font-size: 31px; }
  .logoSlideshow .right {
    background-color: #fff;
    border-radius: 0px 10px 10px 0px; }
    .logoSlideshow .right .row {
      padding: 0 20px; }
    .logoSlideshow .right .logoCarousel {
      height: 100%; }
      .logoSlideshow .right .logoCarousel .logo {
        padding: 30px;
        overflow: hidden; }
        .logoSlideshow .right .logoCarousel .logo img {
          display: block;
          width: 100%; }
  .logoSlideshow .carousel-control-icon {
    background: #fff;
    border-radius: 50%;
    color: #283788;
    width: 46px;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    font-size: 22px; }
  .logoSlideshow .controlPrev {
    left: -64px;
    top: 50%;
    z-index: 300;
    margin-left: -23px;
    opacity: 1; }
  .logoSlideshow .controlNext {
    right: -64px;
    top: 50%;
    margin-right: -23px;
    z-index: 300;
    opacity: 1; }
  .logoSlideshow .carousel-control-item {
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

@media (min-width: 992px) and (max-width: 1199px) {
  .logoSlideshow .controlNext {
    margin-right: -10px; }
  .logoSlideshow .controlPrev {
    margin-left: -10px; } }

@media (max-width: 991px) {
  .logoSlideshow .controlNext {
    margin-right: 10px; }
  .logoSlideshow .controlPrev {
    margin-left: 10px; }
  .logoSlideshow .line {
    display: none; }
  .logoSlideshow .left {
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10vw 0 16px; }
    .logoSlideshow .left h2 {
      padding: 0px;
      line-height: 5.5vw;
      font-size: 4vw; }
  .logoSlideshow .right {
    border-radius: 0px 0px 10px 10px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .logoSlideshow .controlNext {
    margin-right: 25px; }
  .logoSlideshow .controlPrev {
    margin-left: 25px; } }

@media (max-width: 575px) {
  .logoSlideshow .controlNext {
    margin-right: 40px; }
  .logoSlideshow .controlPrev {
    margin-left: 40px; }
  .logoSlideshow .right {
    padding-top: 20px; }
    .logoSlideshow .right .logoCarousel .logo {
      padding: 14px; }
  .logoSlideshow .left {
    padding: 20vw 0 16px; }
    .logoSlideshow .left h2 {
      padding: 0px;
      line-height: 7.5vw;
      font-size: 7vw; } }

.manuals th, .manuals td {
  padding: 2px 50px 5px 5px;
  font-size: 16px; }

.manuals th {
  font-size: 20px;
  color: #283788; }

.manuals tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.search {
  margin-bottom: 25px; }
  .search .searchField {
    width: 225px; }
  .search .clearSearch {
    padding: 2px 20px;
    text-transform: capitalize;
    background-color: #49bee1;
    color: white;
    border: none;
    cursor: pointer; }

.onlineRetailers {
  width: 100%; }

@media (max-width: 575px) {
  .manuals thead {
    display: none; }
  .manuals td {
    padding: 0;
    float: left;
    width: 100%;
    text-align: center; }
  .manuals td:first-child {
    font-weight: 700; } }

.pageHeader {
  height: 70vh;
  margin-bottom: calc(-70vh + 300px); }

.pageHeader h1 {
    display: table;
    margin: 0 auto;
    padding-top: 205px;
    color: #fff;
    font-family: "VisbyRound", sans-serif;
    font-weight: 700;
    font-size: 55px; }

.pageHeader.red {
  background-color: #ec1438; }

.pageHeader.blue {
  background-color: #283788; }

.pageHeader.lightblue {
  background-color: #17a3d4; }

@media (max-width: 575px) {
  .pageHeader h1 {
    font-size: 30px;
    padding-top: 180px; } }

.product-head {
  background-color: #17a3d4;
  height: 80vh;
  margin-bottom: calc(-80vh + 200px); }

.elenco-product {
  background-color: #fff;
  border-radius: 10px; }
  .elenco-product .breadcrumbs .col {
    padding-top: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(40, 55, 136, 0.2);
    color: #283788;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500; }
  .elenco-product .productCarousel {
    padding-top: 50px; }
    .elenco-product .productCarousel .img-fluid {
      height: 400px;
      margin: 0 auto; }
    .elenco-product .productCarousel .ytContainer {
      display: table;
      margin: 0 auto; }
    .elenco-product .productCarousel .carousel-control-prev-icon {
      background-image: url(//www.elenco.com/wp-content/uploads/2017/10/arrow-blue.png);
      height: 60px;
      width: 60px; }
    .elenco-product .productCarousel .carousel-control-next-icon {
      background-image: url(//www.elenco.com/wp-content/uploads/2017/10/arrow-blue.png);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";
      height: 60px;
      width: 60px; }
  .elenco-product .productInfo {
    padding-top: 50px;
    padding-bottom: 30px; }
    .elenco-product .productInfo .left h1 {
      font-size: 32px;
      max-width: 90%; }
    .elenco-product .productInfo .left h2 {
      padding-top: 10px;
      padding-bottom: 5px;
      font-size: 20px;
      color: #9b9b9b; }
      .elenco-product .productInfo .left h2 b {
        color: #ec1438;
        font-weight: 700; }
      .elenco-product .productInfo .left h2 .red {
        color: red; }
      .elenco-product .productInfo .left h2 .green {
        color: green; }
      .elenco-product .productInfo .left h2 .blue {
        color: blue; }
      .elenco-product .productInfo .left h2 .orange {
        color: orange; }
    .elenco-product .productInfo .left .video {
      margin-top: -5px; }
    .elenco-product .productInfo .left .description {
      padding-top: 20px;
      line-height: 1.5;
      font-family: "BrandonGrotesque", sans-serif;
      font-weight: 400;
      max-width: 80%; }
    .elenco-product .productInfo .left .safety {
      font-size: 12px;
      line-height: 17px;
      padding-bottom: 20px; }
      .elenco-product .productInfo .left .safety p {
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 3px; }
    .elenco-product .productInfo .right h1 {
      font-family: "BrandonGrotesque", sans-serif;
      font-weight: 700;
      font-size: 32px;
      color: #283788;
      padding: 0px 0 15px; }
      .elenco-product .productInfo .right h1 span {
        font-size: 20px; }
    .elenco-product .productInfo .right .cta {
      padding-bottom: 15px; }
    .elenco-product .productInfo .right p {
      color: #283788;
      font-size: 22px;
      line-height: 1.4;
      font-weight: 700; }
      .elenco-product .productInfo .right p span {
        font-weight: 400; }
  .elenco-product .buttonPanel .left .safety p {
    font-family: "BrandonGrotesque", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline; }
  .elenco-product .logoPanel {
    padding-top: 50px;
    padding-bottom: 50px; }
    .elenco-product .logoPanel img {
      width: 132px;
      display: table;
      margin-bottom: 50px; }
  .elenco-product .row {
    padding: 0 50px; }
  .elenco-product .no-padding {
    padding: 0px; }
  .elenco-product iframe {
    height: 400px;
    width: 620px;
    display: block; }
  .elenco-product .button {
    font-size: 16px;
    width: 100%;
    text-align: center; }
  .elenco-product .manual {
    margin-bottom: 10px; }
  .elenco-product .awards {
    color: #283788; }

@media (max-width: 991px) {
  .product-head {
    height: 70vh; }
  .elenco-product iframe {
    width: 100%; }
  .elenco-product .awards {
    display: none; }
  .elenco-product .productInfo .right {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center; }
  .elenco-product .productInfo .button {
    width: auto;
    display: table;
    margin: 0 auto; }
  .elenco-product .logoPanel img {
    margin: 0 auto;
    padding-bottom: 50px; }
  .elenco-product .productCarousel .ytContainer {
    display: block;
    margin: 0; }
  .elenco-product .productCarousel .carousel-control-prev {
    left: -70px; }
  .elenco-product .productCarousel .carousel-control-next {
    right: -70px; } 
  }

@media (max-width: 767px) {
  .elenco-product .productCarousel .carousel-control-prev {
    left: -55px; }
  .elenco-product .productCarousel .carousel-control-next {
    right: -55px; } }

@media (max-width: 575px) {
  .elenco-product iframe {
    height: 250px; }
  .elenco-product .row {
    padding: 0; }
  .elenco-product .productInfo .left .description {
    max-width: 100%; }
    .elenco-product .productInfo .left .description h1 {
      max-width: 100%;
      font-size: 28px; }
    .elenco-product .productInfo .left .description h2 {
      font-size: 16px; }
    .elenco-product .productInfo .left .description p {
      font-size: 15px; }
  .elenco-product .productInfo p {
    font-size: 15px; }
  .elenco-product .productCarousel {
    padding-left: 35px;
    padding-right: 35px; }
    .elenco-product .productCarousel .img-fluid {
      height: auto; }
    .elenco-product .productCarousel .carousel-control-next-icon, .elenco-product .productCarousel .carousel-control-prev-icon {
      height: 45px;
      width: 45px; }
    .elenco-product .productCarousel .carousel-control-prev {
      left: -50px; }
    .elenco-product .productCarousel .carousel-control-next {
      right: -50px; } }

.productListHeader {
  height: 80vh;
  margin-bottom: calc(-80vh + 360px);
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .productListHeader h1 {
    position: absolute;
    top: 150px;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 235px;
    width: auto;
    color: #fff;
    font-size: 45px; }
  .productListHeader .cat-image {
    width: 200px;
    display: table;
    margin: 200px auto; }
  .productListHeader .blackOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.45+100 */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 99%, rgba(0, 0, 0, 0.45) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 99%, rgba(0, 0, 0, 0.45) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 99%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
    /* IE6-9 */ }

.productListHeader.red {
  background-color: #ec1438; }

.productListHeader.blue {
  background-color: #283788; }

.productListHeader.lightblue {
  background-color: #17a3d4; }

.singleColumnText .rightside {
  min-height: 90vh;
  position: relative; }
  .singleColumnText .rightside .pull-left a {
    padding-top: 8px;
    display: block; }
  .singleColumnText .rightside .whiteBox {
    text-align: left; }
    .singleColumnText .rightside .whiteBox h2 {
      vertical-align: top;
      padding-top: 0;
      margin: 0;
      text-align: left;
      padding-bottom: 10px; }
      .singleColumnText .rightside .whiteBox h2 a {
        color: #283788;
        padding: 0; }
      .singleColumnText .rightside .whiteBox h2 a:hover {
        color: #17a3d4;
        background: transparent;
        text-decoration: none; }
    .singleColumnText .rightside .whiteBox h5 b {
      color: #ec1438; }
    .singleColumnText .rightside .whiteBox a {
      margin: 10px 0 0;
      padding: 6px 15px; }
    .singleColumnText .rightside .whiteBox a:hover {
      background: #1cb8ef; }
  .singleColumnText .rightside hr.prodhr {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    height: 0;
    width: 90%; }

.singleColumnText .loading-animation {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute; }

.singleColumnText #ajax-load-more {
  opacity: 0; }

.singleColumnText #load-more.done {
  opacity: .3 !important; }

.singleColumnText .leftside {
  background-color: #283788;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px; }
  .singleColumnText .leftside p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0; }
  .singleColumnText .leftside .active {
    color: #fff;
    pointer-events: none; }
  .singleColumnText .leftside a, .singleColumnText .leftside span {
    display: block;
    font-size: 20px;
    padding: 11px 0 0; }
  .singleColumnText .leftside a:hover {
    color: #fff;
    text-decoration: none; }

.tag-filter a {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.5); }

.tag-filter a:hover {
  text-decoration: none;
  color: white; }

.tag-title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 0; }

ul.tag-filter {
  list-style: none; }

ul.tag-filter li {
  padding-left: 0;
  padding-bottom: 25px; }

.sep {
  padding: 20px; }

.mobile-filters {
  display: none; }

.buttonLearnMore {
  font-size: 16px;
  text-align: center;
  margin-top: 10px !important; }

@media (max-width: 1199px) {
  .whiteBox h2 {
    max-width: 100%; } }

@media (max-width: 991px) {
  .mobile-filters {
    position: fixed;
    display: block;
    top: 90px;
    left: 0;
    width: 100vw;
    z-index: 700;
    background-color: rgba(40, 55, 136, 0.98); }
    .mobile-filters a {
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      width: 100%;
      padding: 17px 0 15px;
      text-indent: 10%;
      color: rgba(255, 255, 255, 0.8);
      font-size: 20px;
      line-height: 20px;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
      .mobile-filters a:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f054";
        position: absolute;
        top: 0;
        right: 10%;
        color: #fff;
        opacity: .7;
        font-size: 15px;
        line-height: 15px;
        padding: 19px 0; }
    .mobile-filters a:hover {
      text-decoration: none; }
  .singleColumnText .rightside .whiteBox h2 a {
    font-size: 21px; }
  .singleColumnText .rightside .whiteBox h5 {
    font-size: 20px; }
  .singleColumnText .leftside {
    position: fixed;
    top: 90px;
    left: 100%;
    height: auto;
    padding: 10px 30px 20px;
    border-radius: 0;
    background: rgba(40, 55, 136, 0.98); }
    .singleColumnText .leftside p {
      display: none; } }

@media (max-width: 575px) {
  .singleColumnText .rightside {
    padding: 0px !important; }
    .singleColumnText .rightside .whiteBox h2 {
      max-width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center; }
      .singleColumnText .rightside .whiteBox h2 a {
        font-size: 6vw;
        display: table;
        margin: 0 auto; }
    .singleColumnText .rightside .whiteBox h5 {
      font-size: 4.5vw;
      text-align: center;
      margin-bottom: 1rem; }
    .singleColumnText .rightside .whiteBox a {
      text-align: center;
      display: table;
      margin: 0 auto;
      font-size: 7vw; }
    .singleColumnText .rightside .whiteBox .description {
      text-align: center;
      font-size: 5vw;
      line-height: 7vw; }
  .sep {
    padding: 0px !important; } }

.singleColumnText .col {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 10px; }

.singleColumnText .wpuf-form-add label, .singleColumnText .forgot-pass-form-group label {
  font-size: 16px;
  text-transform: uppercase; }

.singleColumnText .wpuf-form-add input[type=submit], .singleColumnText .forgot-pass-form-group input[type=submit] {
  background: #ec1438 !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 13px 16px !important;
  cursor: pointer;
  border: 2px solid #ec1438 !important;
  box-shadow: none !important;
  text-shadow: none !important; }
  .singleColumnText .wpuf-form-add input[type=submit]:hover, .singleColumnText .forgot-pass-form-group input[type=submit]:hover {
    background: #fff !important;
    color: #ec1438 !important; }

.singleColumnText .forgot-pass-form-group input[type=text], .singleColumnText .forgot-pass-form-group input[type=number], .singleColumnText .forgot-pass-form-group input[type=password], .singleColumnText .forgot-pass-form-group input[type=email], .singleColumnText .forgot-pass-form-group input[type=tel], .singleColumnText .forgot-pass-form-group textarea {
  font-size: 18px;
  line-height: 18px;
  color: #898989;
  font-weight: 400;
  margin: 5px 0 0 0;
  border: 1px solid #e9e9e9 !important;
  padding: 13px 16px !important;
  border-radius: 4px;
  background: #f9f9f9;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 30px white inset; }

.singleColumnText .log-form-group input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  display: inline-block; }

.singleColumnText .log_forms {
  border: none;
  padding: 0;
  margin: 0;
  max-width: 500px;
  display: table;
  margin: 0 auto; }
  .singleColumnText .log_forms .log-form-group:first-of-type label {
    color: transparent; }
    .singleColumnText .log_forms .log-form-group:first-of-type label:before {
      color: #696969;
      content: "Email / Username"; }
  .singleColumnText .log_forms input[type=text], .singleColumnText .log_forms input[type=number], .singleColumnText .log_forms input[type=password], .singleColumnText .log_forms input[type=email], .singleColumnText .log_forms input[type=tel], .singleColumnText .log_forms textarea {
    font-size: 18px;
    line-height: 18px;
    color: #898989;
    font-weight: 400;
    margin: 5px 0 0 0;
    border: 1px solid #e9e9e9 !important;
    padding: 13px 16px !important;
    border-radius: 4px;
    background: #f9f9f9;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .singleColumnText .log_forms input[type=submit] {
    display: table;
    background: #17a3d4;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    padding: 13px 16px;
    cursor: pointer; }
    .singleColumnText .log_forms input[type=submit]:hover {
      background: #1cb8ef; }

.singleColumnText .wpsl-store-location {
  margin-top: 20px; }

.singleColumnText .wpsl-input label, .singleColumnText #wpsl-radius label, .singleColumnText #wpsl-category label {
  width: auto; }

.singleColumnText #wpsl-search-wrap div label {
  line-height: 47px; }

.singleColumnText #wpsl-result-list li p {
  padding-bottom: 12px;
  margin-bottom: 0;
  margin-top: -30px; }

.header {
  top: 0px;
  left: 0px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4); }
  .header nav .logo {
    height: 89px;
    width: 290px;
    display: table;
    background-size: contain;
    background-position: 0% 50%;
    margin-top: 2px;
    float: left;
    background-repeat: no-repeat; }
  .header nav ul {
    list-style-type: none;
    display: table;
    margin: 0 auto;
    padding-top: 7px; }
    .header nav ul li {
      float: left;
      padding-left: 50px; }
      .header nav ul li a {
        font-size: 21px;
        font-weight: 500;
        color: #283788;
        position: relative; }
      .header nav ul li a:hover {
        color: #17a3d4;
        text-decoration: none; }
      .header nav ul li .navItem:after {
        position: absolute;
        height: 2px;
        margin: 0 auto;
        content: '';
        left: 0;
        right: 0;
        width: 0%;
        transition: all 0.3s ease;
        color: #fff;
        background-color: #17a3d4;
        left: 0;
        bottom: -3px;
        /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
        pointer-events: none; }
      .header nav ul li .navItem:hover:after {
        width: 95%; }
  .header .container {
    position: relative; }
  .header .user {
    position: absolute;
    right: 82px;
    top: 26px;
    color: #ec1438;
    cursor: pointer; }
    .header .user:hover {
      text-decoration: none;
      color: rgba(236, 20, 56, 0.8); }
      .header .user:hover .user-menu {
        opacity: 1;
        visibility: visible; }
    .header .user:before {
      z-index: 200;
      position: absolute; }
  .header .user-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -20px;
    top: -12px;
    border: 1px solid #212d6e;
    background: #fff;
    border-radius: 4px;
    padding: 46px 20px 18px;
    line-height: 12px;
    z-index: 100; }
    .header .user-menu .menu-item {
      min-width: 100px;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "BrandonGrotesque", sans-serif;
      font-weight: 400;
      line-height: 12px;
      padding-bottom: 15px;
      display: block; }
      .header .user-menu .menu-item:last-child {
        padding-bottom: 0; }
  .header .search {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #ec1438;
    padding: 7px 15px 8px;
    font-size: 16px;
    line-height: 16px;
    margin: 30px 0 0;
    border-radius: 4px;
    opacity: 1;
    transition: none;
    border-width: 0px;
  }

  .header .search.go:before {
    content: "\f061"; }
  .header .search:hover {
    text-decoration: none;
    opacity: .7; }
  .header .hamburger {
    display: none; }

.navbar-nav {
  flex-direction: inherit
}

.navbar-nav a {
  color: #fff;
}

.navbar-nav a:hover {
  text-decoration: none;
}

.navItem {
  font-family: "VisbyRound", sans-serif;
  font-size: 21px;
  line-height: 47px;
  padding: 10px 20px;
}

.navItem ul {list-style-type: none;}

.no-dot {list-style-type: none;}

#search {
  margin-right: 50px;
  padding: 1px 3px;
}

.subnav {
  top: 120px;
  left: 0px;
  height: 70px;
  background-color: #ec1438;
  opacity: 0.97;
  position: fixed;
  width: 100%;
  z-index: 700; }
  .subnav .center-it {
    display: table;
    margin: 0 auto; }
  .subnav .nav-tabs {
    margin-left: 0; }
    .subnav .nav-tabs .menu-item {
      padding: 22px 29px 0; }
      .subnav .nav-tabs .menu-item a {
        color: #fff;
        font-size: 21px;
        padding-bottom: -10px;
        position: relative;
        opacity: .9; }
      .subnav .nav-tabs .menu-item a:hover {
        text-decoration: none;
        color: #fff;
        opacity: 1; }
      .subnav .nav-tabs .menu-item a:after {
        content: "\f077";
        content: "\f078";
        font-family: FontAwesome;
        font-size: 15px;
        color: #fff;
        position: absolute;
        right: -20px;
        bottom: 2px; }
      .subnav .nav-tabs .menu-item a:only-child:after {
        content: ''; }
      .subnav .nav-tabs .menu-item .sub-menu {
        padding-top: 21px;
        padding-bottom: 21px;
        position: absolute;
        margin-left: -28px;
        list-style: none;
        display: none; }
        .subnav .nav-tabs .menu-item .sub-menu li:first-child {
          padding-top: 5px; }
        .subnav .nav-tabs .menu-item .sub-menu li {
          background-color: #ec1438;
          position: relative;
          width: auto;
          font-size: 14px; }
          .subnav .nav-tabs .menu-item .sub-menu li a {
            display: block; }
        .subnav .nav-tabs .menu-item .sub-menu li:last-child {
          padding-bottom: 17px; }
    .subnav .nav-tabs .menu-item:hover > .sub-menu {
      visibility: visible;
      display: block; }
    .subnav .nav-tabs .menu-item:hover a:after {
      content: "\f078";
      content: "\f077"; }
    .subnav .nav-tabs .menu-item:hover a:only-child:after {
      content: ''; }
  .subnav .nav-tabs {
    border-bottom: none; }

.sizeInfo {
  color: red;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 12px;
  z-index: 2000;
  display: none; }

.sizeInfo:after {
  content: 'XL | [> 1200px]'; }

.mobile-menu {
  display: none; }

@media (max-width: 1199px) {
  .sizeInfo:after {
    content: 'LG | [992px - 1199px]'; }
  .subnav {
    display: block; }
    .subnav .nav-tabs .menu-item a {
      font-size: 18px; }
  .header nav ul li a {
    font-size: 18px; } }

@media (max-width: 991px) {
  .search-hide {display:none;}
  .sizeInfo:after {
    content: 'MD | [768px - 991px]'; }
  .subnav {
    display: none; }
  .header nav .logo {
    width: 200px; }
  .header nav ul {
    display: none; }
  .header .search {
    display: none; }
  .header .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #ec1438;
    padding: 7px 15px 8px;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0 0;
    border-radius: 4px;
    opacity: 1;
    transition: none;
    cursor: pointer; }
  .header .hamburger.close:before {
    content: "\f00d"; }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 115px;
    width: 100vw; }
    .mobile-menu .panel {
      background-color: #394182;
      position: absolute;
      left: 100%;
      width: 100vw;
      height: 100vh; }
      .mobile-menu .panel .wrapper {
        position: relative; }
        .mobile-menu .panel .wrapper span {
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          pointer-events: none; }
          .mobile-menu .panel .wrapper span:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f054";
            position: absolute;
            height: 105%;
            right: 10%;
            color: rgba(255, 255, 255, 0.26);
            opacity: 1;
            font-size: 24px;
            line-height: 24px;
            padding: 33px 0;
            pointer-events: auto; }
        .mobile-menu .panel .wrapper .searchInput {
          width: 100%;
          background-color: #30326a;
          border: none;
          height: 83px;
          text-indent: 10%;
          color: white;
          font-size: 30px; }
      .mobile-menu .panel a {
        display: block;
        width: 100%;
        padding: 16px 0;
        text-indent: 10%;
        color: #fff;
        font-size: 24px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        list-style-type: none;
        font-weight: 500; }
        .mobile-menu .panel a:after {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f054";
          position: absolute;
          top: -5%;
          height: 105%;
          right: 10%;
          color: rgba(255, 255, 255, 0.26);
          opacity: 1;
          font-size: 24px;
          line-height: 24px;
          padding: 33px 0; }
      .mobile-menu .panel a:hover {
        text-decoration: none; }
    .mobile-menu .panel2, .mobile-menu .panel3 {
      background: #edebed; }
      .mobile-menu .panel2 a, .mobile-menu .panel3 a {
        color: rgba(0, 0, 0, 0.5);
        font-weight: 300;
        font-size: 24px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .mobile-menu .panel2 a:after, .mobile-menu .panel3 a:after {
          display: none;
          font-size: 18px;
          color: rgba(0, 0, 0, 0.2) !important;
          right: 6%;
          line-height: 10px; }
      .mobile-menu .panel2 a:first-child, .mobile-menu .panel3 a:first-child {
        font-size: 30px; }
        .mobile-menu .panel2 a:first-child:after, .mobile-menu .panel3 a:first-child:after {
          font-size: 24px;
          line-height: 24px; }
      .mobile-menu .panel2 .navBack, .mobile-menu .panel3 .navBack {
        background-color: #394182;
        color: #fff;
        padding-left: 15px;
        display: block;
        width: 100%;
        text-indent: 10%;
        font-size: 30px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        font-weight: 500;
        padding: 28px; }
        .mobile-menu .panel2 .navBack:hover, .mobile-menu .panel3 .navBack:hover {
          background-color: #394182;
          color: #fff;
          padding-left: 15px;
          display: block;
          width: 100%;
          text-indent: 10%;
          font-size: 30px;
          position: relative;
          border-bottom: 1px solid rgba(0, 0, 0, 0.3);
          font-weight: 500;
          padding: 28px; }
        .mobile-menu .panel2 .navBack:after, .mobile-menu .panel3 .navBack:after {
          content: "\f053";
          display: block;
          left: -7%;
          right: auto;
          padding-right: 3%;
          border-right: 1px solid rgba(0, 0, 0, 0.3);
          height: 84px;
          padding-top: 39px;
          margin-top: 3px; }
      .mobile-menu .panel2 .more:after, .mobile-menu .panel3 .more:after {
        display: block;
        color: rgba(0, 0, 0, 0.5); }
    .mobile-menu .panel2 {
      left: 200%; }
    .mobile-menu .panel3 {
      left: 300%; } }

@media (max-width: 767px) {
  .sizeInfo:after {
    content: 'SM | [576px - 767px]'; } }

@media (max-width: 575px) {
  .sizeInfo:after {
    content: 'XS | [0px - 575px]'; } }

.searchfield {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 50vh;
  background: rgba(40, 55, 136, 0.98);
  z-index: 800;
  transition: none; }
  .searchfield .container {
    height: 50vh;
    position: relative; }
    .searchfield .container .closeButton {
      position: absolute;
      top: 90px;
      right: 0;
      color: #fff;
      font-weight: 400;
      font-size: 20px;
      cursor: pointer; }
    .searchfield .container h3 {
      margin-left: 9px;
      padding-top: 20vh;
      font-family: "BrandonGrotesque", sans-serif;
      font-size: 21px;
      color: #17a3d4;
      font-weight: 400; }
      .searchfield .container h3 span {
        margin-right: 17px; }
    .searchfield .container input {
      position: relative;
      margin-left: 9px;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      width: 100%;
      background: transparent;
      font-size: 80px;
      line-height: 110px;
      color: #fff; }

.searchResults .col {
  min-height: 30vh; }

.searchResults .no-results {
  display: none;
  opacity: 0;
  visibility: hidden;
  text-align: center; }
  .searchResults .no-results .search-again {
    margin: 30px auto; }

.searchResults li {
  margin-left: 19px !important; }

.searchResults .pull-left a {
  padding-top: 8px;
  display: block; }

.searchResults .whiteBox {
  text-align: left; }
  .searchResults .whiteBox h2 {
    vertical-align: top;
    padding-top: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 10px; }
    .searchResults .whiteBox h2 a {
      color: #283788;
      padding-top: 0; }
    .searchResults .whiteBox h2 a:hover {
      color: #17a3d4;
      text-decoration: none; }
  .searchResults .whiteBox h5 b {
    color: #ec1438; }
  .searchResults .whiteBox a {
    margin: 0;
    padding: 6px 25px; }
  .searchResults .whiteBox a:hover {
    color: #ec1438; }

.searchResults hr.prodhr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 0;
  width: 95%; }

.footer {
  margin-top: 50px; }
  .footer .newsletter-footer {
    background: #283788; }
    .footer .newsletter-footer .menu {
      padding: 60px 0; }
      .footer .newsletter-footer .menu a {
        color: #bbc0d9;
        font-weight: 700;
        font-size: 18px;
        padding-right: 40px;
        text-transform: uppercase; }
      .footer .newsletter-footer .menu a:hover {
        color: #fff;
        text-decoration: none; }
    .footer .newsletter-footer .optForm h3 {
      font-size: 14px;
      color: #fff;
      padding: 30px 0 13px;
      text-align: right;
      text-transform: uppercase;
      font-weight: 600; }
    .footer .newsletter-footer .optForm .yikes-easy-mc-success-message {
      position: absolute;
      top: 43px;
      right: 0;
      text-align: right;
      color: rgba(255, 255, 255, 0.5);
      font-size: 13px;
      width: 490px;
      background: transparent;
      padding-right: 0;
      padding-top: 5px; }
    .footer .newsletter-footer .optForm .yikes-mailchimp-container {
      position: relative;
      width: 300px;
      float: right; }
      .footer .newsletter-footer .optForm .yikes-mailchimp-container .EMAIL-label span {
        display: none; }
      .footer .newsletter-footer .optForm .yikes-mailchimp-container .EMAIL-label input {
        border: none;
        background: #bbc0d9;
        font-size: 15px;
        line-height: 14px;
        padding: 9px 15px;
        border-radius: 6px;
        color: #212d6e;
        width: 300px;
        height: 37px;
        font-weight: 500; }
      .footer .newsletter-footer .optForm .yikes-mailchimp-container button[type="submit"] {
        background: #17a3d4;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: absolute;
        padding: 11px 15px 12px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        top: 0;
        right: 0;
        width: auto;
        margin-top: 0;
        min-height: auto;
        cursor: pointer; }
        .footer .newsletter-footer .optForm .yikes-mailchimp-container button[type="submit"] span {
          background: transparent;
          border: none;
          text-transform: uppercase; }
      .footer .newsletter-footer .optForm .yikes-mailchimp-container button[type="submit"]:hover {
        border: none; }
    .footer .newsletter-footer .optForm .edit-link {
      display: none; }
  .footer .legal {
    background: #212d6e; }
    .footer .legal .copyright {
      padding: 15px 0 15px;
      float: left;
      display: table; }
      .footer .legal .copyright .mobileBreak {
        display: none; }
      .footer .legal .copyright svg {
        float: left;
        margin-right: 20px; }
      .footer .legal .copyright p {
        padding: 5px 0 0 0;
        width: 100%;
        color: #8289ae;
        font-size: 11px;
        line-height: 19px;
        font-weight: 500;
        text-transform: uppercase; }
        .footer .legal .copyright p b {
          font-size: 14px; }
      .footer .legal .copyright span {
        padding: 0 8px; }
      .footer .legal .copyright a {
        color: #17a3d4; }
    .footer .legal .social {
      float: right;
      display: table;
      padding: 18px 0 0 0; }
      .footer .legal .social a {
        width: 34px;
        height: 34px;
        font-size: 22px;
        color: #212d6e;
        background: rgba(255, 255, 255, 0.7);
        text-align: center;
        border-radius: 50% 50%;
        vertical-align: middle;
        line-height: 34px;
        margin-left: 10px;
        text-decoration: none; }
      .footer .legal .social a:hover {
        background: white;
        text-decoration: none; }

@media (max-width: 575px) {
  .footer .newsletter-footer .optForm h3 {
    padding: 0px 0 13px;
    text-align: center; }
  .footer .newsletter-footer .optForm .yikes-mailchimp-container {
    float: none;
    display: table;
    margin: 0 auto; }
  .footer .newsletter-footer .menu {
    padding: 30px 0px; }
    .footer .newsletter-footer .menu a {
      font-size: 16px;
      padding-right: 0px; }
    .footer .newsletter-footer .menu .mobilePadding {
      padding-right: 0px;
      padding-bottom: 15px; }
    .footer .newsletter-footer .menu .mobileWrapper {
      display: grid;
      margin: 0 auto;
      text-align: center; }
  .footer .legal .social {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0px 0px 25px 0px; }
    .footer .legal .social a {
      margin-left: 30px; }
    .footer .legal .social .first {
      margin-left: 0px; }
  .footer .legal .copyright .mobileWrapper {
    display: table;
    margin: 0 auto;
    font-size: 11px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px; }
    .footer .legal .copyright .mobileWrapper .privacy {
      padding-right: 25px; }
  .footer .legal .copyright .mobileBreak {
    display: block; }
  .footer .legal .copyright .seperator {
    display: none; }
  .footer .legal .copyright svg {
    display: none; }
  .footer .legal .copyright p {
    text-align: center; }
    .footer .legal .copyright p b {
      font-size: 11px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .footer .newsletter-footer .optForm h3 {
    padding: 0px 0 13px;
    text-align: center; }
  .footer .newsletter-footer .optForm .yikes-mailchimp-container {
    float: none;
    display: table;
    margin: 0 auto; }
  .footer .newsletter-footer .menu {
    padding: 30px 0px; }
    .footer .newsletter-footer .menu a {
      font-size: 15px;
      padding-right: 0px; }
    .footer .newsletter-footer .menu .mobilePadding {
      padding-right: 40px; }
    .footer .newsletter-footer .menu .mobileWrapper {
      display: table;
      margin: 0 auto; }
  .footer .legal .social {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0px 0px 25px 0px; }
    .footer .legal .social a {
      margin-left: 30px; }
    .footer .legal .social .first {
      margin-left: 0px; }
  .footer .legal .copyright .mobileWrapper {
    display: table;
    margin: 0 auto;
    font-size: 11px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px; }
    .footer .legal .copyright .mobileWrapper .privacy {
      padding-right: 25px; }
  .footer .legal .copyright .mobileBreak {
    display: block; }
  .footer .legal .copyright .seperator {
    display: none; }
  .footer .legal .copyright svg {
    display: none; }
  .footer .legal .copyright p {
    text-align: center; }
    .footer .legal .copyright p b {
      font-size: 11px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer .newsletter-footer .optForm h3 {
    padding: 24px 0 13px; }
  .footer .newsletter-footer .menu a {
    font-size: 15px;
    padding-right: 20px; }
  .footer .legal .social {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0px 0px 25px 0px; }
    .footer .legal .social a {
      margin-left: 30px; } 
}

h4,
h4 > span {
  font-family: "Quicksand", sans-serif !important;
}

.mobile-menu ul {
  list-style-type: none;
}



.nf-form-cont .nf-form-fields-required {display: block;}
