/** Main Entry for new Styles */
:root {
  --container-width: 1570px;
  --container-gutter: calc((100vw - var(--container-width)) / 2);
  --black: #22252c;
  --white: #fff;
  --veryoffwhite: var(--greylight);
  --defaultblue: var(--blue);
  --blue: #006fff;
  --green: #00ce7e;
  --orange: #f9621c;
  --darkgreen: #0d7f46;
  --darkblue: #0d3e86;
  --cloud: #e1f4ff;
  --mint: #deffe5;
  --sand: #fff0ca;
  --sky: #85cbff;
  --lime: #82eb96;
  --melon: #f9b569;
  --fog: #e6e6ec;
  --water: #0057bf;
  --emerald: #09a761;
  --rust: #d64c00;
  --graphite: #5a6675;
  --deepsea: #0d3e86;
  --forest: #0d7f46;
  --onyx: #262a33;
  --hilite: var(--orange);
  --greylight: #eff0f1;
  --greydark: #bbb;
  --greydarkalt: #b0b6bb;
  --bgTintDark: rgba(0, 0, 0, 0.18);
  --bgTintLight: rgba(255, 255, 255, 0.18);
  --lightblue: #a6cad6;
  --midgrey: #b1bcc2;
  --lightblue2: #61a4d1;
  --offblack: #3f3c3c;
  --offwhite: #f4f4f4;
  --offwhiteblue: #c6ddd9;
  --verintBlue: #006fff;
  --verintGreen: #00ce7e;
  --verintGray: #eff0f1;
  --verintDarkBlue: #0d3e86;
}
@media screen and (max-width: 1679px) {
  :root {
    --container-width: 1300px;
  }
}
@media screen and (max-width: 1379px) {
  :root {
    --container-width: 1020px;
  }
}
@media screen and (max-width: 1079px) {
  :root {
    --container-width: 840px;
  }
}
@media screen and (max-width: 879px) {
  :root {
    --container-width: 707px;
  }
}
@media screen and (max-width: 766px) {
  :root {
    --container-width: 100vw;
  }
}
.page-template-page-video .vidyard-landing .container {
  max-width: var(--container-width);
  margin: auto;
  padding: 0 20px;
}
.page-template-page-video .vidyard-landing .container::after {
  content: none;
}
.page-template-page-video .vidyard-landing__header h2 {
  text-align: center;
  color: #006fff;
}
.page-template-page-video .vidyard-landing p a {
  color: #f9621c;
}
.page-template-page-video .vidyard-landing p a:hover {
  opacity: 0.8;
}
.nav-lang {
  min-height: 40px;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -4px;
  margin-left: -4px;
}
.nav-lang--en {
  min-height: 45px;
}
.nav-lang #tmp-lang-select {
  display: none;
  visibility: hidden;
}
.nav-lang .lang-select,
.nav-lang #tmp-lang-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: 100% 17px;
  background-repeat: no-repeat;
  background-color: #22252c;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 15px;
  padding: 12px 12px 12px 16px;
  outline: 0;
}
.nav-lang .lang-select--en,
.nav-lang #tmp-lang-select--en {
  background-position: 100% 19px;
  padding: 15px 15px 15px 16px;
}
@media screen and (max-width: 1040px) {
  .nav-lang .lang-select,
  .nav-lang #tmp-lang-select {
    font-weight: 600;
    padding: 12px 12px 12px 4px;
    color: #22252c;
    background-color: #ffffff;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%2322252c'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: 100% 17px;
  }
}

/*# sourceMappingURL=main.css.map */
