@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 840px;
  }

  .header-container .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 840px;
  }

  .header-container .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 840px;
  }
}
body {
  font-size: 1.1rem;
  font-family: "proxima-nova", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .main-content {
  flex-grow: 1;
}

.top-bar {
  background-color: #ffffff;
  color: #000000;
  z-index: 20;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !important;
}

.main-logo {
  width: 240px;
}

.targus-header-image {
  width: 100%;
}

.header-container {
  z-index: 10;
  position: relative;
}

.header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-layers {
  position: relative;
}
.header-layers .layer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#bgvid {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

a:not(.btn), a:not(.btn):active, a:not(.btn):hover, a:not(.btn):visited {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
a:not(.btn) {
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
select {
  font-weight: 300;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.375rem 1.25rem;
}
.custom-select {
  font-weight: 300 !important;
  height: calc(1.5em + 1.5rem + 2px) !important;
  padding: 0.375rem 1.25rem !important;
}
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-info,
.btn.btn-light,
.btn.btn-dark {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding: 0.75rem 3rem;
  border-radius: 2rem;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0);
}

.btn.btn-primary:not(:disabled):not(.disabled) {
  border-color: rgba(255, 255, 255, 0);
  background-color: #219DBA;
  color: #ffffff;
  box-shadow: 0 10px 12px -4px #cccccc;
}
.btn.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #33bbdb;
  color: #ffffff;
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1d8ba4;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
}
.btn.btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #1d8ba4;
  color: #ffffff;
}
.btn.btn-primary:disabled, .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled:focus, .btn.btn-primary.disabled, .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:active, .btn.btn-primary.disabled:focus {
  border-color: rgba(255, 255, 255, 0);
  background-color: #C5CEE0;
  box-shadow: none;
}

.btn.btn-light:not(:disabled):not(.disabled) {
  border-color: rgba(255, 255, 255, 0);
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
}
.btn.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-light:not(:disabled):not(.disabled):active, .btn.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-light:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-light:disabled, .btn.btn-light:disabled:hover, .btn.btn-light:disabled:active, .btn.btn-light:disabled:focus, .btn.btn-light.disabled, .btn.btn-light.disabled:hover, .btn.btn-light.disabled:active, .btn.btn-light.disabled:focus {
  border-color: rgba(255, 255, 255, 0);
  background-color: #C5CEE0;
  box-shadow: none;
}

body {
  font-size: 1rem;
}

.hidden {
  visibility: hidden;
  display: none;
}

.footer-container {
  background-color: #333333;
  color: #cccccc;
}
.footer-container a {
  color: #cccccc;
  text-decoration: none;
}
.footer-container a:hover {
  text-decoration: underline;
  color: #b3b3b3;
}